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!
September 28th, 2007
Chris
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.
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);
Also Find Me On