Tuesday, August 24, 2010

Application Development

Building an application is not easy.  The more complex the application, the more experience the developers need to have with the technologies (languages, DB, servers) since anything that can go wrong, will go wrong.

Tuesday, July 13, 2010

Flexigrid PHP Implementation

I successfully implemented Flexigrid into my MVC Framework.  I am pleased with the results.  I still need to add some JavaScript to manipulate some DOM elements but it looks good so far...

Tuesday, June 29, 2010

Speeding up nuSoap Web Services - Caching wsdl files.

Good trick for speeding up Web Services Using nuSoap.

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