Product Details
Dynamic HTML: The Definitive Reference: A Comprehensive Resource for HTML, CSS, DOM & JavaScript

Dynamic HTML: The Definitive Reference: A Comprehensive Resource for HTML, CSS, DOM & JavaScript
By Danny Goodman

List Price: £42.50
Price: £37.75 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 4 to 7 weeks
Dispatched from and sold by Amazon.co.uk

26 new or used available from £5.11

Average customer review:

Product Description

If you're a web developer today, you need to keep track of an enormous amount of information. In particular, you need to know the details about a variety of web specifications and their implementation in the latest versions of the popular browsers. Rather than try to remember all of these details or juggle dozens of reference books covering everything from CSS to JavaScript, you can have all the information at your fingertips with the newly revised Dynamic HTML: The Definitive Reference. A favorite of web content developers since its first release, this book is an indispensable compendium for web development. Dynamic HTML: The Definitive Reference, 2nd Edition, contains everything you'll need in order to create functional cross-platform web applications. The new edition has been updated to cover the latest specifications, including HTML 4.01, CSS Level 2, DOM Level 2, and JavaScript 1.5, as well as the latest browsers, Internet Explorer 6 (Windows), Internet Explorer 5.1 (Mac), Netscape Navigator 6 and 7, and Mozilla 1.0. You'll learn how these standards and technologies relate to one another and how the creation of Dynamic HTML content relies on these four technologies. The book includes:

  • A complete reference for all of the HTML tags, CSS style attributes, document object model attributes, methods, and event handlers, and core JavaScript objects supported by the various standards and the latest versions of Netscape and Internet Explorer.
  • Handy cross-referenced indexes that make it easy to find interrelated HTML tags, style attributes, and document object model methods, attributes, and event handlers.
  • An advanced introduction to creating dynamic web content that addresses the cross-platform compromises inherent in web page design today and encourages developers to adopt the W3C standards.
If you have experience with basic web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you're an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference a web developer needs.


Product Details

  • Amazon Sales Rank: #356362 in Books
  • Published on: 2002-09-12
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 1500 pages

Editorial Reviews

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.

Major Kearny, Book News, Jan 2003
This is an essential reference for users with a serious interest in DHTML.


Customer Reviews

An amazing book!5
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

Second Edition - should last me another four years!5
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 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.

Vital keyboard-side companion for any web developer5
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.