Friday, June 25, 2010

Pear MDB2 - Multiple DB Connections

So recently I needed to connect to separate DB's simultaneously using PEAR MDB2. 

Wednesday, May 5, 2010

SugarCRM SOAP Examples

Digging into SugarCRM API. This is a MUST for getting started!

SugarCRM SOAP Examples




Brian J. has been involved in web design since 1997. He is the founder of True Vision Computer Services, Inc. His recent focus has been on web applications and information systems development.

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...