Wednesday, June 27, 2007

Top 5 MUST READ Javascript Resources

Some MUST READ javascript links that I thought i'd share.

Excellent Code style tutorial , with easily undertandable code snippets ( Bad Vs Ok examples)
=>From Mozilla, http://wiki.mozilla.org/JavaScript:SpiderMonkey:Coding_Style

Best example of well documented code
=> The YUI Javascript library, start off with reading http://developer.yahoo.com/yui/docs/YAHOO.js.html

Excellent Javascript beginner tutorials
=> from Javascript Guru- Douglas Crockford's stable
===> http://javascript.crockford.com/survey.html
===> http://javascript.crockford.com/code.html

Best ever Advanced javascript & Optimization tutorial
=> from Opera, and probably the most understated article on javascript to date. http://dev.opera.com/articles/view/efficient-javascript/?page=all

Excellent Advanced javascript tutorials
=> http://www.quirksmode.org/js/contents.html

Keep Clicking,
Bhasker V Kode

Technorati Tags: , , , , ,

2 comments:

manish said...

How about using Crockford code convention instead of Mozilla's http://javascript.crockford.com/code.html? It seems better.

Bosky said...

I like the Bad vs Ok style,since you would be doing one of them . So nice quick check.

Moreever i felt,it was very easy to overlook lot of conventions in douglas crockfords version .Perhaps if it was more presentable ,it might have been more easier to grasp.

Great resource ,non the less 8 )

Keep Clicking,
Kode