Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (GM hacks links)
(Direct link to Douglas Crockford's videos: old link was invalid)
Line 12: Line 12:
* [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies]
* [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies]
* [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode]
* [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode]
* [http://101out.com/jss.php The JavaScript Programming Language] by Douglas Crockford<br />A set of videos of a wonderful lecture by this JavaScript guru.
* The JavaScript Programming Language ([http://video.yahoo.com/watch/111593/1710507 part 1], [http://video.yahoo.com/watch/111594/1710553 2], [http://video.yahoo.com/watch/111595/1710607 3], [http://video.yahoo.com/watch/111596/1710658 4]) by Douglas Crockford<br />A set of videos of a wonderful lecture by this JavaScript guru.


== JavaScript Books ==
== JavaScript Books ==
* [http://www.oreilly.com/catalog/jscript5/ JavaScript: The Definitive Guide] is well regarded
* [http://www.oreilly.com/catalog/jscript5/ JavaScript: The Definitive Guide] is well regarded
* For a modern introduction to JavaScript, check out John Resig's [http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273 Pro JavaScript Techniques]
* For a modern introduction to JavaScript, check out John Resig's [http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273 Pro JavaScript Techniques]

Revision as of 16:30, 9 May 2009

Most of the information on this site is helpful. See the manual for starters.

Greasemonkey tutorials

JavaScript tutorials

JavaScript Books