| Home : Web : HTML |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
HTML Listings
|
|
Total:
59 | Displaying: 31 - 40 | Pages: << 1 2 3 4 5 6 >> |
|
|
|
Creating cross-browser DHTML Before "true" cross-browser DHTML becomes available (in other words, when NS and IE comes to their senses), cross-browser DHTML basically means using various scripting techniques you picked during those JavaScript years to sniff out which browser the user is using, and execute the code intended for that browser. In this lesson, I'll first illustrate a way of creating a "cross-browser" layer, then show you a scripting...
Updated: 03/13/2005
|
|
|
Need to build smooth and attractive fading techniques into your web site using nothing more than script? This article will explain a proven cross-browser method, with ready-to-use code. If you think you don t need this, you will conclude otherwise after reading the article! If you ve perused the recently re-launched Macromedia website, you ve witnessed their smooth and sexy navigation component built in Flash. If you haven t seen it yet, basically I m talking about an...
Updated: 03/13/2005
|
|
|
DHTML in NS 4 - The tag This could either be a good thing, or a bad one, depending on your view. DHTML in NS 4 is quite simple, and comes down to essentially one word- Layer. I was pretty astonished myself, but its true- NS 4 relies completely on a new tag, called the tag, to spin up its DHTML magic. This new tag is dynamic in that it can be positioned anywhere on a web page (without relation to other content), moved around, its content...
Updated: 03/13/2005
|
|
|
Purple keywords indicate links to related content. As with most of my articles, the DHTML Sortable Grid Control stems from a request here at work to create a 100% client side JavaScript solution for a cross-browser based sortable grid. The idea being that the user would not have to wait for a page reload each time the sort was adjusted or process another query on the server. To provide further complexity, the ability to include certain form...
Updated: 03/13/2005
|
|
|
Dynamic content If you're not yet scared off by all the differences in syntax and functionality between DHTML in NS 4 and IE 4, you're ready to learn how to make content on your page dynamic, or change on demand! - Dynamic content in NS 4 Changing content in NS 4 involves- you guessed it- the layer tag. All layers are treated by the NS browser as a separate entity from the rest of the page, with their own document object (which in turn contains other...
Updated: 03/13/2005
|
|
|
Moving elements around in the document If you like working with animations, you'll be glad to know that with DHTML, the entire web page is now your drawing board! You can create content that fly all over the screen freely. In Netscape, this is done by manipulating the left and top attributes of the tag. In IE 4, the same thing is accomplished by altering the pixelLeft and pixelTop properties of the style object. -Moving elements in NS 4 Recall...
Updated: 03/13/2005
|
|
|
Introduction A DOM for all Seasons Simple Hybrids Meta DHTML Part I: Syntax Patching Meta DHTML Part II: Function Libraries Square One/Resources A consequence of the tense push-pull between common standards and proprietary advantage is that Web developers today are faced with two co-dominant, partially incompatible development environments; operating systems of a sort: Microsoft's Internet Explorer and Netscape's Navigator. In order to excite users of either browser you,...
Updated: 03/13/2005
|
|
|
Introduction It seems one of the most in demand yet misunderstood uses for DHTML is creating a good cross-browser DHTML drop-down menu system. Many DHTML menu scripts can be found, but not all of them work in every browsers. The purpose of this article will be to shed a little light on this topic. Building a cross-browser drop-down menu system in DHTML is...
Updated: 03/13/2005
|
|
|
There are few tools to speed up form development. This article illustrates simple ways to provide some basic enhancements to your web application's forms such as validation, automatic submission, and hilighting of the field in focus. Introduction Something that all of us have done once if not a thousand times is website form processing. For those of us who prefer not to use .NET generated JScript for our forms, there are few tools available to speed up form development....
Updated: 03/13/2005
|
|
|
Recently, I was asked to create a custom slider control for a web based research tool accessed by visitors using Internet Explorer 5.5 and above. The control needed to be 100% client side in order to support custom UI characteristics not included in this code sample. This particular control also needed to support two types of slider math options: Percent Range and Score (1-9) Range. The...
Updated: 03/13/2005
|
|
|
HTML Listings
|
|
Total:
59 | Displaying: 31 - 40 | Pages: << 1 2 3 4 5 6 >> |
|
|