As mentioned before on Geekology (here, here, here, and here), Internet Explorer’s lack of standards compliance, poor performance, and multitude of security issues are the bane of most web developers’ existence.

However, many people are unable to upgrade from Internet Explorer due to workplace restrictions. For this reason Google recently released Chrome Frame, an open source plugin that injects the Google Chrome Browser’s HTML (Webkit) and JavaScript (V8) engines into IE6, IE7 and IE8.

In a nutshell, Chrome Frame turns Internet Explorer into Google Chrome.

Chrome Frame will not break the layout of websites built specifically for Internet Explorer; its superior functionality will only activate if it sees a special metatag in the <head></head> section of a HTML document:

<meta http-equiv="X-UA-Compatible" content="chrome=1">

The plugin can be downloaded from its page on Google Code here.

Share this article: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Twitter
  • GatorPeeps
  • Digg
  • Reddit
  • muti.co.za
  • DZone
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Ma.gnolia
  • Slashdot

Related posts:

  1. Warn visitors to upgrade from Internet Explorer 6 (IE6) with a simple JavaScript
  2. Comic - Internet Explorer 6 Support
  3. Speeding up Google Analytics load times with a jQuery plugin
  4. Subdomain tracking update to the geekGa.js jQuery plugin for Google Analytics
  5. Checking webpage rendering in Internet Explorer online with IE Netrenderer