Reddit Reddit reviews Pro JavaScript Techniques

We found 5 Reddit comments about Pro JavaScript Techniques. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Software Development
Pro JavaScript Techniques
Used Book in Good Condition
Check price on Amazon

5 Reddit comments about Pro JavaScript Techniques:

u/OriginalSyn · 7 pointsr/javascript

Books:

u/rjett · 6 pointsr/javascript

Advanced

Medium

Old, but probably still relevant

Yet to be released, but you can get the in progress pdf from the publisher

Docs

The one that everybody recommends

HTML5 spec

HTML5Rocks

Latest Webkit News

Other than that build build build. Make demos and play. Ask questions here or on stackoverflow and read other people's code. Also, lots of great old JSConf videos out there.

u/alparsla · 3 pointsr/programming

Nowadays, JQuery is the defacto library for doing useful things in Javascript. His author, John Resig have some books about Javascript which may be enough to be treated as "book by author of the programming language"

http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273/ref=sr_1_2?ie=UTF8&qid=1334576568&sr=8-2

u/drgath · 2 pointsr/webdev

If you want to stand out, learn how to program JavaScript without the use of jQuery. Learn about cross-browser DOM scripting, browser performance, security, and JS fundamentals (prototypes, closures, etc...). Some good books to get started are Pro JavaScript Techniques and JavaScript: The Good Parts

u/takethemoneyrun · 1 pointr/javascript

What really helped me get my head around js and oop was Resig's book

For day-to-day issues and stuff I also use w3schools.com, especially their Javascript Reference