Recently Popular Dhtml Tagged Tutorials
Apr 26
Fixed Position Floating Layers
This page has two floating layers. The first one is fixed to its location as defined by the inline code and the second is defined to float at the bottom of the screen by calculating an offset at load time.
Apr 15
Popup Alternatives
The use of popup blockers creates a problem for developers who need to put up supporting information on a page. So they need an alternative. A styled layer has been the popular workaround, but it is a lot of work. Not just writing the code'; it means bring the code for the popup into the [...]
Apr 4
No Preload Image Rollovers
One of the most common effects used on web pages is the image rollover. There are two problems associated with the effect: First. They require a pre-load to work smoothly. That means scripting must be enabled, and each image must be separately addressed.
Apr 4
AJAX Demythified for PHP Programmers
All I want is to be able to USE the so-called buzz/hype/must-do technique called AJAX, and to be able to do this SIMPLY for a very SIMPLE purpose : to be able to trigger client-side queries to the server, whilst using PHP on the server to generate the client's DHTML code.