Using Object Layers
Tutorial on using object layers to add depth and creative possibilities to graphic projects.
Fun - the Golden Retriever Way
Photos of my dog Dewey, a golden retriever, romping in the marsh.
Select Radio Inputs JavaScript
A free javascript function to choose radio inputs with a given value.
Preparing Your Website
Considerations when starting a web site.
Amazing Challenge VI
Find your way through this challenging maze.
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.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.
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.
Dynamically change a form's action with JavaScript
JavaScript allows you to dynamically change a form's action. To make the function work in the new Google Chrome browser, you need to reference the action differently than you could in other browsers.