Archive | Programming
How I Got Started in Software Development
It’s been a while since I have posted anything here, but I am always willing to step up in the face of a challenge from
Sep 8th, 2008No Comments
Secure Logins with Challenge-Response
Background No matter how securely you code your site, someone with a valid password can access that which you mean to keep private. The best
Jan 14th, 2007No Comments
Implementing Single Table Inheritance in CakePHP
Single Table Inheritance is one of the coolest features of Ruby on Rails. Unfortunately, it is one feature that has not made its way into
Jan 14th, 20072 Comments
The Joys of Single Table Inheritance
CakePHP started as a PHP port of the Rails framework (please read the sidebar if you are unfamiliar with Ruby on Rails) but has grown
Aug 19th, 20063 Comments