22 used & new from $0.83

Have one to sell? Sell yours here
 
 
Javascript Programmer's Reference (Programmer to Programmer)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Javascript Programmer's Reference (Programmer to Programmer) [ILLUSTRATED] (Mass Market Paperback)

~ (Author)
2.3 out of 5 stars  See all reviews (18 customer reviews)


Available from these sellers.


9 new from $2.00 13 used from $0.83

Customers Who Bought This Item Also Bought

JavaScript: The Definitive Guide

JavaScript: The Definitive Guide

by David Flanagan
4.4 out of 5 stars (290)  $31.49
Explore similar items

Editorial Reviews

Amazon.com Review

JavaScript Programmer's Reference documents JavaScript, JScript, and ECMAScript to the degree that they're standardized, and goes on to catalog the extensions major browser publishers have added to the languages. In essence, this book is a resource for finding out how the major browsers (Microsoft Internet Explorer, Netscape Navigator, and Opera) implement their Document Object Models (DOMs), both standard and proprietary, and how they access DOM elements through JavaScript and similar scripting languages.

This is a reference, so don't expect it to teach you JavaScript through any sort of tutorial (though reading the object descriptions can be very illuminating, indeed). Cliff Wootton has chosen to organize his work alphabetically, like a giant encyclopedia of objects, reserved words, operators, filters, and other aspects of JavaScript and the DOM standards. A cross-reference that associates individual properties, methods, and event handlers with the objects to which they belong appears as an appendix. Once you've located the entry of the object you want, you'll have easy access to inheritance information, a syntax summary, and plain-English advice on what the object does. Tables provide implementation details for each property, method, and event handler, so you know which versions of which browsers support the language feature you want to use. There also are references to standards documents, and, sometimes, illustrations of how to use the language element in working code. Illustrations are rare but generally effective in clarifying the significance of language elements and the relationships among objects.

A cool feature is Wootton's documentation of common errors and incorrect assumptions. For example, he's included an entry on Bar.visibility, a nonexistent property sometimes assumed to exist in the Netscape Navigator object model. The correct property is Bar.visible, the author points out. The book also has some strange ways of doing things: Operators and other non-character entries don't appear up front, before the "A" entries, as is conventional. They've been transliterated, if that's the word, so you have to look up "Add" in order to find out about the + operator. Overall, this is a fine JavaScript reference, made excellent by its companion CD-ROM that includes the entire body of printed reference material (plus some extra) in searchable form. --David Wall

Topics covered: The JavaScript, JScript, and ECMAScript scripting languages, and their implementations in popular browsers as well as in standards documents. Coverage includes JavaScript through version 1.5, JScript through version 5.5, and ECMAScript through version 3. The DOM1 standard is covered fully and the DOM2 standard is covered to the extent it's implemented in Netscape Navigator 6. Effectively, this means coverage includes Netscape Navigator through version 6.0, Internet Explorer through version 5.5, and Opera through version 5. There's also some coverage of server-side JavaScript under Netscape Enterprise Server.



Product Description

JavaScript is the scripting language of the Web. Its widespread use in web applications, and support in all modern browsers and in server-side and administration environments, make it an essential part of the programmers' toolkit.

Complexity and confusion in JavaScript come not from the language, but from the number of different implementations, each with widely varying support for different APIs and standards. Written from extensive programming experience gained in developing components for a major website, this book helps you navigate those difficulties.

The accompanying CD not only presents this entire book in PDF format, fully hyperlinked and viewlable with Acrobat Reader (tm), but provides a cross-referenced, lexical reference that includes over 3500 entries, giving an even more comprehensive, browser-based companion to the book.


Product Details

  • Mass Market Paperback: 973 pages
  • Publisher: Wrox Press (February 15, 2001)
  • Language: English
  • ISBN-10: 1861004591
  • ISBN-13: 978-1861004598
  • Product Dimensions: 9 x 6 x 2.1 inches
  • Shipping Weight: 2.9 pounds
  • Average Customer Review: 2.3 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon.com Sales Rank: #1,799,592 in Books (See Bestsellers in Books)

More About the Author

Cliff Wootton
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Cliff Wootton Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Javascript Programmer's Reference (Programmer to Programmer)
56% buy the item featured on this page:
Javascript Programmer's Reference (Programmer to Programmer) 2.3 out of 5 stars (18)
JavaScript: The Definitive Guide
41% buy
JavaScript: The Definitive Guide 4.4 out of 5 stars (290)
$31.49
JavaScript Bible
3% buy
JavaScript Bible 3.4 out of 5 stars (7)
$31.49

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(51)
(50)
(30)
(25)
(20)
(18)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

18 Reviews
5 star:
 (3)
4 star:
 (1)
3 star:
 (3)
2 star:
 (3)
1 star:
 (8)
 
 
 
 
 
Average Customer Review
2.3 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
8 of 9 people found the following review helpful:
5.0 out of 5 stars Excellent Reference!, March 23, 2001
By "dtsdar" (Boston) - See all my reviews
This book definitely deserves 5 stars right now! Perhaps in 2-3 years it will appear dated as browsers and standards evolve. But for right now, this is _the_ Javascript/DOM reference to own. Wootton has seemingly gone to great lengths to compile a comprehensive reference, the likes of which I have yet to see in print or on the Web. As far as tutorials and most other forms of hand-holding go, you won't find any-it is a reference afterall.

Cross-browser compatability is of critical importance for most of us when working with Javascript/DOM and that fact was not lost on Wootton. Most every topic has a table of supporting implementations. And while this feature is certainly not unique to only this book, it is up-to-date, covering IE 3.0-5.5, NS 3.0-6.0, Opera 3-5, Netscape Enterprise Server, the ECMAScript 3rd edition standard, and DOM 1-3. The format of the data is rather good as well, better than many of the Wrox books I have seen to date.

What I liked best about the book is the CDROM that comes with it. It contains the full compilation of 3,500 topics (!!!) in HTML and Acrobat files, only half of which could find room in the book (the book is roughly 973 pages long already, if you doubled that you couldn't lift it ;-). They have a similar look-and-feel to Java API docs. A very handy tool for Web development teams!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 7 people found the following review helpful:
2.0 out of 5 stars Decent reference that lacks detail and examples, June 8, 2001
By Luke "devbooks" (Tucson, AZ USA) - See all my reviews
I like to call this book enhanced "intellisense", for those of you familiar with Microsoft development environments. It basically is a listing of objects and all of their methods and properties on different browsers. But it offers little detail such as examples. It will give you a "WARNING" about a particular method, but often doesn't tell you what you're being warned about.

If you already know how to use a javascript method but are just curious about which browsers support it, this book is helpful. Otherwise, you should purchase "JavaScript: The Definitive Guide" by Flanagan. I can't wait until Flanagan comes up with a fourth edition because the latest one is getting outdated, but it is by far the best JavaScript book.

JavaScript Programmer's Reference is just not worth the money. Most of the information it provides is available via help files, and the book does not provide an useful index, but instead lumps everything into alphabetical order. Very disappointing.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
1.0 out of 5 stars Very much useless, May 20, 2003
By A Customer
This is alphabetically arrangement of unrelated concepts that only have in common that theyre are linked to JavaScript.

This is pretty much useless if you are looking for an anwer to a meaningful question. It is only useful in the case where you know the class/method and are looking for the table "which browser does it support it".

I definitely do not recommend it.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Superb reference
While I havn't found the book useful, the CD ROM is priceless. I have used the accompanying reference for more than 5 years now, and it is still my primary reference for... Read more
Published on November 23, 2006 by Peter Christian Normann

3.0 out of 5 stars Contextually Useful
This was useful in context. If you had to write crossplatform javascript for 4.x browsers, it told you what features worked in which browsers. Read more
Published on December 19, 2005 by J. Kawakami

1.0 out of 5 stars Useless Tome
This book has almost no value (aside from a door stop). The information is incomplete, even for the time it was written. Read more
Published on July 18, 2003

3.0 out of 5 stars The CD-ROM is handy
Pleasantly surprised that this book contains a CD-ROM. What's amazing is that the disk contains not only the entire book but actually has more in it than the printed material... Read more
Published on May 1, 2002 by Edwardson Tan

1.0 out of 5 stars Don't waste your money
I don't know how I bought this book. At first glace of the book title, it seems very useful. I mean we all need quick indexed JavaScript reference. Read more
Published on March 29, 2002 by Russell Kim

1.0 out of 5 stars Nice dictionary, useless reference
I understand that this is supposed to be a reference book and not a tutorial, but even reference books usually provide some context to their information. Read more
Published on March 24, 2002

1.0 out of 5 stars Worst Wrox, worst JavaScript, worst reference
If you get anything useful out of Cliff Wootton's book, it will be out of sheer luck. I agree with the other reviewers who gave the book one star, it is the pits.
Published on March 5, 2002

3.0 out of 5 stars Positve comments
I'll agree that this isn't the best book on the subject, but...

It offers experieced web developers the ability to quickly look up a Javascript feature and determine what... Read more

Published on February 28, 2002

1.0 out of 5 stars This is not a Book. It's a JOKE!
It's unbelievable, that WROX has published this book. As a matter of fact it would be unbelievable if any publisher printed this book. Read more
Published on February 21, 2002 by Misa Pisa

1.0 out of 5 stars Worthless.
Like most Wrox buyers, I figured this book would be of excellent quality and value. I pretty much bought the book without even looking it over because I knew that it would be... Read more
Published on November 4, 2001 by Jeffrey L. Carlson

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.