Google Chrome Frame to kill IE?
If you want your website which is built in HTML 5 can be opened in Internet Explorer as well in Google Chrome, there is an awesome solution from Google, Google Chrome Frame.
Google Chrome Frame is an open-source plug-in for IE user; will force IE to load a website using the same WebKit rendering engine as Google Chrome, complete with its enhanced JavaScript rendering and support for HTML5 technologies like Canvas and embedded audio and video.
To implement it, the first thing is make sure that client computer installed Google Chrome Frame. And make sure to add this code below to your page’s header:
<meta equiv="X-UA-Compatible" content="chrome=1">
It’s simple, isn’t it! Anyway, you know what? One phrase that i really loved in this article is “will force IE” it sounds like something that i really missed for a many years before :)
Related link:

