Wednesday, March 31, 2010

Learning cakePHP

Many years ago, when frameworks were emerging for PHP I took a look at them.  I adapted a framework and code generator based on my findings but decided to revisit cakePHP since more companies are looking for this particular skill...

Monday, March 29, 2010

phpFlickr meets JQFlickr

Here is the story of me and the Flickr API. Once upon a midnight dreary, while I pondered, weak and weary, over many a quaint and curious volume of code...

Saturday, February 20, 2010

Session Based Shopping Cart

Here is a session based cart I used for a site where it was not beneficial to have a database driven cart. This client used a merchant service for credit card processing but the basic account only provided the check out process...

Thursday, June 21, 2007

Id Selectors in CSS

This is intended for beginners and demonstrates very basic CSS principles.

Thursday, June 14, 2007

Organizing Web Applications

Putting Order To Your Code...

Wednesday, May 16, 2007

PHP Tutorial

PHP Tutorial: This is a quick little tutorial on getting PHP form elements and making dynamic textboxes and mapping their values...

Tuesday, May 8, 2007

Should I upgrade to MySQL 5?

So we recently installed a server with MySQL 5.1 and this prompted me to write an article about it...