This is my old site that I'm keeping up for historical purposes and is no longer updated. You probably want to see my new site.

April 18, 2004

If your web browser gets caught by the following:

if(stristr($_SERVER['HTTP_USER_AGENT'],"win") && stristr($_SERVER['HTTP_USER_AGENT'],"msie")) { echo "You're using Internet Explorer on Windows. Go to hell!"; }

You're not going to see the pretty stylesheet I use for this site. This is to help people who are using Internet Explorer (and derivatives) on Microsoft Windows read this page, without me having to do any stupid HTML or CSS workarounds. You'll also get a nice warning to switch web browsers or operating systems at the top of each page.