Buy Used
Used - Good See details
Price: £2.80

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Dynamic HTML: The Definitive Reference
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Dynamic HTML: The Definitive Reference [Paperback]

Danny Goodman
4.7 out of 5 stars  See all reviews (39 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
School & Library Binding --  
Paperback £29.43  
Paperback, 8 July 1998 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.
There is a newer edition of this item:
Dynamic HTML: The Definitive Reference Dynamic HTML: The Definitive Reference 4.7 out of 5 stars (39)
£29.43
In stock.


Product details

  • Paperback: 1456 pages
  • Publisher: O'Reilly Media; 1 edition (8 July 1998)
  • Language English
  • ISBN-10: 1565924940
  • ISBN-13: 978-1565924949
  • Product Dimensions: 23.4 x 17.8 x 4.3 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (39 customer reviews)
  • Amazon Bestsellers Rank: 1,311,032 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Danny Goodman
Discover books, learn about writers, and more.

Visit Amazon's Danny Goodman Page

Product Description

Amazon.co.uk Review

Danny Goodman felt that he couldn't trust any of the documentation on Dynamic HTML (DHTML) that he read (too many contradictions), so he wrote Dynamic HTML: The Definitive Reference as a reference for working with his own clients. After testing tags and techniques on multiple releases of the main browsers, Goodman came up with very practical information--some of which you may not find in any other resource.

Goodman assumes a solid foundation, if not expertise, in basic HTML and an understanding of what DHTML is all about. From those assumptions, he presents a meaty, information-dense volume. The first of the book's four sections discusses industry standards and how to apply the basic principles of DHTML. He emphasises the differences in Web browsers and discusses how to build pages so that they work well in both Netscape Navigator and Microsoft Internet Explorer. The second section is an extensive, quick reference of all the tags, objects and properties of HTML, cascading style sheets, Document Object Model, and core JavaScript. A particularly handy cross-reference guide to this information follows, helping you locate it in alternate ways. The final section contains appendices, with useful tables of values and commands. --Elizabeth Lewis

Joel Spolsky, http://www.joelonsoftware.com, October 9, 2002

If you're working with HTML in any way, shape, or form, this book is an absolute requirement. --This text refers to an alternate Paperback edition.

Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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)
 
(19)
(13)
(7)

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

39 Reviews
5 star:
 (33)
4 star:
 (3)
3 star:
 (2)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (39 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

6 of 6 people found the following review helpful:
5.0 out of 5 stars An amazing book!, 23 July 2004
By 
Rennie Petersen (Copenhagen, Denmark) - See all my reviews
(REAL NAME)   
I bought this book to learn how to create a new menu system for a web site that I'm working on, and I certainly don't regret the choice. Danny Goodman's book does a very good job of covering Dynamic HTML (DHTML), HTML (Hypertext Markup Language), CSS (Cascading Style Sheets), DOM (Document Object Model) and even JavaScript.

The amount of information in this book is incredible. 1400 pages!

Mr. Goodman explains the current situation, where Microsoft's Internet Explorer follows one "standard" and the other browsers follow the W3C standards to varying degrees. He also indicates which version of MS IE first began to support each feature, allowing you to decide whether you want to use some feature that some of your clients' older browsers may not support. This kind of information is invaluable if you want to make your web site cross-browser compatible, including support for Macintosh, Unix, Linux, etc., as well as Windows.

My only criticism is that the book is unfortunately becoming a bit dated. It was published in Sept. 2002 so it obviously can't contain any information about the latest versions of web browsers. On the other hand, Microsoft has not released any new version of IE for over two years, so it's only information about the latest versions of Netscape and other browsers that is missing.

One additional thing I liked about this book was that Danny Goodman sometimes uses an almost poetic English, something rather unusual in a technology book. A couple of examples from page 19: "... can be a challenge unto itself." "If the inexorable flow of new browser versions..."

Highly recommended if you are making web pages that require the use of Dynamic HTML.

Rennie Petersen

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Vital keyboard-side companion for any web developer, 1 Feb 2005
From the first edition, through to the second, this book hasn't been off my desk for the last 5 years. Even when most of my work involves server side web programming, using VB6, C#, and before that Perl and PHP - I still need to refer to this at least once a week. Even using ASP.NET, where Microsoft try to shield you from the html using server side controls - you will still need this book.
Main uses:
The object model of IE and mozilla, so your javascript code is using the correct object.
Javascript section. A good reference, though Javascript - The Definitive Guide (O'Reilly) is very useful too.
CSS - Not too verbose, light on examples, but superb as a reference.
In short, everyone involved in writing HTML, or client side code, should have this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars Second Edition - should last me another four years!, 11 Oct 2002
This is the completely updated second edition. Four years ago I made the first edition my constant companion and it has saved me, and any other web developer nearby, weeks of head-scratching since. Back then we had to tussle with Netscape Navigator 4 vs. Internet Explorer 4 whilst supporting the version 3 browsers. This edition brings home just how much has changed and just how much is new. Most importantly, it helps you to develop web interfaces that will be cross-platform from the outset.

The book is not an introduction to DHTML but it does have a section on Applying DHTML that covers not only the current state of the art but also gives clear guidance in making use of all the features. Danny Goodman makes it very clear that he is not going to discuss the DHTML that Navigator 4 introduced, the <layer> tag and JavaScript style rules, but points out that they are covered in the first edition should you really need to know.

There isn't anything on Accessibility other than a single paragraph drawing your attention to the Web Accessibility Initiative (WAI). DHTML and Accessibility could be considered inimical but that isn't the case and I'd perhaps have liked to see this elaborated on with some suggestions on how to achieve an Accessible site whilst still using DHTML. In practice, however, I've found it easy to meet the Priority 1 checkpoints (or A rating) set by the WAI even with a complete DHTML site so perhaps this is not really an issue.

I find this book really useful. I can't imagine any web developer doing without this book and managing to produce a good cross-platform solution and I also can't imagine that developer needing any other texts on any of the technologies covered here. I certainly don't have any others on my desk today.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 158 reviews  4.5 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent Customer Reviews











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
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback