Rating:  Summary: Typcial O'Reilly Review: I've learned many programming languages over the years. It amazes me how O'Reilly has consistently produced the best reference material on the market. In this book, I liked the fact the Flanagan didn't overlook details such as security, communication with applets, and compatibility issues between Navigator and Explorer. My compliments.
Rating:  Summary: If you don't know nothing... ...this is your book Review: I think that this book is very interesting for all Javascript programmers, from beginners to Javascript Gurus. It has a lot of examples and it's very usfull any time. It told you everything about Javascript but you will find it better with the TABLE OF CONTENTS becuase it hasn't have the correct order.
Rating:  Summary: As good as reviewed Review: I also find this book very clear and easy to use as a reference
Rating:  Summary: In depth coverage of Javascript! Review: Orielly's Definitive Guide is an excellent choice for the intermediate to advanced Javascript programmer. It contains the best coverage of the browser's hierarchy and object implementation in Javascript that I've seen in any book. Unfortunately, almost half of the book contains reference material that I rarely use. Overall, this book is comprehensive and well organized.
Rating:  Summary: an exellent book Review: an excellent book!! can be a little repetative. The best book I've seen. Short and clear.
Rating:  Summary: Excellent reference for language Review: This is an excellent reference. It belongs on every web developer's bookshelf. The first section of the book is a guide to JavaScript, the language. This is an excellent reference, and points out differences between the different implementations. It is organized well and gives the details that you need to know. The second part of the book is a guide to the DOM of the different browsers -- this is really good also. The last section, about half the book, is an excellent reference to both the DOM and the JavaScript language.
Rating:  Summary: Wow - THE best Javascript book available! Review: I purchased the Netscape One Developer's Guide thinking it would provide answers to my Javascript questions - it answered very few, unfortunately. The 'Guide' doesn't begin to approach the ease of use, thoroughness or amount of information contained in "Javascript: The Definitive Guide". Javascript is as completely covered as it can be (with the free-flowing nature of WWW specifications, its hard to keep track of all the changes). I found the descriptions and examples informative, clear and concise and kinda fun sometimes. The layed back nature of the writing won't scare off novice coders/web developers and yet doesn't turn off more advanced developers. The book is cut in half - the first provides an introduction into Javascript and discusses its more important subjects while the second is a complete reference section for Javascript 1.2. It specifically treats the differences between Netscape and Internet Explorer whereas the Netscape One guide left that up to the reader to figure out - an oversight which relegates the Netscape One Developer's Handbook to the dusty bookshelf (way in the back). If you're doing web development and need to use Javascript - this is probably the only book you'll need. If you're doing web development and you're not using Javascript - you NEED this book - it will show you what you can do with simple client-side scripts.
Rating:  Summary: A wonderful book with some minor flaws. Review: I could not have done anything without this book. It started for me my whole 'Advanced Language' writing. Since reading this book I have written over 20 small JavaScript programs and 2 large applictaions. The book is readable (if somewhat boring at times) and highly understanble. The books sucession of topics gives you the basis for future topics, and allows for easy learning througout the whole book. I was dissapointed at the content of the chapter on 'Cookies', but with what you have from the rest of the book you can easily learn all about cookies from the web.
Rating:  Summary: Just Right For My Needs!... Review: Whenever I want a straight answer to a syntax question or am looking for a coding example to clone, I usually turn to the O'Reilly "Nutshell" book series. As a reference book, I find that "Javascript: The Definitive Guide" lives up to my expectations and needs -- no more, no less.
Rating:  Summary: Third Edition Really Brings It All Together Review: I am impressed with the Third Edition. The design of this book is clear and intuitive. While the first half of the book isn't the greatest tutorial for beginners, it's a fine overview of the language that can jumpstart anyone with any programming skills at all. A few things kept me from giving it five stars. First, the book has a section on how to make your scripts backward-compatible (testing of the "appName" property and so on), but it barely mentions object detection (page 345), which is not only backward-compatible, but forward-compatible as well (if I could have replaced all the examples that use code similar to "if (navigator.userAgent.indexOf('Mozilla/4')" with code like "if (document.layers)" I would be much happier). Second, this book tends to shortchange JavaScript's control of style properties: the "display" property isn't even mentioned, and while Navigator's layers get attention, IE4's comparable ability to work with DIVs is relegated to a short entry for the document.all array on page 470 (actually there is no mention of DIVs and no sample code -- I learned about it by reading Danny Goodman's JavaScript Bible, which has good info on this stuff under "Collections"). Danny is doing a "Dynamic HTML Reference" for O'Reilly, which might fill in the gaps in this book. This book isn't definitive, but it's still good -- Chapter 8 especially taught me some OOP stuff that I never had a chance to read about before.
|