Altering CSS Class Attributes with JavaScript
A useful JavaScript to instantly change the style values of a CSS class property.
Adding some style to your web page
A beginning example of adding style to your web page.
Dab Attributes
Video tutorial demonstrating the usage of dab attributes to control the look of brush strokes in Corel PHOTO-PAINT.
Compare Values with Arbitrary Comparison Operator
JavaScript for comparing values when the operator to use is variable.
JavaScript function and sample code to dynamically compare two values. Accepts numeric and/or alphanumeric values and does a comparison on them based on a comparison parameter.
Change HTML Styles with JavaScript
Video and source files on using getElementById, getElementsByTagName and object oriented methods to dynamically change HTML element styles in JavaScript.
A day at the beach
A word search about a fun day at the beach.
Manipulating Element Styles Based on CSS Classes Using Prototype
Example javascript function to change element display properties based on their classes using the Prototype JavaScript Framework.
Color - CSS and HTML
Tool for showing how to generate color using RGB values.
A Comparison of two major dynamic web platforms (LAMP vs. WISA)
Dynamic web sites are powered by web technologies. What do these technologies do and which is best?
InnerHTML JavaScript Functions
Functions useful for working with named HTML elements with JavaScript.