Tutorials: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
mNo edit summary |
Doubleyouyou (talk | contribs) m link to jresig's modern javascript book |
||
Line 4: | Line 4: | ||
* [http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. | * [http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html Avoid Common Pitfalls in Greasemonkey]<br />Much more up-to-date than DiG above. | ||
== | == JavaScript tutorials == | ||
* [http://www.w3schools.com/js/default.asp W3Schools | * [http://www.w3schools.com/js/default.asp W3Schools JavaScript Tutorial]<br />Largely out of date, but a good place for a beginner to start. | ||
* [http://www.jibbering.com/faq/faq_notes/closures.html JavaScript Closures] | * [http://www.jibbering.com/faq/faq_notes/closures.html JavaScript Closures] | ||
* [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies] | * [http://blog.morrisjohns.com/javascript_closures_for_dummies JavaScript Closures For Dummies] | ||
* [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode] | * [http://www.quirksmode.org/js/contents.html JavaScript on QuirksMode] | ||
* [http://101out.com/jss.php The JavaScript Programming Language] by Douglas Crockford<br />A set of videos of a wonderful lecture by this JavaScript guru. | * [http://101out.com/jss.php The JavaScript Programming Language] by Douglas Crockford<br />A set of videos of a wonderful lecture by this JavaScript guru. | ||
== JavaScript Books == | |||
* 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] | |||
{{stub}} | {{stub}} |
Revision as of 21:02, 23 August 2007
Greasemonkey tutorials
- Dive into Greasemonkey
Note: Much of the information in DiG is out of date. - Avoid Common Pitfalls in Greasemonkey
Much more up-to-date than DiG above.
JavaScript tutorials
- W3Schools JavaScript Tutorial
Largely out of date, but a good place for a beginner to start. - JavaScript Closures
- JavaScript Closures For Dummies
- JavaScript on QuirksMode
- The JavaScript Programming Language by Douglas Crockford
A set of videos of a wonderful lecture by this JavaScript guru.
JavaScript Books
- For a modern introduction to JavaScript, check out John Resig's Pro JavaScript Techniques