Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
Direct link to Douglas Crockford's videos: old link was invalid |
|||
Line 5: | Line 5: | ||
* [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 [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. | ** includes [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. | ||
* [http://userscripts.org/scripts/show/57756 Auto check for script updates] | |||
== JavaScript tutorials == | == JavaScript tutorials == |
Revision as of 02:48, 15 September 2009
Most of the information on this site is helpful. See the manual for starters.
Greasemonkey tutorials
- Dive into Greasemonkey
Note: Much of the information in DiG is out of date. - 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
- Auto check for script updates
JavaScript tutorials
- W3Schools JavaScript Tutorial
Largely out of date, but a good place for a beginner to start. - JavaScript Closures
- JavaScript Closures For Dummies
- 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 Books
- JavaScript: The Definitive Guide is well regarded
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques