1 / 7

Introduction to DHTML

Introduction to DHTML. Phil Denoncourt III. What is DHTML. Dynamic HTML Just as Access is Dynamic Database environment Can have controls that respond to events Can have centralized code modules Can be written in VB(script). Internet Explorer DHTML.

ozzy
Télécharger la présentation

Introduction to DHTML

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. Introduction to DHTML Phil Denoncourt III

  2. What is DHTML • Dynamic HTML • Just as Access is Dynamic Database environment • Can have controls that respond to events • Can have centralized code modules • Can be written in VB(script)

  3. Internet Explorer DHTML • Developing for two DHTML environments takes three times the development time • IE supports ActiveX controls & objects • IE supports VB script • 80% of the worlds browsing activity is done with IE

  4. Advantages of DHTML over Access • Centralized code for distribution • Can be secured by using HTTPS • Richer event model; Tighter control over the display • Smaller footprint • Can monitor usage easier

  5. Disadvantages • Uses script languages which mean • All variables are variants • Error handling is limited • Debugging can be awkward

  6. Features • Data binding • Behaviors or Scriptlets • Support for XML • Event Bubbling • Flexible object model

  7. What you have to know • HTML • VB (script) • DOM (Document object model)

More Related