1 / 7

The Web Wizard’s Guide To DHTML and CSS

Explore content organization, navigation, layout, and interactivity using DHTML. Learn to generate and manage large amounts of content efficiently while incorporating emerging technologies like XML, XHTML, SMIL, and SVG. Enhance user experience with collapsible menus, event handlers, and innovative scripting techniques. Engage in hands-on tutorials for combining hypertext and HTML, creating dynamic menus, and implementing advanced features for a seamless web design experience. Advance your skills in web development and stand out in the ever-evolving digital landscape.

pazm
Download Presentation

The Web Wizard’s Guide To DHTML and CSS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Web Wizard’s Guide To DHTML and CSS Chapter 8 Putting It All Togetherand Moving Forward

  2. Chapter Objectives • Confront design questions in navigating a large site • Generate large amounts of content with a small amount of code • Combine collapsible menus with hypertext to display text and html HTML files in both inline frames and new windows • Learn about XML, SMIL, SVG, and other developing technologies

  3. Designing with DHTML • Content Organization • Navigation Structure • Layout • Interactivity

  4. Scripting for Efficiency • When presented with tedious copy paste, create scripts to do the work. • Use loops and document.write() to create repetitive HTML • Use variables to change content as needed • Escape nested quotes and forward slashes

  5. Putting It All Together • Create collapsible menu using loops and document.write() • Include event handlers for hypertext • Insert and <iframe> to display HTML pages • Swap text node values to display captions • Give the visitor the option to open a new window

  6. Putting It All Together

  7. Emerging Standards • XML - Extensible Markup Language • XHTML - Extensible HyperText Markup Language • SMIL - Synchronized Multimedia Integration Language • SVG - Scalable Vector Graphics

More Related