Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
Most of the information on this site is helpful. See the [[manual]] for starters. | |||
== Greasemonkey tutorials == | == Greasemonkey tutorials == | ||
* [http://diveintogreasemonkey.org/ Dive into Greasemonkey]<br />Note: Much of the information in DiG is out of date. | * [http://diveintogreasemonkey.org/ Dive into Greasemonkey]<br />Note: Much of the information in DiG is out of date. | ||
* [http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. | * [http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. |
Revision as of 19:00, 30 December 2008
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. - Avoid Common Pitfalls in Greasemonkey
Much more up-to-date than DiG above.
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 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