Backup Your Database into XML
Posted on August 24th, 2009 by George PalmerI can’t stress enough the importance of keeping regular backups of your data. For many a website it doesn’t get more essential than backing up the database. Imagine loosing your entire database, the consequences could be disastrous.
Here’s a helpful snippet of PHP that outputs your database as XML.
<?php
header("Content-type: text/xml"); //We’re going to display the XML [...]
Nicola’s Flowers
Posted on June 28th, 2009 by George PalmerThis site was developed to compliment directory submissions. The client realised that although their business was well represented on the Internet, there were very few directories or similar that allowed them to display enough information. The total build cost for this site was just under £60.
Implementing Singleton Base Class
Posted on June 10th, 2009 by George PalmerWith the very exciting PHP 5.3 nearing release, i thought i’d write about one of the very useful functions making its way in to this version. The new get_called_class() function on its doesn’t really do a lot, but this simple little function plugs one of the many gaping holes in PHPs object model.
Just one of [...]
World of Warcraft Portal Site
Posted on May 28th, 2009 by George PalmerThis World of Warcraft portal site was developed using my own CMS (Piranha CMS) integrated with SMF forums. The design was created by a colleague of mine and all content was provided by the client, resulting in a very fast build. The bulk of the work was the CMS integration into their existing SMF installation.
The [...]
FreeBeeHosting
Posted on May 15th, 2009 by George PalmerThis is the latest item from my old portfolio. I’m going to start a fresh here and get some more recent stuff up. If you like what you see feel free to contact me for a quote.
FreeBeeHosting was a little out of the ordinary for me. I actually purchased the very small (20 users) free [...]
Changing the Host Name in Linux
Posted on May 4th, 2009 by George PalmerAfter purchasing another dedicated cent OS server last week and experiencing some issues with DirectAdmin i pinpointed the problem. The host name was completely wrong, although not a huge deal it was causing DA to throw a tantrum.
This is so simple to put right but i couldn’t for the life of me remember how to. [...]
Finally updated my site
Posted on May 1st, 2009 by George PalmerI’ve finally got round to updating my site. You should see lots of useful information and i’ll try to keep an up-to-date portfolio this time around. Please let me know what you think.



