Good JavaScript Books? - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T15:58:38Zhttp://stackoverflow.com/feeds/question/74884http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/74884/good-javascript-books23Good JavaScript Books?jollyjerry2008-09-16T17:36:53Z2009-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#7490316Answer by Kevin for Good JavaScript Books?Kevin2008-09-16T17:38:27Z2009-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&field-keywords=oreilly+javascript+the+definitive+guide" rel="nofollow">Javascript The Definitive guide</a></p>
http://stackoverflow.com/questions/74884/good-javascript-books/74916#749160Answer by Chuck for Good JavaScript Books?Chuck2008-09-16T17:39:30Z2008-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#749275Answer by Dana for Good JavaScript Books?Dana2008-09-16T17:40:01Z2008-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#7493333Answer by Alan Storm for Good JavaScript Books?Alan Storm2008-09-16T17:40:45Z2008-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#749490Answer by Jeff Hubbard for Good JavaScript Books?Jeff Hubbard2008-09-16T17:41:56Z2008-09-16T17:41:56Z<p>Another vote for JavaScript: The Definitive Guide.</p>
http://stackoverflow.com/questions/74884/good-javascript-books/74954#749541Answer by Vaibhav for Good JavaScript Books?Vaibhav2008-09-16T17:42:11Z2008-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#749590Answer by Alejandro Bologna for Good JavaScript Books?Alejandro Bologna2008-09-16T17:42:50Z2008-09-16T17:42:50Z<p><a href="http://oreilly.com/catalog/9780596101992/?CMP=AFC-ak_book&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#749610Answer by Rob Allen for Good JavaScript Books?Rob Allen2008-09-16T17:42:53Z2008-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#749621Answer by talg for Good JavaScript Books?talg2008-09-16T17:42:54Z2009-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#7500820Answer by Gern Blandston for Good JavaScript Books?Gern Blandston2008-09-16T17:48:46Z2008-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#750390Answer by catfood for Good JavaScript Books?catfood2008-09-16T17:51:48Z2008-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#751102Answer by Novak for Good JavaScript Books?Novak2008-09-16T17:58:54Z2008-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#754683Answer by squadette for Good JavaScript Books?squadette2008-09-16T18:28:58Z2008-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#756110Answer by aekeus for Good JavaScript Books?aekeus2008-09-16T18:44:39Z2008-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#759330Answer by Don Cote for Good JavaScript Books?Don Cote2008-09-16T19:20:14Z2008-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#763700Answer by rand for Good JavaScript Books?rand2008-09-16T20:07:52Z2008-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#768061Answer by jp-larocque for Good JavaScript Books?jp-larocque2008-09-16T20:41:52Z2008-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#768531Answer by wookie for Good JavaScript Books?wookie2008-09-16T20:46:02Z2008-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#773571Answer by Marijn for Good JavaScript Books?Marijn2008-09-16T21:33:31Z2008-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#795780Answer by ages944 for Good JavaScript Books?ages9442008-09-17T03:14:01Z2008-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#8299260Answer by Bill the Lizard for Good JavaScript Books?Bill the Lizard2009-05-06T14:37:10Z2009-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#10473800Answer by Nosredna for Good JavaScript Books?Nosredna2009-06-26T04:41:36Z2009-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#17233190Answer by Bob for Good JavaScript Books?Bob2009-11-12T16:02:48Z2009-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>