Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Revert last edit... never thought I'd type this but "spamming from uso"... Personal script updater is NOT a GM tutorial. |
linking my guide as an alternative to diveintoGM, add more beginner links, move down broken links (delete?) |
||
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/guides/22 UserScript Writing 101] | |||
== JavaScript tutorials == | == JavaScript tutorials == | ||
* [http://www.w3schools.com/js/ | * [http://www.w3schools.com/js/ w3schools' JavaScript Tutorial]<br/>Largely out of date, but a good place for a beginner to start. | ||
* [http://www. | * [http://www.tizag.com/javascriptT/ tiztag'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. | ||
* [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies] | |||
* [http://www.jibbering.com/faq/faq_notes/closures.html JavaScript Closures] | |||
== 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 11:58, 2 October 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
- UserScript Writing 101
JavaScript tutorials
- w3schools' JavaScript Tutorial
Largely out of date, but a good place for a beginner to start. - 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 Books
- JavaScript: The Definitive Guide is well regarded
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques