IE 6 Countdown

upgrade 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'); ?>
Posted in plugins on 7 March 2011

Digg This Digg This Post | Save to del.icio.us Save to del.icio.us | Share on Facebook Share on Facebook | Send this page to Twitter Tweet This | Stumble This Stumble This | Subscribe by RSS Subscribe by RSS

3 Responses to “IE 6 Countdown”

  1. bimbojojo says:

    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."

Leave a Reply

You must be logged in to post a comment.