Categories >> AJAX

JavaScript: The Definitive Guide

By David Flanagan

JavaScript: The Definitive Guide by David Flanagan
  • 20.90
  • 0596101996
  • O'Reilly Media, Inc.
  • Amazon Detail Page
  • Add_to_list_95x25_2

Reviews

The best book for Javascript out there stars-5-0
I have had a very wrong notion and understanding of JavaScript until I read this book. This book is a must for serious JavaScript programmers.
Gave Me What I Needed - And More! stars-5-0
JavaScript: The Definitive Guide

I needed a reference guide to JavaScript. I am by no means an expert, I just wanted point solutions that were rather more "in depth" than the "geek boards".

My success criteria here are: 1. Did it make sense of JavaScript? and 2. More importantly, if I wanted a point solution - was it there?

Yes on both counts.

I am still new to JavaScript - so I will update this review later.
JavaScript: The Deep Doctrine stars-5-0
Note: My review is based on the 5th edition.

If you want to know how JavaScript really works, this is *the* book for exactly that. Understanding the core concepts of the language, such as the prototypical OO model, closures, functions as data, etc. will help you go far if JavaScript is something you use on daily basis.

While there are numerous JavaScript libraries in existence today (jQuery, MochiKit, Dojo, prototype, YUI, etc.) that simplify a lot of what needs to get done client-side, understanding the language itself is still necessary for those times when the abstractions that the libraries provide leak/fail or don't provide some feature you want.

If you are frustrated by JavaScript, you only need to spend the time educating yourself about how it really works. Once you do, and with some experience, you will reach that state of Nirvana that allows you to work easily in this language.

Note: This book is not a technique book - i.e. it will not really teach you any cool tricks, per se, so much as give you an undiluted understanding of the core features of the language. If you want tips/tricks/technique and already know JavaScript, you might do well to check out John Resig's APress book on JavaScript: Pro JavaScript Techniques
An indespensibe reference stars-5-0
A fantastically complete reference to Javascript. This is not a "learn Javascript" book, however - but a reference. The examples are not as detailed as in other "learning" books - but as a reference guide it cannot be beat. It is extremely rare that I can't find what I'm looking for in that book. I am using the 5th edition of the book, which is much better than the older editions - and I feel is the new standard for what should be called a "Definitive Guide". Pitfalls, quirks, browser differences and a complete (as of 2006 at least) property/function reference for both core and DOM javascript objects. Highly recommended.
And it's only $32? Wow. stars-5-0
I bought this book because I wanted to learn JavaScript, and it is doing just that!!! There is so much stuff packed into this book that it is amazing, and I can't believe I only payed $32 for it! It covers everything you need to know. It goes into more detail about JavaScript than any book on any other language I have seen. And all the pages are not little flashy examples. It is a real reference for those who are serious about learning JS.

Other books you might like...