22
Aug
Dont support IE 6,7,8 no problem: Chrome Frame
In my many years of enterprise web application development I have seen many organizations require support for Internet Explorer. Not just any Internet Explorer but generally Version 8 and below. These browsers do not support Html5 and make your site look like web vomit.
Well google has now fixed that problem with Google Chrome Frame which allows you to install an Internet Explorer plugin that will use the Chrome rendering engine. Best of all this plugin usually does not require administrators to install it (yes its strange that you can install IE plugins but not standalone software).
All you need to do add a Chrome Frame dialog for IE browsers that visit your site is add the following at the bottom of your HTML (before the body tag).
-
agentgt posted this