IE 6 Countdown
Interestingly enough, Microsoft has publicly jumped onto the “let’s kill IE6 for good” bandwagon. As Joseph Scott aptly pointed out, “If Microsoft can’t convince people to stop using IE 6, no one can.”
We decided to go one step further and make our WordPress friends’ lives easier by creating a plugin that integrates the code which displays the official Microsoft banner. The benefit of this, besides having an integrated banner that targets users of old versions of IE and displays the warning above, is that presumably you could then email Microsoft and add your logo to their Join Our Cause page. Which might be pretty cool.
The plugin is officially hosted in WordPress.org’s plugin repository, so you’ll be able to get automatic updates, and it’s pretty easy to use. All you need to do is add the following code somewhere to your theme, ideally somewhere in your header.php (I recommend before the last </div>. The banner from Microsoft is 820px wide, so the theory is that throwing it into your header shouldn’t break anything since that’s most likely to be the widest part of your theme. However, your mileage may vary.
<?php // put this in your header, or wherever do_action('apie6countdown'); ?>
Digg This Post |
Save to del.icio.us |
Share on Facebook |
Tweet This |
Stumble This |
Subscribe by RSS

Installed and activated and received this message: "The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin."
We're aware of the issue. It doesn't create "headers already sent" messages, problems with syndication feeds or other issues, so it shouldn't be a problem. It's now listed in the official WordPress plugin repository http://www.wordpress.org/extend/plugins/ie-6-coun… so if you want to grab that version, you'll get an update notification when we track down those 2 unexpected characters.
This problem is now fixed in 1.0.1.