Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
Line 17: | Line 17: | ||
== JavaScript references == | == JavaScript references == | ||
Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. | Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. | ||
* [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] | * [https://developer.mozilla.org/en/Gecko_DOM_Reference Gecko DOM Reference] | ||
* [http://www.w3schools.com/jsref/ w3schools JS 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 17:56, 18 April 2012
Most of the information on this site is helpful. See the Greasemonkey Manual for starters.
Greasemonkey tutorials
- Greasemonkey hacks (as a wiki)
- includes Avoid Common Pitfalls in Greasemonkey
Much more up-to-date than DiG above.
- includes Avoid Common Pitfalls in Greasemonkey
- Monkey see, GreaseMonkey do! - Video tutorial for GreaseMonkey userscript development
JavaScript tutorials
- Mozilla's JavaScript Guide
- tizag's JavaScript Tutorial
- JavaScript on QuirksMode
- The JavaScript Programming Language (part 1, 2, 3, 4) by Douglas Crockford
A set of videos of a wonderful lecture by this JavaScript guru. - JavaScript Closures for Dummies
- JavaScript Closures
JavaScript references
Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember.
- MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike
- Gecko DOM Reference
- w3schools JS reference
JavaScript Books
- JavaScript: The Definitive Guide is well regarded
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques