Learn a really easy way to create cool dropdown menus. This methodology may or may not be conventional, but it's definitely easy, straightforward, and highly customizable.
A nice tutotial on DHTML slider weight control. Slider has two math options: Percent and Score. Percent option has automatic weight redistribution to non-selected sliders if they are not locked. Source code available for download.
Browsing the forums, development articles and other resource sites raised an interesting yet recurring question: 'How do I test for the Document Object Model (DOM) employed by a browser?' This is a question that begs answering once and for all.
Sticky Table Headers are a characteristic of tables that allow the HeaderRow of a table to remain stationary while the data rows are allowed to scroll. This offers a nice effect that allows tables a more "elegant" appearance. Users often ask me about this and it is nice to give this effect with minimal effort. As with just about everything related to programming, there is more than one way to skin a cat. This snippet contains 4 varieties.
In this tutorial, we look at using DHTML to retrieve and display a XML file. This is useful when you need a client side method of including XML files on your webpages.
Do you know that you can assign unique ID to any HTML element of your page and then use this ID as a short name to control the properties of the named element dynamically? This DHTML technique will allow you to control any element of your page.