Paul on August 22nd, 2009

I am using an OpenSuSE 11.1 server as a repository for my software development projects and for client work. Looking for an easy way to install Git, Subversion and Darcs I stumbled upon a development repository for Yast/Zypper which contains a few scm packages. It’s at http://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_11.1/ This url can be added via Yast to [...]

Continue reading about Development Tools for OpenSuSE

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?