Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by kane12

  1. kane12

    PHP Setting up PHP on my desktop gone wrong

    I agree with your point that, typo could be the reason you are getting error in code. Thanks.
  2. kane12

    JavaScript Question about JavaScript tutorials

    Hello, Iagree with your point that W3C Schools offer best tutorials to learn Javascript. Along with this, I found some other platforms are helpful too - Geeks for Geeks Codecademy Tutorials Point Youtube Thanks
  3. kane12

    Hello Everyone

    I am Kane, a senior web developer. I love to share my knowledge with all community members. thanks
  4. kane12

    Data Science Career Path: Strategies for Success

    Hi, Here are some strategies that is required to become successful in Data Science: 1. Learn data wrangling, data visualization, and reporting 2. Work on your machine learning skills 3. Learn to code 4. Understand databases 5. Learn to work with big data 6. Follow and engage with the...
  5. kane12

    Best Platform to Build OTT App

    Hello, I am planning to start my OTT business, so I need to build an OTT app. Kindly suggest me the best platform for it. Thanks in advance!
  6. kane12

    C++ Understanding the Difference Between C and C++

    C is a procedural programming language that does not support classes and objects. The language supports modular programming through its rich library of pre-defined functions, facilitating the development of reusable code. C++ is an extension of C by integrating object-oriented programming...
  7. kane12

    New to web development, backend question

    Great information. I totally agree with your point that it is very important that websites have good speed because it impacts on user stability towards the website. Thanks
  8. kane12

    What is a ping?

    A ping is a fundamental Internet tool enabling users to test and confirm the existence and accessibility of a specific destination IP address within computer network administration. Thanks
  9. kane12

    HTML & CSS Gap between Nav Bar and <h1> text

    Yes, it is helpful to detect any error in the code. Thanks
  10. kane12

    Facebook integration to your website

    Great and helpful post. Thanks!!
  11. kane12

    Python Do I need someone to make a project for me?

    Hello, Could you please elaborate your query in detail so that users can understand your point clearly? Thanks
  12. kane12

    Fun activity Say hello... in a coding language!

    Here is the code - #include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, Everyone"); return 0; } Thanks
  13. kane12

    What does assembly reference means?

    Reference assemblies are a special type of assembly that contain only the minimum amount of metadata required to represent the library's public API surface. Reference assemblies can't be loaded for execution, but they can be passed as compiler input in the same way as implementation assemblies.
  14. kane12

    css selector

    Thank you for the clarification. I was also facing the same issue in my code.
  15. kane12

    JavaScript JS audio player not working on Tumblr blog

    Yes, Duration time is not showing at my end too..
Back
Top Bottom