Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
Line 9: Line 9:


* [https://developer.mozilla.org/en/JavaScript/Guide Mozilla's JavaScript Guide]
* [https://developer.mozilla.org/en/JavaScript/Guide Mozilla's JavaScript Guide]
* [http://www.tizag.com/javascriptT/ tiztag's JavaScript Tutorial]
* [http://www.tizag.com/javascriptT/ tizag's JavaScript Tutorial]
* [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode]
* [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode]
* 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.
* 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.

Revision as of 16:08, 4 January 2012

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

Greasemonkey tutorials

JavaScript tutorials

JavaScript references

Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember.

JavaScript Books