| Course Others | You are Offering Professional Course | Locality Lakdi ka pul |
Dhtml Online Training Ecorptrainings Hyderabad in India
Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.
DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.
DHTML is differentiated from Ajax by the fact that a DHTML page is still request/reload-based. With DHTML, there may not be any interaction between the client and server after the page is loaded; all processing happens in JavaScript on the client side. By contrast, an Ajax page uses features of DHTML to initiate a request (or 'subrequest') to the server to perform actions such as loading more content.
Course Content
Learning DHTML Basics
Introducing DHTML
Reviewing HTML and JavaScript used in DHTML
Creating a simple DHTML example
Understanding the DOM, including DOM properties and DOM methods
Creating positionable elements (layers)
Responding to events
Finding and critiquing online DHTML resources
Working with Style Sheets
Introducing style sheets
Using style sheet properties
Controlling styles with JavaScript
Employing consistent styles
Responding to accessibility issues and requirements
Setting Dynamic DHTML into Action
Creating drop-down menus
Designing a menu tree
Exploring DHTML text effects
Animating graphics with DHTML
Analyzing and creating DHTML examples
Employing Advanced Techniques in the Real World
Dealing with browser differences
Enhancing forms with DHTML
Displaying dynamic fonts
Troubleshooting DHTML
Creating complex animations and interactive games with DHTML
DHTML tips and tricks
Investigating online Web page analysis and debugging resources.