Skip to: Site menu | Main content



Archive for January, 2007

Vista’s Launch Must Be Filling Google’s Coffers

So Microsoft Vista has finally launched. Some people doubted it would ever launch but most of us knew that, like death and taxes, Microsoft’s next paradigm is all but inevitable. Despite all of the wishful thinking on behalf of critics, Vista will be a success for Microsoft – if you doubt this and want some [...]

Life in the fast lane…

I have finally been spending some time on this site. I know I have been neglecting it for a while now, but not I am getting back into it. I think it might be a kind of therapy or something. Work has been crazy for the past few months and it will only get worse [...]

Photos

132

Blog

Welcome To The New Site

I have finally gotten off of my ass and moved everything to WordPress. It took a little bit of database magic and a schwack of rewrite rules (to keep the precious few search hits I have gained) but I have done it. I should be adding some image galleries shortly – assuming I can find [...]

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 solution is, of course, to keep any and all pages that require the input of a password protected using an SSL certificate. In reality, not all sites can afford the luxury [...]

Implementing Single Table Inheritance in CakePHP

Single Table Inheritance is on of the coolest features of Ruby on Rails. Unfortunately, it is one feature that has not made its way into CakePHP. With a little bit of work, however, you can implement it for yourself. It should be noted, however, that this is by no means a complete solution. What [...]

Tutorials

This is where I will link all of my tutorials.
Implementing Single Table Inheritance In CakePHP
Secure Logins With Challenge-Response