Javascript Resources
The Following links are some of my preferred sources on the subject of learning Javascript. This is the language I recommend you learn after you learn HTML because it will allow you to make your page interactive and stuff to change dynamically, unlike static HTML.
- Webmonkey(Thau's tutorial) - This is the best, most complete, web tutorial I have ever read. I highly recommend it. I have never read a book on Javascript and I know how to do all kinds of cool stuff with Javascript. I highly recommend this tutorial to anyone who wants to learn Javascript.
- Javascript Tutorial - This is a pretty decent site about Javacript i have checked it out a little.
- Learn By Example - If you see something you would like to able to do view source and figure it out.
- Google - If you want to know how to do something search google for the solution.