** INTERTAINMENT **

EXAMPLES OF DYNAMIC HTML (Dhtml):



Visit Our Home Page

Add Your Programming / Development Reciprocal Link - Exchange with Us!

INTRODUCTION To DHTML

dhtml dynamic html style filtersBeatles & George Harrison Lyrics Discography
dhtml dynamic html style filters DHTML - ALT+a
dhtml dynamic html style filters DHTML - ALT+b
dhtml dynamic html style filters DHTML - ALT+c NEEDS A VERY POWERFUL SYSTEM!
dhtml dynamic html style filters DHTML - ALT+d NEEDS A VERY POWERFUL SYSTEM!
dhtml dynamic html style filters DHTML - ALT+e
dhtml dynamic html style filters DHTML - ALT+f
dhtml dynamic html style filters DHTML - ALT+g
dhtml dynamic html style filters DHTML - ALT+h (IE only 5.5 +)
dhtml dynamic html style filters DHTML - ALT+i (IE only)
dhtml dynamic html style filters DHTML - ALT+j (IE only)
dhtml dynamic html style filters DHTML - ALT+k (NETSCAPE only)
dhtml dynamic html style filters DHTML - ALT+l (IE only)
dhtml dynamic html style filters DHTML - ALT+m
dhtml dynamic html style filters DHTML - ALT+n (IE ONLY)
dhtml dynamic html style filters DHTML - ALT+o (IE only)
dhtml dynamic html style filters DHTML - ALT+p
dhtml dynamic html style filters DHTML - ALT+q (IE only)
dhtml dynamic html style filters DHTML - ALT+r (IE only)
dhtml dynamic html style filters DHTML - ALT+s
dhtml dynamic html style filters DHTML - ALT+t (IE Sprite Animation only)
dhtml dynamic html style filters DHTML - ALT+u
dhtml dynamic html style filters DHTML - ALT+v
dhtml dynamic html style filters DHTML - ALT+w
dhtml dynamic html style filters DHTML - ALT+x(IE only)
dhtml dynamic html style filters DHTML - ALT+y(IE only)
dhtml dynamic html style filters DHTML - ALT+z(IE only)
dhtml dynamic html style filters DHTML - ALT+1(IE only)
dhtml dynamic html style filters DHTML - ALT+2(IE only)
dhtml dynamic html style filters DHTML - ALT+3(IE ActiveX only)
dhtml dynamic html style filters DHTML - ALT+4
dhtml dynamic html style filters DHTML - ALT+5 (IE ONLY)
dhtml dynamic html style filters DHTML - ALT+6 (IE only)
dhtml dynamic html style filters DHTML - ALT+7
dhtml dynamic html style filters DHTML - ALT+8
dhtml dynamic html style filters DHTML - ALT+9
dhtml dynamic html style filters DHTML - ALT+0 (IE only)
dhtml dynamic html style filters DHTML - ALT+; (IE only)
dhtml dynamic html style filters DHTML - ALT+, (IE only)
dhtml dynamic html style filters DHTML - ALT+.
dhtml dynamic html style filters DHTML - ALT+? (IE DirectX Animation only
dhtml dynamic html style filters DHTML - ALT+/ (IE only)
dhtml dynamic html style filters DHTML - ALT+\ (NETSCAPE only)
dhtml dynamic html style filters DHTML - ALT++ (IE DirectX Animation only)
dhtml dynamic html style filters DHTML - ALT++ (IE 5 only)
dhtml dynamic html style filters DHTML - ALT+` (IE 5 only)
dhtml dynamic html style filters DHTML - ALT+~ (IE DirectX Animation only)
dhtml dynamic html style filters DHTML - ALT+|
dhtml dynamic html style filters DHTML - ALT+` (IE only)
dhtml dynamic html style filters DHTML - ALT+11 (IE only)
dhtml dynamic html style filters DHTML - ALT+12 (IE only)
dhtml dynamic html style filters DHTML - ALT+13 (IE 5.5 only)
dhtml dynamic html style filters DHTML - ALT+14 (IE 5.0+)
dhtml dynamic html style filters DHTML - ALT+15
dhtml dynamic html style filters DHTML - ALT+16
DHTML - ALT+17
dhtml dynamic html style filters ALT+18
dhtml dynamic html style filters DHTML - ALT+19 (I.E. & FireFox)
dhtml dynamic html style filters DHTML ALT+20 (I.E. & FireFox)
dhtml dynamic html style filters DHTML - ALT+21 (I.E. & FireFox)
dhtml dynamic html style filters DHTML - ALT+22 (I.E. & FireFox)
dhtml dynamic html style filters AJAX -ALT+23 (I.E. & FireFox)
dhtml dynamic html style filters AJAX ALT+24 (I.E. & FireFox)
dhtml dynamic html style filters AJAX ALT+25 (I.E. & FireFox)
dhtml dynamic html style filters AJAX Flash ALT+24 (I.E. & FireFox)
dhtml dynamic html style filters AJAX Flash ALT+24 (I.E. & FireFox)
dhtml dynamic html style filters AJAX Flash ALT+24 (I.E. & FireFox)

Go Back One Page


What is "Dynamic HTML"?

"Dynamic HTML" is the combination of HTML, style sheets and scripts that allows documents to be animated, this refers to animating, hiding, showing, stacking, and formatting HTML content on the screen using JavaScript, or Visual Basic Script. Dynamic HTML first became possible within Navigator 4 and Internet Explorer 4 through proprietary features and DOM extensions of each browser.

In Navigator 4+ these features included the LAYER and ILAYER elements, the SRC attribute of the DIV element, and the document.layers[] extension to the DOM.

In Internet Explorer 4+ these features also include Filters and Transitions-Multimedia style effects using visual filters and transitions to standard HTML controls, such as text, containers, and images: Alpha, BasicImage, Blend, Blur, Chroma, Compositor, DropShadow, Emboss, Engrave, Glow, Light, MaskFilter, Matrix, MotionBlur, Shadow, and Wave.

Dynamic HTML provides authors with enhanced creative control so they can manipulate any page element at any time, with Total Creative Control for an Immediate User Experience.

Dynamic HTML allows simple updates, and allow every element in the page to become dynamic. Whether the page has loaded already, content providers can change any element of the page -- text, color, or graphics -- without a round-trip to the server.

Dynamic HTML can run on the "client-side" eg. html or htm extensions, or run on the "server-side" eg. "Active Server Pages (asp), or using Hybrid Technology eg. AJAX, ATLAS.

Key features of Dynamic HTML include these:
Document Object Model (DOM). Dynamic HTML provides a comprehensive object model for HTML. This model exposes all page elements as objects. These objects can easily be manipulated, by changing their attributes or applying methods to them at any time. Dynamic HTML also provides full support for keyboard and mouse events on all page elements.

The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page.

Support for the Document Object Model enables the following:
Dynamic content. Text or graphics can be added, deleted, or modified on the fly. Dynamic styles. Any CSS (Cascading Style Sheets) attribute, including color and font, can be updated without a server round-trip. For instance, text can change color or size when a mouse pointer passes over it. Multimedia filters and transition effects can be applied to HTML elements simply by adding the filter CSS attribute.
Absolute positioning. CSS positioning coordinates for existing page content can be updated at any time to create animated effects, without reloading the page.
Data Binding. Data-driven application front ends can be built that present, manipulate (e.g., sort, filter), and update data on the client without numerous round-trips to the server.
Scriptlets. A scriptlet is a Web page, authored with Dynamic HTML, which content providers can use as a component in their Web applications. With scriptlets, content providers can author content once, then easily reuse the content in other Web pages or applications.

Dynamic HTML is the DOM In a sense, the Document Object Model is the real core of dynamic HTML. It makes HTML changeable. The DOM is the hierarchy of elements that are present in the browser at any given time. This includes environmental information such as the current date and time, browser properties such as the browser's version number, window properties such as window.location (the page's URL), and HTML elements such as

tags, divs, or tables. By exposing the DOM to scripting languages, browsers enable you to access these elements. While some elements such as the time of day can't be changed themselves, they can be used by scripts to modify other elements.

Timed Interactive Multimedia Extensions for HTML (HTML+TIME)

HTML+TIME (Timed Interactive Multimedia Extensions), first released in Microsoft? Internet Explorer 5, adds timing and media synchronization support to HTML pages. Using a few Extensible Markup Language (XML)-based elements and attributes, you can add images, video, and sounds to an HTML page, and synchronize them with HTML text elements over a specified amount of time.

Using the timing extensions, any HTML element can be set to appear at a given time, to last for a specified duration, and to repeat (i.e. loop).




/* */



Search My Site
Your name:
E-mail:
Page Title:
URL:
Description:

Search engines included in this submission service


Like This Internet Resource? Click to Recommend-It