Slashdot Mirror


IE6 SP1 Will Be Last Standalone Version

mokiejovis writes "Program manager Brian Countryman stated that "as part of the OS, IE will continue to evolve, but there will be no future standalone installations. IE6 SP1 is the final standalone installation." See the Microsoft TechNet article." Several of the people submitting this story have come up with elaborate theories about why: killing competition, etc. etc. I think the truth is just that Microsoft intends to integrate DRM very tightly with their OS and browser, and they're aren't going to try to backport that to, say, Win98, so they just aren't going to release new versions of their browser for old, DRM-less operating systems. In the future server-side browser detection may be more about detecting whether the browser supports the DRM your "web service" uses than what version of Javascript or CSS the browser supports.

155 of 723 comments (clear)

  1. Browser detection by Phroggy · · Score: 5, Interesting

    In the future server-side browser detection may be more about detecting whether the browser supports the DRM your "web service" uses than what version of Javascript or CSS the browser supports.

    Browser detection has always been about identifying what capabilities the browser supports, or what bugs need to be worked around. Otherwise you wind up with sites that don't work in some browsers, and everybody bitches at you for not supporting them. The key is to not redirect to a page recommending that the user download IE or Netscape, since that really pisses people off.

    I don't plan on producing DRM-protected content, so I don't plan on detecting browser support for it.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    1. Re:Browser detection by Anonymous Coward · · Score: 2, Interesting

      "The key is to not redirect to a page recommending that the user download IE or Netscape, since that really pisses people off."

      People still do that? Jesus Christ. The last time I got one of those messages, I went to some piss-ant website that had little-to-no actual content(and nothing that wouldn't work in Netscape/Mozilla), but it refused to load outside of Internet Explorer, because Netscape "fucked up" his layout.

      Christ, I was irritated. (I wasn't even *IN* Netscape at the time.) I mean, God damn, if you're going to put up a page, you can at the least let a browser try to bungle through your shitty code.

      I still get a little irritated when I see "best in IE" messages. Ugh, and I used to be one of those people.

    2. Re:Browser detection by BWJones · · Score: 4, Interesting

      Browser detection has always been about identifying what capabilities the browser supports, or what bugs need to be worked around. Otherwise you wind up with sites that don't work in some browsers, and everybody bitches at you for not supporting them.

      You are missing the point. :-) If Microsoft has their way, there will only be one browser. Detection and customizing your web page for more than one browser will be moot. {sarcasm} All this open source stuff and other browsers will just get in the way. {/sarcasm}

      --
      Visit Jonesblog and say hello.
    3. Re:Browser detection by Anonymous Coward · · Score: 5, Informative

      Go to This school's online student services with Mozilla/Firebird/Opera/Konqueror/Lynx. Note that faking the user agent string doesn't always help. The best part is that the actual page and its services work perfectly with Mozilla/Firebird/Konqueror. I assume several other institutions have bought this services package (Pipeline), and that there are other services packages from different companies with similar checks.

      So, yes, real places still give the 'download or die' messages.

    4. Re:Browser detection by MrLint · · Score: 5, Interesting

      Here is the ironic part, i wonder how long its goign to take a whiz kid to lockout IE byt its its own DRM agaisnt it.

      But think about the larger consequences here. Think about sitesyouwont be able to print.. or copy text out of or look at the source for.

    5. Re:Browser detection by shane_rimmer · · Score: 4, Informative

      I recently graduated from Augusta State, and I know the issue has been pointed out to the people responsible for the service. They have taken an "it works well enough stand", and they would rather block access to the service completely rather than allow a student to experience a technical glitch caused by a browser that doesn't like some of their code (a paraphrasing of the response I received after complaining). Several members of the faculty have pointed it out, but they seem unwilling to update the browser detection code. The biggest problem is that it looks for certain browsers to allow access rather than to just block browsers with known problems.

      Of course, they were still using Netscape 4.6 when I left this past summer, and Pipeline works with that...

    6. Re:Browser detection by Citizen+of+Earth · · Score: 5, Funny

      {sarcasm} All this open source stuff and other browsers will just get in the way. {/sarcasm}

      Ein Volk, ein Reich, ein Führer!

    7. Re:Browser detection by jonathanbearak · · Score: 2, Interesting

      "But think about the larger consequences here. Think about sitesyouwont be able to print.. or copy text out of or look at the source for."

      before changing the browser identification?

      DRM is stupid. My dad was listening to archives of a radio show, provided online in windoze media audio, which he could not skip through - it had to be played from beginning to end. Long story short: save target as, opened file in notepad, saw "no skip" ahead of an actual reference to the real audio; opened ms media player, file->open url, copy-paste, and voila! the drm is gone.

      What it boils down to is that at some point they have to show you the data. If you want to get really crazy, load some future drm-enabled webpage in winbloze on home network with linux box running ethereal, follow tcp stream, cut/paste code into file and view in mozilla, an open source drm-free environment.

    8. Re:Browser detection by Phroggy · · Score: 2, Insightful

      Think about sitesyouwont be able to print.. or copy text out of or look at the source for.

      Oh hell. I'd forgotten about that threat, and you had to go and remind me. And because they control the OS too, they can also disable screen shots.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    9. Re:Browser detection by UberLord · · Score: 4, Insightful

      You are missing the point. :-) If Microsoft has their way, there will only be one browser. Detection and customizing your web page for more than one browser will be moot.

      As opposed to developing a windows application where you have to work around windows versions, service packs and library versions installed? For example, a client requirement was to make an applications title bar flash when a query was completed. I had to write code to support Win9x,WinME+NT4 and Win2K+XP.

      It's one company with one product, but many versions you have to code against. So it's sure as hell not moot.

    10. Re:Browser detection by evilviper · · Score: 2, Insightful

      ...Pepsi One...

      So every company trying to monopolize the market is evil now? Damn Edison!!!

      One Light Bulb, one Voltage, one Power Company!

      I'm sure Hitler said lots of things most people would agree with, and not find offensive until they are told that Hitler said it.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    11. Re:Browser detection by Alsee · · Score: 4, Insightful

      What it boils down to is that at some point they have to show you the data.

      Nope. Micrsoft's DRM plans are truely midboggling. That's why you're going to have to buy new "palladium enhanced" hardware. With the new DRM the only way you ever "see the data" is on the screen. If you're lucky you can photograph it.

      load some future drm-enabled webpage in winbloze on home network with linux box running ethereal, follow tcp stream, cut/paste code into file and view in mozilla, an open source drm-free environment.

      Nope. You can copy the TCP stream, but it's all encrypted. Paste it into Mozilla or any other program and you have nothing but garbage.

      It's some read hard-core shit. You hack into the monitor cable to grab the video and you find that's encrypted too. The video gets decrypted inside the monitor itself.

      Hell, you hack into the keyboard cable and that's fucking encrypted too. Are you starting to get the picture? They have gone off the fucking deep end. The entire machine is one big fat lock.

      You load up a program to snoop the raw data in ram and you find the ram is divided up into seperate vaults. There's no such thing as flat memory.

      If you patch any of the system files all the DRM systems lock out. Considering that it's one big fat DRM machine I'm not even sure it'll even boot. If it does boot you won't be able to do much more than run Minesweeper, solitare, and notepad if you're lucky.

      The machine will also only fully function while you are actively conected to the internet. Some of the functions periodically ping a cryptographicly authenticated time server. If your net connection goes down, or it doesn't get an authenticated response for any reason any time-relevant DRM stuff immediately locks out. That lock up can include programs, audio/video files, application data, even freaking e-mail. But don't worry, you can still play minesweeper while you wait for your net connection to come back up.

      Microsft wants DRM to be invisible and ubiqutous throughout the system. People are suposed to take it for granted that everying is DRM'd. DRM content won't have an flashing DRM labels on it. You'll just find that all sorts of features like SAVE AS are missing. And it's not just that the feature is missing from the program. The machine is physically incapable of copying the file. How's that for nutz?

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    12. Re:Browser detection by Chris+Johnson · · Score: 3, Insightful

      What a lovely bait for Mother Of All Denial Of Service Attacks. Not using the machine as a tool to bring down other machines: I mean, using a judo approach, with the intent being to reduce the victim machine to a lump of expensive inert metal. All you have to do is convince it that something is wrong, or that a lot of things are wrong, and it will attack the user FOR you. Sweet! And apparently it will be absolutely intractable. You only have to trigger it, and the triggers are apparently real sensitive by design...

  2. translation by matt4077 · · Score: 2, Funny

    "Several people came up with conspiracy theories but these dont belong in the article. So I decided to give you my own theory."

  3. Already partly discussed here... by Sebby · · Score: 4, Informative
    --

    AC comments get piped to /dev/null
  4. No more bugs in IE! Yea! by Thomas+Wendell · · Score: 5, Interesting

    > IE6 SP1 is the final standalone installation.

    That's a pretty funny statement. The service packs are bug releases, hence they contain required changes that were not originally planned. How can Microsoft claim this is the last one that will be needed? Does this mean Microsoft will just abandon all of their users still running older versions of Windows?

    I suggest this is just laying the groundwork for FUD to force users to pay Microsoft to "upgrade" their OS in order to replace the latest IE security vulnerability with a whole new set of problems, vulnerabilities, incompatibilities and restrictions.

    1. Re:No more bugs in IE! Yea! by shepd · · Score: 5, Informative

      >Does this mean Microsoft will just abandon all of their users still running older versions of Windows?

      Yes. They already have for windows 95. Windows 98 isn't far down the road, as is ME.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    2. Re:No more bugs in IE! Yea! by gordyf · · Score: 5, Informative

      They're referring to IE6 SP1 as a version number, like Mozilla 1.4 RC1. They aren't referring to the service pack itself.

      And yes, they will abandon older versions of Windows. Do they still support Windows 3.1?

    3. Re:No more bugs in IE! Yea! by Pinguu · · Score: 2, Funny

      No more bugs in IE! Yea!
      How many times do we have to tell you? They're not bugs, they're features!

      --
      --
    4. Re:No more bugs in IE! Yea! by Anonymous Coward · · Score: 5, Funny

      You almost sound bitter. I'd be overjoyed by having microsoft leave ME alone.

    5. Re:No more bugs in IE! Yea! by SkArcher · · Score: 4, Funny

      They no longer support Windows 98 either, officially, and Me... well, Me is M$'s bastard grandchild OS and all copies of it should have been burnt in the pressing house.

      Just my personal bias, that.

      --

      An infinite number of monkeys will eventually come up with the complete works of /.
    6. Re:No more bugs in IE! Yea! by RyatNrrd · · Score: 2, Interesting

      Surely all this is going to do is make users who have any OS other than WinXP switch to other browsers.

      If you want to hear my crazy theory (yes I realise you didn't ask), it's that they want all XP users to download WinXP SP1. - by bundling all IE patches in with WinXP, then XP users have to keep up to date with Windows patches in order to keep up with IE. Thus everyone who has installed XP using the cheaty crack serial number (FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8) upgrades to WinXP SP1 - which forces them to register WinXP.

  5. Thanks michael by Telex4 · · Score: 4, Insightful

    I think the truth is just that...

    I don't remember the role of the editor including giving personal opinions over and above those stated in linked articles. Why don't editors submit the story with a summary of other people's reasons, then post their own comment?

    I do agree with Michael though, it seems fairly pluasible. All the same, it obviously has a competition-killing aspect to it, since Microsoft will tightly control their DRM technology, meaning that DRM-only web sites will probably be IE only, or at the very best IE plus other browsers whose licenses allow embedded proprietary code.

    1. Re:Thanks michael by PFAK · · Score: 5, Insightful

      Im wondering how this would be implemented. Browsers already such as Opera can fake the version that the browser is identifed as. How will DRM work in this case? Will there be an encrypted key or something else?

      --

      Free means no restrictions, ironic the FSF's GPL forces restrictions, isn't it? What's your definition of free?
    2. Re:Thanks michael by skillet-thief · · Score: 4, Insightful
      I don't remember the role of the editor including giving personal opinions over and above those stated in linked articles. Why don't editors submit the story with a summary of other people's reasons, then post their own comment?

      Remember: in a newspaper, the editorial is where the editor gives his personal opinion.

      --

      Congratulations! Now we are the Evil Empire

    3. Re:Thanks michael by mt_nixnut · · Score: 5, Insightful
      Microsoft will tightly control their DRM technology, meaning that DRM-only web sites will probably be IE only, or at the very best IE plus other browsers whose licenses allow embedded proprietary code.

      This is the most disturbing part of this whole story for me. Disturbing because this fits so well with what has been MS SOP for years now. I guess now that the fear of the GOV and litigation have been removed it is time to take monopolizing to the next level.

      ---

      Of course I'm paranoid it's crazy not to be!

    4. Re:Thanks michael by Anonymous Coward · · Score: 5, Insightful

      It's simple, really. Remember: this isn't a newspaper. It is not a real news source. Linking to other networks and sites does not make you a legitimate news site, which is fine. The term editor is being used in an unconventional way for Slashdot, so don't hold editors to genuine editorial standards.

    5. Re:Thanks michael by Tony-A · · Score: 3, Informative

      Right, except that the use of the term editor is not all that unconventional.
      The primary duty of editors is the selection and placement of content. There might be an editorial page where an editor can give him or herself the role of columnist extraordinaire, but it's not germaine to the duties as editor.
      Slashdot is primarily a discussion forum with links to news stories of interest, with a few choice words to help start the discussion. In this context an overt bias is expected and actually helps move things along.

    6. Re:Thanks michael by cmagnani · · Score: 2, Interesting

      Excuse me, but BULLSHIT this isn't a "real" news source! I trust this source of news more than all the cable & local news programs COMBINED. (Fox News just puts it over the top...) I've found out more about what's really going on in the world in the past couple of months on Slashdot, than "mainstream" news sources have even DARED to cover in the past couple of years. As for "Linking to other networks and sites (not making) you a legitimate news site", I guess that leaves supposedly "legit" newspapers, television (broadcast & cable), and most of the internet up shit creek without even a canoe... Mod up or down as you wish, but there it is...

    7. Re:Thanks michael by Hobbex · · Score: 2, Informative

      Browsers already such as Opera can fake the version that the browser is identifed as. How will DRM work in this case? Will there be an encrypted key or something else?

      The TCPA chip in the computer povides a signed hash of the initial code loaded for the operating system. (Basically the boot sector to make it simple and not quite correct). This verifies that you are running an unmodified version of Microsoft FuckWare 200X - which then provides a signature of the application to the server.

      Without hardware cracking the TCPA chip, or perhaps a buffer overflow on some trusted part of the OS (why do you think MS suddenly care about securing their applications!) there will be no way for an application to claim it is something it isn't.

  6. Justice department by zackeller · · Score: 5, Insightful

    Is it me or is this exactally the thing the DOJ had them in court for so long to prevent? And finally won?

    1. Re:Justice department by Elladan · · Score: 4, Insightful

      You mean lost. Sure, they won in court, but it turned out, they couldn't compete with Microsoft politically.

      Microsoft can do whatever it pleases now, it knows the government is a paper tiger.

    2. Re:Justice department by Kenshin · · Score: 4, Funny
      Microsoft can do whatever it pleases now, it knows the government is a paper tiger.

      I guess YOU have never gotten a paper cut. Those things hurt like a bastard!

      --

      Does it make you happy you're so strange?

    3. Re:Justice department by Blue+Stone · · Score: 2, Funny
      "Microsoft can do whatever it pleases now, it knows the government is a paper tiger."

      There is more to the world than the good ol' USA, you know.
      Europe, Asia, etc, may have something to say about it.

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    4. Re:Justice department by smittyoneeach · · Score: 2, Insightful

      Walt Whitman's comment about the best gubmint money can buy was never truer.
      But what of the EU? The sad truth is that, as the Open Source community views MS, so the rest of the world views the US.
      Does this play into a duopoly, MS in North America, OSS everywhere else? I see the US as losing in the long run, in that end-game.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  7. My favorite question by Anonymous Coward · · Score: 2, Interesting
    Host: Rob (Microsoft)
    Q: when will IE get transparent PNG support?


    A: Ian, I'm sorry, I can't answer that question for you
    What? It's only been how many years since they promised? This is why IE having a strangehold is a bad thing. It holds back implementation of "new" technology like PNG.
    1. Re:My favorite question by SkWaSH · · Score: 2, Insightful

      :P Microsoft has a reputation for creating their own technologies (ie: WMA, WMV) so it _really_ wouldn't surprise me if we see a WMG sometime soon. Then when we ask about PNG, they will probably say something stupid like "We feel that WMG is a sufficient replacement for preceding technologies . . . etc"

    2. Re:My favorite question by jilles · · Score: 2, Informative

      Try doing transparency with png's in IE. They sort of support png but transparency was clearly too much for the IE programmers. That's why everybody still uses transparent gifs (which are much less attractive due to the lack of alpha channel support) and ugly css hacks (which due to faulty implementations is not easy either). Png's work beautifully in mozilla though.

      If only MS could be bothered to fully implement web standards, it would be much easier to create nice looking sites.

      --

      Jilles
    3. Re:My favorite question by UberLord · · Score: 2, Informative

      Try doing transparency with png's in IE. They sort of support png but transparency was clearly too much for the IE programmers. That's why everybody still uses transparent gifs

      Actually it's quite simple provided a client uses IE5.5 or higher.
      I suggest reading a workaround to get transparent PNG's to work under IE.

      Developers have to work around different OS versions, OS's, etc all the time. It's not that much work to code against IE on Windows - afer all web developers coding against W3C standards do it all the time!

  8. Mozilla beware!! by pardasaniman · · Score: 5, Interesting

    Tying a browser to hardware can be really bad for us mozilla men. Online Banking will jump on it real fast. Secure communication will later require IE for authentication. This would put us at a huge disadvantage. I had a thought: Would it be possible to run a "Virtual Palladium" (software driven)? It'd involve running parts of the software in a virtualization machine like bochs. Microsoft patented the hardware not any software.

    1. Re:Mozilla beware!! by andy1307 · · Score: 5, Insightful
      Online Banking will jump on it real fast.

      Why? Online banking works just fine today. The banks will cater to the lowest common denominator. If even 10% of their users have problems accessing their online banking accounts, the cost of customer service calls will by HUGE. Most features and services are designed to cut down on customer service calls.

    2. Re:Mozilla beware!! by mystik · · Score: 4, Insightful

      Is it technically possible? Yes.

      Would the Root certificate provider sign this virtual implementation? Almost certanly not.

      You could virtualize it at just about any layer. But the whole point of palladium is to ensure the whole thing is running on 'trusted [by the content provider]' hardware.

      --
      Why aren't you encrypting your e-mail?
    3. Re:Mozilla beware!! by jester · · Score: 2, Insightful

      Except that many banks (DeutscheBank, Credit Suisse, Meryl Lynch, etc) are using Linux themselves now internally. Deploying their own customer banking sites on MS would not make sense ... as the financial arguments had already pointed them down the route of taking up Linux technology.

    4. Re:Mozilla beware!! by blibbleblobble · · Score: 2, Insightful

      "Online banking works just fine today...If even 10% of their users have problems accessing their online banking accounts, the cost of customer service calls will by HUGE"

      Online banking today cuts-out everyone with a browser which doesn't transmit "MSIE" in the user-agent. Yes it sucks. Yes it's the reason I don't use online banking. And yes, it is damned stupid to be requiring a fundamentally insecure browser incapable of securely handling SSH sessions, for banking transactions. But tell that to your bank. "What? Doesn't everyone use WindowsXP? You can download MSIE for free you know"

    5. Re:Mozilla beware!! by TopShelf · · Score: 4, Funny

      yeah, if there's one thing that Sherman guy was sharp on, it was browser-OS ties and DRM restrictions. He rocked...

      --
      Stop by my site where I write about ERP systems & more
    6. Re:Mozilla beware!! by CAIMLAS · · Score: 2, Informative

      But most of the people that -do- access their banks online tend to be fairly tech savvy. The people I know that do are usually mac users, linux users, or at least technically adept and dislike IE.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    7. Re:Mozilla beware!! by Idou · · Score: 2, Insightful

      Man, it must be 5 years since I started using www.netbank.com. Has worked great with Mozilla. I really doubt oneday I will go to the site and not being able to access my money. Banks are highly regulated, and I think it wouldn't be too difficult to construe other reasons (even if they are not true), why the bank no longer is letting me access my money. No, I think MS missed the boat with the Internet and will NEVER be able to catch up enough to gain the kind of control they are hoping for(thanks to OSS).

      --
      Sdelat' Ameriku velikoy Snova!
    8. Re:Mozilla beware!! by Roblimo · · Score: 4, Insightful

      Huh? Bank of America's online banking works just fine with Mozilla running on Linux.

      Our previous bank was IE-only, and their online banking was through (insecure) IIS servers.

      Banking is a competitive business. If your current bank doesn't support your choice of browser and/or operating system, find one that does.

      - Robin

    9. Re:Mozilla beware!! by cyberformer · · Score: 3, Informative

      Palladium is specificially designed to prevent a virtual implementation. That's the whole point of "trusted" hardware: the DRM app needs to know that it's running on a specifc, MS-approved device that won't leak its output to a screen-capture utility or through the analog hole.

      It achieves this using PKI and digital signatures, so a virtual version would need to forge the Palladium device's signature. That means finding the private key, which is a DMCA violation and, more importantly, practically impossible. It's 2048-bit RSA, which would take trillions of years to crack even using the most powerful distributed computing project.

    10. Re:Mozilla beware!! by jez9999 · · Score: 3, Informative

      Online banking today cuts-out everyone with a browser which doesn't transmit "MSIE" in the user-agent.

      Speak for your own shite bank. I just tried mine, and its online banking seems fine with Mozilla.

    11. Re:Mozilla beware!! by drgroove · · Score: 4, Insightful

      There are essentially two security models developing in the world of computing right now: Microsoft's .NET/Palladium/Hardware based model, which is Windows-specific; and Sun/IBM/Etc.'s Java/Liberty/Software based model, which in theory should be OS-independent, but ultimately MS will try their best to prevent it from working on Windows, and so will likely only function in the Linux/Unix realm.

      Each passing day, MS brings the world closer to their MS-specific security model. As much as all of us want to avoid having to pay the Microsoft tax when we use technology, if left to their own devices, MS will attempt to erect a virtual toll-booth within as much aspects of technology as possible - be that the internet, PC's, or digital devices.

      As developers, hardware specialists, what have you, we need to do our best to adopt, promote, and develop open-source technologies today, to prevent MS front owning what is now public domain tomorrow. "If we don't take action now, we'll settle for nothing later; if we settle for nothing now, we'll settle for nothing later." RATM. It might sound trite, but it applies to what is happening in tech right now.

    12. Re:Mozilla beware!! by hendridm · · Score: 3, Informative

      > The banks will cater to the lowest common denominator. If even 10% of their users have problems accessing their online banking accounts, the cost of customer service calls will by HUGE.

      Correct me if I'm wrong, I think there are a significant number of banks out there that currently only support IE. It seems to come up here on Slashdot every once in awhile.

      Additionally, the number of support calls might increase, but the duration of the call will likely be short:

      Customer: Um, yeah, I'm using Mozilla on <insert your favorite OS here> but I can't access the online banking page.
      Support Person: Sorry, you have to use Internet Explorer to access our online banking page
      Customer: But I'm running Linux!
      Support Person: Sorry, we only support Internet Explorer.
      Customer: Curses! I'm going to find a new bank then!
      Support Person: Is there anything else I can help you with today?
      {dial-tone}

      I don't know about y'all, but all the banks I have been with could care less about losing a small fry like me.

    13. Re:Mozilla beware!! by arkanes · · Score: 2, Informative

      Wow, a highly accurate statistical study! :P Almost everyone I know has at least dabbled with online banking. It's heavily promoted, both at my bank and the banks I walk past every day. Slashdot is about as anit-MS and IE "general" site you're going to find and STILL has somewhere around 90% IE hits. So I think you'll find that banks, like all major websites, will support IE first and formost. Glitches in other browsers MAY recieve attention, but it WILL work in IE.

  9. So how exactly has IE evolved in the last 5 years? by BillsPetMonkey · · Score: 5, Insightful

    IE will continue to evolve, ...

    As far as I can tell, development of IE's features was iced around 5 years ago. Compare and contrast with Opera, Mozilla, Phoenix ... etc. ...

    --
    "It's not your information. It's information about you" - John Ford, Vice President, Equifax
  10. No Real Loss by SkArcher · · Score: 4, Interesting

    What I am expecting will happen is that IE will be absorbed into the integrated office environment, in the same way the Word/Excel et al are being drawn into just one package.

    By bundling everything in together (probably with a mail client), M$ no longer have to worry about the opposition packages. It also would no surprise me to see integrated OS and Office package bundles/licenses, to keep out the competition.

    As for the lack of support for DRM in Win98 being a motivation for no longer producing a standalone version, remember that M$ officially no longer supports Win98 installations.

    --

    An infinite number of monkeys will eventually come up with the complete works of /.
    1. Re:No Real Loss by davidstrauss · · Score: 4, Insightful
      By bundling everything in together (probably with a mail client), M$ no longer have to worry about the opposition packages.

      MS will have to worry about offices making the decision now. As much as integration helps future sales to MS-only shops, it stifles sales to shops that use mixed products. If I owned a business, such integration would make me wary of buying into a complete MS solution for fear of future commitment.

    2. Re:No Real Loss by jmscott42 · · Score: 2, Informative

      My work is being asked to join into a Microsoft Campus Agreement, that part of it does include a "bundled" Office + Windows OS license package. And you're stuck getting a bunch of CALs you may or may not need as part of that as well.

      Needless to say, I'm not jumping onto it.... I don't want to have my department absolutely locked into MS products (or, at least PAYING for MS products) for 4 years with no way out. But a lot of people on campus ARE buying in, because it "saves a lot of money" without realising what they're getting drawn into.

    3. Re:No Real Loss by davidstrauss · · Score: 2, Informative
      The following are simply examples that support my argument. More examples exist.

      Why does it do this? Are you suggesting that shops that use mixed products cannot simply download and install Mozilla? Or whatever browser they want to use?

      Yes (to the second question). Outlook Web Access works far better in IE. Any other browser runs a far less functional "down level" version. In other words, the best Exchange situation is Windows servers, laptops, and desktops. Anything less decreases the return on investment in the software. It's hard to justify paying for software that has significant features that won't be used. Most improvements in Exchange since 5.5 (IMO) have been in web access.

      And why would they want to avoid Windows just because it has IE integrated (vs. standalone)? Does the presence of IE somehow ruin their business?

      I'm really referring to the combination of formerly separate packages that each cost money, like Office, Windows, and separate server packages. If Microsoft has a $300 package and a $200 package, and your business only needs the $200 package, then fine. When Microsoft combines the products and the sole product combines the functionality of the first two as well as the price, the new, expensive package has less value. Microsoft has done this with several products, like ISA Server (in some ways), Exchange, and Office. Likewise, not using the integration features of separate Microsoft packages hurts ROI and TCO.

  11. Sweet! by macshune · · Score: 5, Insightful

    It's the beginning of the end for private personal computing as we know it!

    Anyone got some champagne?

  12. DRM is not a feature - no need for new browsers. by zapp · · Score: 3, Insightful

    I for one, don't care. I haven't seen anything I would call a "feature" since ... well... a while. IE6's media integration and image handling are more of an annoyance than a feature, and I CERTAINLY don't concider DRM support a feature.

    When DRM comes around, I'm moving to something else.

    --
    no comment
  13. ahem? by Neophytus · · Score: 2, Interesting

    Is this the same microsoft that was told it couldnt bundle the browser with its OS?

  14. Re:Erm... by The+Only+Druid · · Score: 4, Informative

    No, it means that the new features will be implemented the same way Windows Update does it for integrated aspects of the OS now: it will be downloaded and installed onto the system. What this means is that you will not be able to JUST get IE, but instead only get it through Windows.

    --
    "Stumble before you crawl"
  15. Microsoft on its way out by smilinggoat · · Score: 5, Insightful


    I think that Microsoft's grand plan to move the world over to Trusted Computing will end up cornering them into a one-dimensional business plan. Anything outside that market will end up thriving. Robust alternatives like linux and Mac OS will become the dominant platform because they will not corner themselves into discreet markets, but rather, will continue to expand.

    If this is the last stand-alone version of IE they are betting that their operating system and plan is the *only* operating system and plan. If they make too many mistakes in their Trusted Computing movement they may fail entirely as a company in the near future.

    1. Re:Microsoft on its way out by Loosewire · · Score: 2, Funny

      You know i love when slashdotters say things like this, i really wish i could beleive them too :-(

      --
      Slashdot - The one stop shop for procrastination
    2. Re:Microsoft on its way out by NineNine · · Score: 3, Insightful

      You have a lot to learn about business. First off, MS if a brilliantly run company. Joe Schmoe (yourself) saying that MS is on it's way out is like Joe Schmoe telling me that Warren Buffet doesn't know investing. You're clueless.

      Secondly, Ms probably doesn't want "Anything outside that market". If you've ever studied business a day in your life, you'd know that companies tend to focus on what they're good at. Those who try doing too much tend to fail. MS expands into other markets, but very slowly and cautiously. They're printing money with Windows & Office, and if they lock people into it even more, well, then they're going to keep on printing money ad infinitum.

      Please. Think before posting.

  16. Microsoft cannot be punished... (sigh) by Anonymous Coward · · Score: 5, Insightful

    1. Microsoft ships their browser for free with the OS, fairly tightly integrated, thus marginalizing Netscape and any other browser on Windows.
    2. Netscape et. al. convinces Gov't to sue MS for monopolistic, anticompetitive practices.
    3. MS is found guilty of monopolistic, anticompetitive practices.
    4. MS is slapped on the wrist by the Gov't and promises to play nice, ships OS update to remove the IE icon from the desktop.
    5. {six months pass}
    6. MS announces even tighter integration of IE into the OS.

    Pity they weren't broken up.

    1. Re:Microsoft cannot be punished... (sigh) by nitehorse · · Score: 4, Informative

      Uh, actually, he's right.

      Why don't you research what you say next time?

      It is a fact, as found by a US court, that Microsoft is not only a monopoly, but an abusive one, deserving of severe punishment. The Bush administration got a large sum of cash from Microsoft, and made it go away conveniently.

      Where's _your_ research?

  17. Looking back on the Internet's development... by eaglebtc · · Score: 2, Insightful
    Did we see this coming? DRM being necessary all across the board? Its founders (ARPANet excluded) wanted the Internet to be a free-exchange market of Information. I only hope, with all this control and rights-restriction, that it does not become such a restricted tool that it is left in the hands of a few individuals who make the decisions for the masses.

    Bottom line, if this ultimately makes the Internet a more secure place to do business, then I'm all for it. Digital signatures would be very cool once they are implemented on a global scale. No more paper filing, the trees would be happier :), and best of all, if this is implemented well, that bond of trust between businesses and consumers can be strengthened.

    On the other hand, I still don't want to see everything on the Internet become a pay service.

    --
    Homestarrunner.net -- It's Dot Com!
    1. Re:Looking back on the Internet's development... by acidrain69 · · Score: 5, Insightful
      Bottom line, if this ultimately makes the Internet a more secure place to do business, then I'm all for it. Digital signatures would be very cool once they are implemented on a global scale. No more paper filing, the trees would be happier :), and best of all, if this is implemented well, that bond of trust between businesses and consumers can be strengthened.

      Bond of trust? What fairytale world are you living in? Is copyprotection a bond of trust? How come there are all these shitty CD's being released that won't play on computers? Is that the bond of trust you are talking about? How about the news that moviegoers are going to be metal-detected when going to see Finding Nemo? Is that trust?
      --
      -- Having a Creationist Museum is like having an Atheist place of worship
  18. *blinks* by Anonymous Coward · · Score: 5, Interesting

    And AOL just gave how much away for the rights to use this for the next 7 years???

    1. Re:*blinks* by RickHunter · · Score: 4, Insightful

      Now that is an interesting point. MS got AOL to back down on the browser wars by giving them what amounts to a permanent license to IE for next to nothing. Now they're saying that there won't be an independant IE anymore for AOL to license or use. So AOL gets stuck with a out-of-date browser, or has to force its users to keep on the Windows upgrade treadmill. It also looses any chance of ever competing with Microsoft, and can now be killed any time Microsoft feels like it. (Through the old "Windows isn't done until Lotus won't run" tricks)

      Wow. Those Time-Warner executives who're calling the shots are so much more business-savvy than the AOL ones who were in charge before. Why is it that whenever a company starts doing something criminal and anticompetitive, other companies start lining up to get their heads chopped off?

    2. Re:*blinks* by Gsus411 · · Score: 2, Informative

      Nope, not as I understand it.

      IE is a system service in Windows. Any application can use it to render HTML etc. Much like Quicktime on Mac OS.

      I know many devs that would cry bloody murder if it was taken away. It's not going. Read the article. Nothing about it being taken away.

  19. So MS has decided to stop competing? by CashCarSTAR · · Score: 4, Informative

    Seriously. Isn't this a bad move for them to make regarding the anti-trust suit? Doesn't this kill their whole "freedom to innovate" mantra?

    In any case, it doesn't really matter. Strange that Microsoft would virtually abandon a project that could have much work done to it, and yet try to push along new OS/Office versions which really have much possible improvement.

    Maybe they are realizing that they can't compete with the Moz group, and are deciding to go in through the back door, back to their old tricks.

  20. All your whining finally lands on us... by pVoid · · Score: 2, Insightful
    An important change of the IE Enhanced Security Configuration is that any HTML content hosted using Internet Explorer runs with lower privileges for example the MMC uses Internet Explorer to render HTML and therefore your HTML may run with lower privileges... privileges ... by default Lower privileges means that by default script and activex among other things will be blocked. However, as an application developer you can add the URL of the content you need to work to the ESC Trusted sites list either through the API, the preferred way, or directly to the registry, in both scenarios though its VERY important to make sure you write to the ESC Trusted sites, not vanilla Trusted Sites [...]

    I've always said it, and I always will, the community's incessant bitching about how insecure microsoft is has led to attrocities in design.

    Example: Windows file protection - to avoid DLL Hell. DLL Hell was pure and simple bad user habits (running in Administrator mode etc etc). So they made a system that completely bypasses security, and disallows everyone on your system from changing files... even administrators. It's a travesty, that's what it is.

    Well, here we see another travesty: because of simple HTML script exploits, which under normal circumstances (ie, if you weren't running as admin) would have very little consequences, Moft has come up with another travesty, has introduced 'state' into what should be stateless... And as a result, I just can feel the hours and hours of headache that is now set upon us programmers, for the rest of time.

    I can clearly recall posts on slashdot, (but to be fair: /. isn't the only guilty body, every bitchy tech writer of the times is), saying how IE had too many priviledges.

    All I have to say is BULLSHIT... IE has as many priviledges as the user running it - and as such, just as many, not any more than Mozilla running at the same user level.

    Now, because of that bitching, we have a 'lowered priviledge set'... something which isn't based on users... it's a whole policy scheme... It's introducing complexity where there is no need for any... Yadi yada... *Sigh*...

    Boo on everyone.

    1. Re:All your whining finally lands on us... by skillet-thief · · Score: 4, Insightful
      I've always said it, and I always will, the community's incessant bitching about how insecure microsoft is has led to attrocities in design.

      The community may bitch, but MS is doing the design. Why would MS's reaction to community bitching be the communities fault and not MS's fault?

      You have a strange concept of responsibility. (Troll?)

      --

      Congratulations! Now we are the Evil Empire

    2. Re:All your whining finally lands on us... by Soko · · Score: 4, Insightful

      *Backs up the truckfull of troll food*

      I've always said it, and I always will, the community's incessant bitching about how insecure microsoft is has led to attrocities in design.

      If security was designed in from the start, the design should be elegant and transparent to the end user.

      Example: Windows file protection - to avoid DLL Hell. DLL Hell was pure and simple bad user habits (running in Administrator mode etc etc). So they made a system that completely bypasses security, and disallows everyone on your system from changing files... even administrators. It's a travesty, that's what it is.

      That actually was a response by MS to programmers who felt like using a specific API in a specific DLL, of felt they could just over-run Microsoft's designs willy-nilly. Remember, the most pervasive Windows out there is still the 9x series, not NT and it's modern kin. Most users are root whether they like it or not.

      Well, here we see another travesty: because of simple HTML script exploits, which under normal circumstances (ie, if you weren't running as admin) would have very little consequences, Moft has come up with another travesty, has introduced 'state' into what should be stateless... And as a result, I just can feel the hours and hours of headache that is now set upon us programmers, for the rest of time.

      Two issues:

      1 - Once a machine is compromised as any user, there are other ways to elevate privileges. IOW, runnig as admin usually has little or no effect to a serious cracker.

      2 - If the security mechanisms are properly designed, you won't be spending "hours and hours" dealing with security. If you are, Microsoft will have done a piss-poor job (again)

      I can clearly recall posts on slashdot, (but to be fair: /. isn't the only guilty body, every bitchy tech writer of the times is), saying how IE had too many priviledges.

      What is supposed to be and end user application is an integral part of the OS. Sounds like a recipie for exploits to me. Unless of course they implement stringent secutiry mechanisms.

      All I have to say is BULLSHIT... IE has as many priviledges as the user running it - and as such, just as many, not any more than Mozilla running at the same user level.

      But Moz isn't part of the OS. BTW, IIRC, IE (specifically MSHTML) is loaded into memory before a user logs on. That means that that part of the browser requires system level priveleges. Mozilla's "turbo" mode (whatever it's called) requires you to log in first. See a diffrence?

      Now, because of that bitching, we have a 'lowered priviledge set'... something which isn't based on users... it's a whole policy scheme... It's introducing complexity where there is no need for any... Yadi yada... *Sigh*...

      Security is never easy, but it need not be complex. The one thing MS usually does well is make life easy on thier drone^H^H^H^H^Hdevelopers (right, Mr. Ballmer?), so you may have an easier time that you think. Unless you're so used to security as an after thought, that it does become a pain. IMHO, that puts you squarely in the "Part of the problem" camp.

      Boo on everyone.

      No, shame on you for not wanting to have to do any work at all in order to have secure code.

      Soko

      --
      "Depression is merely anger without enthusiasm." - Anonymous
  21. Because the browser is free, and the OS costs $ by Brento · · Score: 5, Insightful

    Everybody's jumping to conspiracy conclusions, but here's the simple answer: when you give away browser upgrades for free, but you charge for OS installations, and you think that the browser is becoming more important than the OS, you have to merge the two together.

    As time goes by, more and more applications become web-based. These days, consumers are more concerned about the version of their browser than the version of their operating system. When you try to hit your favorite web sites, check your web-based email, etc., it doesn't matter whether you're on Windows 98 or Windows XP: the browser version is what matters. They know they can't simply start charging for browsers, so the way to fix this issue is to only do new browsers with new operating systems, and blur the line between the browser version and the OS version.

    Bottom line, Microsoft wants to get consumers more interested in OS versions again. If consumers see a web site that says, "Sorry, you need Windows 2005 to view this site," then they have a much higher chance of opening their pocketbooks than if the web site says, "Sorry, you need IE8 to view this site."

    --
    What's your damage, Heather?
    1. Re:Because the browser is free, and the OS costs $ by andy1307 · · Score: 2, Interesting
      If consumers see a web site that says, "Sorry, you need Windows 2005 to view this site,"

      If this is a website for a paid online service like online banking, customers will call customer service to complain. This mean HUGE costs for the bank offering the service. I don't think companies offering online services would like that.

      This is something mozilla/opera users should know. If they are paying for an online service and the service requires you to use IE, just call customer service to complain. The cost of the customer service calls will force the service to support all browsers.

    2. Re:Because the browser is free, and the OS costs $ by arakon · · Score: 3, Insightful

      Sounds to me like your trying to piss them off, especially when you charge $300 for the operating system... I think they are shooting themselves in the foot with this one. I mean is it easier to upgrade the OS or try to find a free alternative that supports the added features...

      oh say like MOZILLA...

      I have faith that the mozilla project coders will be able to implement any 'special' features microsoft adds to their browser. Especially if its based on open web standards like XML, CSS, HTML...

      --
      "If I were bound by all laws everywhere I'm sure I would have committed a capital crime somewhere."
  22. Laughable. Sad. by Maul · · Score: 4, Insightful

    It is completely laughable and sad that Microsoft was found to be an illegal monopoly for this very reason, and now they are integrating IE and Windows even further. The government really showed Microsoft!

    No matter what your opinion is about the anti-trust trial or anti-trust laws in general, this is a clear display of how the Bush administration favors big business and selectively enforces laws in the favor of big business. The DOJ forced a "slap in the wrist" settlement against MS, and now MS and co. don't fear doing again what they were found guilty of doing before.

    --

    "You spoony bard!" -Tellah

  23. The Microsoft Asteroid by Alien54 · · Score: 2, Informative
    At the rate things are going, it may be ahead of the curve for them to be planning for a Microsoft Planet just yet.

    More and more people are not buying the upgrades for either Hardware or Software, because what they have is just good enough. This is driving manufacturers wacko. For word processing and basic home stuff, a few hundred megs of CPU speed is good enough. There is no compelling need. A lot of people are not doing the routine upgrade, and are getting off the treadmill.

    Although their cash reserves gives them a decent shot.

    --
    "It is a greater offense to steal men's labor, than their clothes"
  24. Re:Erm... by bsharitt · · Score: 5, Insightful

    I wonder what this means for IE on the Mac?

  25. Well, of course it will. by OwnerOfWhinyCat · · Score: 4, Interesting

    How many minutes has it been since Microsoft spent 3/4ths of a billion dollars putting that Netscape stuff to rest? It was a strange set of arguments they had, simultaneously attempting to prove that IE was "an inextricable part of the OS" and yet entirely optional with no unfair advantage over any other browser option the user might attempt to use.

    Now that that case is put to rest it's about time they made sure that the next generation of DRM technology can't be run under WINE or on the MAC. The best approach I can imagine for this is to have is use an entirely proprietary API for IE and to update it with WindowsUpdate. It's not hard to imagine the newbie surfing along who gets this webpage.

    Our web servers have observed that your computer needs several security updates available for free from Microsoft [here]. For the safety of our customers we cannot allow you to continue surfing our site until these updates are in place. We apologize for any inconvenience.

    At that point the user is using the latest IE with DRM enabled with no idea how many or few sites need it. All your content can then be DRM protected by default with FrontPage, and the user's take is that everything "just works" when they use IE, and has intermittant and annoying problems with every other browswer. This strategy is getting old.

  26. What they didn't say was... by MadChicken · · Score: 2, Funny

    They now intend to call it Microsoft Firebird (TM)

    --
    SYS 64738 NO CARRIER
  27. What's the difference? by jdhutchins · · Score: 2, Insightful

    Where is the line between standalone and integrated? The IE component is used lots of places other than the web browser. I'm on Windows 95 (it runs suprisingly well), and there are quite a few places where programs other than IE use the IE HTML-rendering component.
    In Win98 and later versions, the operating system uses the IE component to render some stuff (the desktop can be a web page, for example). IE can then be seen a just a program that provides a couple of navigation buttons to the standard IE component, and it's already "integrated" into the OS, and there is no "standalone" IE.
    Microsoft is saying that from now on, they'll just release updates to IE as OS patches (service packs), and if they're not supporting your os anymore (win 95, win 98), then you won't get patches for IE. This means that if you have a version of windows that they're not releasing SPs for, then you're stuck with a browser with loads of security holes that you KNOW are never going to get fixed (although many would argue that even with a recent version of windows, you KNOW the security holes won't be fixed).

  28. Its standalone now? by pixelgeek · · Score: 3, Interesting

    The only real difference I see is that there will no longer be a separate IE installer.

    As it currently stands the browser is effectively integrated into the OS and for all intents and purposes most people who use Windows don't view it as a separate component.

    Try updating an older version of IE and see what it does to the OS. Try getting your aunt or grandfather to use Mozilla or Opera.

    This is just a shipping simplification on their part not a change of policy.

  29. Browser testing? by vitaflo · · Score: 5, Interesting

    As a web designer, this worries me. How am I supposed to test my sites from here on out? Before it was as easy as loading up said site into IE 6 or IE 5 or what have you and seeing if the layout was as it should be. What now?

    Not that I need a version number, but I would like to know how they're going to dole out any updates to Javascript, CSS, and the like. I sure hope it doesn't become small updates like "CSS Update 12-2-04". The goood thing about browsers up until this point, new features were released all at once in slow updgrade cycles, which meant you were testing at a stationary, not a moving, target. I'm curious to know how this will be handled from now on.

    And yes, yes I know, "code to standards", which is the way it *should* be, but in practice, there's the reality that not all browsers output the way you need them to (especially IE).

    1. Re:Browser testing? by IamTheRealMike · · Score: 4, Informative
      Before it was as easy as loading up said site into IE 6 or IE 5 or what have you and seeing if the layout was as it should be. What now?

      Hmm, I never figured out how to easily make IE6 and IE5 work on the same machine.

      As a web designer, this worries me. How am I supposed to test my sites from here on out?

      The way I do it is to use Wine on Linux. You can just have multiple fake windows directories, and switching between different installed versions of IE becomes a matter of switching a symlink.

      Of course, if in future IE is not available as a separate upgrade, that approach won't work terribly well.

    2. Re:Browser testing? by jester · · Score: 2, Insightful

      Well it could be argued that a way to focus attention is to 'code to standards' and point senior management's attention to the fact that certain browsers are better at standards than others and so the best way to write your company's web system is to code to a 'standard' or at the very least a subset of that standard so it is understood by all browsers to a level.

      If you just follow blindly the idea that 9*% of the public use IE so we should work to their 'capability' you end up feeding the MS monopoly. Believe me, it IS possible to change opinions if you push them slowly in the right direction

    3. Re:Browser testing? by wfrp01 · · Score: 3, Insightful

      And yes, yes I know, "code to standards", which is the way it *should* be...

      I think Microsoft should be given a good dose of their own medicine. Code to XPFE. Write remotely distributed web applications using XUL and friends. Link to your application from a plain vanilla web site that contains an "only works w/ Mozilla" icon that points to the Mozilla site.

      Of course there's a big difference between coding Mozilla specific applications and coding MS/IE only applications. Mozilla is an open-source project built on open standards. MS could, if they so choose, implement any of Mozilla's features they like. The converse is not true.

      If enough people get Mozilla on their desktop, and enough people start writing good XFPE applications, this could put a serious dent in MS's plans for world domination. Among other things, Mozilla doesn't require Windows. If you write a Mozilla application, you're doing cross-platform development. If the Oracles, IBM's, SAP's, ERP vendors and the like don't see the value of this, they are missing a golden opportunity.

      Take the on-line banking example people seem to be so fond of today. You could build an extraordinarily rich on-line banking application on top of Mozilla today, than virtually anyone using any operating system could access. They would have to download Mozilla, which is free. Contrast that w/ writing to IE. Perhaps MS will someday offer an intriguing feature, but if you want your clients to enjoy the experience they will need to run the latest version of MS Windows. Unless they have a recent PC, it will cost them money to use your site. That's assuming they have a PC, and have reserved room on their hard drive to install an MS OS.

      And then there's AOL. After years of investing in Mozilla, at a time when their labors are bearing fruition, they ink an ignominious deal with their biggest enemy. The board of directors should take the people responsible for this to the woodshed, spank them soundly, and send them packing. How could management be so ignorant of the value of their own assets? They could do things on AOL using XPFE that would make the MSN droids drool. What dopes. On top of that, how much further development do you think a billion dollar settlement would have funded?

      --

      --Lawrence Lessig for Congress!
  30. Re:Erm... by Trurl's+Machine · · Score: 4, Informative

    I wonder what this means for IE on the Mac?

    If I get it right, MSIE 6 is already not available as a standalone application for MacOS - it has only a "sort of" presence as a part of the whole MSN for MacOS X package.

  31. What the hell? by .com+b4+.storm · · Score: 2, Insightful

    Q: Why is this? the anti-trust? (no further standalone)

    A: Although this is off topic, I will answer briefly: Legacy OSes have reached their zenith with the addition of IE 6 SP1. Further improvements to IE will require enhancements to the underlying OS.

    What, exactly, about web browsing could require 'enhancements to the underlying OS'? The only answer I can think of is DRM/Palladdium, but of course Microsoft does not want to say that. They want these "improvements" to sound like "features" that people would actually want. Perhaps they will play on peoples' fears of online banking and ordering?

    --
    "Wow, you're like some kind of superhero able to ward off happiness and success at every turn."
    -- Ryan Stiles
  32. How about in Europe? by zonix · · Score: 4, Interesting

    On a similar note, wouldn't this make things even worse for Microsoft's with regards to the antitrust case in the EU? If I'm not mistaken, the Media Player bundling is a big deal already?

    z
    --
    What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  33. Netscape settlement by bheading · · Score: 2, Insightful

    Hmm, all of a sudden the AOL/Netscape settlement takes on a new level of relevance.

  34. Let's hope by mabu · · Score: 3, Funny

    Microsoft calls their next OS version, "Lisa".

    Then the circle will be complete!

  35. So does this mean there will be no IE7? by SlashChick · · Score: 4, Insightful

    I have to admit that I'm a bit confused by this. First of all, it's a two-sentence statement in a chat room, so there is very little information to go on.

    My question is, does this mean that end users will have to upgrade their OS to receive a new browser version? If this is the case, that's a huge blow to web developers. There are still a lot of things that IE6 supports poorly or not at all: transparent PNGs, CSS2, etc. I'm not seeing any indication that Microsoft is concerned about the continuing development of their browser AT ALL.

    IE6 has really stagnated, and since Microsoft and AOL settled, I firmly believe that AOL will stop paying developers to work on Mozilla/Netscape. If both IE and Mozilla stagnate, the people who lose are developers whose platform is a web browser. I'm concerned that the stagnation of both browsers may stifle the innovation of developers who wish to deploy applications to standards-compliant web browsers instead of to a specific platform. (This means that those of you who don't use Windows should be VERY concerned, because if web browsers stagnate now, developers will continue to develop for a single platform instead of to a standards-compliant web browser platform. Microsoft doesn't seem to be interested in extending IE's functionality -- instead, the company seems to be pushing developers to make IE plugins, which creates lock-in.)

    The Web has only been around for 10 years, and has only really taken off in the last 6. I don't think browser innovation is at its "zenith", and I certainly don't believe that DRM is the only thing left to add to browsers. It concerns me that Microsoft (or at least that Microsoft spokesperson) seems to think this is the case.

    1. Re:So does this mean there will be no IE7? by cygnusx · · Score: 2, Informative

      I have to admit that I'm a bit confused by this. First of all, it's a two-sentence statement in a chat room, so there is very little information to go on.

      +1 Insightful. This entire story -- especially the verbiage about DRM -- is derived from a two-sentence throwaway chat transcript comment that never even mentioned DRM. Classic Slashdot-style reading-between-lines.

      This is the story IMHO: no more separate IE downloads. You will get IE from now on through Windows Update (or OS Service Packs). So those using Windows 2000 and above will keep getting updates, and Win9x users will have to switch if they want newer features.

      Btw, I don't think DRM is out of the question. But real hardware-powered DRM isn't here yet, and won't be in the next 5 years. And even then, I doubt its uptake.

    2. Re:So does this mean there will be no IE7? by bheer · · Score: 2, Informative

      > IE6 has really stagnated

      Exactly how is this? I am not a web developer, but IIRC IE6 has pretty decent support for CSS1 and DOM level 1. Agree, IE hasn't kept up with bleeding edge stuff like CSS2 (and yes, transparent PNG support sucks), but that's hardly stagnation. Is there a link available somewhere (just so I could learn) that lists all the things IE6 does not do?

      On the other hand, IE6 SP1 seems to render this XHTML 2.0 page slightly better then Phoenix 0.6 (Moz 1.4b) does. Opera 7.1 does not render it at all. For all its doodads (notes and all) isn't Opera 'stagnating' faster than IE?

      As for UI tweaks, like tabs, gestures and popup blocking -- there are lots of IE "shells", like NetCaptor that add these to IE. Nothing stops someone from writing their own shell and giving it away.

      Btw, I agree with you in principle -- with little competition in the marketplace, companies do have less incentive to add features. On the other hand, in practice, it is not clear that IE's competitors have produced a better product yet. Opera sucks memory, and even Firebird 0.6 (which I'm currently using because it's the best non-IE browser I've tried so far) has serious bugs with its History pane. I'd say basic features like those are way more important than chasing the latest standard-of-the-week from the W3C.

  36. Re:So how exactly has IE evolved in the last 5 yea by Daniel_Staal · · Score: 4, Insightful

    Tell that to a web designer. They'll laugh in your face.

    Mozilla is fast, stable, mostly bug-free (and what bugs it has are fairly straightforward to work around) and very standards compliant. The last is important: it means I know what will happen if I write certain code.

    Wish I could say the same for IE. Even its bugs have bugs. (Though admittedly it is not as bad as NS 4.)

    --
    'Sensible' is a curse word.
  37. Let's hope they're actually fixing what's wrong by faust2097 · · Score: 3, Insightful

    It sounds like they're not doing true transparent PNG support and there's no mention of them fixing the longstanding HTML and CSS bugs.

    Those of us who make websites for a living don't care what it's tied to as long as Microsoft can follow standards. If the browser is truly XHTML/CSS/Javascript compliant I don't care if it requires a blood sample to boot, it means that I won't have to do any browser detection or special cases to deliver a site to my clients, saving them money and me some grey hairs.

    How about a new version of IE for OS X, eh? We've been stuck with this one for 2 years.

  38. No by GregWebb · · Score: 2, Insightful

    Windows OEM license costs what, £80-90? Even the low end Office is double that.

    If MS start bundling something 'good enough' for most with all Windows licenses for £20-30 extra then every shareholder out there would complain very loudly. If they put the price of Windows up significantly, the low end market will leave Windows and move to LindowsOS beacuse it's 'good enough' and would then be a really significant saving.

    MS aren't that daft. Office isn't getting bundled with Windows any time soon.

    --

    Greg

    (Inside a nuclear plant)
    Aaaarrrggh! Run! The canary has mutated!

  39. No, you got it all wrong! by bj8rn · · Score: 2, Insightful
    The browser won't be integrated to the OS. It will be the other way around - the OS will be a part of the browser!

    Further improvements to IE will require enhancements to the underlying OS.

    Emacs is said to be the text editor that pretends to be an OS, but the new IE will be the first browser that is an OS...

    --
    Hell is not other people; it is yourself. - Ludwig Wittgenstein
  40. Of Editorials and Editors by Soulfader · · Score: 2, Insightful
    Remember: in a newspaper, the editorial is where the editor gives his personal opinion.
    That's right. And where does he/she do that? On the opinion page. While it might make for interesting stories if editors just put their opinions right in the middle of the front page articles, it wouldn't make for very good journalism.

    Yeah, yeah, I know, but we can dream, can't we?

    1. Re:Of Editorials and Editors by pohl · · Score: 4, Insightful

      It's naive to think that editorial opinion is confined to editorial pages. Astute readers can detect it everywhere, including in the mere selection of which stories to print out of the myriad candidate stories. This is true for newspapers, magazines, and (of course) cable news networks, who wear their editorial bias on their sleeves, right out in plain view. Those who have been paying attention know that the journalism industry has realized that it's just a business, and they'll offer up a trough full of whatever the people are willing to consume. It is not a branch of government...just a business. It's silly to criticize slashdot for not living up to standards that even "real" journalists don't live up to these days.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    2. Re:Of Editorials and Editors by Overly+Critical+Guy · · Score: 4, Interesting

      Honestly, what Slashdot is these days, rather than the great tech news site it used to be, is generating page hits. This means posting Microsoft articles at least once a day with some flippant remark or editorial in the summary so as to cause "controversial" discussion. The company likes that.

      SCO is a big thing as well which gets hits, so even when there is no real news about it, we get "today's SCO news" posts.

      It's getting harder and harder to believe the editors are genuine in their mantra that they simply post what interests them. Being corporate-owned, there are other motives at play in the selection of articles, the headline used, and the summary chosen or written.

      --
      "Sufferin' succotash."
    3. Re:Of Editorials and Editors by bazmonkey · · Score: 2, Insightful

      It's silly to criticize slashdot for not living up to standards that even "real" journalists don't live up to these days.

      It's good to know that the "Everyone else is doing it, so should we!" mentality is alive and well.

      Funny, for a while there I thought slashdot was trying to be better than just another news site.

  41. Strategy reversal by Anonymous Coward · · Score: 3, Insightful

    I think such a strategy might ultimately be bad for MS, particularly as the Web is becoming more and more standards-based. It would essentially be the opposite of the strategy that caused a gradual migration to IE from Navigator: "You need Windows 2005 or Mozilla 1.6 to view this page." If one is free, it's not a tough choice.

  42. "i wont use it" arguements wont work. by nurb432 · · Score: 3, Insightful

    I can hear it now, 'screw them.. i wont upgrade, bla bla bla'.

    While that may work for some of us, big business ( the core of the market ) WILL use it, will upgrade and will continue to bend over to DRM.

    Eventually 'we outsiders' will be pushed into a non operational status.. Sort of like trying to pay for a burger with out 'money'.. sure its not requred, but try to live outside the 'system'..

    This is only one more step in the process of domination of freedom.

    Sure ill fight it to the last like the rest of you.. but bitching about it on here wont do squat for stopping the process for the *masses*. ( i.e : sheep )

    --
    ---- Booth was a patriot ----
    1. Re:"i wont use it" arguements wont work. by WankersRevenge · · Score: 4, Insightful

      "Be the change you wish to see in the world"

      - Ghandi (i think)

  43. Re:So how exactly has IE evolved in the last 5 yea by Anonymous Coward · · Score: 5, Funny

    Tell that to a web designer. They'll laugh in your face.

    (opens window to alley) Hey, get out of my trashcan! There's no more sandwiches in there... and let me ask you a question about Mozilla.

  44. Mozilla's evolution by yppiz · · Score: 4, Interesting

    You should look at MozDev - there's a furious amount of development going on for extensions and plugins to the basic browser. It's amazing, and something I haven't seen in the IE community since the dot-com money went away.

    --Pat / zippy@cs.brandeis.edu

  45. probably nothing by SweetAndSourJesus · · Score: 2, Informative

    IE/Mac and IE for windows have always been completely separate products.

    Really, they don't even come from the same company. The Mac Business unit is pretty independent these days.

    --

    --
    the strongest word is still the word "free"
  46. Re:Oh!!, Just another reson to talk to CTO!! by Snork+Asaurus · · Score: 4, Funny
    Its another reason to go and talk to CTO and tell him to evaluate TCO

    I have TCO meeting with my CTO in OCT and it'll be so boring I'll need a COT.

    --
    Sigs are bad for your health.
  47. Re:Erm... by AstroDrabb · · Score: 2, Insightful

    For those stupid sites that say "requires IE", send them an email complaining about their stupidity. Really, building a web page is not programming and it is one of the easiest things you could do. How hard is it to make a stinking standards compliant web page? My little daughter can sit down with vim and do that.

    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  48. This is a real quagmire by Stonent1 · · Score: 2, Insightful

    Think of all of the friends and family that you know that bought a computer during the interet craze. Most of those had Windows 98 on them. Now think of how many of them ever bothered to upgrade their browsers. Many websites that deal with secure communications to non tech savvy people have to deal with this. At least now they can say "Oh, you need IE 5.5 or greater" and link them to a download site. Now they are going to back you into a corner and say "You need Windows 2008 or greater" or they are just going to stop developing past IE6. Either way, it is a strange move on MS's behalf. They must be underestimating Netscape / Moz's abilities. I wonder some times why there are sites complain that you need IE6 to view them, yet they work fine in Mozilla if you hack the response to mimic IE6. Lazy people I guess.

    1. Re:This is a real quagmire by pi_rules · · Score: 2, Insightful
      I wonder some times why there are sites complain that you need IE6 to view them, yet they work fine in Mozilla if you hack the response to mimic IE6. Lazy people I guess.


      It's not really laziness, it's just backwards thinking due to lack of experience. A fair number of developers (read: 95% I've worked with) take the stance that every browser will do something different and that doing things differnet is horribly horribly wrong in the user's mind. So, they try and code defensively against this and only certify their sites with what they know works 100% the way they want it.

      When coding for security (as in filtering user input) it's a good practice to only allow known good values through. When you're building an open system, such as the web though, you should assume that all rednerings are valid. You should only point out broken browsers when they are known bad .

      I love asking people why the Gecko engine is just so darned hard to work with from a development point of view. Hardly ever do they have a good reason. To be honest, as a Gecko user/supporter I'm quite often the most knowledgable about it's downfalls. I'm also quite familiar with IE's oddities too becuase I know when IE is doing stuff it just plain shouldn't. I don't proclaim to known how kHTML works in detail, but I sure as heck wouldn't build a site that turned away somebody for using Konqueror or Safari (they do use kHTML, right?) just based on their User Agent header.

      If you work on a web development shop that actually cares about quality and somebody refuses to make X work with anything but IE please go ask them to lookup the official specs that define IE's way of doing it to be the true Right Way. If they don't, well, then go ask them to verify that all supported versions of IE actually do the same thing -- across all OSes, because we all know that IE comes in many many flavours. Oh, and make sure they test it on the Mac too -- 'cuz hey, it's IE also!

      IE's not even a standard when you look at many different versions.
  49. Re:So how exactly has IE evolved in the last 5 yea by Anonymous Coward · · Score: 5, Informative
    MS and DOM, you must be kidding.

    Opera, Konqueror and Mozilla supports more DOM modules than MSIE 6 SP1.

    On MS website, they clam that.

    The Internet Explorer team has put a great deal of effort into providing fast and stable implementations of 100 percent of CSS 1 and 100 percent of DOM level 1 with this [MSIE6] release. With the emergence of other browser versions over the last year supporting these standards, this is clearly a step forward in interoperability of browsers. [1]
    This is not true....

    According to Microsoft own claims, through the document.implementation.hasFeature() method, Microsoft Internet explorer 6sp1 claims that it do not support DOM Level 1 HTML, but the DOM Level 1 XML returns true on the support question.

    But...the node-type constraint, which is defined by the Node interface is not defined my MSIE6 SP1. In other words, Microsoft do not support ANY DOM modules at all.

    Microsoft believes very strongly in Internet standards and the standards process, and is committed to implementing appropriate standards when driven by customer demand. [1]
    Oh, so just send in a lot of Mail to M$... You all know that MSIE have full PNG support[2] since MSIE 4.... Thats what they promisted[3].

    ----
    Mike Menk
    Grimstad,Norway.

    [1] http://msdn.microsoft.com/library/default.asp?url= /library/en-us/dndude/html/dude03262001.asp
    [2] http://osys.grm.hia.no/html-repguiden/sshoot/
    [3] http://www.petitiononline.com/msiepng/petition.htm l

  50. Banks will offer discounted MS software or... by mgkimsal2 · · Score: 4, Interesting

    I've seen the inevitable 'online banking' scenario thrown up here a few times. What's going to happen is this...

    At some point, bank X will say "we're now going to require IE8 to secure online banking".

    People will complain and say "hey, but I only have WinXP, and I can't get Win2006" (or whatever it becomes).

    Microsot will have contacted banks and negotiated a way for banks to giveaway (or sell) copies of the latest Windows version, locking in users who may have considered switching at that point.

    Bank replies with (or promotes in branches)
    "Hey - to give you the ultimate in security, we're going to require Windows 2006 - the best in security. If you don't have a copy, we can sell you an copy for only $29.95, which can be applied to your checking account over a 3 month period - that's less than $10 month for modern security!" or something like that.

    People will just use it because it's going to be pushed by most major banks. MS is the only company that can afford to do this (buy mindshare from large companies) and they're about the only company can can't afford NOT to do it as well.

    Perhaps banking with MS software will be 'free' and using something else (linux/mac) will cost a 'security fee' because you're using something that can't be 'trusted'. There are teller fees, why not 'browser fees' for 'untrusted' browsers?

    Microsoft may have already bought a bank (or started their own) in the next few years anyway. Banking fees are certainly a stream of steady income. If WalMart can sell used cars (probably real estate at some point too!) does MS banking sound all that far-fetched? Perhaps everyone writing M$ will give the idea even more credibility! :)

  51. Re:Erm... by etcreed · · Score: 2, Informative

    It seems to me that Apple already has a workaround for problems like this in the works (I apologize, if I'm reading into this wrong, I'm probably not the most computer literate person on slashdot...). But anyway, I've got the newest Safari public beta, and in the debug menu there is an option called "user agents." I believe you can use this to make it imitate IE for these websites. If not, I'm sure I can expect a correction very shortly. I hope this helps.

  52. killing competition? by Aurelfell · · Score: 2, Insightful

    Microsoft didn't kill anyone with IE. Netscape lost the browser wars because they had an inferior product (after v3.0) while Internet Explorer continued to improve. I was a Netscape Supporter to the last, but even I got tired of waiting for them to catch up. Microsoft beat Netscape, but we can't hardly blame them for that. That's what competition is all about.

  53. No IE in Longhorn by Anonymous Coward · · Score: 2, Informative

    IE6 SP1 is the *last* version of IE. Starting with Windows Longhorn, all that will remain is basically just a set of APIs. This doesn't mean Longhorn won't include a browser, though, you'll still be able to browse through the main interface/Explorer.

  54. Re:Erm... by Anonymous Coward · · Score: 2, Interesting

    I've been doing that for years. a lot of times when I hit a webpage that didn't display adequately, I would shoot off a polite email to whatever webmaster email addy I could find with the site, outlining the OS and browser I was using. They were polite, short, to the point. Funny, just trying to help, maybe give them a clue that people were trying to access their site, make use of their data there, perhaps even-gasp- purchase something. I don't recall ever even getting back a reply. It's like they don't care, use the borg or F*U is the impression I get.. I quit doing that, it's a waste of time.

    The borg vampire needs a stake through it. It's a disgusting example of over arrogance, bad business ethics, and using economic clubs to keep "their internet" in line. Such sheer arrogance. I have no use for their OS, and it's gotten to the point, their users/businesses that use them. Fascists and monopolists can bite me as far as I am concerned, from the lowliest goosesteppers to their fearless leader, screw 'em all. The sooner some mega worm takes them down the better, as far as I am concerned now. I used to have sympathy for them,saw them as just another company trying to sell products, and even used their products occassionally, but no longer,not after watching what they are REALLY about over the years, and I have NO sympathy for the users any longer when they get nailed with the exploit du juor. Businesses or single users, it doesn't matter. If hundreds of examples aren't enough to show those people it's just a mistake to keep supporting them or using their products, that it just costs and costs and costs and no matter what it's a bug filled expensive piece of consumer fraud and monopolistic extravagance and expense, well, too bad then. And if they DARE manipulate the official laws with their economic bullying and lobbying and bribing clout that mandates everyone using their crap, I'll be cheering on the blackhats then. Screw them and the rabid horse they rode in on.

  55. So let me get this straight by debiant_minded · · Score: 2, Insightful

    Yesterday, MS and AOL settle for MS illegally using it's Monopoly position to crush Netscape throught bundling the IE with the OS. The next day, I am reading about how they plan to integrate it even tighter to the extent that you will no longer be able to install or upgrade to the new IE without installing or upgrading Windows. The whole DOJ action has proved to be a monumental failure. The only value it has was that it temporarily restrained MS just enought to give Linux and OSS a chance to grow. It was a window ( another good word ruined) of opportunity that with the perverse synergy DRM,Palladium, Trusted Computing,Microsoft Computers,Server/Client and of course .Nyet, MS is hoping to slam shut. These are dark days.

  56. Standalone installation?!? by ottffssent · · Score: 4, Insightful

    Is that what I have? So "standalone installation" is Microsoft code for "Well, we'll let you delete it (it goes in the recycle bin and all) but it instantly comes back"?

    If WinXP wants to protect its help system, that's fine. But the IE frontend shouldn't have anything to do with that. And even so, there's no excuse for Outlook being undeletable. It doesn't show up in the Add/Remove applications window, even under "Windows components"

    1. Re:Standalone installation?!? by FueledByRamen · · Score: 2, Informative

      Sure it can be. Along with lots of other components, including that goddamn Fax service that you'll never use, the Distributed Transaction Coordinator, COM+, and the Auto-Update service

      Start, press Run.
      In the Run dialog-box:
      notepad C:\Winnt\INF\SysOC.inf
      Do a search/replace. Search for the word "hide" (no quotes) and replace it with nothing (leave the replace box blank).
      Save and quit.

      Open up Add/Remove programs, hit Windows Components.
      Voila! Remove the stuff you don't use.

      --
      Every cloud has a silver lining (except for the mushroom shaped ones, which have a lining of Iridium & Strontium 90)
  57. Re:DRM = can't use my computer the way I choose by Hatta · · Score: 2, Informative
    Apple's hands aren't clean either. The 99c downloads you refer too are encumbered with DRM. Apple are the early adopters. Check it out at Mac Rumors

    - Only the iPod and Apple's iTunes, and it seems Quicktime-based apps currently allow playing of these Protected AAC's.

    Apple wants to lock you in to their technology just as much as microsoft does.
    --
    Give me Classic Slashdot or give me death!
  58. The reality behind this decision. by Anonymous Coward · · Score: 3, Interesting
    Posting as an AC for obvious reasons.

    1. IE's layout & rendering codebase is a big, huge, monolitic piece of junk. It was no longer fruitful to maintain.
    2. The time is ripe for significant advancements in the browser space, and for integrating the notable advantages of a DOM-like model with the notable advantages of more traditional programming APIs
    3. Win32 is getting old. So is GDI. Unmanaged code is out. WinForms is crusty.
    4. Unless Microsoft introduces interesting and significant new technologies in the next version of Windows, it is going to see diminishing sales.
    I'll let you do the guessing.

  59. Re:AOL and MS by wiresquire · · Score: 2, Interesting

    That's interesting. If AOL is caught on an older version of the standalone browser, then doesn't MSN have a big advantage ? Start building in lots of new features and AOL's browser would start to look jaded.

    Would probably be tough to call it anti-competitive too. "Look, we went to AOL and they did this contract with us!"

    --

    So does Anonymous Coward have good karma?

  60. Capitalism to the rescue by bstadil · · Score: 2, Interesting
    You are right in a general sense, but the beauty of the capitalist system is that every market niche will be filled.

    If there is enough people that wants or do not want something it will be provided.

    Case in point, Internet Banking. There is not much value Added that a Bank can do. Remember Gates' much maligned comment a few years ago (pre interenet if I remember) that banking will be reduces to a few lines of code. He was close to being right, except Banks didn't want that and rebelled.

    If there is a market for a Bank to fully support a FOOS solution, it will be provided. We could even do it ourselves thru a non profit organization, that bought the needed "Connection" services, like Credit card clearance, money transfer etc.

    --
    Help fight continental drift.
  61. Obvious, but... by JohnnyBigodes · · Score: 2, Insightful

    Sorry, but this just begs for the question:

    Nowadays, who the hell needs IE anyway?!

  62. An odd note in the transcript by BrynM · · Score: 4, Insightful
    I could be reading too much into this, but contrast this:

    Host: Rob (Microsoft)
    Q: when will IE get transparent PNG support?
    A: Ian, I'm sorry, I can't answer that question for you

    With this:

    Host: Brian (Microsoft)
    Q: Why is this? the anti-trust? (no further standalone)
    A: Although this is off topic, I will answer briefly: Legacy OSes have reached their zenith with the addition of IE 6 SP1. Further improvements to IE will require enhancements to the underlying OS

    It would seem that MS has painted itself into a corner with the feature set of IE. They seem to rely on the OS for so many things the browser does (like alpha blending, or the lack thereof). I wonder if the OS development team has oversight of the IE development team. There really isn't much reason that the IE team wouldn't be able to build a feature like alpha blending independant of the OS (lots of apps like Photoshop do this), unless they have been told not to deviate from the OS feature roadmap. Why else wouldn't the IE Program Manager be able to answer a question about PNG support? Sometimes it seems like the IE team is really just a department of the OS team, which is something that MS could not legally admit from what I understand.

    --
    US Democracy:The best person for the job (among These pre-selected choices...)
    1. Re:An odd note in the transcript by MenTaLguY · · Score: 2, Informative

      All versions of IE > 5.0 support alpha transparency in PNGs via DirectDraw filters, on all supported versions of Windows.

      For example, to display a 256x256 PNG image (some.png) with correct alpha support:

      <img src="blank.gif" style="width:256px;height:256px;filter:progid:DXIm ageTransform.Microsoft.AlphaImageLoader(src='some. png',sizingMethod='scale')">

      (note that blank.gif is a fully transparent, empty GIF)

      There's absolutely no technical reason why they can't support it the normal way, except that they don't care.

      n.b. this doesn't work on IE for the Macintosh, but that has correct PNG alpha support to begin with.

      --

      DNA just wants to be free...
    2. Re:An odd note in the transcript by Nurgled · · Score: 2, Informative

      I believe that the reason alpha-transparent PNGs don't work "the normal way" in IE is due to an old design decision which came back and bit them in the ass.

      If you look at what happens when IE renders an alpha-transparent PNG you will see that it is actually using the alpha channel accurately, but it is rendering it onto an offscreen bitmap which itself only has one-bit transparency, so when the rendered image gets passed back to IE the transparent bits don't reflect the underlying page, they only reflect the initial background colour of that offscreen bitmap.

      So... IE was designed to load images in an abstract way, but at the time they didn't make it abstract enough. The latest versions of Windows support ARGB bitmaps in GDI (well, GDI+ at least), so a future version of IE tied strictly to a future version of Windows is more likely to get support for this due to them not having to worry about dealing with alpha-transparent bitmaps on their older platforms which have no underlying support.

  63. Re:Thanks michael... AGAIN by bazmonkey · · Score: 3, Informative

    This is the most disturbing part of this whole story for me.

    ::bangs head violently against desk::

    This is Telex4's point, in this comment's grandparent. "Microsoft will tightly control their DRM technology..." should not be the most disturbing part of the this whole story, because it isn't part of this whole story; it's the editor's OPINION.

    This thread is having a petty argument over whether or not slashdot is a news site and whether or not slashdot's editors are truly editors in the journalistic sense.

    1. Slashdot is a news site. They relay news, the same way local newspapers relay Associated Press articles and articles from better papers (NY Times, Washington Post, etc.).

    2. Slashdot's editors are editors. Many people read slashdot exclusively, at least for this kind of news, and slashdot's editors are in charge of what stories go through and what their readers are subjected to.

    3. Yes, editors do pass subtle opinion within stories in newspapers all the time. There's a difference between what they do and slapping "I think that..." directly after a story. What slashdot editors do DRAMATICALLY changes the articles they post. In this case, it changed a sotry about MS no longer bothering to make new versions of IE work on old Windows installations into a story about the tyrant software villains deftly attacking the open-source world.

    Slashdot editors: C'mon, I know it's your site, but just cut it out, eh? I hope you realize how hypocritical you all are when you scold MS/SCO/etc. for spreading FUD.

  64. Tim Berners Lee on ... by Amiasian · · Score: 4, Informative

    Time Magazine Interview with Tim Berners Lee, unfortunately, a preview to a for-pay full article. If anyone knows where the full article is, for free, let me know.
    In any event, in this article, TBL - creator of the web - discusses what his greatest fear for it would be. In other words, what would harm the web most?
    His answer: A "split" internet. Browser A is best used for this site, browser B is best for this one. DRM, thus, is technology that will do - as most of us are no doubt aware - more harm than good. It DESTROYS the ubiquitous nature of how one SHOULD be allowed to access online content. Time, ironically, has designed their site to be used with Browsers X and Y (Netscape and IE).

  65. Today on Slashdot by Anonymous Coward · · Score: 3, Funny
    " I think the truth is just that Microsoft intends to integrate DRM very tightly with their OS and browser, and they're aren't going to try to backport that to, say, Win98, so they just aren't going to release new versions of their browser for old, DRM-less operating systems."
    • News for Nerds... Speculation that matters?

  66. But? by Realistic_Dragon · · Score: 4, Funny

    Does this mean that Slashdot will be deleting the big blue e graphic from the gif folder?

    --
    Beep beep.
  67. I guess we can give up hope for IE for Linux by Glasswire · · Score: 2, Interesting

    For that matter, do the Mac vers go away too?

  68. Re:Maybe this is a Good Thing by user+no.+590291 · · Score: 2, Insightful

    You haven't read RMS' "Right to Read," I take it. If you have, and still only see the potential (and by no means assured) advantages of prolific DRM, I'm saddened.

  69. Re:Erm... by Jucius+Maximus · · Score: 4, Insightful
    "What this means is that you will not be able to JUST get IE, but instead only get it through Windows."

    Wasn't that what MSFT was sued for in the first place? They bundle the browser with the monopoly OS in order to stamp out competition? Haven't they learned anything?

    Well I guess they have ... they have learned that they can get away with it.

  70. About PNG's: by The+J+Kid · · Score: 2, Funny

    Even funnier is this statement:

    "Host: Rob (Microsoft)
    Q: when will IE get transparent PNG support?

    A: Ian, I'm sorry, I can't answer that question for you"


    [voice style="Pokerfaced Federal Officer]
    You're on a need to know basis, and you don't need to know.
    [/voice]

    No no no, wait:

    [voice style="smooth type"]
    I could tell ya, but then I'd have to kill ya.
    [/voice]

    But then again, their adoption sceme of PNG's is just to transparent (ow! - had to pun): They'll _never_ fully support them!

    --
    Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
  71. Does it really matter? by Infernon · · Score: 3, Insightful

    I've been using Mozilla for about six months now and I really like it. It's faster than IE (IMO) and is a lot more 'professional'. Another thing that I've found is that if I browse with IE for a week and run a spyware removal program like Ad-Aware, I find a buttload of cookies, data miners, etc. A week of browsing with Mozilla only yeilds one cookie-- doubleclick...

  72. This reply is actually a reply to all the replies! by DrMorpheus · · Score: 2
    If that makes any sense...:P

    Anyway, for all those people who replied that their bank supports non-MSIE browsers I have to say, they do now, but your days are probably numbered.

    Supported, that is, until some "brilliant" bean-counter comes along and takes a look at the IT budget s/he's going to comment, "Why are we paying salaries to support browsers that only comprise 10% of our hits combined?"

    Then, THHWWAAKKK! the tech support people for the "odd-ball" browsers get cut from the staff and the "brilliant" bean-counter gets a promotion and a raise that more than the combined salaries of the jobs s/he cut!

    Am I coming across as a little cynical? Perhaps, but so far it's the way the world seems to work.

    --
    Debunking the "59 Deceits"
  73. It's not DRM, it's window effects... by dalangalma · · Score: 2, Interesting

    Given information on the net I've seen, and conversations with MS employees, the new thing that "requires ties to the OS" is crazy 3D visual effects, not DRM. Longhorn (the next windows) introduces all these dumb effects in the windowing system. I was talking to one guy about the next IE, and I said "I can't wait until standards support and PNG support are in there", and he said "Wouldn't you rather those developers be putting cool 3D page transitions like in PowerPoint and eye-candy effects like that?" So it seems it's stupid proprietary eye candy, not DRM. A good thing in that we won't be getting DRM, a bad thing in that we get stupid features instead of the things we want out of a modern browser.

  74. Only a matter of time before... by NeoGeo64 · · Score: 2, Insightful

    we see www.microsoft.gov

    Only a matter of time. Microsoft wants to control the world, and it's not gonna happen. It's not 1998 anymore. People are a little more knowledgeable of Microsoft's anti-competitive acts and the alternatives (read: linux, apple). Shoot Bill Gates an e-mail and tell him what you think.

  75. On the net, popularity kills by IncohereD · · Score: 5, Insightful

    The real problem you're discussing is one that has been noted many times: the internet kills anything successful.

    Basically, the promise of the net is everyone's a publisher, and can make something kewl, and show it to everyone.

    The problem is if they do a good job of it, they get popular. Bandwidth bills go up. They can no longer afford the site, because banner ads don't get you shit. Unless you're a lowest common denominator genius like stile (but there's only one stile).

    So, they either die, get bailed out by a benevolent donor, or get bought by someone who cares about all the page hits.

    So slashdot purely existing as a "great tech news site" was not a long term option. Because being great means being attracting attention, and attraction attention costs YOU money on the net, not your consumers. This inversion is not necessarily the panacea it was thought to be 10 years ago.

    Personally, I'm quite content to go on loving to hate slashdot for the forseeable future. Gives us gov't workers something to bitch about at coffee break.

  76. Even if they 'fail'.... by IncohereD · · Score: 3, Insightful

    Even if every single current microsoft product was to fail horribly, sales go to zero, etc, etc, they still have GIANT PILES OF MONEY on hand. Like ridiculously large.

    So even if they 'fail entirely', they have enough cash laying around to start maybe 5-10 new companies, let alone restart themselves.

    They may be forced to abondon the dark side, but they will not die.

  77. Re:Why does this mean MS has stopped competing? by CashCarSTAR · · Score: 2, Insightful

    It means that from what I took from the article, Microsoft, instead of competing from the consumer end, through improved stability and features, is instead going to compete through the crony end, working through lock-in and back-room deals on the corporate end.

    "Freedom to innovate", was intended to be on the behalf of users...not their corporate masters.

    And to the futher down, I'm not a Linux zealot. in fact, I use what is the best tool for the job. (I use Windows for most casual activity, and Linux for dedicated server/long term stability). That is why this upsets me. MS has decided to abandon making the best tools for the job over and over. I don't like the idea of Longhorn (all those pretty graphics are going to get in the way), instead of making a more stable, Windows 2k variant, maybe with improved file browsing and linking capabilities.

  78. Re:Thanks michael... AGAIN by jefeweiss · · Score: 2, Insightful
    Hehehe

    Lighten up.

    Slashdot is whatever the editors want it to be.

    And they don't have to tell us what that is, if they don't want.

    Feel free to start your own site, to spread your objective opinion.

    At least here you have a forum to disagree with their point of view, that's more than you usually get from a newspaper.

  79. Two Words by Scotch+Game · · Score: 2, Interesting

    Mozilla.
    Firebird.

  80. (MS)"Other OS's? What other OS's" by therufus · · Score: 2, Interesting

    No, really, does MS know there are other operating systems out there or are they completely blind to their competition?

    I swear they just assume that people fall over themselves to grab the latest $300(AU) or so upgrade for windows so they can keep up to date. The day is not far off when people will actively be looking for alternatives to replace their restrictive proprietary windows OS at home and in business. Linux may be the answer, but then again, maybe something else will come along.

    Tying the internet browser to the OS is just plain dumb on MS part. People want choice. What if we all had to drive Ford cars on the road. There were no models, just a Ford95, Ford98, FordXP. People would look at alternatives like GM or Toyota. Problem is the fuel and roads are all designed for Fords. Toyota may be easier to drive and faster but because everything is Ford only it would be hard to do.

    Take this into consideration too. Now that IE6.whatever is the last IE for 98 and ME, what if a security flaw was discovered and all the hackers in the world found out. There would be no updates. "Either you upgrade to WindowsXP or just die" says MS. What about your poor family who are trying to put son/daugher through school and they need a computer. They can't afford a good one so they just buy a second hand PC with windows98. Some hacker finds a vulnerability with the browser and while surfing the net for an assignment, the son/daugher's data is erased. The cruel thing is they have no option but to start again. They can't update their explorer to fix the problem...

    And one more thing, now that the OS and Browser are one, what happens to the dumb people who install Hotbar, Kazaa, BonziBuddy, Gator, NewDotNet, Xupiter and other spyware that smashes IE to bits? Now that the browser is even more tightly integrated, we will find that the computer won't boot at all. Even to back up data we need.

    RATM!

    --
    You moved your mouse. Please restart Windows for changes to take effect.
  81. Re:A question about that... by sfe_software · · Score: 4, Informative

    I did fine in Opera 7.10, but my real question is, hwo can a server know what browser you are if you fake the string? I mean, I've been to sites and had "Identify as MSIE 6.0" on but it still gave me the "not compatible" issue. Is it some feature they check just to weed out browsers? And to what end?

    I was baffled by this with Capital One's banking site. I finally realized they were using JavaScript to detect the browser, which is totally independant of the UA string. No browser I am aware of allows changing what JavaScript reports.

    JS browser detection is used frequently, but mostly to determine what JS code needs to be used. In some cases, though, the JS then redirects to the appropriate URL (the real site, or the "Upgrade Now" page).

    --
    NGWave - Fast Sound Editor for Windows
  82. Re:A question about that... by fishbowl · · Score: 4, Insightful

    I thought it was something in the SSL negotiation. If there's hard crypto involved in the browser identification step, you won't be able to fake it. That's where I'd be going if I were Microsoft, for sure.

    Then, even if you do have "clever people" circumventing your access controls, you can still keep industry from adopting the circumventions. (Individuals might not care about the legality of their actions, but nobody is going to write a business plan around an obvious DMCA violation).

    Repeal the DMCA (at the ballot box or at the point of a gun, I don't care how you do it), or live with its consequences.

    --
    -fb Everything not expressly forbidden is now mandatory.
  83. In other news... by bhtooefr · · Score: 2, Funny

    December 31, 2004 (AP, Redmond, WA) - Microsoft Corp. announced today that they were completely discontinuing support for their Microsoft Windows ME operating system . One was quoted as saying, "Now that they've left ME alone, can they leave me alone?" The recommended Microsoft alternative to Windows ME is Microsoft Windows Longhorn. During the announcement, Microsoft announced that the current version of their Internet Explorer product is not available for other versions of Windows as of today. Open source advocates are suggesting that you switch to another operating system (I.E., Linux, FreeBSD, or Mac OS 12) and another Internet browser (I.E., Mozilla/Pheonix/Firebird/CometBrowser comet systems bought mozilla? BASTARDS!, Opera, Konqueror/Safari, or Galeon). Microsoft strongly recommends NOT following their directions, even though (must scratch borg implant), I mean, because these other operating systems are evil. (Author was unable to complete article due to the MSUS Secret Service murdering author. However, the dead body hit the mouse, and clicked "Send" on Outlook LH.)

  84. Re:A question about that... by molarmass192 · · Score: 4, Informative

    No browser I am aware of allows changing what JavaScript reports.

    Download mozilla sources, look in:

    dom/src/base/nsGlobalWindow.cpp

    ~ line 5830 you'll find:

    aAppName.Assign(NS_LITERAL_STRING("Netscape"));

    Change it to whatever you want -or- for a less permanent solution, make it read from a file. Recompile.

    --

    Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato