Site News

Rewrite

I've completely rewritten my site from the ground up using PHP. As you may know, I used to use Mephisto, but I wanted the flexibility and expandability of using my own code. I'm planning on adding many more features and blog articles as I get the time to work on them, so stay tuned.

Color Changing

You can now change the look of the site by clicking on one of the colored boxes in the upper right hand corner. For now there are only red and blue, but more color variations are in progress.

Forms.js - Adds AJAX functionality to standard HTML forms

June 12, 2007 1:57 PM

Including the Forms.js javascript file in your site will automatically add AJAX functionality to all your forms that have a class name of 'ajax'.

Tree.js - Create collapsible trees from HTML lists

April 2, 2007 10:22 AM

The Tree javascript class is designed to take a standard HTML unordered list and automatically transform it into a collapsible tree. Each list can contain one or more collapsible trees, nested to any depth. CSS classes are assigned to each node in the Tree at run-time, making the HTML code as clean as possible.

Fixedbox.js - simulating fixed positioning with javascript

December 5, 2006 8:45 AM

The goal of the Fixedbox class is to enable elements to behave like they have "fixed" positioning, without having to overcome any browser hurdles.