Buch, Englisch, 367 Seiten, Format (B × H): 188 mm x 234 mm, Gewicht: 759 g
ISBN: 978-1-893115-05-7
Verlag: Apress
Both Netscape and Microsoft have created their own versions of Dynamic HTML (DHTML). Incompatibilities between their browsers make it very difficult for web designers to use DHTML to add advanced user interface features to their sites. This is the first book that answers the question webmasters are asking more and more frequently: How can DHTML be used effectively, given the issue of incompatible browsers among users? Writing Cross-Browser Dynamic HTML focuses on answering this critical question without getting sidetracked into general HTML or XML issues. The result is a book that clearly and concisely addresses programmers' needs without overwhelming them with a cumbersome volume that tries to answer every possible question about DHTML.
Author Heather Williamson begins by introducing the fundamental concepts upon which DHTML programming is based: the Document Object Model, Cascading Style Sheets, and scripting languages. In each case, she cites the differences between the Netscape and Microsoft implementations of these features. You'll learn which features can be used safely, which must be avoided, and how to use scripting languages to overcome differences between DHTML implementations.
Williamson then moves into an in-depth discussion of how to use the knowledge of DHTML differences in real-world applicationsspecifically, as applied to a highly interactive professional website. She finishes the book by going beyond the purely technical issues to discuss how compatibility must be incorporated into the development process, especially when teams of developers are involved.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Preface.- Part I Technology Talk: Dynamic HTML, an Overview.- Taking a Look at the Document Object Model.- Implementing Cascading Style Sheets.- Having a Look at Scripting Languages.- Part II Taking It One Step at a Time: Setting Up Your Reader's Environment.- Preparing for the Browser Wars.- Getting Ready for Interaction.- Implementing Interactions.- Working with your Layered Designs.- A Second Look at the Possibilities.- Producing Your Web Site.- Part III Other Things That You Need to Think About: Planning Your Site from the Development Desk.- Accessibility for a Wider Community.- Final Tips, Tricks, and Concerns.- Appendices