Photogabble is similar to many other websites in that it is managed via an installation of word-press; word-press by and large is a very...
[Read more]
I have recently installed a new search plugin for wordpress called Search Unleashed, after experimenting with its use for a clients project I realised...
[Read more]
In adding a few slight modifications to the photogabble theme and because a design I'm working on for someone else required it; I managed...
[Read more]
I recently upgraded my server from php4 to php5, I did the usual basic php5 install using apt-get and have had to add various...
[Read more]
My most recent client project spec is to produce an online shop, while this initially didn't appear to be an issue for me as...
[Read more]
When you sit down in front of the computer and work hard for three days on a project, you don't tend to expect it...
[Read more]
I found it incredibly difficult to find any form of time_since function in php so to save anyone else the trouble to hunting through...
[Read more]
Just randomly came up with this after reading about how pi was first discovered and calculated. Im thinking of writing code that calculates pi...
[Read more]
Not so much tutorial than some random code I just wrote to help me with somthing else...
<?php
error_reporting(E_ALL ^ E_NOTICE);
/*
set some vars
*/
$n = 0;
$max =...
[Read more]