No Browse Happy Plugin
There was a thread in the WordPress hackers mailing (wp-hackers) list today discussing about the browse happy logo which is displayed in the footer of WordPress admin screens, when a user views the admin pages using Internet Explorer.
There were lot of arguments for and against the removal of this logo, at least for IE7. I found that there was even a ticket created in trac (WordPress public bug reporting database) for removing it, which was closed by Matt as wontfix. I personally felt it was a very minor thing to argue about and I neither agree nor disagree in removing it.
Someone in the thread suggested that we can create a Plugin which could output some CSS to hide the logo, which let me to create a very small (probably useless) Plugin called No Browse Happy Plugin. This is similar to the No Howdy Plugin by Ozh, very useless in my point of view but might matter a lot for someone.
If you look at the source code you could find that it is nothing fancy but just an echo statement which prints the following CSS code in the header.
#bh {
display: none;
}
In short, I just wasted two minutes to stop someone from wasting hours in arguing about something which is useless (at least in my point of view). ![]()
Personal website, blog and play ground of Sudar Muthu, a web and WordPress developer from Chennai, India. 
Well, I think it’s excellent. I don’t need to have someone’s activism shoved down my throat on my own website. It’s completely unprofessional to promote a browser, and takes me back to the great netscape wars of 1995.
So childish, and the mark of a frustrated web designer, nothing else. I’m overjoyed to see it go, not because its particularly problematic, but because stupidity irritates me and frankly I don’t need any help raising my blood pressure.
Thanks for this. I should have thought of it myself.
@Milorad,
Nice to know that you like my Plugin.