Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
mNo edit summary
 
(22 intermediate revisions by 17 users not shown)
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://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (comme un wiki) <br />
Warning: these are both several years old.
** Comprend les [[éviter certains problèmes courants dans Greasemonkey]] <br /> beaucoup plus à jour que DiG ci-dessus.
 
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br />
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development


== JavaScript tutorials ==
== JavaScript tutorials ==


* [http://www.w3schools.com/js/ w3schools' JavaScript Tutorial]<br/>Largely out of date, but a good place for a beginner to start.
* [https://developer.mozilla.org/en/JavaScript/Guide Mozilla's JavaScript Guide]
* [http://www.tizag.com/javascriptT/ tiztag's JavaScript Tutorial]
* [http://www.tizag.com/javascriptT/ tizag'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.<br />You can check Crockford's JavaScript dedicated website at http://javascript.crockford.com/
* [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies]
* [http://blog.morrisjohns.com/javascript_closures_for_dummies.html JavaScript Closures for Dummies]
* [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 familiarisé avec la langue, on peut remarquer il ya beaucoup de fonctionnalités disponibles 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://www.w3schools.com/jsref/ w3schools référence] JS
* [https://developer.mozilla.org/ MDC, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike]
* [Https: / / developer.mozilla.org / MDC, un wiki de Mozilla vaste qui détaille JavaScript et des caractéristiques uniques comme Firefox]
* [https://developer.mozilla.org/en/Gecko_DOM_Reference Gecko DOM Reference]
* [http://www.w3schools.com/jsref/ w3schools JS reference]


== 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]

Latest revision as of 16:12, 3 November 2017

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

Greasemonkey tutorials

Warning: these are both several years old.

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