Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
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. | ||
== | == == Tutoriaux Greasemonkey | ||
* | * Http://diveintogreasemonkey.org/ [Plongez dans Greasemonkey] <br /> Note: La plupart des informations contenues dans Dig est mis à jour. | ||
* [ | * [Http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (comme un wiki) <br /> | ||
** | ** Comprend les [[éviter certains problèmes courants dans Greasemonkey]] <br /> beaucoup plus à jour que DiG ci-dessus. | ||
== JavaScript tutorials == | == JavaScript tutorials == |
Revision as of 09:43, 12 April 2010
Most of the information on this site is helpful. See the Greasemonkey Manual for starters.
== == Tutoriaux Greasemonkey
- Http://diveintogreasemonkey.org/ [Plongez dans Greasemonkey]
Note: La plupart des informations contenues dans Dig est mis à jour. - Greasemonkey hacks (comme un wiki)
- Comprend les éviter certains problèmes courants dans Greasemonkey
beaucoup plus à jour que DiG ci-dessus.
- Comprend les éviter certains problèmes courants dans 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