Hi Guest     My Account - Upload Pic - Favorites - Wish Lists - Friends - Messages - Login - Create Account

Related Tags
CSS Definitive Guide
Definitive Buying Guide
Definitive Guide
Definitive Guide By
Definitive Guide Django
Definitive Guide Excel
Definitive Guide Grails
Definitive Guide Samba 3
Definitive Guide Wordware
Guide Sqlite Definitive
Handbook Definitive Guide
HTTP Definitive Guide
JavaScript Definitive
Mp3 Definitive Guide By

Latest Reviews:

Rating:
My first impression was that this is too big to carry around the world. But at 2.5 ounces it's not that bad. And it has a heavy, smooth, rounded, tactile quality that reminds me of a worry stone, so I like it.

It was totally easy to set up. But then I was confronted with a complex me


Rating:
I love this tee, very nice looking and good quality that last even after serveral wash!! i will buy again from children place love it!!!

Rating:
Wont bore you with painfully long review here. I love this piece. Serves the purpose intended. Lots of room for the future. No problems with it s far. I've had it for a couple months now.

View All

Home / Books
JavaScript: The Definitive Guide

O'Reilly Media, Inc. JavaScript: The Definitive Guide


by O'Reilly Media, Inc.
Rating: 
Read User ReviewsRead Reviews (277)
Review this ProductWrite Comments/Review
Price Drop AlertPrice Drop Alert
Add To Wish ListAdd to my Wish List
Tag this ProductTag This Product
Compare Prices from 2 Stores:
    Sort by: 


Product Detail Information:
ASIN:0596101996
Sales Rank: 2381
Catalog:Book
Binding:Paperback
Product Group:Book
Product Type:ABIS_BOOK
Manufacturer:O'Reilly Media, Inc.
EAN: 9780596101992
Publication Date: 2006-08-17
Format: Illustrated
Number Of Items: 1


Product Description:

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 like 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 like Array) from coverage of client-side JavaScript (which includes objects, like 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 summarize syntax and options while providing copious code examples.
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications

Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.

Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much more

Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.

Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequestobject and the canvas tag.

More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications.

""A must-have reference for expert JavaScript programmers...well-organized and detailed."" -- Brendan Eich, creator of JavaScript



Current User Reviews:Back to top
More Review Pages:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15   Next >>  

Comprehensive, a little boring
9/28/2008
This book is downright comprehensive and thoroughly deserves its "definitive guide" title.

But, the example scripts the author gives are long and deadly boring, which is why I won't give it five stars.

To "get" JavaScript, you need shorter scripts which are easier to learn from.

My recommendation is to use this book in conjunction with the w3schools website.
Was this review helpful? Review is helpful Review is not helpful

Almost Too Thorough. Not the best Choice for Beginners/Creatives
9/27/2008
This is the book all the JS rockstars out there tend to recommend to people. I don't think it's for everybody personally. It's very thorough and explains JS and its various incarnations at a high level of intricacy that I wouldn't recommend to beginners who are easily distracted (i.e. more heavily creative-brained designers). I'm fairly evenly brained myself and I occasionally found myself zombie-reading as exciting as some of the specifics are too me.

On the other hand, if you want to know just about everything there is to possibly know about JS, this is the book. And that's worth five stars to me.

A good place to get a start with JS if you've never programmed is a decent class or self-teaching the basics online. Then I recommend Jeremy Keith's DOM scripting. Then the Complete Reference. Then this bruiser when you really want get in deep.
Was this review helpful? Review is helpful Review is not helpful

Easy read and understanding
9/23/2008
Great book, easy read, well formated and very instrutive. You will find everything that you need about JavaScript (covering standard ECMAScript v3). From the basics to the most advance about the language.
Was this review helpful? Review is helpful Review is not helpful

begginers
8/15/2008
I just read first few chapters of this book. Good news is that the material is expressed in an accessible manner. However if you have an interest in programming languages and trying to read this book as JavaScript language tutorial or reference things like "lambda functions" (should be "lambda expressions"), or discussions about how (in authors view) JS interreter "inserts semicolums" (it does not. whitespace is used as token separator while parsing) make it look pretty bad.
Was this review helpful? Review is helpful Review is not helpful

Awesome Book -
8/9/2008
As a nuts and bolts kind of guy, I appreciate the layout and information available in the newest revision of this Book on JavaScript. If you're looking for a tutorial, this isn't it, but if you're looking for a reference manual, this is for you. Very cool book.
Was this review helpful? Review is helpful Review is not helpful
More Review Pages:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15   Next >>  

Share your Comments or Review about this Product: Back to top
Title/Summary:
Your Comments or Review about this product:
Your Rating?



By submitting this form you acknowledge that you, not Plaza101, is responsible for the contents of your submission. All user submitted content becomes the sole property of Plaza101.com. Plaza101.com reserves the right to use, edit or delete user submitted content at its discretion.



Similar Products:

  1. CSS: The Definitive Guide
  2. JavaScript & DHTML Cookbook (2nd edition)
  3. Dynamic HTML: The Definitive Reference (Dynamic Html)
  4. JavaScript: The Good Parts


Featured Products

 


Browse all Merchants


   

Note: Displayed Prices are subject to change without notice.
Please check the merchant website for final price before making a purchase.

 
   

Read Reviews & Compare Price for O'Reilly Media, Inc. JavaScript: The Definitive Guide. Plaza101 helps you save money every time you shop online for O'Reilly Media, Inc. JavaScript: The Definitive Guide. Try this free shopping search service to compare products and stores to find the best online prices.

 
 
Price Comparison - Press Release - Contact - Disclaimer - Privacy - Site Map - Valuable Links - Plaza101 Blog - 1
© 2002-2008 Plaza101.com