Tutorials: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(Reverting to last version by LouCypher)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


== Greasemonkey tutorials ==
== Greasemonkey tutorials ==
Warning: these are both several years old.
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks Greasemonkey hacks] (as a wiki)<br />
* [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.
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development
* [http://codebazaar.blogspot.com/2010/11/monkey-see-greasemonkey-do.html Monkey see, GreaseMonkey do!] - Video tutorial for GreaseMonkey userscript development


Line 11: Line 13:
* [http://www.tizag.com/javascriptT/ tizag'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.html 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]

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