Dynamic 5 Star Rating Script JavaScript / AJAX
A dynamic 5 star rating script that can be used along with a server-side language and AJAX to allow visitors to submit their vote in an interactive manner.
SmartWebby's Guide to Simple Dynamic HTML (DHTML) JavaScript / DHTML and DOM
This javascript guide is especially for those who are trying their best to learn DHTML by dissecting code written by others and for people who don't know much about programming but are interested in making their web sites look Dynamic with simple add-ons.
Dynamic countdown script JavaScript / Date and Time
Dynamic Countdown script belongs to the first type of count down script that lets you count down to relative events of a future date/time. This future date, while the same for everyone, occurs differently depending on the time zone they're in (ie: Christmas, your mom's birthday, April 1st 2015 etc). This script is extremely flexible- you can customize exactly how to display the output, or even specify a custom action to perform at the end of the countdown (ie: go to another page), by passing in your own custom format function.
Redirecting URL JavaScript / Menus and Buttons
Whenever you want to generate dynamic pages you often have to resort to using some server side scripting language such as PHP or ASP. But let us assume that there are only three or four pages that could be chosen from a drop-down menu (a combo-box).
Learning the Basics of JavaScripting JavaScript / Getting Started
JavaScript is not a full-fledged programming language so you cannot churn out geeky applications with it. But yes, you can make your web site a lot more interactive and dynamic if you know how to use it to your convenience. In the initial stages, we are going to toy around with the basic syntax.
Universal JavaScript Rollovers JavaScript / Event Handling
Have you ever seen an image move, change color, or even pop up when you place the pointer over that image? If so, you were most likely experiencing a JavaScript rollover. Rollovers are an excellent way of adding dynamic elements to a web page without penalizing browsers that do not support the necessary features (if the rollover is programmed properly).
Dynamic Ajax Content JavaScript / AJAX
This script uses Ajax to enable you to load external pages into a DIV without having to reload the browser or use IFRAMES. If your external pages reference any external .css or .js files for styling, this script can also load and apply them to the page on demand.
Javascript DOM and Nodes JavaScript / DHTML and DOM
What exactly is the DOM? The Document Object Model is a platform that allows scripts to access and manipulate the content, structure and style of a web document. Dynamic HTML, a combination of Javascript, Cascading Style Sheets, and HTML used to animate webpages, relies entirely on the DOM.
Check All/Clear All links for dynamic check-boxes (IE4+ & NN4+) JavaScript / DHTML and DOM
In forms when using check boxes for a list of records that is generated dynamically (example: display of messages in your yahoo or hotmail inbox) you might want a simple feature of checking or clearing all the check boxes related to those records before deleting or moving. Use this simple script to do just so.