Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

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.

Friday, June 25, 2010

Pear MDB2 - Multiple DB Connections

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

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

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