How True

The other day I was growing increasingly frustrated at the lack of decent CSS support within IE 5.0 (Windows), so I dug up some useful browser detection code using PHP. From these functions, I was able to write a very useful code block to serve up alternate content :

if (browser_is_ie() && browser_is_windows() && browser_get_version() == '5.0') {
†††$shitbrowser = true;
}

Quite.

Posted 6 years, 1 month ago

Commenting on this post has been disabled.

My name is Phil Lindsay, a web guy from Scotland, now living in Newcastle upon Tyne in England. I also run a web design company called Presence. You can email me at phil@xlab.co.uk, read more ramblings on my Twitter stream and view my photos on Flickr. You can grab the RSS feed for this weblog here.