Slashdot Mirror


Microsoft Pushes Devs With Wider IE8 Beta

An anonymous reader recommends a story about the upcoming beta 2 release of Internet Explorer 8. InternetNews expects that the standards-compliant default mode will push many developers to update their sites. We've previously discussed IE8's standards compliance and other features. Quoting: "Over the years of IE's dominance as the leading browser, designers regularly tweaked their sites to get the best possible accuracy in rendering pages in IE -- most recently, the current commercial release, IE7. Now those pages will need to be changed. Microsoft originally planned for IE8 to default to rendering similarly to IE7, while super standards mode would have been an option. The outcry from critics helped convince Microsoft officials to instead default to super standards. That, unfortunately, will mean work for site administrators."

44 of 314 comments (clear)

  1. Cue the "M$" bashing shrills by Anonymous Coward · · Score: 5, Insightful

    Before anyone starts bitching about how much IE sucks and how it's lack of standards is nothing but a burden on anyone, understand that this is a decent move by Microsoft in the right direction.
    I know, I know, it's almost too little, too late, but it's better than nothing and as long as this trend continues, at least we might have a decent amount of cross-browser standards in a few years time, as opposed to none if Microsoft simply hadn't bothered.

    1. Re:Cue the "M$" bashing shrills by jeiler · · Score: 4, Interesting

      Agreed. I will admit that I have remarkably little sympathy for those who have to reconfig their sites to standards, I have to admit that's the wrong attitude on my part. Most users don't care about some arbitrary "standard," even if it was designed for optimum functionality and safety: all they care about is "Does it look good."

      --

      If you haven't been down-modded lately, you aren't trying.

      Sacred cows make the best hamburger.

    2. Re:Cue the "M$" bashing shrills by maxume · · Score: 3, Insightful

      As a user, I often care whether a site is easy to navigate and has a decent structure.

      --
      Nerd rage is the funniest rage.
    3. Re:Cue the "M$" bashing shrills by thePowerOfGrayskull · · Score: 5, Informative

      Unforunately, it's not that simple. Previous versions of IE were broken enough that standards-compliant HTML and CSS would not render properly. So if you wanted the majority of people to be able to actually use your site, you /had/ to be aware of - and often code around - IE stupidity, for all but the simplest of applications.

    4. Re:Cue the "M$" bashing shrills by wvmarle · · Score: 3, Informative

      So true.
      Call me a loser, but after setting up my website nicely with CSS defined columns, floats, etc - it didn't work in IE. It just displayed an empty page! While it worked fine in Mozilla, FF and Safari.
      I recoded the site using tables for lay-out.
      When I did that, it worked nicely in IE as well. And I really had the intention to move with the times.
      It's a simple company site, partly static, partly dynamic - but using tables was the easiest way out for me, without having to learn even more new things. I've got better things to do with my time.

    5. Re:Cue the "M$" bashing shrills by Red+Flayer · · Score: 3, Informative

      Most users don't care about some arbitrary "standard," even if it was designed for optimum functionality and safety: all they care about is "Does it look good."
      I'm unsure of who you mean by "users" -- do you mean web developers, or end-viewers?

      If you mean developers, then adhering to standards and "looking good" are the same thing -- since more and more end-viewers use browsers other than IE. Developers should care about adhering to standards because not doing so may alienate some of their (or their employers') potential customers.

      If you meant end-viewer, they aren't really germane to the discussion, since what we're discussing is in the blackbox to them. All they will understand is that some sites seem "broken"... not understanding that it's because they are using a non-compliant browser. Again this goes back to the developers, since it is their duty to make sure their website looks good (or even is viewable) by the most number of people.

      Please note I'm generalizing here, I'm sure there are exceptions.
      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    6. Re:Cue the "M$" bashing shrills by Snover · · Score: 5, Insightful

      Uh. min-width is in IE7. I'm surprised you don't know that if you're testing "primary in Internet Explorer".

      Not to be high and mighty, but you really really really should develop against a standards-compliant browser *first*, which means any one of Konqueror, Safari, Opera, or Firefox, and then hack IE once you're all done using conditional comments. Since all the browser vendors other than Microsoft do a good job of adhering to standards at this point, by testing against one of those browsers you can pretty well guarantee you will be functioning in the rest of them. It makes much more sense than to test on the outlier (IE) and then try to fiddle with it until it works in everything else.

      I'm quite confident that none of my sites will need to be updated for IE8 as long as Microsoft are doing their jobs, because the sites are written to conform to standards and only use conditional comments with special CSS for browsers <= IE7. That means that when IE8 rolls around, it will get served the same standards-compliant code as everything else and (for once) will not break on it.

      --

      [insert witty comment here]
    7. Re:Cue the "M$" bashing shrills by jmusits · · Score: 5, Insightful

      Browser specific stylesheets.

      If people were using these instead of horrible CSS hacks to make their pages work within IE then we wouldn't be having this conversation. Unfortunately too many people are still using CSS hacks to make their pages render properly.

      By using browser specific stylesheets, assuming that IE8 is actually standards compliant like FF, then IE6 and IE7 can continue to load their stylesheets to fix their problems and IE8 will only load the non-specific stylesheet as FF does and then all will be good.

      Since you place the browser specific stylesheet after the generic one the styles in defined in the browser specific stylesheets override the ones in the generic stylesheet, while the ones only defined in the generic one cascade down. This is the beauty of Cascading Style Sheets.

      --
      -- 42 --
    8. Re:Cue the "M$" bashing shrills by cp.tar · · Score: 4, Interesting

      Yes, it is a very good move.

      The question is, how much good will it do them?

      My estimate is that the mere fact that they were willing to change their usual policy to that extent shows how much weaker their market position has become.
      Most new sites, as far as I've noticed, are coded to standards. Most of the others are no longer "Best viewed under IE 6.0" either. Firefox holds about 25% of the global browser marketshare, and over 40% in certain European countries.
      Microsoft did not switch to standards because of the goodness of their software-making hearts. They did it because there is no longer any other game in town.

      Of course, that does not mean they will not try to subvert standards at some later date, when they have stopped bleeding users and maybe even regained some markertshare. But for now, standards are of utmost importance -- without them, they know they will continue bleeding users to other browsers.

      It has to mean something when you have the OS monopoly, when you've used it to gain browser monopoly, and now you're still losing.
      I welcome Microsoft's new strategy because it will not help only Microsoft, but also all the others. Unless, of course, people fail to update their sites and Microsoft remains the only browser capable of rendering them. But they are in a minority.

      --
      Ignore this signature. By order.
    9. Re:Cue the "M$" bashing shrills by Snover · · Score: 5, Insightful

      I strongly disagree. Unless you want to end up having to do like this article suggests and make a bunch of changes every time a new browser comes out (and maybe you do -- I bet it's good for business), it makes much more sense to test against something that you know adheres to defined standards and then doing minor fixups for IE at the end.

      If you're writing and testing against IE, and you write a line of CSS that doesn't do what you expect and change it to make it work, but the reason it wasn't working isn't because you wrote it wrong but because IE calculates some dimensions incorrectly (read: hasLayout), then when you get around to testing it in everything else (and by "everything else" I mean "Firefox", since this is what the IE-first crowd seems to think means "everything else") it's broken. Now compound this issue 20 times, because there are 20 distinct things in the CSS that cause IE to fuck up. Maybe there are also some combinations of things that trigger a bug. So now, instead of writing hacks to work around IE's brokenness, you are writing hacks and sending different code conditionally to "work around" the browsers that are rendering it properly. Suddenly, when IE8 comes around and fixes the bugs you're relying on in IE, you've got a broken Web site again. It's just a bad idea, and getting things working across all the other browsers, frankly, takes a mere fraction of the time it does to get things touched up properly for IE.

      --

      [insert witty comment here]
    10. Re:Cue the "M$" bashing shrills by capnkr · · Score: 3, Interesting

      Based on what I've seen in my logs the past few years, the 90% figure for IE share in browsers is no longer accurate at all, and in fact hasn't been for some time. Firefox broke those numbers a couple years ago, and continues to gain share. Currently I'd put Firefox use at about 30-35% of what I'm seeing being used by "regular folks", or non-techs.

      Because I felt that it was the Right Thing to do, I've always coded for standards compliant browsers first, and hacked it to work for IE later. So with this announcement by MS, it's interesting and ironically funny to me that it a move by MS (albeit after many years of loud public complaining by web devs) is going to for once make me work *less* than those who code for IE only. :)

      I never thought I'd say this (and reserve the right to take back this statement until I've seen that IE8 *really* does have compliance to W3 standards when it's released), but, well, here it is: Good job, MS IE Team!

      --
      "...there are some things that can beat smartness and foresight. Awkwardness and stupidity can." ~ Mark Twain
    11. Re:Cue the "M$" bashing shrills by zlogic · · Score: 3, Interesting

      Actually, pre-IE7 versions had a broken HTTP implementation. Not only do they fail to render pages properly, but they can't even ask the server nicely to get them :-) Apache even has a special mode in its HTTP Digest authentication module that enters an IE-quirks mode (tm) when the browser-agent is IE6 or less.

    12. Re:Cue the "M$" bashing shrills by ptlis · · Score: 4, Informative

      The user-agent string is not a reliable indicator of which user-agent is being used (as counter-intuitive as this seems), a much better methodology (that several other people have already mentioned) is to use IE conditional comments to serve additional stylesheets to specific versions of Internet Explorer after the main stylesheet to override only the specific rules required to get that version of internet explorer to display the content as expected.

      This has several advantages:

      • the ability to have different rules to handle bugs in specific versions of IE.
      • if future versions are released then they'll ignore the stylesheets targeted at older versions (so if IE8 is as good as it's been made out to be your documents should render correctly without any additional work)...
      • and if there are still some some small bugs then IE8 can itself get a stylesheet designed to fix just these.
      • unlike methods that rely on the UA string, it is guaranteed only to be applied by the browser you specify (because browsers other than IE see the conditional comments as just plain old HTML comments (relying on the UA string would mean that UAs pretending to be IE would not be incorrectly served the IE hack filled stylesheet)

      This is the methodology I prefer to follow with the sites that I develop, and after the experiences I had testing compatibility and fixing various layout problems that remained in IE7 I can say that it definitely pays off. Personally I'm hoping that IE8 will be close enough that I can finally dump IE conditional comments entirely once the older versions have disappeared and relegate it to the pile of no-longer relevant skills alongside the ability to generate pixel perfect layouts using tables & invisible spacer gifs and the ability to consistently beat almost anyone at Perfect Dark multiplayer.

      --
      There's mischief and malarkies but no queers or yids or darkies within this bastard's carnival, this vicious cabaret.
    13. Re:Cue the "M$" bashing shrills by walshy007 · · Score: 3, Insightful

      Funnyily enough I agree with all of your post except the ***

      For starters "DEP" known to the rest of the world as the NX bit, has been supported in linux kernels since 2004, now this should not require any code changes at all to utilize. The kernel handles memory protection, and when the binary is loaded I'd imagine everything in .data and .bss should be protected, aswell as every malloc.

      now, on to ASLR, since linux 2.6.12 it's on by default, and also, requires no special code, it just works, as it should (and hopefully does) do on vista.

      now onto vista 'protected mode', essentially this reduces the privilege level, awesome, now windows isn't running it's browser as root essentially, but every decent windows person should have a restricted personal account themselves in which they do things regardless, making it moot, and nobody sane in linux does everything as root.

      as said, I agree with the rest of your post, but the *** part makes you sound like you listen to too much microsoft advertising, the people who code firefox are smart, don't bash them without looking into things.

  2. Let's Bash Microsoft! by h4rm0ny · · Score: 5, Insightful


    So basically, Microsoft, listened to their customers, went with the better default mode (and it is better that they do this), and the Slashdot article ends with "But it makes more work for administrators - boo!"

    *sigh

    --

    Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    1. Re:Let's Bash Microsoft! by Macthorpe · · Score: 5, Insightful

      I would have summarised like this:

      - IE7 not standards compliant
      - Slashdot posts article complaining
      - IE8 standards compliant but not by default
      - Slashdot posts article complaining
      - IE8 standards compliant by default
      - Slashdot... posts article complaining

      I can only echo your sighing...

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    2. Re:Let's Bash Microsoft! by EvilMonkeySlayer · · Score: 4, Insightful

      I think the complaint isn't so much that they're implementing a proper standards mode, more the fact that it has taken so long for them to do this.

      People kept getting peeved off expecting Microsoft to start implementing some proper standard support (something which was expected of them in IE7) and then getting annoyed when they do a half hearted attempt at it.

    3. Re:Let's Bash Microsoft! by FooAtWFU · · Score: 5, Insightful

      That's only because Slashdot has both Complainers and Non-Complainers on any given topic, and the Complainers are the ones who enjoy posting most. So they do.

      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
    4. Re:Let's Bash Microsoft! by Anonymous Coward · · Score: 5, Funny

      I can only echo your sighing... Get a room guys!

    5. Re:Let's Bash Microsoft! by cyfer2000 · · Score: 3, Funny
      1. X1.0 (X=mozilla, firefox, opera, office, openoffice.org, macbook, macbook air, X300...) is not whatever.
      2. Slashdot posts article complaining
      3. X1.5 is better
      4. Slashdot posts article complaining
      5. X2.0 is even better
      6. Slashdot... posts article complaining

      You must be new here.

      --
      There is a spark in every single flame bait point.
    6. Re:Let's Bash Microsoft! by pete-classic · · Score: 4, Insightful

      I'm not defending the summary, but it is worth remembering that Microsoft actively undermined web standards for the last decade or so. It is laudable that they are finally getting on board with the program, but the reason these sites need to be re-worked is that Microsoft intentionally archived and maintained browser dominance with their own "take" on how web standards should work.

      I don't see any reason they shouldn't shoulder the blame for the cleanup costs.

      -Peter

    7. Re:Let's Bash Microsoft! by bunratty · · Score: 3, Insightful

      Why doesn't half the web break with all the other browsers when they are updated? I don't remember Firefox users complaining that Firefox 2 broke half the web. I don't remember Safari users complaining that Safari 3 broke half the web. I don't remember Opera users complaining that Opera 9 broke half the web. Why would IE users complain that IE 8 breaks half the web? You don't mean Microsoft has been doing something wrong for the past several years to bring this about, do you?

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    8. Re:Let's Bash Microsoft! by dal20402 · · Score: 4, Insightful

      retards that still use IE6

      Not everyone who uses IE6 does so by choice. The admins at my last workplace refuse to upgrade, install an alternate browser, or allow users to install an alternate browser.

      From a user perspective, the best thing about Microsoft's decision in IE8 is that it will force IT admins to phase out IE6 as sites increasingly stop working with IE6.

    9. Re:Let's Bash Microsoft! by thue · · Score: 4, Insightful

      The web developers will have 6 months to insert

      <eta http-equiv="X-UA-Compatible" content="IE=7" />

      on their pages. Nothing else is needed to ensure their pages will continue working in the new IE. If they can't be bothered to do that then I don't care if their pages break...

    10. Re:Let's Bash Microsoft! by Metasquares · · Score: 3, Insightful

      Not to mention that the mere release of IE8 should be enough to attenuate IE6 support, since many web developers code for the latest n browser versions. For me, n=2, and I for one look forward to abandoning IE6 when IE8 is released.

    11. Re:Let's Bash Microsoft! by jalefkowit · · Score: 5, Insightful

      If moving to IE8 is going to "break" your site, it's already "broken" for anybody who views it in any browser other than IE. That's about 20% of the browsing population (and more every day).

      If I was a corporation and my web development team had been shipping a site that flat didn't work for 1/5 of my customers, I'd have fired them long before this.

    12. Re:Let's Bash Microsoft! by SirLurksAlot · · Score: 3, Interesting

      Why can Microsoft simply support the new standards?

      Because it's not that simple. You have to remember, they have a whole business model built around keeping a large customer base which they've been building for almost 20 years happy. There are companies out there that have built their entire infrastructure on MS products, namely IE, and for MS to "simply support the new standards" means breaking (lots) of old functionality. That translates into actual dollar amounts when it comes time to fix all the old web applications out there that rely on the borked functionality that $_IE_VERSION <= 7 provided. In other words, this is going to cost a lot of companies a lot of money. To make it even worse for MS once IE supports the standards it means that lots of corporate sites will render correctly in a variety of browsers, giving people even less reason to use IE. This is a lose/lose situation for MS.

      Why can't MS fix them once and for all and be done with it?

      The response you've given makes perfect sense from a consumer point of view. "WTF mate, how hard can it be!?" exclaims the user who doesn't have to pay for or worry about implementing the changes. Now, having said that I have zero pity for all those businesses who were duped into vendor lock-in and are going to be in a world of pain if they don't get their sites up to spec, and I have zero pity for MS. They have well and truly made their own bed and they can certainly sleep in it.

      If they screwed up in the past, they should admit so and make up for their screwup.

      They are. That's why IE is going to support the standards by default. I'm not sure what you're looking for here, although I suspect a good many people want a blood sacrifice and sworn oaths to never put web developers in this position again.

      My point is that's why we're bashing Microsoft, not because we take perverse pleasure in saying rotten things about them.

      Oh come on, of course we take perverse pleasure in saying rotten things about them ;-)

      --
      God, schmod. I want my monkey man!
    13. Re:Let's Bash Microsoft! by Hal_Porter · · Score: 3, Interesting

      Read this

      http://joelonsoftware.com/items/2008/03/17.html
      The web standards camp seems kind of Trotskyist. You'd think they're the left wing, but if you happened to make a website that claims to conform to web standards but doesn't, the idealists turn into Joe Arpaio, America's Toughest Sheriff. "YOU MADE A MISTAKE AND YOUR WEBSITE SHOULD BREAK. I don't care if 80% of your websites stop working. I'll put you all in jail, where you will wear pink pajamas and eat 15 cent sandwiches and work on a chain gang. And I don't care if the whole county is in jail. The law is the law."

      On the other hand, we have the pragmatic, touchy feely, warm and fuzzy engineering types. "Can't we just default to IE7 mode? One line of code ... Zip! Solved!"

      Secretly? Here's what I think is going to happen. The IE8 team going to tell everyone that IE8 will use web standards by default, and run a nice long beta during which they beg people to test their pages with IE8 and get them to work. And when they get closer to shipping, and only 32% of the web pages in the world render properly, they'll say, "look guys, we're really sorry, we really wanted IE8 standards mode to be the default, but we can't ship a browser that doesn't work," and they'll revert to the pragmatic decision. Or maybe they won't, because the pragmatists at Microsoft have been out of power for a long time. In which case, IE is going to lose a lot of market share, which would please the idealists to no end, and probably won't decrease Dean Hachamovitch's big year-end bonus by one cent.


      And long filenames is different. Win16 applications were still presented with the aliases (C:\PROGAM~1 and C:\DOCUME~1). In fact they still are. Win32 ones weren't. But you needed to recompile (and do a lot of other stuff) to go from Win16 to Win32 anway, the fact that MAX_PATH changed wasn't really noticable.

      And older Win32 applications worked on NT which always had long filenames.

      They didn't push long filenames onto old applications, because that would have been stupid. Win16 applications could use a special API to get at LFNs, but they had to opt into it, just like web pages should opt into to a standards mode which will break pages that are designed for IE6.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  3. Lazy dumbasses by Daimanta · · Score: 4, Insightful

    "that, unfortunately, will mean work for site administrators."

    Well, if you don't code to standards, that's what you get. I don't feel sorry for them.

    --
    Knowledge is power. Knowledge shared is power lost.
    1. Re:Lazy dumbasses by pezpunk · · Score: 5, Insightful

      just to play devil's advocate here, you're suggesting a designer should code to standards, and let the page be broken for 80% of his visitors? i don't think many designers would keep that job very long.

      --
      i could live a little longer in this prison
    2. Re:Lazy dumbasses by J0nne · · Score: 3, Insightful

      No, it's a skill. Most of IE's bugs are well-documented with workarounds and everything. It's really possible to write css-based layouts and have them work in IE, we do it all the time.

  4. I'll be happy with proper XHTML support. by apathy+maybe · · Score: 3, Interesting

    When I develop pages, I like to do so in XHTML, simply because it is nicer to develop in for me (someone who initially learnt nasty 3.whatever back in 2000).

    So, because I use PHP, I go and tell everyone that the page I'm serving up is application/xhtml+xml. Whoops, MSIE doesn't understand that... *roles eyes*. So I have to chuck in a bit of code to check for MSIE, and then add a disclaimer at the bottom, "If your user agent has MSIE in it, then this page was served as text/html. Maybe you should stop using MSIE if you are, or change your user agent if you aren't."

    Not to mention having to chuck in IE specific CSS (the /only/ thing I like about IE is the fact that it has that comment stuff
    which allows a separate style sheet that no other browser sees).

    Meh, I'll continue not developing for MSIE, unless I have to, and because I'm using standards compliant code, the site should still be perfectly viewable, even without CSS. If only other people decided not to develop for MSIE, maybe more people would get a better browser...

    Actually maybe MSIE 8 will actually mean that I don't have to care that IE even exists? (Sorta how I don't care that Opera exists, because I know that it is relatively standards compliant.)

    --
    I wank in the shower.
    1. Re:I'll be happy with proper XHTML support. by FishWithAHammer · · Score: 4, Insightful

      add a disclaimer at the bottom, "If your user agent has MSIE in it, then this page was served as text/html. Maybe you should stop using MSIE if you are, or change your user agent if you aren't." Or...you can make it work for them and stop bitching.

      Nobody really cares what work you have to do in order to make a site work for them. Your whining doesn't serve the purpose you want it to.

      Sad, but true.
      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  5. "it's better than nothing" by TW+Atwater · · Score: 5, Insightful

    That pretty well sums up the entire Microsoft experience.

    --
    More than 60,000 Windows programs won't run on Linux.
    1. Re:"it's better than nothing" by Kjella · · Score: 4, Insightful

      That pretty well sums up the entire Microsoft experience. For those trying to mix Microsoft and non-Microsoft software, or that haven't paid the latest upgrade fees. Once you go a little past e-mail and word and into corporate software though like Sharepoint and Microsoft CRM, I'd say it's the norm rather than the exception. Try going with IBM or CA or SAP or IFS and you'll find they all tend to work much better with their own products than trying to piece together a best of breed. Make no mistake, Microsoft is out to make you an all Microsoft shop which can be fairly pleasant but expensive. The other option is to find alternative software for all of it, they rise and fall together. Some are quite good and the rest dragged along, so despite the best efforts by many there hasn't been that much falling...
      --
      Live today, because you never know what tomorrow brings
    2. Re:"it's better than nothing" by Anonymous Coward · · Score: 5, Funny
      Just design for actual standards and leave idiot IE users high and dry..

      From the actual transcript from Brian's Performance Review:

      Boss: Well Brian, I see that since you took over the web site that complaints about our website have gone up 80 fold and we've lost more than half our customers. What do you make of this?
      Brian: They're all idiots.

    3. Re:"it's better than nothing" by memojuez · · Score: 4, Insightful
      You're absolutely right. American Businesses are more worried about reaching the most people, if non IE users, like myself, can't render their page correctly, I am insignificant consequence to mass marketing to them.

      It's a shame that it took a European company like Opera Software to force European Regulators to stop the Microsoft's take over of the Web.

      --
      Signature applied for, Patent Pending
    4. Re:"it's better than nothing" by try_anything · · Score: 4, Interesting

      Microsoft is out to make you an all Microsoft shop which can be fairly pleasant but expensive. Microsoft has educated an entire generation of developers and consultants who do nothing but push Microsoft technologies in mixed shops, where they are unwanted, technically and socially isolated, and not very useful.

      But once you've installed an expensive Microsoft product that is a failure because most people hate it and only a few people use it, there's a cure: just replace a little bit more of your working infrastructure with Microsoft products, and suddenly the unused Microsoft products will become vital, useful parts of your business instead of embarrassing mistakes.

      So the whole project tanked in the end? Well, you can't blame the Microsoft technologies. They're all "Best of Breed" products with all the right buzzwords and bullet points. Just think of how efficient and unstoppable you would be if you had just managed to convince your employees to use it. I guess you weren't ready to be a Best of Breed business.

      This is the eternally recurring story of Microsoft developers, consultants, and "process experts" who just push Microsoft instead of actually doing their jobs.

      Doing their jobs, by the way, means studying the businesses they work for, finding out what features would be beneficial and which would actually be used, and figuring out how the available technologies will fit into current practices and current infrastructure. Oh, and figuring out how software can help you simplify process. More often than not, behemoth kitchen sink software does not allow you to create a customized, lightweight process for a unique business.

      Most Microsoft consultants who read that last sentence will say, "Ah, here's where it becomes obvious that this guy is on drugs/inexperienced/trolling." Because their Microsoft marketing brochures -- sorry, "educational publications for developers" -- tell them that the only way to create a customized, lightweight solution is to buy the BIGGEST and most featureful product available. You wouldn't want to adopt (or, gasp, develop!) a product and find out it's missing that one vital feature that's necessary to make it lightweight.

      So, instead of doing their job, they compare products on a bullet-point basis, using Microsoft "educational" materials to guide them, and work towards a vision of the future in which the more processes and supporting software features people use, the more efficient they are. It's no accident that project plans for adopting Microsoft technologies usually involve adopting tons of practices and processes at the same time -- it helps justify the expense and complexity of the software, and it helps construct a utopian fantasy in which the business will run in perfect synchrony because of the awesome power of process, in defiance of human nature and in defiance of the finite number of hours in the day.
    5. Re:"it's better than nothing" by try_anything · · Score: 3, Interesting

      There are plenty of other consulting religions that are able to spin such an idealistic view of what other businesses are achieving that the customer is too ashamed to say, "Hey, none of this works for me. You were supposed to build something that works for my business and my employees, not something that works for the idealized business you want us to be."

      However, there aren't many other consulting religions in which most of the consultants themselves are devout believers who retain their faith no matter what kind of destruction they cause. Even Rails and J2EE developers eventually come to realize that those technologies only are good in certain contexts. Microsoft guys just blame the customer for not reaching far enough for the helping hand Microsoft offered them.

  6. Unfortunately??? by VMaN · · Score: 5, Insightful

    This is anything BUT unfortunate.. Once agreed upon standards are the norm everyone will benefit, and it'll save a ton of work in the long run.

    yay for MS on this call

  7. Not that bad by PhrostyMcByte · · Score: 3, Insightful

    If you write your site for Firefox, chances are you can just tell it to use that code for IE8. Assuming, of course, that IE8 comes through with their promises of compliance.

    A little pain now for a lot less cumulative pain later. I'll take that!

  8. Pity the poor administrators by sfritsche · · Score: 5, Insightful

    "That, unfortunately, will mean work for site administrators."

    The only "unfortunate" thing about the need to retool web sites is that it could have been avoided by coding to the standards in the first place.

    --
    "I'd horsewhip you if I had a horse." -- Groucho Marx
  9. demo of how MS sets a standard .. by rs232 · · Score: 4, Interesting

    "at least we might have a decent amount of cross-browser standards in a few years time, as opposed to none if Microsoft simply hadn't bothered"

    Well , they could have bothered while they were about cloning Netscape and making running any other browser a jolting experience and preventing Netscale from sabotaging their protocol extensions. Or in english, making web pages not render correctly in other peoples browsers .. :)

    --
    davecb5620@gmail.com
  10. Microsoft is losing their competitive advantage by FranTaylor · · Score: 4, Insightful

    One of their big stated reasons for buying into their infrastructure is that they offer a stable platform for developers so they don't have to keep doing more work every time Microsoft upgrades.

    This reason is rapidly falling by the boards. First it was Visual Basic, which has changed so many times that there is no hope of old code running. Then it was the Windows API, where many things that developers did, originally with Microsoft's blessing, now cause security warning dialog boxes in Vista. Now it's their interpretation of HTML, which they convinced many web developers to follow instead of the standard.

    Every time a developer codes to a Microsoft "standard", they had better be prepared to make extensive modifications at the drop of a hat.

    Hopefully Microsoft's customers are catching on to this trend.