Rambling Geek Rants on IE 8

Spread the love

Internet Explorer 8 passes the Acid2 test. Huzzah!But waitaminnit… What’s this stuff about forward compatibility by adding some new X-UA-Compatible header to my pages or my server? Am I reading this right? Are you telling me that in order for IE8 to use its fully compliant rendering, we have to add something new to our pages? And that if we don’t, it will fall back to rendering pages just like IE7? Is that what this means?That’s just dumb.[source]

Hat Tip TUIB Guy

Have you read the breakthrough novel of the year? When you are done with that, try:

In Search of Sungudogo by Greg Laden, now in Kindle or Paperback
*Please note:
Links to books and other items on this page and elsewhere on Greg Ladens' blog may send you to Amazon, where I am a registered affiliate. As an Amazon Associate I earn from qualifying purchases, which helps to fund this site.

Spread the love

3 thoughts on “Rambling Geek Rants on IE 8

  1. My days as a software engineer are numbered. Now, most of my code will have to look like this:if (/* Internet Explorer 6 */) {...} else if (/* Internet Explorer 7 */) {...} else if (/* Internet Explorer 8 */) {...} else { /* standards compliant browser */...}Ick.

Leave a Reply

Your email address will not be published. Required fields are marked *