Slashdot Mirror


Opera Claims Microsoft Has Poor Interoperability

Noksagt writes "Opera CTO Hakon Lie has countered the claims that Bill Gates made regarding Microsoft's superior interoperability last week. He points out their invalid webpages, MS's unwillingness to serve the same content to different browsers, IE's poor CSS support, tardy documentation and limitations of their XML format, and more." From the article: "You say you believe in interoperability. Why then, did you terminate the Web Core Fonts initiative you started in 1996? You deserve credit for starting it, but why close down a project which could have given you yet much good will? (Verdana sucks, but Georgia is beautiful!)"

30 of 316 comments (clear)

  1. You Dad Sucks Syndrome by fembots · · Score: 5, Interesting

    After .Net sucks and Solaris, JVM suck too, I believe we're entering a new era in 2005, where litigation is a past tense.

    It's just so much easier, and more importantly cheaper, to attack competitors like this.

    1. Re:You Dad Sucks Syndrome by Taladar · · Score: 4, Insightful

      Considering you only list MS and Sun products, companies that traditionally use their marketing departments to hype their products above their real qualities it seems about right someone uses similar methods to get them back to the ground.

  2. I have to see this one! by bigtallmofo · · Score: 5, Funny

    I'm not much into the fine arts, but someone's written an opera about Microsoft's poor interoperability?!

    I can't wait to hear the fat lady sing in this one!

    --
    I'm a big tall mofo.
    1. Re:I have to see this one! by Sabathius · · Score: 5, Funny


      The "fat lady is hoarse form singing, my friend.

    2. Re:I have to see this one! by Anonymous Coward · · Score: 5, Funny

      Strange, I only knew there was this song...

      What a Microsoft World

      Don't know much about my CPU,
      Don't know what a DIMM's supposed to do,
      Don't know what a hard disk is for,
      Don't know how to overclock my core;
      But I do know that Microsoft rules,
      'cuz that's what they taught us all in school,
      Oh, What a Microsoft world it must be.

      Don't know why my screen is always blue,
      Don't know what these damn exceptions do,
      Don't know why my modem runs so slow,
      What it's sending out I just don't know;
      But I do know what the salesman said,
      Once I save enough to finally upgrade,
      What a wonderful world it will be.

      What would the BOFH do?

    3. Re:I have to see this one! by Xeo+024 · · Score: 5, Funny
      I can't wait to hear the fat lady sing in this one!
      If by fat lady you mean Steve Ballmer, then I can't wait either.
  3. Re:MS interoperability by dicepackage · · Score: 4, Informative

    I have had no trouble getting Hotmail to work in Mozilla Firefox. You might want to try using a more recent version of Mozilla if you aren't already using the most up to date version.

  4. Verdana by twistedcubic · · Score: 4, Insightful

    Maybe verdana does suck, but reading serif fonts on a computer screen causes a lot more eye strain than reading sans serif fonts. Of course, serif fonts like Georgia look good on paper, but on a computer screen, I think sans-serif fonts are much better.

  5. Dave Hyatt on IE ruining Web coding by bonch · · Score: 5, Informative

    Dave Hyatt, who writes a blog about his development on Apple's Safari, has an amusing anecdote about developing CSS2 support in Safari, and how IE's piss-poor support of standards forced him to remove it in Safari.

    From the blog:

    "Sometimes trying to support the standards can be a real pain.

    While trying to improve our CSS2 compliance, I recently did a big cleanup of our block layout code, including the code for handling floats. I made what I believed to be a fairly innocuous correction to follow the CSS2 specification. Here's the scenario.

    Lets say you have a div that is set to 300 pixels in CSS. You then put a 250 pixel wide float inside that div. Immediately after that you have a 100 pixel wide overflow:hidden div. All sizes have been specified in CSS.

    Now here's the pop quiz. What do you think the layout should be? Should the overflow div:
    (a) Be on the same line with the float and spill out of the enclosing 300 pixel div
    (b) Be placed underneath the float, automatically clearing it because there is insufficient space for
    the overflow div next to the float

    Before I give an answer, lets see what the CSS specification has to say on this issue. Section 9.5 on floats, fifth paragraph.

    'The margin box of a table or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself. If necessary, implementations should clear the said element by placing it below any preceding floats, but may place it adjacent to such floats if there is sufficient space.'

    My interpretation of this language is that there must be sufficient space for the table or overflow:hidden element to fit within the containing block. If not, you should clear. That's what I implemented. So in my opinion the correct answer to the question above is (b).

    I decided to see what other browsers did. I started with Gecko. Gecko chose (a). Gecko always does (a). It is at least consistent if - in my humble opinion - incorrect. Gecko chooses (a) regardless of whether you pick strict, almost strict or quirks mode.

    Next I tried WinIE, and this is the part that blew my mind. Depending on whether the float was an image or a table, the float was left or right aligned, the table specified that it floated via the align attribute or the float CSS property, and on whether or not the normal flow element was declared as a sibling or not of the float, I could get completely different results! The level of inconsistency was astonishing.

    I was able to watch WinIE do clipping in one case, to wrap in a second case, to not wrap in a third case, to overwrite content in a fourth case, all by just tweaking the parameters outlined above. It's no wonder Web designers have no idea how to code a page to standards when they have to deal with a layout engine that is so horribly inconsistent and buggy.

    Naively I opted to implement (b) and to hope for the best. Unfortunately the bugs immediately started pouring in. finance.yahoo.com was broken for example because it used an old-style align table and relied on it not wrapping underneath the float. Undaunted, I simply added a strict mode/quirks mode check and opted to do (a) in quirks mode and (b) in strict mode.

    The bugs kept coming in though. Next was versiontracker.com, a page that is actually in strict mode and relies on an overflow:hidden div to spill out of a containing block rather than wrapping.

    So now I really have no choice. This is an example of where the CSS2 standard simply can't be followed because buggy layout engines have set a bad precedent that the rest of us have no choice but to follow.

    It's a shame that Gecko does not do the right thing in strict mode at least, but I suppose they had no choice in the matter either."

  6. Re:Microsoft is not about using standards by Anonymous+Brave+Guy · · Score: 4, Insightful
    there is no way for the consumer to benefit from the [proprietary] software.

    That is simply not true. From a customer perspective, I would rather have one good proprietary solution that serves my needs than a dozen mediocre but interoperable ones. I only need one at once!

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  7. Re:Of course they terminated Web Core Fonts by nuclear305 · · Score: 4, Informative

    Fortunately for us, there actually is a way to get Windows fonts on Linux.

    http://corefonts.sourceforge.net/

    Long Live Verdana!

  8. LMAO, AGAIN by TK2K · · Score: 4, Interesting

    LMAO
    I have to say, i really wasn't expecting that hostel of a letter to be put out by opera, but its funny as hell.
    This is almost as bad as when Microsoft made IE part of your operating system. before (in win98 ) you could remove IE and get it to still work, now, if you remove it you virtually kiss your OS goodbye.
    Its all part of their strategy, like donating computers to schools, your not being nice, your getting kids hooked on MS word at age 8! I have to say, Microsoft is one of the best companies ever if you just look at what they do as a business, but their products are crap.
    unfortunetly, its the only crap that will play half life 2 ^_^

  9. Re:Microsoft is not about using standards by NanoGator · · Score: 4, Insightful

    "thats why proprietary software is bad. there is no way for the consumer to benefit from the software."

    It's also why ambiguous standards are bad. Anybody else read the little blurb a few years ago about how no browser (Netscape, IE, etc....) passed the standards test completely?

    --
    "Derp de derp."
  10. Serif vs. sans-serif by Anonymous+Brave+Guy · · Score: 4, Informative

    I think there's a lot of misunderstanding about what makes fonts easy to read. The reason both Verdana and Georgia are easier for most people to read on a screen has more to do with being well-hinted, being designed to avoid warts at the relatively low resolutions in use, and having a large x-height. None of these is particularly true of obvious alternatives like Times Roman and Helvetica/Arial on most of today's systems. The presence or absence of serifs has relatively little to do with it.

    More surprisingly, some research has suggested that serifs don't actually help much on paper either, at least for shorter works. They do seem to boost reading ease in long, blocky works like novels, but for something like a magazine article or a short paper, reading ease isn't much of an indicator one way or the other.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  11. Re:I'm tired of Microsoft bashing by NanoGator · · Score: 5, Funny

    "Let's PRAISE Microsoft instead."

    I'm so glad Microsoft brought Opera to my attention! Go Microsoft!!

    --
    "Derp de derp."
  12. MS vs /. by the_mighty_$ · · Score: 5, Interesting

    ...He points out their invalid webpages...


    It looks like MSN's markup is more valid then Slashdot's is.

    --
    VI VI VI - the editor of the beast!
  13. Re:MS interoperability by Lisandro · · Score: 5, Informative

    And more info here, where the Opera crew explains how M$ deliberately cripples www.msn.com pages.

  14. Microsoft has 'McInteroperability' by Foktip · · Score: 4, Interesting

    i remember the good old days. opera died after firefox showed up - but whenever you used opera, you could just tell by the feel of it, that Windows had bad interoperability... Netscape and early mozilla had the same feel. it felt like it just didnt belong, as if it was a tresspasser compared to IE. Microsoft has 'McInteroperability'. Thats like interoperability only it only goes one way. Eg: -DirectX ONLY runs on Windows (TM), and is the industry standard. -NTFS _was_ only useable by windows. -MS Office only runs on windows -MS programs inherently run 5x faster than any competitors programs (something to do with APIs) Overall, microsoft doesnt really understand what interoperability means in the first place - they probably think it means "capability to run under MS Windows(TM)" - like Apache, PHP, Mysql, Firefox, Openoffice, etc.

  15. The smell of rot... by Jahuti · · Score: 5, Insightful

    It was previously commented that Microsoft is going down the tubes because of several factors, like IE not being updated in years (except for security patches), and Longhorn being way late. This is just another example. The smell of rot from the direction of Redmond is getting stronger.

  16. The free MS fonts live on... by Col.+Bloodnok · · Score: 4, Informative

    ...in a state of suspended animation here

    I prefer Bitstream Vera myself.

    For terminals though, I *love* non-smoothed Lucida Typewriter 9 point. Not the Xfree version though (the 'm' and 'w' look wierd), I like the one which comes with Solaris (the standard font used by OpenWindow's cmdtool).

    Mmm, functional :).

  17. Use sans-serif, don't hardcode fonts by Velmont · · Score: 5, Insightful

    I'm quite frustrated when people hardcode in fonts - even linuxsites code in font's that really look awful on a (my, at least :p) linux system. Use the css attribute font-family: sans-serif instead of font-family: Arial, Verdana, sans-serif! Then we (who actually browse the pages) can choose our favourite fonts. I like Bitstream Vera Sans for sans-serif fonts.

  18. Re:Actually by JimDabell · · Score: 4, Informative

    Verdana is a better font, but not for the web. The problem is that it has a higher aspect value than most other fonts. This means that at a smaller size it still remains legible where other fonts may not. It also means that at a normal size, it appears to be quite a bit larger than other fonts.

    The problem is that web designers can't specify any particular font and assume that the web browser will honour that request. There are lots of different reasons why a different font may be substituted for the originally requested one.

    This means that if a web designer specifies Verdana for small text, another font could be used in its place, resulting in unreadable text. If a web designer specifies Verdana for normal text, people will think that it's ugly because it's too big. There really aren't that many situations where Verdana is an appropriate choice for web designers.

    None of this is to say that it isn't a nice font; I personally use it throughout most of KDE. But it's not a good choice for the Web Core Fonts collection.

    Opera has had first-hand experience with Microsoft breaking interoperability. At one point, Microsoft were deliberately serving broken CSS to Opera that would cause it to mess up the layout for that one particular browser.

  19. Re:Microsoft is not about using standards by ^Case^ · · Score: 4, Insightful

    Right... until one day your favourite proprietor goes out of business or simply decides there's not enough money to be made on your piece of software. Soon after you're going to need to move your data to some other piece of software because it has this new killer feature. That day you will start wishing you opted for something just a little more interoperable.

  20. Re:Opera Compatibility by Space_Soldier · · Score: 4, Insightful

    It is the other way around. Google should use standards, so it will display good in all browsers. HttpXmlRequest is not standard. XSL/XSLT and XML should be used on the server side. Browsers should only have to deal with XHTML, CSS, and ECMAScript. Not only that the new Google producs are not standard compliant, they are also not accessible under 508.

  21. Response from Microsoft's PR blogger by zigam · · Score: 5, Informative

    Robert Scoble, Microsoft's chief humanising officer has posted a response to Hakon's letter.

    Apparently, they are working hard to fix it in IIS 7.0 and the next version of ASP.NET.
    Apparently.

    --
    Ziga
  22. The Word 97 fiasco. by Stephen+Samuel · · Score: 5, Interesting
    Then, of course, there was the Word 97 fiasdo. Word 97 was incompatible with Word 95. Now this wasn't nasty in, and of itself -- there will almost always be new features that won't work in older versions, and sometimes there are good reasons to sometimes switch to newer formats when you have a major sea change in how you're doing things (like Open Office's move to the Open Document Format, along with KOffice and most of the rest of the Open Source word processors).

    Thing about Word 97 is that it was unwilling to save in word 5/95 format. This is something that MS refused to fix for the better part of a year.

    In the meantime, any company that bought a new PC was only offered word 97 for the new machine. This meant that, the first time they saved a document that needed to be read anywhere else in the company, all recipients needed to buy the '97 version to read it (much less to edit it). You could save your document in RTF format, but the '97 RTF format was sadly broken.... Back to plan A.

    MS did, in time, release an official plugin that allowed you to save in word'95 format (as long as you were willing to work your way thru the warning messages), but I don't believe that it was possible to set '95 as the default save format, so -- sooner or later you'd accidently just 'save', and the next thing you know, your recipients can't read your document.

    The end result of this is that MS raked in Billions of dollars in spurious sales by forcing people to abandon all older versions of their word processors. This is part of the way that they cemented their monopoly on the office software market.
    _____

    Then of course, there's the NT filesystem that is sorely short on public documentation, and almost impossible to figure out. As far as I can tell, Microsoft is entirely uninterested in letting others interoperate with it. In fact, I'm guessing that they put in some strange land-mines just to piss off people trying to use it other than from inside of the most recent versions of Windows.

    --
    Free Software: Like love, it grows best when given away.
    1. Re:The Word 97 fiasco. by Stephen+Samuel · · Score: 4, Insightful
      Don't expect Office 97 to repeat itself.

      It obviously won't repeat itself verbatim, but MS has other ways to do the same thing. There was, for example, the case when Word on OS-X didn't properly support Hebrew. The Microsoft Rep said that it just wasn't worth their time to upgrade it. They still refused when Israel offered to pay for the programmers to do the fix and promise a minimum number of sales to boot.
      "Sorry -- No dice. Move to Windows

      It wasn't untill Israel awarded a grant to port Open Office to OS-X and seriously threatened to cut off Microsoft's standing PO for the entire government that Microsoft relented and suddenly started negotiating in good faith.

      Microsoft is a company that you can trust as far as you can throw them -- and they're big.

      --
      Free Software: Like love, it grows best when given away.
  23. Interoperable.. by TheCeltic · · Score: 5, Funny

    Supports Windows NT/XP/2K/Pocket PC. Now that's interoperability! NOT!

    It's like C# being multiplatform... multiple windows platforms...

    --
    =-=-=-=-=-=-=-= - The Celtic - =-=-=-=-=-=-=-=
  24. Fonts! by kuzb · · Score: 4, Funny
    Verdana sucks, but Georgia is beautiful!

    Remind me not to hire you to design a website

    --
    BeauHD. Worst editor since kdawson.
  25. .Net refuses to serve same HTML ... argh! by DaveJay · · Score: 5, Informative

    I'm working on my first .Net project at work, where I have to provide compatible HTML. We spent three hours figuring out all the oddball stuff .Net does to HTML, then I spent a day writing up documentation on it. During the documentation review, we opened a demo page in Mozilla instead of IE, and all the Panel-control-created div tags were replaced with table sets. Imagine our surprise.

    As we started digging, we started finding lots more stuff like this; for example, tables get a style of "border-collapse: collapsed" by default in IE, which is a tag that IE uses to tighen up table structures (into non-standard measurements) while other browsers ignore the tag. There's no reason for this tag to be there, except to guarantee that tables will look different in IE as compared to other browsers.

    The punch line, of course, is that this "feature" can't be turned off. So now we either have to burn a lot of extra effort to validate multiple sets of rendered HTML, or we have to give up alternative-browser compatibility -- which I am sure was the point in the first place.

    (few things microsoftie make me seethe, but this one does...)