The Downtempo Blog

Product, development, and design musings from your friends at Downtempo

The Downtempo Blog header image 2

Google Chrome Frame, or How I Learned to Stop Worrying and Love Internet Explorer

September 24th, 2009 by Marshall Yount

As a web developer who sometimes wrestles with old versions of Internet Explorer, I could not be more excited about the recent release of Google Chrome Frame:

Today, we’re releasing an early version of Google Chrome Frame, an open source plug-in that brings HTML5 and other open web technologies to Internet Explorer.

We’re building Google Chrome Frame to help web developers deliver faster, richer applications like Google Wave. Recent JavaScript performance improvements and the emergence of HTML5 have enabled web applications to do things that could previously only be done by desktop software. One challenge developers face in using these new technologies is that they are not yet supported by Internet Explorer. Developers can’t afford to ignore IE — most people use some version of IE — so they end up spending lots of time implementing work-arounds or limiting the functionality of their apps.

With Google Chrome Frame, developers can now take advantage of the latest open web technologies, even in Internet Explorer. From a faster Javascript engine, to support for current web technologies like HTML5′s offline capabilities and <canvas>, to modern CSS/Layout handling, Google Chrome Frame enables these features within IE with no additional coding or testing for different browser versions.

To start using Google Chrome Frame, all developers need to do is to add a single tag:

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

When Google Chrome Frame detects this tag it switches automatically to using Google Chrome’s speedy WebKit-based rendering engine. It’s that easy. For users, installing Google Chrome Frame will allow them to seamlessly enjoy modern web apps at blazing speeds, through the familiar interface of the version of IE that they are currently using.

By stealthily shipping their entire rendering engine as a plug-in for Internet Explorer, the Chrome team neatly bypasses draconian corporate IT policies which prohibit the installation of alternate browsers.

This is a huge win for developers that really want to push the envelope, but can’t afford to leave behind Internet Explorer.  Simply amazing work by the Chrome team.

2 Comments

Leave A Comment

2 responses so far ↓