Archive for the ‘Web Development’ Category

I was just reading this blog entry and it reminds me of why using a framework gives the developer so much more flexibility and better off long term, especially for business information systems where business rules change will be made.  Although comparing using a framework as opposed to an out-of-the-box solution is fairly subjective, I […]

Tuesday, February 24th, 2009 at 23:40 | 3 comments
Categories: PHP, Web Development
Tags: , ,

When working on a couple of e-commerce web projects at work, I’ve found that being able to generate a report dynamically definitely wows a client.  Over time, I was able to find and try out a several PHP libraries from creating reports such as MS Excel files, PDFs and fancy charts.  Here I’ve compiled a […]

Thursday, February 19th, 2009 at 23:27 | 2 comments
Categories: PHP