Good Resources For Learning JavaScript
Solution 1:
Javascript: The Good Parts by Douglas Crockford is a really good and thorough book about Javascript. Once you speak Javascript you don't really have to learn jQuery, you can just use it.
Solution 2:
My recommended reading list
JavaScript
jQuery
I also recommend JSBin for testing and trying out ideas
The following sites are also useful
JavaScript
jQuery
Solution 3:
A re-introduction to JavaScript by Simon Willison is a very concise overview of the language, yet it offers you a good starting point.
Solution 4:
If you're already a programmer, Pro Javascript Techniques by John Resig was a good book for having that "aha" moment with javascript - it finally started to make sense. Surprisingly enough, even though it's written by the creator of jQuery - it really doesn't cover it at all. Although you will gain a deeper understanding of how to write good Object Oriented stuff using javascript.
Solution 5:
I have learnt from the first one
maconstateit Tuts on Javascript
EDIT: SoftLookup
http://www.javascriptmall.com/learn/
http://jennifermadden.com
Post a Comment for "Good Resources For Learning JavaScript"