Paul on August 14th, 2009

For people who still struggle with understanding the MVC pattern (Model-View-Controller), the following link is a good explanation. PHP HTML CSS Tutorials » Blog Archive » Model View Controller in PHP.

Continue reading about Model View Controller in PHP

Paul on April 9th, 2009

I often need to make the following decision when starting a web-project with a back-end and front-end and wonder what you would decide. Do I create a separate front-end and back-end or do I blend the back-end with the front-end to create a consistent and single interface? The last option creates some extra work in [...]

Continue reading about What do you do?