Sales Rank : 2241
Language : English (Original Language) , English (Unknown) , English (Published)
Number Of Items : 1
NumberOfPages : 1032
Media : Paperback
Package Dimensions (in) : 2.3 x 7.1 x 9.1
Author : David Flanagan
Catagory : Book
EAN : 9780596101992
ASIN : 0596101996
JavaScript: The Definitive Guide
Other products by
(292 customer reviews)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
List Price :
| Store | Price | Buy |
|
changweb Feedback Rating :
(1 Reviews)Condition : New Condition Note : 4th edition. brand new. Usually ships in 1-2 business days |
$26.49 You Save : $23.50(47%) |
From changweb |
|
amirscheapbooks Feedback Rating :
(7 Reviews)Condition : New Condition Note : New. Plastic cover never opened. Usually ships in 1-2 business days |
$28.00 You Save : $21.99(44%) |
From amirscheapbooks |
|
fantastic_shopping Feedback Rating :
(16,355 Reviews)Condition : New Condition Note : Absolutely Brand New & In Stock. 100% 30-Day Money Back. Direct from our warehouse. Ships by USPS. 1+ million customers served-In business since 1986. Happy Customers is Our #1 Goal. Toll Free Support Usually ships in 1-2 business days |
$28.68 You Save : $21.31(43%) |
From fantastic_shopping |
|
Little Elephant Feedback Rating :
(7 Reviews)Condition : New Condition Note : International Edition, Same Content, Low Price Usually ships in 1-2 business days |
$29.99 You Save : $20.00(40%) |
From Little Elephant |
|
pbshop Feedback Rating :
(19,353 Reviews)Condition : New Condition Note : Brand new book! Delivered direct from our US warehouse by Expedited (4-7 days) or Standard (usually 10-14 days but can be longer). Expedited shipping recommended for speedier delivery. Over 1 million satisfied customers Usually ships in 1-2 business days |
$31.23 You Save : $18.76(38%) |
From pbshop |
|
pbshopus Feedback Rating :
(12,991 Reviews)Condition : New Condition Note : New American book. Shipped within the US in 4-7 days (expedited) or about 10-14 days (standard). Standard can occasionally be slower so we advise using expedited if quicker delivery is important! Usually ships in 1-2 business days |
$31.23 You Save : $18.76(38%) |
From pbshopus |
|
Amazon.com Condition : New Condition Note : This item ships for FREE with Super Saver Shipping. Usually ships in 24 hours |
$31.49 You Save : $18.50(37%) |
From Amazon.com |
|
comptechbooks Feedback Rating :
(155 Reviews)Condition : New Condition Note : *BRAND NEW*. SHIPS IN 24 HRS. IN BUSINESS FOR OVER 18 YEARS. TOLL-FREE CUSTOMER SERVICE. CUSTOMER SATISFACTION IS OUR TOP PRIORITY Usually ships in 1-2 business days |
$31.94 You Save : $18.05(36%) |
From comptechbooks |
|
a1books Feedback Rating :
(87,948 Reviews)Condition : New Condition Note : Brand new item. Over 6 million customers served. Order now. Selling online since 1995. Few left in stock - order soon. Code: I20091106045310S Usually ships in 1-2 business days |
$33.49 You Save : $16.50(33%) |
From a1books |
|
kuddily2 Condition : New Condition Note : ***THIS IS A 4TH EDTION***, brand new book, never opened for the class Usually ships in 1-2 business days |
$35.00 You Save : $14.99(30%) |
From kuddily2 |
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 XMLHttpRequest object 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
Amazon.com 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 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.
Hope this isn't really THE definitive review, 2010-02-08 I am an experienced programmer, well versed in languages I have learned from O'Reilly books. I read this book cover to cover a couple of years ago. It certainly is thorough.
I have just spent six hours trying to hook in a simple javascript function to my php application. UGH! I swear some of the coding examples in the book are just plain wrong! I finally got the function to recognize a 'hello world' program both written in the file and in an external file. I had to go to the web for a simple tutorial to do this. I now have a five line program that just plain doesn't work! So I looked up 'debugging' in the 'DEFINITIVE' guide. It is clueless. So am I. I have never, ever had this much trouble picking up a new language from a book.
I have to give this book a rating of 1.
Great Book!, 2009-12-01 i recommend it to anybody that wants to learn JavaScript from the basics and on ...
Java Script, 2009-10-15 Because I purchased this book as a gift I cannot review it personally. However the person who received it was very happy with the book.
Wrong book, 2009-09-12 I got the wrong edition. I searched for fifth edition and picked the book from "Used and New" section. It was a wrong edition there. I don't know where the problem is. It took me about two months to get my refund. Be careful when selecting books from the "Used and New" section
The book is aptly named!, 2009-08-28 I have to agree with the bulk of the reviews that I've read about this book: it IS the DEFINITIVE guide to Javascript. I'm just learning Javascript, and I bought another book that was an overly gentle introduction to Javascript (since I've been programming for quite some time), and after I went through that one and another one, I finally bought this one, and I half expected that it would be a little bit hard to chew at this point in my Javascript learning curve: not so! There are very very few typos (I spotted a couple in the first 150 pages), and the author explains everything very very clearly. I could scarcely be happier with this book than I am.
(This review concerns the new 5th edition.)
(1 Reviews)








