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.


== == Tutoriaux Greasemonkey
== Greasemonkey tutorials ==
* Http://diveintogreasemonkey.org/ [Plongez dans Greasemonkey] <br /> Note: La plupart des informations contenues dans Dig est mis à jour.
* [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] (comme un wiki) <br />
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br />
** Comprend les [[éviter certains problèmes courants dans Greasemonkey]] <br /> beaucoup plus à jour que DiG ci-dessus.
** 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 références ==
== JavaScript references ==
Une Fois Familiarisez Avec la langue, sur le remarquer Peut Il ya boucoup de Fonctionnalités disponibles Pour DANS JavaScript Qui SONT D'ABORD difficile de se souvenir.
Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember.
* [Http: / / w3schools www.w3schools.com/jsref/ référence] JS
* [http://www.w3schools.com/jsref/ w3schools JS reference]
* [Https: / / developer.mozilla.org / MDC, l'ONU wiki de Mozilla Vaste Qui detaille JavaScript et Caractéristiques des uniques Comme Firefox]
* [https://developer.mozilla.org/ MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike]


Livres JavaScript == ==
== JavaScript Books ==
* Http://www.oreilly.com/catalog/jscript5/ [JavaScript: The Definitive Guide] est bien considéré
* [http://www.oreilly.com/catalog/jscript5/ JavaScript: The Definitive Guide] is well regarded
* Pour une introduction moderne à JavaScript, consultez John Resig de [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 16:43, 12 April 2010

Most of the information on this site is helpful. See the Greasemonkey Manual for starters.

Greasemonkey tutorials

JavaScript tutorials

JavaScript references

Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember.

JavaScript Books