Page 4

November 16, 2007

Chimp 0

chimp

October 31, 2007

I’m not sure when they started offering this, but it was a pretty sweet bonus when I recently ordered up my 2008 round of baseball books.

October 19, 2007

My Damn IP 0

Need to know what your IP address is? There are lot of ways to do it, but why not just visit My Damn IP, a site that displays your IP address in a giant red font.

September 19, 2007

Formatting date & time for RSS 0

According to the RSS spec, all of the dates in your RSS content should be in RFC 822 format. That means they should look like this:

Sat, 07 Sep 2002 09:42:31 GMT

Here’s a PHP function that will take a timestamp and give you that string:

function rss_time($time){
	return strftime("%a, %d %b %Y %H:%M:%S %z", $time);
}
September 16, 2007

Soy Bomb 0