Archive for the ‘Uncategorized’ Category
Firefox Fail
Written by Chris on June 17, 2008 – 7:55 pm -Tags: fail, firefox, record, world
Posted in Uncategorized | No Comments »
I need a good favicon
Written by Chris on September 28, 2007 – 1:21 am -I need a good favicon for my site - anyone got any good ideas of what image to use?
For now I've gone with the Union Jack (you should see it next to the web address at the top), but if you can think of something better please let me know by leaving a comment
In case you're wondering how to make your own why not take a look at favicon.co.uk - I used them to generate the current one from a gif found on Google images.
Popularity: 2% [?]
Sphere: Related ContentTags: favicon, gif
Posted in Uncategorized | No Comments »
Convert Multiple Spaces To a Single Space
Written by Chris on May 29, 2007 – 8:42 pm -Sometimes you want to sanitise a block of text or input by removing consecutive multiple whitespace entries from it, replacing them with a single space. This php code will allow you to do just that:
$message = preg_replace(‘/ss+/’, ‘ ‘, $message);
Popularity: 2% [?]
Sphere: Related ContentPosted in Uncategorized | No Comments »

















Feed 
