Learning HTML+CSS+Java script online.

Discussion in 'HTML & Website Design' started by versatileshikha, Dec 1, 2009.

  1. #1
    I want to learn HTML+CSS+Java script online. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? I always think that web developers have knowledge of coding or they just try. Can anyone suggest me the best resource to learn all the things online.
    Thanks
     
    versatileshikha, Dec 1, 2009 IP
  2. Hosting India

    Hosting India Peon

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, learning things online is good. I have learn lots of things their.

    w3schools com is the website where you will get the online tutorials
     
    Hosting India, Dec 1, 2009 IP
  3. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    HTML is the simplest of languages. You could conceivable learn html well enough in a few days time to be able to use it fairly fluently. W3schools has all you need to learn HTML.

    CSS is fairly basic as well, but you will spend more time learning CSS than HTML. W3schools has plenty of information on CSS, but if you want to go deeper, I would highly recommend the missing manual book on CSS.

    Javascript is the hardest to learn of the three. It is more of a full fledged programming language which deals with things like variables, arrays, functions, boolean logic, and regular expressions. Unless you have prior programming experience, you will need to allow yourself plenty of time to grasp these concepts. I would recommend starting out learning the basics of javascript, and then learn how to use that basic knowledge with the popular libraries available such as jquery and ajax.

    Learning these thing is one thing and can be done in a relatively short amount of time, but to be able to use them fluently (without the constant need to refer back to manuals, etc) can take years. You basically have to have memorize all the semantics and nomenclature of the language before you can be fluent.
     
    jwitt98, Dec 1, 2009 IP
  4. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Start with HTML and learn the basics. When you have those down move on to CSS and finally after that start working on some JavaScript. You can find tons of free resources including W3C schools. However, the best content, in my opinion, is O'Reilley books.
     
    LeetPCUser, Dec 1, 2009 IP
  5. instant87

    instant87 Active Member

    Messages:
    626
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #5
    W3 Schools (w3schools.com) is a very helpful site to learn. The best way to learn it is not by studying 3 hours a day, but by putting it to practical use and get experience every time you build a site. That's what I did... I read the html basics from w3, then I continued to build websites, googleing an issue if I didn't know how to do something.
     
    instant87, Dec 1, 2009 IP
  6. wmac

    wmac Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #6
    You might want to take a look at my ebook called "Web design in 7 days".

    It is number 1 ebook on download.com and it has been downloaded 200,000 times (just make sure to download the new 2008 version not the old 2000 one).
     
    wmac, Dec 1, 2009 IP
  7. citizensteele

    citizensteele Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I would recommend looking at jQuery after looking at the basics of Javascript. Even experienced Javascript programmers use frameworks like jQuery to speed up development.
     
    citizensteele, Dec 2, 2009 IP