Running Mac OS X Tiger on x86

Running Tiger on an Intel machine is now possible, even to dual boot Win XP and Tiger. For you who are interested of trying this here follow a short tutorial.
(more…)

Anatomy of a WordPress theme – a tutorial

I thought I might take the time to explain for the interested how a WordPress theme is built and styled. So today we are going to build a very simple theme and apply some css styles to it.
(more…)

Simple PHP image gallery – a tutorial

In my first programming tutorial I will show you how to create a simple image gallery with PHP. For this program to work you need to upload your images in two separate folders on your server. One folder containing the thumbnails and one folder with the full size images. The names for the images should be the same for the full size image and the corresponding thumbnail.
(more…)