Compare prices and save on cheap textbooks at CheapestTextbooks.co.uk
Compare prices and save on cheap textbooks at CheapestTextbooks.co.uk HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Go to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Shop Textbook Search
  
(What's this?)
Selected Product:

JavaScript: The Definitive Guide
JavaScript: The Definitive Guide

Paperback
Edition: 5
Author: David Flanagan
Publisher: O'Reilly Media, Inc.
Release Date: August 2006
ISBN-10: 0596101996
ISBN-13: 9780596101992
List Price: £35.50
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

CSS: The Definitive Guide
ISBN-10: 0596527330


Dynamic HTML: The Definitive Reference (Dynamic Html)
ISBN-10: 0596527403


HTML & XHTML: The Definitive Guide (Definitive Guides)
ISBN-10: 0596527322


CSS: The Missing Manual
ISBN-10: 0596526873


JavaScript & DHTML Cookbook
ISBN-10: 0596514085


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for JavaScript: The Definitive Guide by David Flanagan (ISBN-10: 0596101996, ISBN-13: 9780596101992).

At this time we have not yet written a review for JavaScript: The Definitive Guide by David Flanagan (ISBN-10: 0596101996, ISBN-13: 9780596101992). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
Since the earliest days of Internet scripting, Web developers have considered JavaScript: The Definitive Guide an essential resource. David Flanagan's approach, which combines tutorials and examples with easy-to-use syntax guides and object references, suits the typical programmer's requirements nicely. The brand-new fourth edition of Flanagan's "Rhino Book" includes coverage of JavaScript 1.5, JScript 5.5, ECMAScript 3 and the Document Object Model (DOM) Level 2 standard from the World Wide Web Consortium (W3C). Interestingly, the author has shifted away from specifying--as he did in earlier editions--what browsers support each bit of the language. Rather than say Netscape 3.0 supports the Image object while Internet Explorer 3.0 does not, he specifies that JavaScript 1.1 and JScript 3.0 support Image. More usefully, he specifies the contents of independent standards such as ECMAScript, which encourages scripters to write applications for these standards and browser vendors to support them. As Flanagan says, JavaScript and its related subjects are very complex in their pure forms. It's impossible to keep track of the differences among half a dozen vendors' generally similar implementations. Nonetheless, a lot of examples make reference to specific browsers' capabilities.

Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax and utility objects such as Array) from coverage of client-side JavaScript, which includes objects, such as History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall

Topics covered: the JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarise syntax and options while providing copious code examples.



Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Perhaps its me?
Customer Rating:  Score = 1 Score = 1 Score = 1 Score = 1 Score = 1
I have owned this book for some time and I can honestly say it is unique. This is the only manual I have encountered that has been consistent in its inability to answer any query i have. Admitedly I am a Javascript novice but that's why I purchased this manual in the first place to help me understand javascript. The internet has quickly answered all my queries with ease and clarity, I really don't understand why this massive book is unable to do the same.
As I said above it's probably me, as you can see there are many glowing reports for this book. In my defense I have been involved in the IT world for many years and have relied on manuals to help successfully resolve issues.
This book continues to remain a mystery to me and I am seriously thinking of banishing it to the great library in the sky.

Definitive ? Absolutely
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
After many years struggling with rudimentary JavaScript and never being able to find a sensibly structured book on the subject, a colleague recommended
'JavaScript - the Definitive Guide'. O'Reilly have never really impressed me as a publishing house but this book is the best there is. The coverage is as extensive as it is complete. Especially noteworthy is its carefully documented chapters on the relationships between functions and objects which other authors shy away from. Want to be as good as Dean Edwards ? This is the book to get you there.

A needed update for an excellent guide
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
The 5th edition of the one and only bible of JavaScript, by the language guru David Flanagan, is not a surprise, but a beautiful confirmation. The 4th edition, which I've been using until a few days ago, was (and is) an invaluable reference even though it started to become a bit outdated. The new version is even more "biblic" than before, featuring nearly 1000 pages of in-depth explanation and reference. New sections include Ajax (of course, it's the cool thing of these years!), client side graphics (SVG, VML and ), JavaScript namespaces and communication with Flash and other embedded media.

The book can be divided in 2 sections: the guide - which occupies about 600 pages - and the reference which accounts for the remaining 400. Browsing the index of the book, it turns out the the parts are actually 4: for this article, I however merged the first two (the guide) and the last two (the reference).

The first section covers every JavaScript aspect, with a detailed explanation of the language and almost everything than can be achieved using it. What is being actually taught are the "roots" of all the JavaScript features: to build the complex things, you need to work on those roots (or to grab more high-level tutorials somewhere else). However, this book has everything you need, as you can figure the rest out!

The second section is the reason why every web coder will want to have this book on his desk everyday. The reference is detailed, accurate, thorough and very easy to browse. As I wrote above, it's divided in 2 parts: Core Language and Client-side JavaScript.

All in all, what can be said about this book? Even though I'm not fond of client side programming and prefer to script on the server, this is one of the few books for which I can really find nothing bad to say. It's well written, simple to understand, entertaining. There's also the Italian translation: there's the previous edition on the shelves in Italy at present time, but we'll hopefully see this new fantastic edition translated soon.

Can we have a review of the actual book?
Customer Rating:  Score = 3 Score = 3 Score = 3 Score = 3 Score = 3
I have the 4th edition of this book which is very good but out of date. Unfortunately so are the reviews, including the description provided by amazon all of which seem to apply to the 4th edition. So what is new in this Fifth edition? I am none the wiser as to whether this is worth the upgrade.

An excellent introduction and reference for Javascript
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
Probably the only Javascript book that you'll need for a long time. If you have programming experience and some understanding of object models then there should be almost nothing here that you won't understand and nothing outside of this book that you'll need. One of the best in the O'reilly series.

























Suggestions | Textbook Shop Reviews | Site Map | Contact Us
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions