Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
Line 2: | Line 2: | ||
== Greasemonkey tutorials == | == Greasemonkey tutorials == | ||
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br /> | * [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br /> | ||
** includes [[Avoid Common Pitfalls in Greasemonkey]]<br />Much more up-to-date than DiG above. | ** includes [[Avoid Common Pitfalls in Greasemonkey]]<br />Much more up-to-date than DiG above. | ||
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development | * [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development | ||
== JavaScript tutorials == | == JavaScript tutorials == | ||
Revision as of 01:43, 5 October 2011
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
- tiztag'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.
- w3schools JS reference
- MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike
- Gecko DOM Reference
JavaScript Books
- JavaScript: The Definitive Guide is well regarded
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques