Protest and Support
War protestors and supporters both have serious flaws in their arguments.
May 10, 2005 Newsletter


May 10, 2005 Newsletter.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.
Unicode Data with PHP 5 and MySQL 4.1
Internationalization is simple with a litlle advanced preparation.
A Trip Down Hoopty Lane
An American Hoopty adventure to fix a van that turns into a car hater's nightmare.
Eric Olson
Eric Olson is the musical member of the Olson clan.
De_Ashtonpines - Counter-Strike Map
Custom Counter-Strike map... remake of De_Weldonsquare.
Good Memories from the Badlands








Photos from my trip to Killdeer and Medora in Western North Dakota.
PHP Traits for Implementing Interfaces
PHP 5.4 introduced traits. Traits are in many ways like code-assisted copy and paste. They are ways to mix code into a class without inheritance. But what are they good for? When should they be used?