Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Reverted edits by 217.112.178.19 (Talk) to last revision by Arantius |
|||
Line 1: | Line 1: | ||
Most of the information on this site is helpful. See the [[Greasemonkey Manual]] for starters. | Most of the information on this site is helpful. See the [[Greasemonkey Manual]] for starters. | ||
== == | == Greasemonkey tutorials == | ||
* | * [http://diveintogreasemonkey.org/ Dive into Greasemonkey]<br />Note: Much of the information in DiG is out of date. | ||
* [ | * [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. | ||
== JavaScript tutorials == | == JavaScript tutorials == | ||
Line 15: | Line 15: | ||
* [http://www.jibbering.com/faq/faq_notes/closures.html JavaScript Closures] | * [http://www.jibbering.com/faq/faq_notes/closures.html JavaScript Closures] | ||
== JavaScript | == JavaScript references == | ||
Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. | |||
* [ | * [http://www.w3schools.com/jsref/ w3schools JS reference] | ||
* [ | * [https://developer.mozilla.org/ MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike] | ||
== JavaScript Books == | |||
* | * [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] |
Revision as of 16:43, 12 April 2010
Most of the information on this site is helpful. See the Greasemonkey 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
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 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
JavaScript Books
- JavaScript: The Definitive Guide is well regarded
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques