Google Chrome Frame changes Internet Explorer into Google Chrome!
Author: willem In: coding, css, html, industry news, javascript, tips & tricks, tools, web developmentAs 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.
Related posts:
- Warn visitors to upgrade from Internet Explorer 6 (IE6) with a simple JavaScript
- Comic - Internet Explorer 6 Support
- Speeding up Google Analytics load times with a jQuery plugin
- Subdomain tracking update to the geekGa.js jQuery plugin for Google Analytics
- Checking webpage rendering in Internet Explorer online with IE Netrenderer
Like this post? Subscribe to the Geekology RSS 2.0 feed!













Review of the Google Wave Limited Preview | Geekology
October 9th, 2009 at 01:27
[...] recently posted about Google Chrome Frame and how it can temporarily replace Internet Explorer’s JavaScript and HTML engines with those [...]