Monthly Archives: June 2010

June 19, 2010

MVC – Should you use it?

Author
Jason
Time
5:46 pm
Filed under
Tags
,

MVC - Model View Controller, is a sofware design pattern. The aim of MVC is to provide clean separation between data (the model) and what visitors/users see (the view). The controller sits between the model and the view marshalling data between them. MVC is a pattern that can be applied to numerous software development situations, from developing desktop/mobile applications through to websites. Here, I'll be discussing MVC in relation to website development. User <--> View ... read more

June 13, 2010

Site update

Author
Jason
Time
3:54 pm
Filed under
Tags
,

It has taken a while, but I have finally gotten around to migrating my site onto Wordpress. There are a few reasons why I've moved to Wordpress, but the main one was I needed to get into how it all works. Many people have many different opinions about this system, but it is one of the most popular blogging platforms. Also more and more people are starting to use it as a CMS rather than just a blog. Just the other day whilst having a quiet drink in my local pub, I overheard someone ... read more