#896 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Pro JavaScript Techniques

Sentiment score: 3
Reddit mentions: 5

We found 5 Reddit mentions of Pro JavaScript Techniques. Here are the top ones.

Pro JavaScript Techniques
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.25 Inches
Length7.52 Inches
Number of items1
Weight1.95990950918 Pounds
Width0.87 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 5 comments on 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