Blog
Scrollable table script
August 21st, 2009 @ 9:30pm by Chris Lewis
I recently needed to create scrollable tables with a fixed header but didn't want to manually set the width of columns to fake this effect so I wrote a simple script that programmatically creates the effect. You can get the script and see a demo here.My first PHP framework
April 20th, 2009 @ 9:30pm by Chris Lewis
Over the last few days I have begun writing my very first PHP MVC framework. I've worked quite a bit with CakePHP, Agavi and some other proprietary frameworks and have recreated the concepts that I like the best about each one in my framework. I plan on using it to develop my client's web sites and hopefully in the future it will be feature rich enough to open source.