Rating: - The best reference for developing
I have found a lot of utilities and tools for building programs.
Rating: - Review on behalf of Salt Lake City ColdFusion User Group
as read by Brian Buck
I found this book to be a solid reference to JavaScript. All of the examples in the book that I tried were portable and worked equally well in both Internet Explorer and Firefox. The appendices list all of the built-in objects and their associated methods and what to expect from each so building a function using the built-in objects becomes easier. One thing that I liked in particular about this book over others that I have seen is how is uses the DOM. Most books either assume you are a DOM guru and don't mention it at all or, they assume you are a DOM idiot and put so much detail about it that the book bogs down.
In 'The Complete Reference', if you want the entire breakdown of the DOM, its in the Appendices. If you don't, the book makes sure to include any references to the DOM that are pertinent to the example at hand giving enough to let the user be successful without overdoing it.
Rating: - Outstanding Javascript Reference
I'm not sure why there are no other reviews of the 2nd edition of this book here, but let me rectify that now. This is an extraordinarily lucid presentation of JavaScript and its related technologies. It certainly deserves the praise it received from other reviewers (see reviews of prior edition). I've only read through chapter 12, but I've learned more from this book than three prior JavaScript texts combined. From coverage of core JavaScript to a rigorous examination of JavaScript objects and the various object models, the authors have delivered exactly what I was looking for. I've always been confused about the proper interpretation of the `this' keyword. The authors explain precisely how and why that keyword operates in different contexts and I feel totally comfortable with it now. I also have to complement the authors and editors on the quality of the writing and the accuracy of the text. The writing is tight, the code samples are well crafted and self-contained and I've only found four mistakes in 400 pages of text. In fact, I've never seen so few errors in a technical book of this size. I highly recommend this book to anyone, regardless of your level of expertise.
|