This class is meant to generate two HTML form select type inputs making the currently selected value on the first input determine the option values that are made available on the second.
It uses JavaScript to update the second input options when...
Indite is an extension to HtmlArea.
Indite validates content as the user types. This ensures that the output is semantically clean, but still allows the user full preview of the final result. Indite is mainly a JavaScript (client-side) applicati...
This class provide a JAVASCRIPT interface to the eBusiness Charts generatation remote service. The class takes several types of charts design and configuration parameters and outputs HTML that makes the charts appears on a local page embeding a chart...
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per ...
Writing classes in JavaScript doesn''t give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very usefu...
This class allows you to grab financial stock market quotes from Yahoo finance''s CSV file. This class doesn''t provide a graphical interface to display the values, but returns them as an array. The big advantage is that you may include sto...
COOLjsTree is an advanced cross-browser JavaScript tree menu that provides with some unique features that are not to be found elsewhere. Easily adjustable and configurable from the control file it requires no programming knowledge from the user and ...
COOLjsMenu is an advanced cross-browser JavaScript menu that provides with some unique features that are not to be found elsewhere. Easily adjustable and configurable from the control file it requires no programming knowledge from the user and can be...
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to ref...
Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...