weboholic.de

random rant-o-rama

Archive for the ‘w3c’ tag

about: X-UA-Compatible, Take 3

without comments

I’m so happy about the great news today that I don’t know what to say … :) :)

Official anouncment and some people’s reactions.

I welcome this decision and applaud it. It really shows Microsoft’s efforts towards openness and interoperability. This news just might turn my personal image of Microsoft from evil to good.

Hey bartender, let me get a beer for Chris Wilson, Bill Gates and all the great guys and girls from the web development community that helped with this issue.

Written by Никола

March 4th, 2008 at 11:05 am

Posted in Бележки

Tagged with , , ,

about: X-UA-Compatible, Take 2

without comments

In case you’ve missed it, you can warm up here, here and here.

I’ve realized today, that it’ll be a long time till “edge” is default setting.

Let’s just examine the problem from Microsoft’s corporate point of view. Don’t forget that IE has still the largest market share and back then when IE7 came out it was even larger. But IE7 is supposed to be a better browser than IE6, why did Microsoft lost users? Because IE7 “broke the web”. By being more standards aware. And users didn’t blame the poorly written web sites nor the authors of those sites but the software. Many downgraded to IE6, others switched to Firefox or Opera. Truth is Microsoft lost “something” by bringing out a new browser release. And they obviously did learned from their mistake. This is the reason for the switch and this is also the reason, why “edge” is not going to be the default setting any time soon.

This is sad because backwards compatibility slows down the progress. But it’s also nice because it ensures accessibility.

I like about the solution that it’s a simple one. The <meta>-tag should save us real work of crafting ie6.css or ie7.css or anything similar. But only if IE8’s adoption rate is high enough, which I doubt. However what I don’t like about the whole story is the mere fact that out there are a lot, and I mean a lot, of lazy web developers that rely on old design patterns like table-based layouts, inline styling and scripting and spacer.gif. Those developers will be adopting standards at even slower rates. Now … this could mean more contracts for real web developers but on the other hand: Why pay more and wait longer?

And this is the real issue here and what the discussion should be about: How is Microsoft planning to remove old rendering modes? On what rates, under which conditions? Dean actually already asked the very same question:

Tell us what your real concerns are and we will try to help.

Thinking about the whole story today I’ve realized how right Dean is and how wrong I was yesterday. My statement might have been true, but this just makes the switch more dangerous: Where is our Web going to be in 2 or 3 years? Still IE6? No, thank you Microsoft, you can keep it for yourself.

John Resig also makes some perfectly good and valid points about the <meta> but in terms of JavaScript. Eric Meyer suggests for javascripters to continue and to expand object detection or browser sniffing. Now have a look at this sample code and tell me what do you think of it:

  1. jQuery(document).ready(function($) {
  2.   switch ($.whichIEifIE($)) {
  3.     case 6:   return my.uber.cool.site.ie6($); break;
  4.     case 7:   return my.uber.cool.site.ie7($); break;
  5.     case 8:   return my.uber.cool.site.ie8($); break;
  6.     case 9:   my.uber.cool.site.edge.fixes($);
  7.     default:  return my.uber.cool.site.w3c($); break;
  8.   }
  9. });

Written by Никола

January 27th, 2008 at 10:34 am

Posted in Бележки

Tagged with , , ,

about: X-UE-Compatible, Take 1

without comments

… People seem to forget that the internet is big — really big — and the number of pages written to match what the spec wants, rather than what IE displays, is rather small. Furthermore … people would blame IE and not the web developer.

Now although it’d be nice for the world to be perfect … the sad truth is that there’s a real world out there, with real people other than web developers, and Microsoft has to make IE work for them, even if this means opt-out backward compatibility.

Leszek Swirski

I just want to add that unfortunately there are a lot of web developers out there, that are unaware of specs, semantics and best practices. They are definitely not going to be drilled about IE8 “breaking the web”. So I’m for this version targeting. But I really wish “edge” would be default rendering if no <meta>-tag is found.
Update 26.01.2007: I’ll vote against if given the chance.

Written by Никола

January 25th, 2008 at 10:33 am

Posted in Бележки

Tagged with , , ,

Clicky Web Analytics