Archive

Archive for the ‘Uncategorized’ Category

Google Reader Play: Stumbleupon for feeds

March 11th, 2010 Chris No comments

With new Google Reader Play: https://www.google.com/reader/play you can browse a slideshow of recommended feed items tailored to your Google reader profile in a slideshow format.

Very slick and easy to use give it a try for yourself!

Categories: Uncategorized Tags: ,

Possibly the world’s best 500 Error Page

February 8th, 2010 Chris No comments

 Possibly the worlds best 500 Error PageNice One Qype :)

Qype 500 Error Page

Qype 500 Error Page

Categories: Uncategorized Tags:

Firefox Fail

June 17th, 2008 Chris No comments

OK....

21 300x239 Firefox Fail

Let's make history.....

moz2 300x240 Firefox Fail

LOL.....

3 300x239 Firefox Fail

Oh Well...


Categories: Uncategorized Tags: , , ,

I need a good favicon

September 28th, 2007 Chris No comments

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.

Categories: Uncategorized Tags: ,

Convert Multiple Spaces To a Single Space

May 29th, 2007 Chris No comments

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);

Categories: Uncategorized Tags: