if $IE

July 11, 2009 by  
Filed under Geek Fun & Humor, PHP

I was working on a web project and I usually start with Firefox to test things. Then Safari, Chrome, and then IE. By the time I got to IE, I noticed that my hard work was just not viewable. Argh. So I tweeted out:

tweet-browsercheck

function browserCh()
{
     $a = $_SERVER['HTTP_USER_AGENT'];
     $IE = ((eregi("MSIE",$a) || eregi("Microsoft",$a)))==1; 

     if($IE)
        return 'Bad Browser!';
}

I got a laugh at some of the responses.. :)

@honging : daynah, i prefer: <style type="text/css">* html body { display: none; }</style> ;)

@j_holtslander: @daynah that was kinda hot. LOL.

@robflynn43: @daynah Haha, browserCh() made me happy. You win a high five, redeemable any time you see me. =)

@ialexs@daynah :D (re: bad browser)

Related Products:

Hey Ranger!: True Tales of Humor & Misadventure from America's National ParksHey Ranger!: True Tales of Humor & Misadventure from America's National ParksAmusing and informative, Hey Ranger! teaches as it entertains with tales of boat ramp misadventures, lost Afghani campers, encounters with wild animal... Read More >
Head First PHP & MySQLHead First PHP & MySQL

If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide ... Read More >

Just Plain WeirdJust Plain WeirdWhen Travis MacDuff meets the girl next door, Eliza, it is love at first sight. Teen-aged love is complicated enough, but Eliza has a secret that makes everything just plain weird.

Related Posts Plugin for WordPress, Blogger...

Popularity: 2% [?]