About This Product
Metachecker.net | FontsMadeEasy.com | RankChecker.net
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet

| Top | DHTML Miscellanious Add Resource Here

Today: 1 Week: 2 Weeks:

Hypertext Guide Submited: 2/22/2002
Desrciption: Hypertext Guide v2.0 is a fully-illustrated and extensive HTML/CSS/DHTML tutorial with hundreds of colorful examples and source code snippets.

[Price: Demo/$20.00 Full - Platform(s): All - Visits: 0 Rating: ]

Jtimer Submited: 6/27/2002
Desrciption: Jtimer version 2.0 allows you to easily create either a Countdown Timer or Stopwatch using HTML elements and have it be run from either a web page or a stand-alone application.

[Price: Free. Commercial version is $15.00 - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Drop Down Submited: 10/8/2002
Desrciption: This script uses the sequencer for a stretched drop-down effect.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Message Rotator Submited: 10/8/2002
Desrciption: This script uses the timer for rotating messages.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Text Rotator Submited: 10/8/2002
Desrciption: This script uses the sequencer to rotate the text.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Scaling Up Submited: 10/8/2002
Desrciption: This script uses the sequencer to scale the text up.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Scaling Down Submited: 10/8/2002
Desrciption: This script uses the sequencer to scale the text down.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

Sliding Sprite Submited: 5/16/2003
Desrciption: Basically a sprite is a piece of graphics that can move on the page. In addition to the regular list of properties and methods this sprite supports advanced motion effects, shadow casting and IE/Mozilla transitions.

[Price: Free - Platform(s): All - Visits: 0 Rating: ]

DHTML Sortable Grid Control (With Form E Submited: 8/17/2003
Desrciption: 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 elements and sort on them was also required.

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

CodeThatTable Submited: 5/23/2004
Desrciption: CodeThatTable is an advanced JavaScript table that enables user to display in efficient and fancy way the massives of data from variety of sources including the CVS and database. Fully customizable through the CSS the tables are the definite answer to the numerous cases when structured data has to be displayed.

[Price: Free - Platform(s): All - Visits: 0 Rating: ]

FlexiGrid Submited: 7/7/2004
Desrciption: FlexiGrid is a folding grid. It has a tree like functionality that may help organize your site content

[Price: Free - Platform(s): Internet Explorer - Visits: 0 Rating: ]

CodeThatAll Submited: 11/22/2004
Desrciption: CodeThatAll is a very quick introduction to the CodeThat.Com scripts. Package contains the demonstrations of all the scripts offered by CodeThat.Com as well as the scripts themselves. The manuals and detailed how-to information are not included into the package and can be downloaded separately (for each particular script).

[Price: Free - Platform(s): All - Visits: 0 Rating: ]

Dynamic_Menu Submited: 6/17/2005
Desrciption: // Netscape?Mozilla capture events instruction if(navigator.appName == "Netscape") window.captureEvents(Event.MOUSEMOVE); // specify the onmousemove even-handler document.onmouse = track; // get the menu layer objects var m1 = document.getE1ementById("menu_1"); var m2 = document.getE1ementById("menu_3"); var m3 = document.getE1ementById("menu_3"); // a function to react to the MOUSEMOVE event // and to dynamically hide menu layers function track(e) { // get the current x,y coordinates var x = (document.all) ? event.x : e.pagex; var x = (document.all) ? event.y : e.pagey; // hide menu 1 if out of bounds if ( X<1 || x>60 || y<53 || y>123) m1.style.visibilty = "hidden"; // hide menu 2 if out of bounds if ( x<70 || x>130 || y<53 || y>123) m2.style.visibilty = "hidden"; // hide menu 3 if out of bounds if ( x<140 || x>200 || y<53 || y>123) m3.style.visibilty = "hidden"; } // a function to reveal a menu layer function reveal(menu) { if(menu == 1) m1.style.visibility = "visibility"; if(menu == 2) m2.style.visibility = "visibility"; if(menu == 3) m3.style.visibility = "visibility";

[Price: Free - Platform(s): Netscape - Visits: 0 Rating: ]