'DHTML Code' Category


April 25th, 2006

Create a Code Preview Box on Your Website

If you post any client-side code on your website, it would be nice for people to be able to work with it and test or preview it live. This code uses an iframe to enable real-time viewing of your code. You could use this simply as a DHTML code editor, or you could even extend [...]

April 24th, 2006

Free Advanced Editor for Web Development

Ace HTML Pro is an advanced code editor for web developers. It can work with HTML, XHTML, ASP, JavaScript, CSS, WML, XML, Perl, PHP and JSP. You can manage projects in a Visual Studio sort of way, and there and handy features such as FTP uploading, and search and replace through folders and sub-folders. The [...]

April 21st, 2006

Dynamically Populating Select Menus Client-Side With JavaScript

This JavaScript function will enable your web application to populate a drop-down menu of items on the fly, based on the selection of another list, without reloading the page. I also provide the code to build the arrays by loading them from a database with ASP and PHP.

March 31st, 2006

DHTML Text Typing Effect

Use this simple function to achieve the effect of having text typed out onto your website. You can speed it up or slow it down by changing the number of millisecond of the interval.

March 31st, 2006

DHTML Image Thumbnail Chooser

This function allows you to easily browse through a series of thumbnails. When you click on a thumbnail, the full-size image is displayed on the right. The currently selected thumbnail becomes highlighted. The DHTML changes the source of an image tag, by taking out the '_tn' of the thumbnail filename. You can use this for [...]

« Previous PageNext Page »