[web] Javascript Reference?

Started by
3 comments, last by ID Merlin 13 years, 11 months ago
Anyone know any good &#106avascript language references (aside from w3schools)? Also, anyone know any particularly good books on &#106avascript?
Advertisement
If you know &#106avascript enough that it starts to confuse you, <a href="http://www.amazon.com/Pro-&#106avascript-Techniques-John-Resig/dp/1590597273">Pro &#106avascript Techniques</a> is the best book to clear stuff up.<br><br>Apart from books, read everything <a href="http://www.crockford.com/">this guy</a> wrote and watch <a href="http://developer.yahoo.com/yui/theater/">his talks at YUI Theater</a>.
Not directly related, but the jQuery API reference has a lot of the actual stuff you'll use to do modern DOM manipulation.
While it does link to W3Schools (and numerous sources), the presentation found here might be useful to you. Not to mention, it's a web reference on 'roids.
Quote:Original post by stormwarestudios
While it does link to W3Schools (and numerous sources), the presentation found here might be useful to you. Not to mention, it's a web reference on 'roids.


No kidding. Everything you always wanted to know about everything, linked in one place.

This topic is closed to new replies.

Advertisement