Good JavaScript Books? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T15:58:38Z http://stackoverflow.com/feeds/question/74884 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/74884/good-javascript-books 23 Good JavaScript Books? jollyjerry 2008-09-16T17:36:53Z 2009-11-12T16:02:48Z <p>I find myself using Javascript day to day without a solid understanding of the language. There are some great writeups out there about using specific features of the language, but I'd like a distilled, printed book reference about the language itself.</p> <p>Please list good books that discuss the JavaScript language; not frameworks, usage and quirks.</p> http://stackoverflow.com/questions/74884/good-javascript-books/74903#74903 16 Answer by Kevin for Good JavaScript Books? Kevin 2008-09-16T17:38:27Z 2009-01-21T19:20:47Z <p>The javascript book from o'reilly is great.</p> <p><a href="http://www.amazon.com/s/ref=nb_ss_gw/002-3712822-3124817?url=search-alias%3Daps&amp;field-keywords=oreilly+javascript+the+definitive+guide" rel="nofollow">Javascript The Definitive guide</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/74916#74916 0 Answer by Chuck for Good JavaScript Books? Chuck 2008-09-16T17:39:30Z 2008-09-16T17:39:30Z <p>Book: I like the <a href="http://rads.stackoverflow.com/amzn/click/0596101996" rel="nofollow">Rhino book</a></p> <p>i know you asked for books but I love the sample code at Doc JavaScript <a href="http://www.webreference.com/js/" rel="nofollow">http://www.webreference.com/js/</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/74927#74927 5 Answer by Dana for Good JavaScript Books? Dana 2008-09-16T17:40:01Z 2008-09-16T17:40:01Z <p>I thought JavaScript: the Definitive Guide was a nice one.</p> <p><a href="http://oreilly.com/catalog/9780596101992/index.html" rel="nofollow">http://oreilly.com/catalog/9780596101992/index.html</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/74933#74933 33 Answer by Alan Storm for Good JavaScript Books? Alan Storm 2008-09-16T17:40:45Z 2008-09-16T21:18:24Z <p>Douglas Crockford's recent <a href="http://rads.stackoverflow.com/amzn/click/0596517742" rel="nofollow">JavaScript: The Good Parts</a> from O'Reilly is an excellent overview of the JavaScript language from a Computer Science/Programming point of view. How Objects/Inheritance works, what language constructs are available, how scope works, how closure works, etc.</p> <p>It also highlights some features Crockford thinks are "Bad" and to be avoided. Whether or not you agree with him it's good background information to have. </p> http://stackoverflow.com/questions/74884/good-javascript-books/74949#74949 0 Answer by Jeff Hubbard for Good JavaScript Books? Jeff Hubbard 2008-09-16T17:41:56Z 2008-09-16T17:41:56Z <p>Another vote for JavaScript: The Definitive Guide.</p> http://stackoverflow.com/questions/74884/good-javascript-books/74954#74954 1 Answer by Vaibhav for Good JavaScript Books? Vaibhav 2008-09-16T17:42:11Z 2008-09-16T17:42:11Z <p><a href="http://www.w3schools.com/js/default.asp" rel="nofollow">w3Schools</a> has one of the simplest material.</p> http://stackoverflow.com/questions/74884/good-javascript-books/74959#74959 0 Answer by Alejandro Bologna for Good JavaScript Books? Alejandro Bologna 2008-09-16T17:42:50Z 2008-09-16T17:42:50Z <p><a href="http://oreilly.com/catalog/9780596101992/?CMP=AFC-ak_book&amp;ATT=JavaScript%3A+The+Definitive+Guide" rel="nofollow">Javascript: The definitive guide</a> explains the core JavaScript language in detail</p> http://stackoverflow.com/questions/74884/good-javascript-books/74961#74961 0 Answer by Rob Allen for Good JavaScript Books? Rob Allen 2008-09-16T17:42:53Z 2008-09-16T17:42:53Z <p>For the most part, I am familiar with basic syntax or can look that up easily. It tends to be the properties and built-in functions I really struggle to find a good reference for. That's why I try to snag the O'Reilly Pocket reference for every language I have to work in. The <a href="http://rads.stackoverflow.com/amzn/click/0596004117" rel="nofollow">JavaScript</a> one is particularly handy. </p> http://stackoverflow.com/questions/74884/good-javascript-books/74962#74962 1 Answer by talg for Good JavaScript Books? talg 2008-09-16T17:42:54Z 2009-04-02T20:31:39Z <ul> <li>Secrets of the JavaScript Ninja by John Resig (the creator of jQuery) <a href="http://www.manning.com/resig/" rel="nofollow">http://www.manning.com/resig/</a></li> <li>JavaScript: The Definitive Guide by David Flanagan : <a href="http://rads.stackoverflow.com/amzn/click/0596101996" rel="nofollow">amazon link</a></li> </ul> http://stackoverflow.com/questions/74884/good-javascript-books/75008#75008 20 Answer by Gern Blandston for Good JavaScript Books? Gern Blandston 2008-09-16T17:48:46Z 2008-09-16T17:48:46Z <p>I've found these two books to be universally embraced:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0596101996" rel="nofollow">JavaScript: The Definitive Guide</a> by David Flanagan</p> <p>and </p> <p><a href="http://rads.stackoverflow.com/amzn/click/0596517742" rel="nofollow">JavaScript: The Good Parts </a> by Douglas Crockford</p> <p>You might also be interested in viewing Crockford speak over at Yahoo Video:</p> <p><a href="http://video.yahoo.com/watch/111593" rel="nofollow">Douglas Crockford: "The JavaScript Programming Language"/1 of 4</a></p> <p><a href="http://video.yahoo.com/watch/111594/1710553" rel="nofollow">Douglas Crockford: "The JavaScript Programming Language"/2 of 4</a></p> <p><a href="http://video.yahoo.com/watch/111595/1710607" rel="nofollow">Douglas Crockford: "The JavaScript Programming Language"/3 of 4</a></p> <p><a href="http://video.yahoo.com/watch/111596/1710658" rel="nofollow">Douglas Crockford: "The JavaScript Programming Language"/4 of 4</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/75039#75039 0 Answer by catfood for Good JavaScript Books? catfood 2008-09-16T17:51:48Z 2008-09-16T17:51:48Z <p><em>JavaScript Pocket Reference</em> by David Flanagan, published by O'Reilly. ISBN 0-596-00411-7.</p> http://stackoverflow.com/questions/74884/good-javascript-books/75110#75110 2 Answer by Novak for Good JavaScript Books? Novak 2008-09-16T17:58:54Z 2008-09-16T17:58:54Z <p><a href="http://oreilly.com/catalog/9780596517748/" rel="nofollow">Javascript: The Good Parts</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/75468#75468 3 Answer by squadette for Good JavaScript Books? squadette 2008-09-16T18:28:58Z 2008-09-16T18:28:58Z <p><a href="http://jspro.org/" rel="nofollow">"Pro JavaScript techniques" by John Resig</a></p> <p><img src="http://ecx.images-amazon.com/images/I/51XWseT1BbL._SL500_BO2,204,203,200_PIsitb-dp-500-arrow,TopRight,45,-64_OU01_AA240_SH20_.jpg" alt="Pro JavaScript techniques" title="" /></p> http://stackoverflow.com/questions/74884/good-javascript-books/75611#75611 0 Answer by aekeus for Good JavaScript Books? aekeus 2008-09-16T18:44:39Z 2008-09-16T18:44:39Z <p>JavaScript: The Definitive Guide </p> <p>and</p> <p>JavaScript: The Good Parts</p> http://stackoverflow.com/questions/74884/good-javascript-books/75933#75933 0 Answer by Don Cote for Good JavaScript Books? Don Cote 2008-09-16T19:20:14Z 2008-09-16T19:20:14Z <p>I found this book to be pretty good at getting to the core of the language:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0764579088" rel="nofollow">Professional JavaScript for Web Developers</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/76370#76370 0 Answer by rand for Good JavaScript Books? rand 2008-09-16T20:07:52Z 2008-09-16T20:07:52Z <p>Yahoo has a very good series of lectures on Javascript by Douglas Crockford — </p> <p><a href="http://video.yahoo.com/watch/111593/1710507" rel="nofollow">The JavaScript Programming Language</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/76806#76806 1 Answer by jp-larocque for Good JavaScript Books? jp-larocque 2008-09-16T20:41:52Z 2008-09-16T20:41:52Z <p>Take a look at ECMA-262, <strong>the</strong> official specification for <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm" rel="nofollow">ECMAScript</a> (*cough* JavaScript) syntax, semantics, and core objects. Bear in mind it does not cover web-specific objects or interfaces (e.g. the DOM in its various forms), as these are outside of the language proper.</p> <p>It has downsides:</p> <ul> <li>It's not a printed document as you requested, unless you print it yourself.</li> <li>It's verbose and not terribly well-written. For instance, many of the specifications are listed in algorithmic steps rather than described in prose (e.g. "1. Let x be the foo value; 2. Shift x by three bits to the left; ...").</li> </ul> http://stackoverflow.com/questions/74884/good-javascript-books/76853#76853 1 Answer by wookie for Good JavaScript Books? wookie 2008-09-16T20:46:02Z 2008-09-16T20:46:02Z <p>This is a really good book:</p> <p><a href="http://ajax.phpmagazine.net/2008/07/object_oriented_javascript_boo.html" rel="nofollow">Object oriented javascript</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/77357#77357 1 Answer by Marijn for Good JavaScript Books? Marijn 2008-09-16T21:33:31Z 2008-09-16T21:33:31Z <p>Not a paper-based book, but <a href="http://eloquentjavascript.net" rel="nofollow">Eloquent JavaScript</a> fits the rest of your description -- and has a built-in JS console for immediate programming gratification.</p> http://stackoverflow.com/questions/74884/good-javascript-books/79578#79578 0 Answer by ages944 for Good JavaScript Books? ages944 2008-09-17T03:14:01Z 2008-09-17T03:14:01Z <p>I personally have the second edition, but this book was fantastic.</p> <p><a href="http://www.wrox.com/WileyCDA/WroxTitle/Beginning-JavaScript-3rd-Edition.productCd-0470051515.html" rel="nofollow">Beginning Javascript</a></p> http://stackoverflow.com/questions/74884/good-javascript-books/829926#829926 0 Answer by Bill the Lizard for Good JavaScript Books? Bill the Lizard 2009-05-06T14:37:10Z 2009-05-06T14:37:10Z <p>Since programmers new to JavaScript are going to be reading this too, I'd like to mention that <a href="http://headfirstlabs.com/books/hfjs/" rel="nofollow">Head First JavaScript</a> is a really good <em>introduction</em> to the language.</p> http://stackoverflow.com/questions/74884/good-javascript-books/1047380#1047380 0 Answer by Nosredna for Good JavaScript Books? Nosredna 2009-06-26T04:41:36Z 2009-06-26T04:41:36Z <p><a href="http://rads.stackoverflow.com/amzn/click/0596515898" rel="nofollow">JavaScript: The Missing Manual</a></p> <p><img src="http://ecx.images-amazon.com/images/I/51cPJ2k%2BOGL.%5FBO2,204,203,200%5FPIsitb-sticker-arrow-click,TopRight,35,-76%5FAA240%5FSH20%5FOU01%5F.jpg" alt="JavaScript: The Missing Manual" /></p> <p>This one surprised me. It's great. Covers JavaScript and also jQuery. Very practical.</p> http://stackoverflow.com/questions/74884/good-javascript-books/1723319#1723319 0 Answer by Bob for Good JavaScript Books? Bob 2009-11-12T16:02:48Z 2009-11-12T16:02:48Z <p><a href="http://bit.ly/3eZdeq" rel="nofollow">ppl on JavasSript</a> has to be the best javascript book I have read. This is from the guy that runs <a href="http://www.quirksmode.org/" rel="nofollow">quirksmode.org</a></p> <p><img src="http://www.quirksmode.org/pix/book.jpg" alt="quirksmode book cover"></p>