Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Learning from the HTML5 Boilerplate, Part 3

Learning from the HTML5 Boilerplate, Part 3 was originally published in Tech+Life+Music.

On the topic of making Internet Explorer behave, one of the easiest things you can do to make sure the dreaded Internet Explorer 6 is up to reasonable snuff is to include a single Javascript snippet on your page.

Chrome Frame

The Google Chrome Frame is not new. It’s an IE plugin that acts as an additional rendering engine that delivers more or less the same features, offerings, and HTML5 + CSS3 goodness as the standard Google Chrome. Long story short, it’s a Google Chrome running inside your Internet Explorer. The ultimate problem was that it needed to be installed by a user with administrative rights.

And then the “non-admin” Chrome Frame came around. It’s a Chrome Frame that can be installed by any user on a client computer. Now, there’s virtually no reason anymore not to install it if you’re stuck on a legacy Internet Explorer for some reason.

Getting users to install Chrome Frame

Now, in order to be able to deliver all the cutting-edge HTML 5 rainbow goodness for your clients, you just have to make sure that install the Google Chrome Frame. How to do that?

Just include the following inside your markup, preferably right before the closing



This post first appeared on Tech+Life+Music By Richard Neil Ilagan, please read the originial post: here

Share the post

Learning from the HTML5 Boilerplate, Part 3

×

Subscribe to Tech+life+music By Richard Neil Ilagan

Get updates delivered right to your inbox!

Thank you for your subscription

×