Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(→‎JavaScript references: Gecko DOM Reference)
Line 19: Line 19:
* [http://www.w3schools.com/jsref/ w3schools JS reference]
* [http://www.w3schools.com/jsref/ w3schools JS reference]
* [https://developer.mozilla.org/ MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike]
* [https://developer.mozilla.org/ MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike]
* [https://developer.mozilla.org/en/Gecko_DOM_Reference Gecko DOM Reference]


== 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 10:21, 16 October 2010

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