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.
Importing Methods from an unrelated Class in PHP5
Sometimes you need to steal a method from an unrelated class without becoming a child. Here's how.
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.
A Little About John Dalmas
A short overview of the life of my friend John Dalmas.
Numbers 1-10
A quick puzzle using numbers 1-10
Photos of Little Hayden
Baby photos of Hayden Olson. Shots with Dewey, at the Air Force Museum and his first Christmas.
Wall Worm Model Tools
Easily send your models from 3ds Max to the Valve Source Game Engine
I've written a new MAXScript to help automate sending models from 3ds Max to the Valve Source Game Engine.
Near and Nearer
Images of small things, and then closer looks at those things.
Human ability and prejudice
Prejudice is a part of our world fading, but never quickly enough.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.