Product Details
JavaScript: The Definitive Guide

JavaScript: The Definitive Guide
By David Flanagan

List Price: £35.50
Price: £23.08 & eligible for FREE Super Saver Delivery on orders over £15. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

52 new or used available from £11.72

Average customer review:

Product Description

JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving programming environment in which new programmers can learn.

JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book includes sophisticated examples that show you how to handle common tasks, like validating form data, working with cookies, and creating portable DHTML animations. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs.

This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5 (ECMAScript version 3). The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility.

JavaScript: The Definitive Guide is a complete programmer's guide and reference manual for JavaScript. It is particularly useful for developers working with the latest standards-compliant web browsers, like Internet Explorer 6, Netscape 6, and Mozilla. HTML authors can learn how to use JavaScript to build dynamic web pages. Experienced programmers can quickly find the information they need to start writing sophisticated JavaScript programs. This book is an indispensable reference for all JavaScript programmers, regardless of experience level.


Product Details

  • Amazon Sales Rank: #2950 in Books
  • Published on: 2006-08-17
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 1018 pages

Editorial Reviews

Amazon.co.uk Review
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.

MIX, Feb 2001
Learning JavaScript is fast becoming a prerequisite to developing powerful Websites... this is a great resource.

Salt Lake City ColdFusion User Group, March 2002
This is one of the best reference books on JavaScript you can find.


Customer Reviews

Perhaps its me?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 ? Absolutely5
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 guide5
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.