Slashdot Mirror


IE7 Released and Available for Download

Luis Escalante writes "After over a year and a half, IE7 has been released to the public as of Monday afternoon. Download it directly here. Word hit the streets after several mangers of the IE division posted on the IE blog."

586 comments

  1. Security patches by TommydCat · · Score: 5, Funny

    in 3..2..1...

    --
    This comment does not necessarily represent the views and opinions of the author.
    1. Re:Security patches by moresheth · · Score: 5, Insightful

      What's that sound?

      Oh yeah, it's thousands of webmasters scrambling to test their sites on the latest mutilation of web standards.

    2. Re:Security patches by Firehed · · Score: 1

      Rephrase:
      It was if millions of webmasters cried out in terror, then were suddenly rushing to create CSS hacks.

      --
      How are sites slashdotted when nobody reads TFAs?
    3. Re:Security patches by dubiousmike · · Score: 1

      You comment makes me think that the future of most sites will be Open Source Content Management Systems so that updating to provide for numerous browsers and potentially suspect browsers becomes the consistent work of a few. Standardized upgrades will make sure that more websites work and are compliant...

    4. Re:Security patches by telso · · Score: 1, Funny

      I think you mean security holes; the patches won't come until the second Tuesday of next month.

    5. Re:Security patches by jZnat · · Score: 5, Informative

      Since MS fixed the "* html" hack and a few others yet forgot to fix the rest of CSS they shit on, we're going to have fun with this one...

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    6. Re:Security patches by Antique+Geekmeister · · Score: 4, Interesting

      Oh, it's much worse: did you notice this part from the Webmaster checklist?

                HTTP content cannot be included in an HTTPS page (see the Internet Explorer Blog article).

      Now expect the sound of thousands of admins whining as their critical mixed-content webpages fail to load, and the sound of millions of dollars of new servers and SSL accelerators to support SSL encryption of all the dancing bears on web servers that are signed into with HTTPS, but have all their image content on HTTP.

      And oh, yes, expect the sounds of millions of tech support people with Indian accents getting phone calls from irate Americans and asking the inevitable question "Have you rebooted your computer, sir?" I hope Microsoft will pay for the new fiber-optic cable to support all the tech support calls.

      This is going to be fun to watch, especially for web pages designed with old pieces of Microsoft design garbage like FrontPage.

    7. Re:Security patches by Crayon+Kid · · Score: 3, Informative
      Since MS fixed the "* html" hack and a few others yet forgot to fix the rest of CSS they shit on, we're going to have fun with this one...
      Only if you're a web developer that's been living under a rock lately.

      For the best part of last year proeminent webdev figures have adviced people to stop using the * html hack. The better alternative is to make use of the conditional comments supported by all versions of Explorer and conditionally include an extra .css file (or several) on top of the others, that only IE will see.

      Those conditionals allow you to pinpoint various IE versions accurately and also let your website validate properly (since all the IE hacks are included via a stylesheet which is technically commented out).

      I'm not giving you links, do your own homework people.
      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    8. Re:Security patches by Anonymous Coward · · Score: 2, Funny

      'Oh my God, the sky is falling'

      Get a hold of yourself you idiot, its just a browser!

    9. Re:Security patches by JavaIsGreat · · Score: 0, Troll

      Just dont use IE. Why are you crying baby.

    10. Re:Security patches by torstenvl · · Score: 3, Funny

      Can we mod -1 Deliberately Uninformative?

      I thought the burden of proof was usually on the guy who asserts something.

    11. Re:Security patches by cortana · · Score: 1

      You mean Mozilla doesn't do this? I am concerned!

    12. Re:Security patches by Anonymous Coward · · Score: 0
    13. Re:Security patches by Anonymous Coward · · Score: 0

      "proeminent webdev figures"

      I think the word that you were looking for is "pre-eminent"? Or maybe "prominent"? Either would be correct in the context of the sentence.

      HTH.

    14. Re:Security patches by jamie · · Score: 2, Informative

      ... zero

    15. Re:Security patches by gunnk · · Score: 3, Informative

      Clearly you are not a sysadmin or a web developer.

      For sysadmins you have to decide when to push out IE7 to your great unwashed masses. Are there compatibility problems due to your corporate desktop configuration? You don't want to find out after you push it out to a few hundred or half million machines. It is significant because it breaks apart much of the previous integration, it uses a different security model, and it treats http content in https sessions differently. Making sure everything is going to work correctly in your environment is a big deal.

      For web developers, you probably already have IE hacks running rampant through your sites. IE 7 adds another version to deal with. If the CSS handling really is much better, then you'll just need to exclude the many hacks needed for previous IE versions. If it is improved, but still not great, you'll have to tweak all the hacks so that your layout works with yet another partially-compliant IE version. Again, it's a big deal.

      IE is part of your Windows system, like it or not. You can say "don't browse the web with IE", but you CAN'T completely avoid it on a Windows system without real difficulties. IE 6 is completely integrated into your system. Hopefully IE 7 is better. In ANY case, a system level upgrade on a functioning Windows box is nothing to take lightly.

      --
      Life is short: void the warranty.
    16. Re:Security patches by adamjaskie · · Score: 1

      My job requires me to test the web pages I make in both Internet Explorer and Firefox. Unfortunately, as I do not have direct control of my computer, I have to wait until IS pushes IE7 to my workstation before I can test with the new browser.

      --
      /usr/games/fortune
    17. Re:Security patches by mattwarden · · Score: 1

      Actually, I believe that's the sound of you not following recent advancements with IE7 and just wanting to jump on the anti-Microsoft bandwagon here. Truth is, IE7 goes a long way to standards support.

    18. Re:Security patches by Mad+Merlin · · Score: 1
      IE is part of your Windows system, like it or not. You can say "don't browse the web with IE", but you CAN'T completely avoid it on a Windows system without real difficulties. IE 6 is completely integrated into your system. Hopefully IE 7 is better. In ANY case, a system level upgrade on a functioning Windows box is nothing to take lightly.

      You assume that we have a Windows system in the first place.

    19. Re:Security patches by 99BottlesOfBeerInMyF · · Score: 1

      I don't know about patches, but the first vulnerability in the final version is already out.

    20. Re:Security patches by ConceptJunkie · · Score: 1

      For a significant percentage of our economy it's a source of revenue. If you go out of business because of Microsoft's crappy software, the sky might as well be falling.

      --
      You are in a maze of twisty little passages, all alike.
    21. Re:Security patches by Yvan256 · · Score: 1

      Thank god one of the biggest software company on the planet is finally catching up to open-source projects that are five years old.

      Oh wait...

    22. Re:Security patches by Yvan256 · · Score: 1

      Everyone working on websites should test their browser with an (X)HTML validator, a CSS validator, IE5/IE6/IE7, Firefox, Opera, Safari. However, not everyone has access to Windows/Linux/Mac OS X.

      I suggest using Browsershots.org.

    23. Re:Security patches by moresheth · · Score: 1

      No, I followed it, I tested it, and I've made adjustments for it, since beta.

      But there is always the thought that maybe with the final version, something will be fixed, or something else will be broken. It's like playing musical chairs. You can't sit down until the music stops, and the music just stopped.

      Trust me, I know about web standards. I use conditional comments for my iehacks.css files. I don't like the way Microsoft does a lot of things, but I use their products, and I know that most people use their products. But now is the time when the shit hit the fan, and we know for sure how the pages will render.

    24. Re:Security patches by Z00L00K · · Score: 1

      As if that was a new feature... :-) And IE7 still makes the worst rendering of the ACID2 test. Looks reeeeaaaalllly weird.
      (as if the correct rendering isn't weird by itself...)

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    25. Re:Security patches by Anonymous Coward · · Score: 0

      Did you say "standards"? We are talking Internet Exploiter, fercrissake.

      HA! and double-HA-HA!

      Web developers I know have been ranting about IE 7 for months; they've insisted upon ways to disable the "URL security" features, and even then, they only get a minimal bone tossed to them by the My-crow-squawked "engineers". Apparently, it works so well at preventing us from browsing where we'd like that half the 'Net seems to just disappear.

      The only "standards" under concern by M$ are the ones they *claim* to have created.

      Once again, M$ has proven that they only have interest in "Internet Consumers" and not the 'Net community-at-large. They've snubbed us, the W3C, and Free Information.

      Say it with me...

      Mozilla, Mozilla, Mozilla

      Viva revolucion!

    26. Re:Security patches by Anonymous Coward · · Score: 0

      In ANY case, a system level upgrade on a functioning Windows box is nothing to take lightly.

      You mean, Windows will become unstable? Really?

    27. Re:Security patches by adamjaskie · · Score: 1

      I test with XHTML and CSS validators, Firefox, Opera, IE6, and occasionally Safari. The only one that ever really has problems is IE6.

      --
      /usr/games/fortune
    28. Re:Security patches by Crayon+Kid · · Score: 1

      I'm going for a new word that combines both. :)

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
  2. whoopdeedo by Anonymous Coward · · Score: 0, Informative

    I've heard nothing but bad things about it

  3. What happened? by tonyr1988 · · Score: 1, Interesting

    How come this is on Slashdot before news about Flash Player 9 for Linux?

    Go ahead and mod me down for Flamebait, but honestly - the very few people here that care about IE7 had it during beta, so this isn't huge news.

    1. Re:What happened? by Anonymous Coward · · Score: 0, Funny

      keylogger

    2. Re:What happened? by da_foz · · Score: 3, Insightful

      It is important news because we are the people who will have to help family and friends after they upgrade if things go wrong. Now at least we know that if mom calls tomorrow what it will be about...

    3. Re:What happened? by Anonymous Coward · · Score: 0, Informative

      Whoa, now THAT is news. Thanks, I've been waiting years for a SWF player that might actually work and not suck.

      Here's to hoping that the audio sync issues have finally been fixed.

    4. Re:What happened? by eebra82 · · Score: 5, Insightful

      How come this is on Slashdot before news about Flash Player 9 for Linux?

      Let's see now.. It's the world's most widely used internet browser. It's probably the most commonly used application in the world. It marks the date when Microsoft finally started to worry about Firefox. It is a huge improvement over IE6. Yeah, I guess that makes this news more important, despite the fact that Slashdot is more Linux oriented.

      Last but not least, your complaint is ignorant because not only is there no such thing as a race for news, but a lot of people might find the IE vs FF wars more interesting, too. You know, almost 90 percent of the world's users browse with IE, so there's a pretty good chance that at least a few Slashdot users will enjoy this story.

    5. Re:What happened? by electronerdz · · Score: 5, Funny
      What worries me about the Flash player update are the people who are downloading it:
      THANK YOU A BILLION TIMES!!! OMG THIS IS SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO GREAT. FINALLY AN ALSA-FLASHPLAYER!!
      still cant believe it =)
      niiiiiiiiiiiice nicenicenicenicenicennice.!!
      *kisses*
      OMG!!! PONIES!!!
      --
      Kernel Krunch - Part of a Complete OS
    6. Re:What happened? by RuBLed · · Score: 2, Insightful

      even if we don't like IE 7 (I use Opera), it is much better than IE 6 and for us who work in a company where some previous systems were tweaked to work on IE better, this new version would certainly be a welcome change. (or a welcome headache, whichever comes first)

    7. Re:What happened? by njchick · · Score: 4, Insightful

      There are many web developers here. IE7 will affect them much more than Flash for Linux.

    8. Re:What happened? by lawpoop · · Score: 1

      "Last but not least, your complaint is ignorant because not only is there no such thing as a race for news..."

      No such thing as a "race for news"? Why do they call it "news" then? Because it's new information, not old? I think there is a race for news.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    9. Re:What happened? by B3ryllium · · Score: 1

      Holy CRAP! Thanks for the link :) That's awesome.

    10. Re:What happened? by Anonymous Coward · · Score: 1, Insightful

      If you were real friend, you would have installed Firefox on their PCs (well, Linux is fairly easy these days, too).

    11. Re:What happened? by babbling · · Score: 5, Funny

      Flash 9 for Linux is newsworthy, too, but this is a new version of the best Firefox download tool available on Windows!

    12. Re:What happened? by gradster79 · · Score: 1

      Not to mention the fact that there are probably droves of developers who develop web apps and web pages for IE. Regardless of whether the developers use it or not, still gotta code for it.

    13. Re:What happened? by kwanbis · · Score: 0

      actually, is less than 83% according to some reports.

    14. Re:What happened? by Sancho · · Score: 4, Funny

      I may be paranoid, but on a new install of Windows, I usually use FTP to get Moz builds. Just in case I mistype the name or something and hit a site with malware.

    15. Re:What happened? by abandonment · · Score: 2, Insightful

      'previous systems were tweaked to work on IE better'

      this is exactly where most of the problems are going to arise - custom applications / systems that rely on IE quirks that should never have been there in the first place.

      from what i've heard, this new IE is going to break most of these custom IE applications - consultants, prepare your RFP's!

      Microsoft updates == consultants dream, everyone else's nightmare

    16. Re:What happened? by Kelson · · Score: 5, Insightful

      Hmm... Number of people worldwide who use Internet Explorer vs. number of people worldwide who (a) use Linux, (b) want to have Flash animations in their browser, and (c) are OK with installing the proprietary Flash player.

      I'd say based on numbers alone, the new IE release qualifies as "stuff that matters."

      (P.S. Thanks for the link -- that's great news!)

    17. Re:What happened? by bshellenberg · · Score: 2, Insightful

      I... (gulp, I know my karama is going to go to hell for this)... think IE7 is a nice step up. The two things I'm happy to see are transparent PNGs and the font rendering is much nicer. If that was all IE7 provided, then at least we can sit back and say all of our websites just got a facelift. Not exactly a bad thing.

      --
      Karma: Neutered
    18. Re:What happened? by SpaceballsTheUserNam · · Score: 1, Funny

      FINALLY! thabks for the update

      --
      \.
    19. Re:What happened? by PAPPP · · Score: 1

      I usually have a strict "Don't feed the trolls" policy, but this is too easy.
      It sounds like someone is bitter about their menial tech support job...
      Hint 1: Geek Squad != Computing Professional.
      Hint 2: You may want to see a therapist about your homophobia.

    20. Re:What happened? by Foofoobar · · Score: 1, Funny

      Oddly enough it won't. It will only affect web developers who code to non-standards. Most of us code to a set of standards so that all our code can work well in ALL browsers not just IE. Those who focus on IE only and use IE specific tags and ActiveX usually put themselves out of a job by neglecting a large percentage of the market and cause enough complaints by consumers/users that the whole app has to be rebuilt. So no... this won't really affect us. Not for at least another 5 years...

      --
      This is my sig. There are many like it but this one is mine.
    21. Re:What happened? by MillionthMonkey · · Score: 4, Insightful
      Oddly enough it won't. It will only affect web developers who code to non-standards. Most of us code to a set of standards so that all our code can work well in ALL browsers not just IE. Those who focus on IE only and use IE specific tags and ActiveX usually put themselves out of a job by neglecting a large percentage of the market
      You've obviously never coded a page that had to display correctly on IE.
    22. Re:What happened? by FoXDie · · Score: 2, Funny

      Yeah because my grandma is just dying to start all over again and learn Linux.

    23. Re:What happened? by Ucklak · · Score: 2, Insightful

      I've stayed with the `!important` in CSS and used that javascript hack to display transparent PNG. Other than that, I should be fine.

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    24. Re:What happened? by Anonymous Coward · · Score: 1, Funny

      Actually... I don't think your karma is going to hell for that. I'm just basing this off of myself, but I think I tend to fall fairly heavily on the viciously anti-M$ zealotry side of things, and I've certainly modded pro-M$ rants down to hell in the past, but I like the way you think... turning an observation that is favorable for Microsoft into something that's positive for the rest of us. It's just looking at the glass as being half full. Or, in Microsoft's case, looking at the app as beign half full of bugs instead of half empty of stability.

      I don't know where I'm going with this any more. Better protect my karma and post as AC.

    25. Re:What happened? by MikeFM · · Score: 4, Insightful

      Dude, Flash is one of the few things that sucks worse than IE. On any OS it's buggy, poorly designed, and frequently misused. When Flash is cleaned up and opened up enough to be fully intergrated into IE, Firefox, Opera, and Safari in the least then it might be worth caring about. The general concept of plug-ins has proven to lead to a sucky web browsing experience even if the average user isn't aware that it's these crappy plug-ins making their browser crash, run slow, give confussing plug-in required messages, and sites that are poorly indexed by search engines, have strange hard to use interfaces, and difficult to use for people with accessibility needs.

      Just say no to plug-ins for things like Flash. They can be useful at times but in the vast majority of uses they are only used because programmers are to lazy, stupid, or harried by lazy stupid bosses to use more compatible solutions that do the exact same things.

      IE7 isn't that big of news to us geeks but it is a huge relief to us as it goes mainstream - it isn't as good as Firefox, Safari, or Opera but it is worlds better than IE6 and will make it much easier to develop nice websites without having to disable everything cool because it doesn't work in IE. Of course it'll be a few years before the majority of users have updated but at least the process has begun.

      If only Microsoft wasn't so lame as to make it difficult for developers to run IE6 and IE7 side by side.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    26. Re:What happened? by boarsai · · Score: 1

      It was like a million CSS pages all cried out ... ugh, who am I fooling, you know where this is going...

    27. Re:What happened? by Anonymous Coward · · Score: 0

      It's not 90% anymore, more like 70% and the numbers are skewed by sites that require IE, there's a lot of people that use both. A more accurate comparison would be Unique Users, instead of hit counts.

    28. Re:What happened? by cuantar · · Score: 1

      Wow, I hadn't heard. Thanks!

      --
      Legalize it.
    29. Re:What happened? by Foofoobar · · Score: 0, Flamebait

      Really? Well you should tell that to Amazon and let them know just how their website doesn't work in IE. Which is kind of amazing considering how long they've been in business. That is unless your an idiot who doesn't know what he's talking about. But I doubt that... since someone named the MillionthMonkey must be a rocket scientist. Either that or a darwinian dropout.

      --
      This is my sig. There are many like it but this one is mine.
    30. Re:What happened? by pingveno · · Score: 1

      For me, IE7 conflicted with part of Norton Internet Security, so I had to uninstall it. Crappy Norton... Iru al infernon. Anyway, I'm excited despite being a Firefox person.

      --
      "it's not about aptitude, it's the way you're viewed" - Galinda
    31. Re:What happened? by tonyr1988 · · Score: 1

      Screw Meta-Moderating. I just Meta-Storied.

      Slashdot just got owned by Linux fanboyism. Oh wait...

    32. Re:What happened? by hdparm · · Score: 4, Funny

      I wonder what is it that she knows about Windows? Does she double-click icons in some other way? Or is it that she can't switch because she is a devoted gamer?

    33. Re:What happened? by MillionthMonkey · · Score: 1

      Really? Well you should tell that to Amazon and let them know just how their website doesn't work in IE.

      Yeah, why is that? Amazon has to put in little hacks to get IE to work just like everyone else.

    34. Re:What happened? by Foofoobar · · Score: 0, Troll

      Only for javascript. And believe it or not, there is a whole helluva lot more to web dev than javascript. This isn't the 90's you know.

      --
      This is my sig. There are many like it but this one is mine.
    35. Re:What happened? by Aranwe+Haldaloke · · Score: 2, Funny

      I may be more paranoid than you, but I usually use wget to download NcFTP to get Moz builds.

    36. Re:What happened? by aliquis · · Score: 1

      Wow, transparent PNGs, welcome back to 1998 :)
      Does if even use the CORRECT COLORS!?!

      Weird that it changes how fonts are rendered, shouldn't that be something which the OS decides/does? Ohwell, I guess both FreeType2 and Mac OS X does a better work.

    37. Re:What happened? by SpaceballsTheUserNam · · Score: 0

      while i appreciate the karma point, it wasnt a joke, having flash things unavailable SUCKS. it was a serious drag on the linux experience.

      --
      \.
    38. Re:What happened? by Frogbert · · Score: 1

      Wow! You have exactly the same homepage as me! What are the chances?

    39. Re:What happened? by Anonymous Coward · · Score: 0

      I didn't realize that FreeType2 was an OS.

    40. Re:What happened? by Sancho · · Score: 1

      Weird!

    41. Re:What happened? by MillionthMonkey · · Score: 1

      I wasn't even thinking about JavaScript. Try doing a Google search for Holly Hack.

    42. Re:What happened? by Merusdraconis · · Score: 1

      No, no, what he means is why is Slashdot prioritising Windows news over Linux news, when half of Slashdot would have Linus' babies if they could?

    43. Re:What happened? by sumdumass · · Score: 5, Funny

      No, no no.. It is that grandma doesn't do much of anything but cause problems with her windows allowing me to come over and fix it. I look like a genuis and I am pretty much guarenteed a place in her will.

      Fist, I try the trained monkey thing were I just click things and see what happens. If that doesn't work, I try looking for help on the interweb, If that doesn't work I'll post something on a message board or maybe microsoft's help and support mailing list, If still nothing after a day or so, I just reload everything and talk about how tuff it was. I might even throw out some scarry words like virus, spyware and malware. Generaly it isn't any of them but grandma has heard just enough of it on the eveniing news to know it is something to be reconed with.

      Now everything works and I'm the hero! You see, If i install linux, I would likley loose the chance of being the hero, possible the spot in her will, and if something actualy did mess up, I would have to call someone who actualy knows something to fix it. So windows is good, linux is bad.

    44. Re:What happened? by Anonymous Coward · · Score: 0

      Half of Slashdot would have Linus' babies, yes, however, a good portion of Slashdot is still sleeping with Ol' Billy G. on the side.

    45. Re:What happened? by sumdumass · · Score: 1

      If i was you, I would consider scaping Norton too. AVG, ZoneAlarm and several other comeptitors are doing way better jobs at the same thing Norton tries to do.

      When In say way better, I'm considering that ZoneAlarm or AVG doesn't make a 4 gig pentium seem like a 1.2 gig celeron after you install it. They all do about the same job of protecting you except nortans had that bug were it was possible to exploit thier firewall or antivirus itself and gain root access to the system it was attempting to protect. I'm sure thats fixed by now, but they denied it for a while before actualy fixing it (if i remeber corectly)

    46. Re:What happened? by neil.orourke · · Score: 1

      I assume you mean the rendering bug when looking at Norton AntiSpam's control panel.

      A LiveUpdate fixed that little problem maybe a month or two ago. Symantec's position was that they would not fix their product to work with a beta, but when the problem remain wih the first RC, they acted.

    47. Re:What happened? by hdparm · · Score: 1

      Sound plan.

      I have better one though - you install linux and call me to do work. No work permit needed (I can do stuff remotely), although it would be appreciated if you are US or Italy based.

      Now, about that will... :o)

    48. Re:What happened? by jawtheshark · · Score: 1

      What worries me about the Flash player update are the people who are downloading it:/

      Never heard of sites like Neopets , do you? Their target audience do talk like that, and the site pretty much requires the latest version of flash all the time....

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    49. Re:What happened? by joebutton · · Score: 1

      >>> It will only affect web developers who code to non-standards. Most of us code
      >>> to a set of standards so that all our code can work well in ALL browsers not
      >>> just IE.
      >>
      >> You've obviously never coded a page that had to display correctly on IE.
      >
      > Well you should tell that to Amazon and let them know just how their website doesn't work in IE.

      Which standard does amazon.com code to then?

    50. Re:What happened? by sumdumass · · Score: 1

      But you doing the work != me in Grandma's will.

      I will die a porn boy your way.

    51. Re:What happened? by zootm · · Score: 1

      IE7 apparently enables ClearType for the user, since it's a comparable text rendering technology to the ones you mention, and a lot of Windows users don't know about it.

    52. Re:What happened? by hdparm · · Score: 1

      No, no it's even better - I work over the network and you just sit there and pretend/act. That's way cooler so your (our) part of the will might include some extra perks.

    53. Re:What happened? by Anonymous Coward · · Score: 0

      IE only quirks? Shit, the company I work for has a bunch of "applications" that require the Microsoft JRE! I'm not going to hold my breath waiting for them to make these pages browser agnostic.

    54. Re:What happened? by trifish · · Score: 2

      > It marks the date when Microsoft finally started to worry about Firefox.

      I keep reading that, but there is no evidence for that. There is more simple explanation, why IE7 is released in 2006, and it is supported by evidence. MS has released a major new version of IE with each new major version of Windows. Vista + IE7. Simple.

    55. Re:What happened? by WilliamSChips · · Score: 1

      I used to like Neopets when I was about 13. I think they use Shockwave Director now though. That doesn't run on Linux period. They've also made their site into a fracking billboard.

      --
      Please, for the good of Humanity, vote Obama.
    56. Re:What happened? by Anonymous Coward · · Score: 0

      Virtualisation software is out there and free for testing on multiple versions of IE.

    57. Re:What happened? by jez9999 · · Score: 4, Insightful

      Dude, Flash is one of the few things that sucks worse than IE. On any OS it's buggy, poorly designed, and frequently misused.

      I don't think I agree with that analysis. With the arrival of things like YouTube and Google Video, it's starting to be used properly and implemented well. These companies get large numbers of people using their services mainly because they can pretty much assume Flash 7 is installed on the vast majority of browsers and they know they have it available. Would streaming video over the net be anywhere near as popular if they required an MPG-compatible embedded media player? I rather doubt it; we had those before, and they never got as popular.

    58. Re:What happened? by jonadab · · Score: 1

      > Most of us code to a set of standards so that all our code can work well
      > in ALL browsers not just IE.

      I code to standards first, but then I also have to make whatever adjustments are necessary to get IE to display the page. (I don't go so far as to make IE display the page exactly the way it's intended to look, as that would take *forever*, but I try to reach the point where the page is usable in IE and looks almost reasonable.)

      I had to spend two hours at work yesterday fixing the legacy-browser stylesheet to work around a new CSS bug in IE7 so that it doesn't blank out large areas in our website. The solution I ended up going with causes the page layout in IE to be different from that in every other browser (unless the user of the other browser deliberately selects the "Legacy" stylesheet from the bottom of the list of alternate stylesheets; IE uses it automatically because it doesn't grok alternate stylesheets, so it just applies them all).

      --
      Cut that out, or I will ship you to Norilsk in a box.
    59. Re:What happened? by eebra82 · · Score: 1

      That's where you're wrong. Here's what news really means (snapped @ Dictionary.com):

      A report of a recent event; intelligence; information.

      I don't see your explanation anywhere saying:

      A report of an event which must be presented immediately and ahead of news less important to a specific, ignorant user on Slashdot.

    60. Re:What happened? by Ancil · · Score: 1
      When Flash is cleaned up and opened up enough to be fully intergrated into IE, Firefox, Opera, and Safari in the least then it might be worth caring about.

      Oddly enough, Microsoft will get there first.
    61. Re:What happened? by jawtheshark · · Score: 1

      I used to like Neopets when I was about 13.

      Kind of illustrates my point, doesn't it? When I was 13, neopets didn't even exist, heck the web didn't exist! (Internet did though, I just didn't know)

      I think they use Shockwave Director now though.

      Possible. I wouldn't know, I don't play neopets. I did for about a month (years ago...), but I found it too boring.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    62. Re:What happened? by Ant+P. · · Score: 1

      Last time I checked, two hours ago, XHTML 1.0 and CSS1/DOM1 work just fine in IE6. Even a lot of CSS2 works in it, basic things like inline-block which every browser should've supported years ago (hello Firefox).

    63. Re:What happened? by Anonymous Coward · · Score: 0

      Check again then. XHTML must be served with incorrect mime type, so it is really considered old HTML.

    64. Re:What happened? by LordLobo · · Score: 1

      at least flash has one standard

      --
      ------------------------ LordLobo - Because I can
    65. Re:What happened? by Anonymous Coward · · Score: 0

      Last but not least, your complaint is ignorant because not only is there no such thing as a race for news, but a lot of people might find the IE vs FF wars more interesting, too. You know, almost 90 percent of the world's users browse with IE, so there's a pretty good chance that at least a few Slashdot users will enjoy this story.

      Since when was IE waging a war with Final Fantasy?

    66. Re:What happened? by ronaldb64 · · Score: 1
      Hey, that's great! He can even pretend to do the whole "Minority Report" thing, where he moves his hands in front of the screen, and stuff starts happening! Grandma will not only think he's a genius, but also possesses some awesome psychic powers!

      Of course, there's always the risk that he'll get burned at the stake for being "possessed"...

      --
      There's no place like 127.0.0.1
    67. Re:What happened? by 99BottlesOfBeerInMyF · · Score: 1

      Which standard does amazon.com code to then?

      Are you people trolling, astroturfing, or what? If you code Web pages just by following the WC3 standards for HTML, CSS, etc. your page will not work properly in IE6 or IE7. Anyone who has done Web development trying to use this method has noticed this by now. Generally, you have to code to standards, avoiding the huge subset of the standards that is broken in IE, and then use a few hacks to get things to look okay in IE. Otherwise, you can just code separately for IE and all other browsers and use browser detection to hand IE a page that works around its flaws.

      Amazon obviously does not code to the standards because they want their page to work in IE, so they do the same thing I described above (like everyone else).

    68. Re:What happened? by Phisbut · · Score: 1
      I will die a porn boy your way.

      Did you really misspell "poor" that way? Freudian slip?

      --
      After 3 days without programming, life becomes meaningless
      - The Tao of Programming
    69. Re:What happened? by joebutton · · Score: 1

      > Are you people trolling, astroturfing, or what?

      I wasn't trying to do any of the above. Everything you say is true - I generally code to xhtml1-strict, then swear and fuck shit up until it works in IE.

      For whatever reason, it doesn't look as if amazon.com is coded to any identifiable standard though. My guess is the html has evolved since it was considered OK to develop like that, and gets hacked about according to what problems get reported. If they were starting up now rather than in 1994 they'd probably do it in the way you suggest.

      The amazon.com homepage doesn't provide a doctype, which immediately disqualifies it from being valid to any html standard. Validating against html 4.01 transitional reveals 1064 errors, largely caused by basic errors like unescaped urls. I don't believe they were trying to meet any html spec.

    70. Re:What happened? by Anonymous Coward · · Score: 0

      Flash video is, perhaps, the worst use of Flash I've seen yet. It was bad when they told people "Sure! Design your whole site in Flash! Fuck anyone with less than a 3ghz quad core processor anyway, they won't pay for your product. Cheap bastards! Fuck being able to search your site for useful information. It's how it looks on a high end machine that counts! Break accessibility to your web page for linux/bsd/*nix users by using flash as your splash page with no HTML skip link. Those socialist open source users never pay for anything anyway!"

      But now playing video? Try full screening it on mid range to low end hardware. It chugs. Just like any full screen flash animation does. The compression is shittastic. The really sad part is that it doesn't have to be that way. It's just that so many heavily addicted Flash designers get all uppity the moment anyone touches their golden calf that they've worked so hard to tame, so nobody looks for good alternatives.

      Fuck Flash in its bandwidth wasting, CPU hogging, web breaking, lame video codec ear. SVG animation + sound should remove its market for vector animation as soon as good graphical editing tools come around, and an open source kit for Theora similar to Divx's Stage 6 could be used to kill off its market for video. Flash is a bloated hack, and it needs to be replaced by better solutions soon.

    71. Re:What happened? by Khomar · · Score: 1
      Those who focus on IE only and use IE specific tags and ActiveX usually put themselves out of a job by neglecting a large percentage of the market...

      I really wish that were the case, but in my experience, it has been exactly the opposite. Lip service has been given to browser compatibility, but when it comes done to crunch time, management says that we will just have to tell our customers to use IE. Since Windows has ~95% of the market, a vast majority of our users will have access to IE. It just takes too much time and money for them to ensure that all of the Javascript and fancy display options work in all browsers. The developers who insist on taking the time and effort to ensure that all browsers work the same and correctly are more in danger of losing their job. This seems to be a fairly common mindset in larger companies, but smaller companies may in fact be more open to full browser support.

      Also, by focusing on IE, you do not neglect a "large percentage of the market", but rather a small but vocal percentage. However, when it comes to pure financials, appeasing this minority can be hard to justify. I am not saying that I like it this way, but this is the way it is.

      --

      I believe in de-evolution. God made the world perfect, man fell, and its been going downhill ever since!

    72. Re:What happened? by Foofoobar · · Score: 1

      Oh and before you assume I meant don't use CSS, I meant don't use unsupported or improperly implemented features. There are a million ways to do things in development. If you absolutely need something, you can find another way to implement it.

      --
      This is my sig. There are many like it but this one is mine.
    73. Re:What happened? by bishiraver · · Score: 1

      Except if you declare your doctype as XHTML. Then it renders it as HTML in quirksmode. Read here about this and other, more important issues.

    74. Re:What happened? by sumdumass · · Score: 1

      porn instead of poor was an accident but, the whole thing was a joke on how people who don't know anything about computers aren't able to use non-microsoft products mostly because thier support people don't know any better.

      On another note, I have a friend who's first wife, after preparing for a holloween party and going as a 1930's -'40 erra female singer, looked simular to his grandmother's teen age pictures. Place a different wig on her and you probably couldn't tell the difference. conection? or not?

    75. Re:What happened? by tehcyder · · Score: 1
      It's just looking at the glass as being half full. Or, in Microsoft's case, looking at the app as beign half full of bugs instead of half empty of stability.
      No, don't you mean that - from MS's point of view - the app is either half full of stability or half empty of bugs.

      I think...

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    76. Re:What happened? by jez9999 · · Score: 1

      I tried to play a video on that site and it prompted me to download a DivX Windows binary before I could play anything. I declined to install it because I don't even know where it came from. If an average user came across such a link I'd advise them not to run the exe. I think you've made my point there.

    77. Re:What happened? by Anonymous Coward · · Score: 0
      There is more simple explanation, why IE7 is released in 2006, and it is supported by evidence. MS has released a major new version of IE with each new major version of Windows. Vista + IE7. Simple.

      Yes, I'm sure Microsoft hasn't even noticed the serious erosion of IE marketshare. I'm sure that the new features, many of which mimic Mozilla, are completely coincidental.
    78. Re:What happened? by trifish · · Score: 1

      If you mean tabs, then they actually mimic a different browser. FYI, Mozilla/Firefox was not the first browser that to have them.

    79. Re:What happened? by Anonymous Coward · · Score: 0

      Last but not least, your complaint is ignorant because not only is there no such thing as a race for news

      This statement is by far the most ignorant thing written that I've read so far. Of course there is a race for news, what the hell are you talking about?! There is firstly news prioritization, bigger stories with more impact are rushed out first. Secondly, there should be a sense of urgency to get news out quickly in the same day or week or so that the event happened if possible. Thirdly, even if there was no prioritization and the release for linux oriented flash player 9 (which solves more problems for me than IE 7 will fix for me btw) occurred first, then it should appear before the IE story. But thanks to the gp for the news break that really should be on slashdot main page.

    80. Re:What happened? by jp10558 · · Score: 1

      Hey, that's fine, but the amount of people is growing that use MAC OS X, as well as FireFox. When the Wii comes out using Opera, not to mention the phone platform etc (and the desktop users) that's growing as well. I see frequent reports that put "alternate" browser use at around 15% in total, and depending on the pickup of non-traditional web access devices like PDAs and game consoles and cell phones, that may well grow. How many people is it "ok" to lock out (or make the first experiance bad for?) I understood the position when it was 4% of users, but now it's getting close to 1 in 6 that could well be affected.

      And they're vocal, so they do tell their friends. It's not just the techies anymore. And with more people using non PC platforms for web access (and that number expected to grow) just adding the second largest marketshare browser for support doesn't make much sense either, unless you want to lock out entire device ranges.

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
    81. Re:What happened? by jZnat · · Score: 1

      I know this is a bit of an anecdote, but I emailed my friends about Flash 9 for Linux rather than IE7 since it was more relevant. Tech support is much more fun when your family and friends use Linux, Macs, BSD, and other Unix-like operating systems.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    82. Re:What happened? by jZnat · · Score: 1

      Make that 10 year old standards since that was about the last time IE had any significant renderring engine updates other than IE7 (finally).

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    83. Re:What happened? by Anonymous Coward · · Score: 0

      I've been messing with cleartype and the other option for windows font smoothing for a few days now trying to figure out if my monitor was crap or if windows' font display is crap. Trust me, cleartype sucks compared to OSX. I've seen some peoples linux boxes where the fonts looked better than cleartype and some where the looked pretty equally crappy. don't know why the difference.

    84. Re:What happened? by MikeFM · · Score: 1

      I did allow that there were good uses for Flash - I just wouldn't say that many people use it that way. Also my point that plugins cause many browser problems is still valid.

      As for myself, I hate YouTube and their shitty Flash based movies. The concept is good but Flash-based movies suck. I think MPEG-compat is a better solution but is even less likely to work since there isn't much in the way of even a decent embedded MPEG player. It all comes down to Flash sucking but not sucking as bad as the alternative in this case.

      Flash is a horribly ineffecient way to pass around video content. YouTube would be much more profitable if they had the insight to control their processing and bandwidth needs better. But then they actually got something on the market and slapped a clever name on it so it caught on - always a good thing from a business perspective. Like eBay, MySpace, Flickr, and similar things it's not being the best solution that makes you a success - it's being out early, slapping a good name on yourself, and actually having some idea how to market yourself.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    85. Re:What happened? by Anonymous Coward · · Score: 0

      Zone alarm installs its only little mini anti virus service that scans everything on your drives around the clock. Whenever it came across a file larger than 1GB it brought my system to a screeching halt. I have so many 1GB file and caught my attention. Also after a reboot the scanner started scanning from the _very beginning_ instead of picking up where it left off. Just dumb.

    86. Re:What happened? by sumdumass · · Score: 1

      Maybe you should try AVG. But in the ZoneAlarm installs I come across, it doesn't act that way. I'm wondering if there is a setting or something that can be turned of Like one that tells it to scan every file when accessed. Turning this off wouldn't neccesarily make you less safe because it still has the background monitor and scheduled scans.

      I'm also wondering if there isn't something wrong with your setup, the scans I see happening are usualy over in less then an hour and you can schedule them to happen at a time when it is likley that no one is on the computer. Now you may just have a large amount of large files and in that case, maybe I should recomend kasperski AntiVirus. It seems to do a good job in that situation.

      But Nortans seems to act that slow and slugish all the time after it is installed. There is no tweaking it besides turning it off and you will usualy see a noticable difference once it is uninstalled. Symantec took a good product and turned it bad. Between the "becoming deactivated for no reason" that involves a call to someoen who doesn't speak a language you can easily understand and makeing a brand new top of the line computer perform like yesterdays garbage, It is a no go for me and the people I support. The only way it gets installed around me now, is when it is bundled on a new system.

    87. Re:What happened? by Anonymous Coward · · Score: 0

      yes screw norton.
      Norton 'cleaned' some 'thing' that was necessary to boot from my HD. All my files are still on the disk and I can access them but it's imposible to boot from that disk now.
      A reformat will probably fix it but I don't have another 200gig to copy all this stuff to.

    88. Re:What happened? by sumdumass · · Score: 1



      Try doing a repair install (if XP and i think 2000) or a parralel install. Attempt to do an install and when it detect windows already there an option to repair should exist. If it doesn't then proceed with a parralell install simular to below.

      Basicly whatever windows OS your installing, just tell the installer to install into an different folder. I generaly pick something like windows2, winnt2 or whatever the default is with a 2 on it. It might complain but will let you do it. It will then rewrite all the files neccesary to boot. That will give you a running system and the ability to burn important files or whatever else you need then you could format the drive. Technicly, you could continue to run the computer like this forever, you just need to remeber you have a different install directory when some program need to know durring thier install routine or if you need to trouble shot something in the future.

      Hope this helps you along, and i've seen that happen before with nortan's products.

  4. Oh thank Christ.. by QuantumG · · Score: 5, Funny

    of course, I would have prefered them to have released it before I bowed to management and hacked around all the non-standard shit in IE6 which IE7 fixes. urg!

    --
    How we know is more important than what we know.
    1. Re:Oh thank Christ.. by Tony+Hoyle · · Score: 0, Redundant

      Wait until it's a forced download on windows update.. then you'll have to redo a new set of hacks to make ie7 work!

      Somehow without breaking IE6 for those that avoided the update...

    2. Re:Oh thank Christ.. by QuantumG · · Score: 1

      yeah, ie7 is already supported.. it's a lot more standards compliant than ie6 was.

      --
      How we know is more important than what we know.
    3. Re:Oh thank Christ.. by Anonymous Coward · · Score: 0

      This is precisely why I strictly adhere to W3C recommendations for everything. Regardless of what some might think, there are IE 5/6 workarounds for just about everything that don't require breaking your markup, scripts or stylesheets.

    4. Re:Oh thank Christ.. by QuantumG · · Score: 1

      Yes, and that's what I do also. But there's a sensible way to do things and then there's the IE6 way of doing things. Both ways might be standards compliant, but the IE6 way is a big fat dirty hack which I shouldn't be forced to do. If IE7 had been released back when I started this project I could have said "I support Firefox, Opera and IE7, not IE6, go upgrade."

      --
      How we know is more important than what we know.
  5. Ah yes..... by Fayn · · Score: 1, Flamebait

    Can't you see it? The massive stampede to go out and download this truly amazing piece of software. Why, the Internet will surely never be the same again. All hail sleight of hand.

    --
    .-.
    1. Re:Ah yes..... by wkitchen · · Score: 5, Funny
      The massive stampede to go out and download this truly amazing piece of software.
      chirp...

      chirp...
  6. Just installed it and..... by Basehart · · Score: 1, Flamebait

    it sucks.

    1. Re:Just installed it and..... by Anonymous Coward · · Score: 0

      My guess is you got moderated flamebait because there was no "-1, Obvious"

      Now if it only supported xhtml mime type, better DOM and CSS support (like display:table) and such things I'd be real happy. Yes, about time they got tabs, but otherwise it's still CRAP! Another few years before next release (v8), before we have the slightest chance of having support for standards it should have supported years ago. Webmasters/designers/devs rejoice - NOT!

      IE is possibly the very worst app MS ever made (it's FAR worse than Windows ME, and it's possibly worse than Bob). It's basically the only MS app I will NOT use (and I usually very much like MS apps such as Windows, IIS, Visual Studio, MS SQL and MS Office)

    2. Re:Just installed it and..... by Polyhymnia999 · · Score: 3, Informative

      Agreed. Not much manouverability on the toolbars. The Favourites button, which when clicked opens up your faves as a nested scrollbar, ADDS two more clicks for each Fave. The icons look strangely like they were designer by Amine artists. But the tabbed browsing is okay, and the onboard Google is good, even though I've kept my G-bar for the extra options. Hm. Back to Firefox we go.

    3. Re:Just installed it and..... by hrtserpent6 · · Score: 1
      were designer by Amine artists.

      I've met some smelly artists in my time, too, but that's pretty harsh.

      Amines have strong, characteristic, disagreeable odors, and are toxic. The smells of ammonia, fish, urine, rotting flesh and sperm are all mainly composed of amines.
      http://en.wikipedia.org/wiki/Amine
  7. I'm not going to get it by atomicthumbs · · Score: 3, Funny

    I'll use Firefox (and OPera, if a plugin for Stumbleupon is released for it) for the rest of my life. Failing that, I'll use the worldf's most secure broswer: Mosaic 1.0!

    --
    http://pinopsida.com
    1. Re:I'm not going to get it by imemyself · · Score: 1

      I don't need no stinkin' browser, I use telnet you insensitive clod!

      --
      Every time you post an article on Slashdot, I kill a server. Think of the servers!
    2. Re:I'm not going to get it by skuzzlebutt · · Score: 1

      Oh yeah, I can render raw HTML in my head, just like Neo decoding the green drippy matrixatron screensaver jobby...

      --
      My debut novel AMITY now available: http://jeremydbrooks.c
    3. Re:I'm not going to get it by Anonymous Coward · · Score: 0

      It's harder to read PNG's, though. I always forget to carry a one somewhere, and then the rest of the image becomes garbage.

    4. Re:I'm not going to get it by jonadab · · Score: 1

      > I'll use [software that is current now] for the rest of my life.

      Planning to die in the next few years, are you? I don't think you'll want to be saddled indefinitely with the state of the art of 2006. If you wanted to live your life that way, you could always download Navigator 4.08 and have a go at browsing the web with that 2006. Firefox 2.0 will seem just as antequated in another eight years.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  8. I'm betting against a slashdotting by patio11 · · Score: 0, Offtopic

    First, rather few people here are going to be interested. Second, Microsoft could Slashdot Slashdot with a link from its homepage and would notice it about as much as the Death Star noticed the cries of those freaky little mito-whatevers screaming out before they were silenced.

    Speaking of evil empires, I'm installing IE as we speak ;)

  9. Several Mangers? by Guido+del+Confuso · · Score: 5, Funny

    Word hit the streets after several mangers of the IE division posted on the IE blog.

    It's official--IE7 is the web browser used by Jesus!

    1. Re:Several Mangers? by Anonymous Coward · · Score: 0

      wow thats the shiznit

    2. Re:Several Mangers? by Wilson_6500 · · Score: 1

      It's official--IE7 is the web browser used by Jesus!

      Or just farm animals.

    3. Re:Several Mangers? by drcagn · · Score: 1

      He uses it to download Firefox every time he reinstalls Windows.

      --
      Scorta futuere amo!
    4. Re:Several Mangers? by shodai · · Score: 1

      Firefox: Inline spell checking. IE7: Hay.

    5. Re:Several Mangers? by Antique+Geekmeister · · Score: 1

      Or the farmhands who have to shovel out the place after the animals leave their little deposits of webpages written with FrontPage and Visual Studio.

    6. Re:Several Mangers? by Builder · · Score: 1

      That would explain all the muttered exclamations of 'Jesus Christ' I hear whenever anyone tries to do something useful with IE then.

    7. Re:Several Mangers? by Chief+Camel+Breeder · · Score: 1

      No, it's the web browser used by oxen. And Asses.

  10. Monday afternoon? by Anonymous Coward · · Score: 0

    Eh? Everything else seems to say it came out today, Wednesday.

    1. Re:Monday afternoon? by the-amazing-blob · · Score: 1

      Sounds like someone has a case of the Mondays

    2. Re:Monday afternoon? by Kelson · · Score: 1

      Definitely Wednesday. When I checked this afternoon, the download page was still talking about RC1.

    3. Re:Monday afternoon? by Opie812 · · Score: 1

      I was just putting the covers on my TPS reports when I read this. I spewed Coke all over them. Thanks a lot!

      --
      I'm not a nerd. Nerds are smart.
  11. For the Death's Gate Fans... by Anonymous Coward · · Score: 1
    Word hit the streets after several mangers of the IE division posted on the IE blog."

    The greedy Welves wanted to hoard it to themselves.
  12. I wonder how long... by Dragon+of+the+Pants · · Score: 1, Redundant

    ...it will take for it to be compromised. Is it a matter of minutes or hours?

    1. Re:I wonder how long... by salle_from_sweden · · Score: 1

      Yeah I was thinking that as I read the article, is ie7's release really "Stuff that matters" and then I thought the first malware using a backdoor in the program will be some news that I'll find interesting.

    2. Re:I wonder how long... by arth1 · · Score: 2, Insightful
      is ie7's release really "Stuff that matters"

      Rather "matter that stuffs", if you ask me.

      The Microsoft Way (not to be confused with the street) is to have the poor browser do a whole lot of thing a browser never was meant for, including being a distribution channel for executable libraries, a pretty border around other applications (which in turn can embed IE (which in turn can embed other apps (et cetera))), and a trust inheritance engine that hides the trust chain from the user.

      This overloading wasn't exactly what admins meant when they told Microsoft to go stuff it.
    3. Re:I wonder how long... by dubiousmike · · Score: 1

      My computer or my values?

    4. Re:I wonder how long... by Res3000 · · Score: 1

      IE7 release is "stuff that matters".

      I don't know how many do professional webdesign/web programming, but a lot have websites. And with the release of IE7 you have to make sure again that it works on IE7. So it matters.

  13. I can hear... by Viking5150 · · Score: 1

    ...a collective sound of relief from Web Developers around the world.

    1. Re:I can hear... by Kelson · · Score: 2, Insightful

      Yep. Now we just have to see how quickly IE7 and the rest supplant IE6.

      Personally, I'm hoping that anyone who can't install IE7 will instead try out Firefox or Opera. And anyone who can install IE7 will do so quickly, or switch quickly.

      Unfortunately there are plenty of people who can't install *anything* because IT locks the machine down, and plenty of people who won't install anything because they're afraid they'll break something.

      Still, the sooner IE6 disappears, the easier things will be.

    2. Re:I can hear... by Tony+Hoyle · · Score: 1

      IE7 will be sent out as a high priority upgrade on windows update. MS have said this already.

      This means that it'll supplant IE6 pretty damned quick for the average home user. Businesses will be slower of course (those that have an update server (whatever they called it this week) anyway).

    3. Re:I can hear... by BLACKtactx · · Score: 1

      I agree with its going to be a little easier, but alot easier i am dubious about. Unfortunately all the sites that we have had to hack to pieces to get working in ie 6 are just about to come back to haunt us as they break in this new browser Microsoft have only from my reckoning only implemented 58% of the CSS 2.0 framework, compared to figures in the 90's for other browsers (I have no direct source for these figures this info- so may be wrong) So, i dont breathe a sigh of relief at all. More a frustrated sigh that once again Microsoft have missed the mark. At least the 3 pixel jog is fixed.

    4. Re:I can hear... by Kelson · · Score: 3, Interesting
      Microsoft have only from my reckoning only implemented 58% of the CSS 2.0 framework, compared to figures in the 90's for other browsers (I have no direct source for these figures this info- so may be wrong)

      You're probably thinking of this table.

    5. Re:I can hear... by BLACKtactx · · Score: 1

      Yup, that will do it :-).

    6. Re:I can hear... by SocialEngineer · · Score: 1

      As a web developer, I have to say.. "Uhh, no."

      They aren't even planning on reaching 60% compliance any time soon - and who knows what new rendering problems will be discovered over the course of a few weeks after developers start playing with IE7's updated rendering engine.

      The damage was done a long time ago, and any chance of making life easier for developers any time soon is pretty slim. Most web developers/designers I know don't even come close to adhering to web standards - mainly because they don't want to make any effort to fix things in IE. MS and the IE team knows this - I'm willing to wager a small sum that they aren't too interested in making things right for us (web) developers.

      Reminds me of the classic Ballmer developer speech - Sometimes I wonder if he says "except for web developers" under his breath after his initial energetic vocal ejaculation.

      --
      "Better to be vulgar than non-existent" -Bev Henson
    7. Re:I can hear... by Sadiekiller · · Score: 1

      haha, I actually Can't install it. it always fails. not that i really want to bother with it, but i think its funny. I use firefox anyway, but i want my windows update to be secure.

      --
      I am Sadiekiller. I eat the spiders. I roll on my back. I bark at horses as they pass. I am a Dalmation.
    8. Re:I can hear... by toddestan · · Score: 2, Informative

      Still, the sooner IE6 disappears, the easier things will be.

      I don't see IE6 going anywhere anytime soon. IE6 is the end of the line for Windows 98, ME, 2000 and XP pre-sp2. A lot of people are running those operating systems and aren't going to be changing anytime soon. Heck, even IE5 still seems to be clinging onto 3-5% of the market, despite the fact that it's over 5 years old.

    9. Re:I can hear... by Anonymous Coward · · Score: 0

      Remember: IE7 is only available for Windows XP and 2003
      So all average home users with other versions of Windows will not be able to install it.

    10. Re:I can hear... by jonadab · · Score: 1

      > Unfortunately there are plenty of people who can't install *anything*
      > because IT locks the machine down

      One supposes in that case that it's IT's responsibility to install the updates from Microsoft. You probably want to give them a couple of months or so for testing after the update comes out (large IT departments are crazy about testing everything before deploying it, go figure), but after that...

      > Still, the sooner IE6 disappears, the easier things will be.

      Indeed. I'd already gone ahead months ago and started using the alpha channel, and IE6 users can just *see* a funny-looking background color behind the images, because there isn't any other way to solve certain design problems. I'm looking forward to feeling free to use child and sibling selectors. (Any word on how soon IE7 is hitting automatic updates? Not until at least Patch Tuesday, I assume... and then you give IT departments a couple of months to test... Guess I better hold off till the end of the year or so.)

      On the other hand, I've already discovered one new (probably CSS related, but I can't prove that) layout bug in IE7 that does not occur in IE6, and which causes parts of the page to be blanked out. I spent a couple of hours at work figuring out what was going on and how to work around it and had to alter the page layout (on IE7) in order to resolve this.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    11. Re:I can hear... by Kelson · · Score: 1
      Any word on how soon IE7 is hitting automatic updates? Not until at least Patch Tuesday, I assume...

      Actually, it's sooner than expected: it'll hit automatic updates on November 1. Though it sounds like they're only targeting IE7 beta users at first, then adding systems with IE6 "after a few weeks."

    12. Re:I can hear... by thinsoldier · · Score: 1

      there are also a lot of people who don't comprehend the terms:
      open
      browser
      address bar
      download
      install

    13. Re:I can hear... by thinsoldier · · Score: 1

      "because there isn't any other way to solve "

      actually there is a way around the png problem in IE 6 using a bit of javascript.
      I believe there are 3 or 4 ways people have found around this problem.
      the 2 that I've tried seem to introduce other problems tho.

    14. Re:I can hear... by jonadab · · Score: 1

      > Actually, it's sooner than expected: it'll hit automatic updates on November 1.
      > Though it sounds like they're only targeting IE7 beta users at first, then
      > adding systems with IE6 "after a few weeks."

      Ah. When it's hitting automatic update for IE6 users is what I meant to ask. From a web developer's perspective, having IE7 beta users auto-updated to the formal IE7 release is less of an issue, because it doesn't much change the relative usage numbers for IE6 versus IE7. I mean, yes, obviously you want the beta users to get the update to the final release, but not for the same kinds of reasons that you want IE6 users to upgrade. It doesn't have an impact over whether we can finally start using the alpha channel in our images and child selectors in our stylesheets, for instance.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    15. Re:I can hear... by jonadab · · Score: 1

      I'm familiar with that, but it only *sometimes* works, and it's hard to pin down _when_ it's going to work, and in any event it's not an _other_ way to solve the layout problems I was talking about: it's a way to use (on IE6) the _same_ way to solve them that is used on every other browser, specifically, it's a way to use the alpha channel and have it actually work -- well, _sometimes_ actually work -- on IE6.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  14. I prefer to think of it as... by patio11 · · Score: 5, Funny

    "Yay, finally half of my incoming support calls will vanish without me needing to make a housecall to install Firefox first."

  15. Re:Yay! by Anonymous Coward · · Score: 0

    Yeah, and only half the CSS support

  16. User interface? by FlyByPC · · Score: 3, Interesting

    So can the WMP-inspired interface be made to go away, and the interface made to look like a real Windows app (with the menu bar, and IE6-style controls etc?)

    I think I'll stick to Firefox, thanks.

    --
    Paleotechnologist and connoisseur of pretty shiny things.
    1. Re:User interface? by Anonymous Coward · · Score: 2, Interesting
      So can the WMP-inspired interface be made to go away, and the interface made to look like a real Windows app (with the menu bar, and IE6-style controls etc?)

      I think I'll stick to Firefox, thanks.

      Oh, but didn't you know... both Vista and Office 2k7 hide menus and favor tool bars like IE7! You're supposed to "get used to it"! We are Microsoft - Resistance is futile.

    2. Re:User interface? by Z34107 · · Score: 4, Insightful

      Hmmm... a cleaner interface is a bad thing because it was Microsoft that innovated?

      IE7 leaves much more space open on your screen for actual web browsing compared to IE6 (or Firefox, or most any browser minus lynx). Everything's accessible from a toolbar that uses the same icons Windows and IE have used since the dawn of time. And your precious menus that'll make it look like a "real Windows app" are hidden by your "alt" key.

      Office 2007 uses a "ribbon" - a tabbed toolbar. It's pretty damn slick - you don't need your drawing tools open unless you're editing a picture, so you go to your drawing tab. (Or, you can use the toolbar that hovers by your mouse when you start editing a picture, or the formatting toolbar that appears by your mouse when you select text, etc.) It's so much cleaner, and intuitive.

      But Microsoft changed things. They're not ugly and just-barely functional anymore. That's why I'm getting a Mac.

      --
      DATABASE WOW WOW
    3. Re:User interface? by sabernet · · Score: 2, Informative

      Wow...I'm usually the last bugger to defend MS, but you can indeed show the menu by right clicking and checking "Menu bar".

      Not there by default though.

      I must admit, IE7 ain't bad. Still gonna use FF or Flock(for shared bookmarks) for now though.

    4. Re:User interface? by Huh? · · Score: 1

      I don't know, Safari seems pretty darn clean to me. And long before IE7 for that matter.

    5. Re:User interface? by Overly+Critical+Guy · · Score: 1, Insightful

      Are you serious? You're calling IE7's interface "cleaner?" IE7 doesn't expose any more space than IE6 does for the web view, and it actually gives you less space on the tab bar by jamming the toolbar onto it. Worse yet, they stupidly put it on the right side so you have to mouse further to get to it, as well as placing the stop and refresh buttons on the right side of the address bar. And even if you only have one window open, you're always stuck with a tab that has a weird, pseudo-mini-tab to the right of it which looks hideous.

      If anything, Microsoft is getting even uglier (have you seen Vista or Windows Live Messenger? Blech).

      --
      "Sufferin' succotash."
    6. Re:User interface? by Tim+C · · Score: 0, Troll

      Worse yet, they stupidly put it on the right side so you have to mouse further to get to it, as well as placing the stop and refresh buttons on the right side of the address bar.

      Over on the right side - you mean just above the scrollbar, that a lot of users will be using to scroll with? Their mouse will already be on that side of the screen. In fact, with the lack of a menu bar, there's no reason to not be there, as there's little or nothing on the left of note.

      have you seen Vista or Windows Live Messenger? Blech

      Beauty is in the eye of the beholder; I actually quite like them, although admittedly I've not spent a lot of time playing with Vista (couldn't get my wireless dongle working with Beta 2).

    7. Re:User interface? by baadger · · Score: 2, Insightful
      If anything, Microsoft is getting even uglier (have you seen Vista or Windows Live Messenger? Blech).

      Vista isn't that bad once you tweak it. The first things I have been doing with the beta/rc versions are:
      • Disable Glass/Transparency and Desktop Composition (Using the advanced system settings dialog which they buried)
      • Switch to the "Aero Basic" theme (Yes, this is a seperate step)
      • Remove the useless 4 pixel "border padding" on windows
      • Get rid of the Segoe UI font (I use Tahoma) and tweak the font sizes
      • Put Run back on the Start Menu and switch the start menu and tweak a few other bits on it
      • Disable UAC (I don't trust it)
      • Enable DEP (x64 only) for "All Programs and Services" (It has mitigated quite a few of the XP critical issues recently). I add a few executables that don't work with it on (printer software) to the exception list
      • Disable IE7's phishing protection (for privacy reasons)
      • Disable the built in Firewall (i'm behind a well managed router), Automatic Updates (I'm in a routine for the 2nd tuesday of the month and read Slashdot so it's no big deal for me) and some other miscellaneous security warnings.
      • Switch my account to a Limited User account (By adding it to Users and removing from Administrators groups using MMC)
      .... once again MS has just chosen shitty defaults.
    8. Re:User interface? by AaronLawrence · · Score: 3, Insightful

      Sounds like you turned off the "Vista" part of Windows Vista

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
    9. Re:User interface? by Trollificus · · Score: 1

      Agreed. As much as we love to bash Microsoft, it's actually not a bad program. But it's just missing too many things that I've come to take for granted in Opera. It's the little things that count, like right-click contextual dictionary/translation/search/go-to-url options or the ability to completely change and/or move every element of the UI to my liking. Microsoft is on the right track, though. I just wish they would have integrated some kind of dictionary search into their new toolbar search. Or at least added mouse gestures.

      --

      "People should be allowed to keep midgets as pets."
      - Gov. Jesse Ventura

    10. Re:User interface? by Overly+Critical+Guy · · Score: 1
      Over on the right side - you mean just above the scrollbar, that a lot of users will be using to scroll with? Their mouse will already be on that side of the screen. In fact, with the lack of a menu bar, there's no reason to not be there, as there's little or nothing on the left of note.


      Thank you for mentioning the lack of a menu bar, a criticism I left out. As for the scroll bar, everybody uses the mouse wheel now! And that doesn't change the fact that putting the toolbar on the tab bar gives you less room for tabs.

      You like Windows Live Messenger with its banner ads and 20 sidebar buttons? I've never seen such a jam-packed interface. Yikes!
      --
      "Sufferin' succotash."
    11. Re:User interface? by Tim+C · · Score: 1

      As for the scroll bar, everybody uses the mouse wheel now!

      Including laptop users without a mouse? My ex's laptop even has an area on the mousepad that acts like the wheel, but she still mouses over to the scrollbar and does it "by hand", as she prefers doing it that way. (Drives me nuts to watch it, but that's another matter...)

      You and I use the mouse wheel (or the keyboard), but not everyone does. Not that that changes the fact that they appear to have at least attempted to group controls close together on the screen.

      I've not used IE7 much (and have no plans to switch to it now - I have *never* used IE as my primary browser, even when even I had to admit it was better than NS4), so the lack of a menu bar hasn't really affected me. I'm used to it from WMP and Messenger though, where I chose to hide the menu bar as I almost never used it. (It really should be a configurable option though, imho).

      You like Windows Live Messenger with its banner ads and 20 sidebar buttons?

      Well, you can switch the sidebar buttons off (and have been able to since I started using it), and I don't spend enough time on the contacts list to really care much about the banner ad on that, which is reasonably small and unobtrusive. The text link ads on the conversation windows irritated me a little at first, but so far the usefulness of the app outweighs the irritation factor.

      Besides, neither of these things have changed since the previous version; I assumed you were referring to the things that have changed (eg the colour scheme, window layout, contacts management window, etc)

    12. Re:User interface? by freeweed · · Score: 1

      Just like most geeks in the know turned off the "XP" part of Windows XP.

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    13. Re:User interface? by Overly+Critical+Guy · · Score: 1
      Including laptop users without a mouse?


      I can only rely on anecdotes here, as every laptop I've ever owned has included some form of scrolling functionality.

      Well, you can switch the sidebar buttons off (and have been able to since I started using it), and I don't spend enough time on the contacts list to really care much about the banner ad on that, which is reasonably small and unobtrusive. The text link ads on the conversation windows irritated me a little at first, but so far the usefulness of the app outweighs the irritation factor.


      Whoa! There are actually ads in your conversation windows?! That's lame. I guess I'm so used to the minimalist iChat that it freaks me out when I take a look at what the PC users are running for their IM clients.
      --
      "Sufferin' succotash."
    14. Re:User interface? by gad_zuki! · · Score: 1

      >but you can indeed show the menu by right clicking and checking "Menu bar".

      Great, now tell it to the millions of windows users who have no idea on how to change menu bar settings. This stupid little change alone is going to make every support persons job a pain in the ass for the next few months. Most users can barely work a basic looking windows app. When it comes to WMP-style re-doings they have no clue.

    15. Re:User interface? by Z34107 · · Score: 1

      You've got to be joking. Have you even used IE7? Seen a screenshot?

      They got rid of the menu bar - that's about thirty pixels there. The address bar is about the same size and the navigation buttons are included on it, but the toolbar is also narrower. All the functions formerly accessible from the menu bar (which is still at your "alt" key if you really want it) can be accessed from 7 buttons - and three of those are responsible for the entire favorites menu and the new RSS reader.

      All in all, IE7 has 10, tiny buttons. IE6 has 14+ big, ugly buttons depending on whether or not you axed some of the defaults. Since 10 is less than 14, and IE7 has the same functionality as 6 and then some, I'd call IE7 cleaner.

      Besides that, using the "favorites" will no longer make your eyes bleed. Favorites/History/RSS subscriptions have their own collapsable side panel, instead of some stupid scrolling menu.

      And, before anyone makes a jab at ActiveX - Firefox has it, too. Except their ActiveX controls are called "extensions". Except that they don't run in a sandbox, have any security restrictions, nor any privilige limitations.

      --
      DATABASE WOW WOW
    16. Re:User interface? by OfNoAccount · · Score: 1

      The menu bar can be temporarily revealed by holding down the Alt key, or permanently enabled by selecting it via Tools/MenuBar.

      Another useful trick is enabling a different search provider - right click the dropdown next to the search magnifying glass, and select Find More Providers.

      I hate to say it, but I've been running Firefox 2.0 RC versions for a while, but under Vista at least I prefer IE7. I much preferred Firefox to IE6 under XP though.

    17. Re:User interface? by Tim+C · · Score: 1

      I can only rely on anecdotes here, as every laptop I've ever owned has included some form of scrolling functionality.

      Fair enough; I've only actually "owned" one laptop (and that's actually my ex's, but I bought it for her), but the couple I've used at work a few times have definitely not had anything to scroll with. Neither did the ones owned by my two friends that I recently helped sort problems out for.

      Drove me nuts...

      Whoa! There are actually ads in your conversation windows?! That's lame.

      Well, they're a single line of text (maybe a dozen or so words) along the bottom of the window, but yeah, it is pretty lame. Some of them are vaguely amusing at times though, like the ones that promise a free iPod with every loan (that's probably just my warped sense of humour though).

      Like I said though, it's currently too useful to abandon; I've also not had good experiences with gaim, which I've tended to find crashes at the drop of a hat. At least Messenger is reasonably stable.

    18. Re:User interface? by thinsoldier · · Score: 1

      a few years back I came across an office full of people who were convinced that the mouse scroll wheel only works in IE.

    19. Re:User interface? by thinsoldier · · Score: 1
      have definitely not had anything to scroll with.
      not even up and down arrow keys?
    20. Re:User interface? by thinsoldier · · Score: 1

      never heard of a site that required me to install an ff extenstion (except maybe that one that lets you use ff to install windows updates)

      never had a ff extension screw over my entire OS

      Don't think ff extensions have anywhere near the possibly dangerous freedoms allowed to active x

      looking at some ie7 screenshots and comparing to my FF:
      I heard they removed a lot of the customizability of the IE toolbars in v7? If that's true, it'll suck for me.
      My FF has the File-Edit-etc.. and bookmarks toolbar and 6 extension related buttons and the search box
      and forward/back/refresh/home all on the same all on the same top line.

      some would say that's a bit cramped but it's how 'I' like it.
      it allows my address bar on the 2nd line to span the full width of the screen which is often very useful for web devs and other people who happen to understand how urls work.

      3rd row is tabs.

      Point I'm trying to make is that even if many people think MS has again chosen crappy defaults for IE and the OS as a whole, this problem can be fixed by giving the users easily accessible ways of changing the defaults to something they would like.

      But as other posts have pointed out, all the OS defaults that I would want to change are totally buried and I'd never find where to change all of them.
      And I've heard that a lot of the flexibility of IE's toolbars is totally gone.
      I hate it's default appearance and I'd really hat not being able to change it.

      Can I get rid of the new tab button? I've been using ctrl+T even before firefox with avant browser. I have no need for that dumb looking and poorly placed button.

    21. Re:User interface? by Maset · · Score: 1

      Well I still find Opera gives me the most useable screen real estate in a browser out of any of the top 3 (IE, Ff, Opera) 'out of the box'.

      The only thing I really miss in Opera is the level of plugin developers that firefox has.

  17. I can't seem to download it... by DaveM753 · · Score: 2, Funny

    IE6 keeps crashing due to all of the spyware/malware/trojans that installed themselves.

    ;-)

    1. Re:I can't seem to download it... by LinuxIsRetarded · · Score: 0, Troll

      Perhaps you shouldn't run as an administrator and blindly accept every ActiveX installation you're prompted with when visiting porn sites.

    2. Re:I can't seem to download it... by maxume · · Score: 1

      When the box pops up saying "R Ju Powned Suxor?", don't click on the smiley face.

      --
      Nerd rage is the funniest rage.
    3. Re:I can't seem to download it... by DaveM753 · · Score: 1

      Damn (pop-up), I (pop-up) already (pop-up) did (pop-up). Jane! (pop-up) Stop (pop-up) this (pop-up) crazy (pop-up) thing!



      (pop-up)

  18. People will be working hard tonight! by Rendo · · Score: 2, Funny

    Agent: Thank you for calling tech support, how can we help you? Customer: I just installed an update to IE and my internet is now broke. Agent: *sigh* You're only the 500th person in the last hour to call, there's not much we can do call M$ since their sad attempt at catching up with the times is too little too late and to boot it wasn't done as best as possible. I suggest you use FireFox instead! Customer: What's FireFox? Agent: You know how girlfriends are better than wives? Customer: Uh... sure. Agent: FireFox is your sexy girlfriend, while IE is your ugly wife. Customer: Thanks for the help!

    1. Re:People will be working hard tonight! by Anonymous Coward · · Score: 0

      that was funny as hell but you need to use
      's. you almost made my friends list

    2. Re:People will be working hard tonight! by Anonymous Coward · · Score: 0

      Firefox is not InterCapped, DumbAss(tm)

    3. Re:People will be working hard tonight! by aussie_a · · Score: 4, Funny

      Customer: Where can I locate this sexy girlfriend?

      Agent: Just go to firefox.com

      Customer: But.... I can't. My internet is broken. I already told you that.

      Agent: Aaaaah... I gotta go. Bye.

    4. Re:People will be working hard tonight! by Anonymous Coward · · Score: 0

      FireFox is your sexy girlfriend

      Yes, sexy and FAT. :)

    5. Re:People will be working hard tonight! by Anonymous Coward · · Score: 0

      FireFox is your sexy girlfriend, while IE is your ugly wife.

      ...and Opera is a sweet little sixteen year old redhead that already knows the tricks you had to teach your girlfriend.

      P.S: In my country, sixteen year olds are legal.

    6. Re:People will be working hard tonight! by Anonymous Coward · · Score: 0

      Or as they say in the carribean, meat is for man, bone is for dogs.

    7. Re:People will be working hard tonight! by Milton+Waddams · · Score: 1

      When I used to work in a call centre as a student, I used a cool little trick. I'd say something like "OK, what you need to do is..." and then cut them off! Genius! Why haven't more people thought of this?

  19. A year and a half? by gumpish · · Score: 4, Insightful
    After over a year and a half, IE7 has been released
    I hate to break it to you Luis Escalante, but IE 6 was released in August 2001.

    (Yes, strictly speaking 5 years is "over a year and a half", but the point remains.)
    1. Re:A year and a half? by Mikachu · · Score: 5, Informative

      I believe he's referring to a year and a half since IE7's development was announced. According to wikipedia, that's about accurate.

    2. Re:A year and a half? by Slashdiddly · · Score: 1

      So what you're saying is this is the version of IE for the post-9/11 world we live in. I miss Katz.

  20. What's that? by mattwarden · · Score: 1

    I hear screams.

    1. Re:What's that? by J_Doh! · · Score: 1

      Yep the screams ie users everywhere when they have to click another security popup button to allow the page to display correctly. No more security just massive frustration to do basic things........ Get Firefox

      --
      To secure peace is to prepare for war ...
  21. Anyone know by kihjin · · Score: 5, Funny

    ... when the Linux port will be available? ;)

    *ducks*

    --
    This slashdot-related signature is a stub. You can help kihjin by expanding it.
    1. Re:Anyone know by Anonymous Coward · · Score: 0

      I don't know. Will it's built in operating system run under wine?

    2. Re:Anyone know by pestilence669 · · Score: 1

      Yeah! How does this thing run under Wine? I'm pretty happy with IE6 on Linux. It's faster than running IE natively under Windows. ... native port? The closest thing I remember was the IE port for Solaris. What a hunk of crap.

    3. Re:Anyone know by ashwinds · · Score: 3, Funny

      Two weeks after apple releases the safari port.

    4. Re:Anyone know by Dirtside · · Score: 1
      ... when the Linux port will be available? ;

      *ducks*

      Linux... Did you mean " *penguins* "?
      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    5. Re:Anyone know by Techtoucian · · Score: 3, Interesting

      This is a decent question. I'm a web developer, and the only reason I use Windows is to make sure Internet Explorer renders things properly. Sure, IE7 is a gigantic step up, but it's still not to the point I can say "Well it works in Opera and Firefox, therefore it'll work in IE."

      Unfortunately it's not looking too likely we'll see Wine being able to run Internet Explorer any time soon, thanks to the bundled Windows Genuine Advantage software. There's lots of implications in emulating a "genuine" Windows machine, so it will be interesting to see how this plays.

    6. Re:Anyone know by Anonymous Coward · · Score: 0

      Soon if these guys have anythign to say aobut it.
      http://www.tatanka.com.br/ies4linux/page/Main_Page

    7. Re:Anyone know by Anonymous Coward · · Score: 0
      I'm pretty happy with IE6 on Linux.

      Why???!!!????
    8. Re:Anyone know by jZnat · · Score: 1
      I just tried the version for XP SP2, and I got this error (wine 0.9.23):
      wine: Call from 0x402da6 to unimplemented function KERNEL32.dll.HeapSetInformation, aborting
      wine: Unimplemented function KERNEL32.dll.HeapSetInformation called at address 0x402da6 (thread 0009), starting debugger...
      Unhandled exception: unimplemented function KERNEL32.dll.HeapSetInformation called in 32-bit code (0x7efb7457). ...
      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    9. Re:Anyone know by joebutton · · Score: 3, Informative
      I'm a web developer, and the only reason I use Windows is to make sure Internet Explorer renders things properly.

      You probably know this already, but anyone in a similar position should definitely check out ies4linux. IE6 / 5.5 / 5.0 only so far I'm afraid, but it works very well.

    10. Re:Anyone know by clickclickdrone · · Score: 1

      >... when the Linux port will be available? ;)
      You want it on Linux? You mad fool!

      --
      I want a list of atrocities done in your name - Recoil
    11. Re:Anyone know by lunaticLT · · Score: 0

      Try CrossOver from CodeWeavers. I am a web developer too and I run IE6 on Ubuntu with it.

      You can also try IEs 4 Linux: http://www.tatanka.com.br/ies4linux/page/Main_Page

    12. Re:Anyone know by rlp · · Score: 1

      ... when the Linux port will be available?

      When it's ready!

      --
      [Insert pithy quote here]
    13. Re:Anyone know by archen · · Score: 1

      Heh, that would be rich. They port it to linux but drom windows 2000.

  22. On wine under Edge Eft by DoofusOfDeath · · Score: 1

    Just FYI, I'm running up-to-date Ubuntu Edgy Eft, and when I naively try to install IE7 using wine, I get an error dialog. It's title is, "Extraction Failed", and its text is, "Unable to find a volume for extraction. Please verify that you have proper permissions."

    There could be a way to do this, I just figured I'd post an early result.

    1. Re:On wine under Edge Eft by DaveM753 · · Score: 2, Funny

      Response #1:
      Hmmmm....did you try installing Wine-dows Genuine Advantage?

      Response #2:
      "Please verify that you have proper permissions."
      You have to ask Bill G really nicely.

  23. Competition by Concern · · Score: 5, Insightful

    Once again, competition wins. Microsoft, after leveraging their monopoly power to win the browser wars, had summarily decided that there was no longer anything else in IE that needed work. IE was effectively frozen for years, bugs and all - cracked open, by stern policy, only for security fixes.

    It took a free software effort with no hope of profit to do so, but MS has at long, long last bestirred themselves to code again. This has once again demonstrated the baseline of what MS' monopoly will do. Since it is not economically feasible to confront MS's monopoly powers, the commercial market for product X (browsers, office apps, OSs, etc) is effectively destroyed (sorry Opera), but at a minimum, MS is forced to compete against what the community can develop for free.

    Never forget - human beings are lazy by design, and so are our organizations. No business, no politician, no religious leader, will exhibit much virtue except under threat. This is why competition and democracy have been largely effective as policy.

    Whether MS wins or loses the browser war (or these days, the browser cold war), or the OS war, we have already won, because we have pushed them to innovate, to make their products more stable, more credible, and more powerful.

    --
    Tired of Political Trolls? Opt Out!
    1. Re:Competition by Kelson · · Score: 4, Insightful

      And best of all, Microsoft has realized they have to keep going:

      Dave Massy (Moderator):
      Q: Now that IE7 is nearing completion, can you give any information on how regularly you plan to release future versions of IE?
      A: We definitely plan to release on a regular basis. Exactly when the next release will be is difficult to predict adn we still have plenty of planning and work to do. You can be assured that it will not be 5 years until the next release of IE though :) we are plannign the next two versions now.
    2. Re:Competition by Anonymous Coward · · Score: 0

      It really depends on your point-of-view... Firefox will keep improving regardless of competition, and even if 90% of the world is using IE, you'll always have the freedom to use Firefox instead.

      Competition is not the panacea that the American Way preaches it to be, it needs to go hand-in-hand with cooperation. Sorry, I'm not talking about your post in particular, but why for every article about a good idea, there's an american journalist inserting the "competition" mantra between lines? Can't a good idea just be a good idea without the need to keep justifying capitalism?

    3. Re:Competition by Doomstalk · · Score: 1

      Also note that their last major revision coincided with a major OS release. Some with this one. They only seem to crack the ol' IE revision out when they need to match it with a new OS look and feel.

    4. Re:Competition by Anonymous Coward · · Score: 0
      And yet, Linux continues to be the same impossible-to-use monstrosity it has always been.


      Hummm.... both my eight year old son and my ten year old daughter log into my one of the linux machines in our house and use them daily. They browse the internet, IM their friends, write things in open office, change their background pictures, and play games with no problem at all. If you are having problems you must not be quite as smart as an eight year old.
    5. Re:Competition by MtViewGuy · · Score: 1

      But here's the question: when do you think the Mozilla Foundation releases the final version of Firefox 2.0? My guess is probably within the next seven days, especially now that they're up to Release Candidate 3.

    6. Re:Competition by Bert64 · · Score: 1

      I wonder why linux would need a toll free licensing hotline....

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Competition by Das+Modell · · Score: 1

      It has nothing to do with intelligence.

    8. Re:Competition by Antique+Geekmeister · · Score: 1

      The competition of FireFox is one reason, but the timing of the release of IE7 has other reasons. Notice that it's being released *after* Win95, Win98, WinME (and all DOS based releases), and even earilier the versions of NT based releases up through WinXP SP1 have all had support ended. This makes weaving IE7 inextricably into the operating system, since they really only have to support a few operating systems and can rely on the presence of Microsoft's latest OS level tools and updates. This makes coding in new "features", such as tight integration with Windows Media, .NET, Active Directory, and Microsoft-sold DRM such as Trusted Computing tools vastly easier for the authors of this new tool.

      And the need to do Microsoft updates continues to force people to use Internet Explorer: FireFox cannot easily fix that, unless they can create a plug-in to deal with the requirements for Windows update sites. I'd love to see that: it would help me migrate my clients from Internet Explorer.

    9. Re:Competition by dylan_- · · Score: 1
      They're starting to look more and more like us.

      Hey, wait a minute. Why don't we look more like Microsoft?

      "We"? "Us"? You're a MICROSOFT EMPLOYEE! It says so right there in your blog, and this is the second time you've tried to pass yourself off as something else. Are you ashamed of where you work or something?
      --
      Igor Presnyakov stole my hat
    10. Re:Competition by Monchanger · · Score: 1
      I wonder why linux would need a toll free licensing hotline....
      I think he meant a toll free free licensing hotline.

      And we have one- it's called the GPL, and it is already included with Linux and for the average user can be summed up with "do whatever you want with this and feel free to make copies for your friends."
    11. Re:Competition by Ash-Fox · · Score: 1
      Note: I will talk about Ubuntu Linux, because I don't want to go on about where to go for each distro like Debian, Mandriva, Fedora, SuSE, etc. etc. etc.
      Microsoft is now creating open standards, open formats, even open source applications
      I liked how the open standards took dramatic twists when for example Mono started. Suddenly it looked like there were 'dramatic' changes in some areas just to make it difficult -- at least to me.
      not one hundred percent of the time, but hey, they're doing it! They're starting to look more and more like us.
      Not really. The open formats were providing less features, less extendible than Microsoft's secret proprietary formats, and I'm supposed to believe this work is just as good? Think of Microsoft's XML document format and the DOT XML standard. The non-microsoft one was built to be extendible, had plenty of features and did not have less features than Microsoft word doc.

      Where's our readily accessible documentation localised in dozens of languages?
      Provided you install the localisations: /usr/share/doc

      It's also not useless like Microsoft's helpfiles.
      Where's our toll-free licensing hotline?
      Licensing? What? Is this about 'activating' linux or some non-sense?
      Where's our reliable and knowledgeable tech support team?
      Well, for ubuntu for example, you can use the ubuntuforums, the ubuntu IRC channel, also providing specific channels for different languages like #ubuntu-countrycode, for example, Polish is #ubuntu-pl. Google groups, Online wiki documentations and so on. FREE, NO COST AT ALL.

      Commercial support is also available [1] [2]

      Now, Microsoft reliable support team? I've had to wait on the phone for hours to get a response from paid support, only to be told "I don't know" and that I should probably try doing a long distance non-free call.
      Our software assurance subscription that actually sends a disc in the mail when there's an update?
      You can subscribe to announcement mailing lists, and then request a FREE DISC, NO COST AT ALL CD from here.

      Honestly, people. Why is Microsoft getting so much better, while *we're* really starting to SUCK?
      Eh?

      You know what really bugs me? That last one. I used to pay $4.95 a month for a quarterly package of three major Linux distributions. I liked that.
      I'm able to get copies of major linux distributions with magazine subscriptions for something around that price here. By the way, where can I get that for Windows for that price?
      So how come now I only get that from Microsoft?
      Because you aren't in the know.
      --
      Change is certain; progress is not obligatory.
    12. Re:Competition by Concern · · Score: 1

      You're quite right - competition is not a panacea. That's why I was careful to say "largely."

      It's a tool in the societal toolbox. I think in this case it worked, and in many cases it does. But it's hardly an argument for laissez faire capitalism or libertarianism. Witness the US's boondoogle with privatized electric utilities (i.e. blackouts and doubled rates)...

      --
      Tired of Political Trolls? Opt Out!
  24. Actually by the-amazing-blob · · Score: 4, Insightful

    Actually, there will be quite a few people downloading it. I upgraded to IE7 beta to test out my pages on that. Now I'll upgrade to the final. Sadly, you still can't ignore IE.

    1. Re:Actually by arth1 · · Score: 5, Funny
      Sadly, you still can't ignore IE.

      Watch me.
    2. Re:Actually by bcat24 · · Score: 4, Interesting
      Sadly, you still can't ignore IE.
      That's not necessarily sad. As a hobbist/freelance web developer, I love that Microsoft is finally starting to get their act together. A more secure, more standards-compliant, less buggy IE is a Good Thing for almost everybody. It might not be perfect -- I was hoping for CSS display: table support -- but it's a nice place to begin.
    3. Re:Actually by LinuxIsRetarded · · Score: 1, Funny

      I can see the Slashdot headline now: "Microsoft declares bankruptcy; credits single idiot's refusal to download IE7 with downfall of company."

    4. Re:Actually by Overly+Critical+Guy · · Score: 4, Interesting

      Frankly, IE7 is a disaster in terms of a sane interface. It's bizarre--toolbar buttons on the same row with the tabs, giving you less space. A weird mini-tab always visible. Stop and refresh over on the right side of the address bar. The weird button+drop-down menu motif of the toolbar.

      It's 2006, and Microsoft STILL hasn't learned how to simplify its interfaces? On the contrary, they're complicating them even further.

      --
      "Sufferin' succotash."
    5. Re:Actually by JackieBrown · · Score: 1

      Where is the Linux version? Oh well...

    6. Re:Actually by Gwwfps · · Score: 1

      Having to come up with fixes for yet another broken browser is most definitely sad. I can tolerate them taking baby steps towards standard compliance, but before they reach some level where you don't need another whole new set of CSS for it, they shouldn't push it onto people in the form of Windows Update.

    7. Re:Actually by om3ga · · Score: 1
      I love that Microsoft is finally starting to get their act together.
      Yes, Starting is the keyword here!
    8. Re:Actually by Mixel · · Score: 2, Informative

      Right here.

    9. Re:Actually by Doctor+Crumb · · Score: 1

      I'm glad that somebody else is as annoyed with their new UI as I am. Doesn't MS have a UI standards document that they are supposed to follow, and are clearly not? They have hidden the file menu, shuffled all of the buttons around, renamed some bits, poorly copied things from other browsers... I get the impression that they are making things up just so that they are not seen as copying ideas; after all, "just because mozilla does it that way doesn't mean it's right". There was a time when MS put more effort into usability studies than the competition, but they must have entirely skipped that step to get IE7 out the door.

      While I hope that everyone who visits one of my websites in IE upgrades to IE7, I feel sorry for them choosing to use such a poorly designed browser interface.

    10. Re:Actually by autophile · · Score: 1
      As a hobbist/freelance web developer...

      Nasssty hobbissssts!

      --Rob

      --
      Towards the Singularity.
    11. Re:Actually by SEMW · · Score: 1

      Doesn't MS have a UI standards document that they are supposed to follow

      Yes, and they are following it. Trouble is, the standards document in question is the *Vista* user interface guidelines (hence the lack of file menu, button-menus, etc.). Microsoft's decision - whether you think it was a good one or not (probably not) - was to have the XP/2003 version of IE7 have the same UI as was developed for the Vista version. So IE across Windows versions is consistant, but IE with the rest of XP's applications is not.

      --
      What's purple and commutes? An Abelian grape.
    12. Re:Actually by Doctor+Crumb · · Score: 1

      That's about what I had guessed; it would have been nice if there was a "Classic mode" button/option. Ah well.

  25. Hey where's the Linux version? by MeNeXT · · Score: 0, Flamebait

    Yes this is flame bait, but so what?

    --
    DRM? No thanks, I'll just get it somewhere else...
  26. Alternate download link by Anonymous Coward · · Score: 5, Funny
    1. Re:Alternate download link by MidKnight · · Score: 2, Interesting

      That's friggin' beautiful. According to whois, it's been registered since 1999 by a UK gentleman; well done! I wonder how long 'till the lawyers descend....

    2. Re:Alternate download link by UltraAyla · · Score: 1

      I kind of want to cry...

      but in a good way.

    3. Re:Alternate download link by Crayon+Kid · · Score: 1

      If they pick on ie7.com then it's gonna be all over the media. More publicity for Firefox.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
  27. Re:Yay! by LinuxIsRetarded · · Score: 0, Flamebait

    ...and 1% of the memory leaks!

  28. Ugh. by hsmith · · Score: 2, Interesting

    Is all I have to say as a developer and business owner. Add this into the mix of shit I have to fix.

    Plus, watch out, it is reported that it will be a forced update November 1st. So less time than normal to ensure the final version is kosher with your web apps!

  29. Is it me or? by sponga · · Score: 2, Funny

    Does IE7 not render Slashdot right.

    I sometimes get the comments overlapping eachother.
    Only reason I have FF loaded is for Slashdot.

    1. Re:Is it me or? by Anonymous Coward · · Score: 0

      I have the same problem.
      Comment sections are currently totally unreadable under IE7.
      (I'm writing this using FireFox)

    2. Re:Is it me or? by Anonymous Coward · · Score: 0

      IE7 didn't render slashdot correctly for me, either, until I went to a pr0n site and came back. Dunno ... apparently boobies really are magical.

    3. Re:Is it me or? by aussie_a · · Score: 2, Funny

      Sounds pretty cool to me :) I hope Slashdot doesn't fix it.

    4. Re:Is it me or? by skuzzlebutt · · Score: 1

      me too...had to refresh, it all straightened out.

      --
      My debut novel AMITY now available: http://jeremydbrooks.c
    5. Re:Is it me or? by slack_prad · · Score: 1

      stupid Slashcode.
      Write to standards jerks!!!!

      --
      Sent from my desktop computer
    6. Re:Is it me or? by ronaldb64 · · Score: 1
      There are overlapping comments on Slashdot all the time. Sometimes it's hard to see what article a comment actually belongs to. And sometimes comments seem to attach them to each and every article. The worst offenders are the "In Russia...", "1. xxx, 2. ???, 3. Profit!", "All your base...", and "You must be new here." comments...

      Or were you talking about the actual rendering engine...?

      --
      There's no place like 127.0.0.1
    7. Re:Is it me or? by sponga · · Score: 1

      I hope they do and do not turn a cold sholder like that to people who can handle IE; there is a large user base out there and if they cannot read what Slashdot types than don't expect any sympathy.
      For IT people being around here they sure are scared/naive to load up IE and cannot seem to handle operating it. I have run years without problems because I am smart and know how to handle situations.

  30. IE division mangers by mybecq · · Score: 5, Funny
    ... after several mangers of the IE division posted on the IE blog.
    Several cattle and horses also tried to post, but they were quickly herded back into the cubicles.
    1. Re:IE division mangers by sjwest · · Score: 1

      Perhaps it means Steve Balmer throwed some chairs ?

  31. Re:Difficulties with install... by Shados · · Score: 3, Insightful

    It matters for web developers. A LOT. The faster IE6 can be ignored (it won't for years for mass scale sites, but for smaller stuff, web applications, etc it will be able to soon, relatively speaking), the least likely web developers will be to go totally bonker. I do feel for the ones that DO have to support everything from Netscape 4 and up though, it will be a nightmare to support in paralelle with IE6.

  32. Screenshots by Anonymous Coward · · Score: 0

    This is completely off-topic, but I am always surprised by the ugly screenshots (using whatever that silver theme is called) that Micro$oft puts on their web site. I mean, if you were trying to get a product out, wouldn't you try to make it look nice? For instance, Apple's screenshots of their products are always enticing and personally speaking, they make me want to try their software out. I am just surprised that M$ doesn't use a better theme such as Energy Blue when creating screenshots.

  33. Headline 3-4 years from now... by suggsjc · · Score: 4, Insightful

    I completely agree that not having *all* of the CSS support is a bummer. However, it is a minor piece of the puzzle in the grand scheme of things. You can't count on all of your users having an updated browser. You (in general) have to code to the lowest common denominator. Sites are just now starting to drop support NN4, but IE5 is still a big player. So...this is actually a headline for about 3-4 years in the future when people are considering having to accomodate IE7 and its shortcomings, and consequentially considering dropping support. Today, I still sit in backwards compatibility hell...tomorrow doesn't look good either.

    --
    When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    1. Re:Headline 3-4 years from now... by Anonymous Coward · · Score: 0

      My biggest headache is how M$ refuses to move technologies like CSS in a forward direction. Rather, they'd just re-invent their own technologies like DHTML.

      Just watch! They'll claim to have something better than CSS by 2008; call it "ActiveStyle" or some such, then push it through IE7 until the world simply concedes to the sheer mob of win-clones that accept it because it's the first browser on their PC.

      CSS is not dead, and not even wounded. It's a perfectly fine technolgy that has suffered from the mis-coordinated attempts by separate camps of developers to move it along.

      CSS works. It does far more than what it was first meant to do, but now we need to make it into a *comprehensive* standard, rather than just "a non-tabled approach".

      Hark, Web Heads! Those tables are likened to thatched huts! Look at your neighbor in their neo-classical brownstone! ...and your other neighbor has a full-brick colonial mansion! Why adhere to the old ways? Take some time to move yourself forward, and if you're so inclined, join the discussion about how to make it better!

  34. World's most secure browser: by Anonymous Coward · · Score: 1, Funny

    the original www text client.

    1. Re:World's most secure browser: by NoCorR · · Score: 1

      I prefer telnet.

      root@localhost:# telnet www.google.com
      GET index.html HTTP/1.0[enter]
      User-Agent: telnet[enter]
      [enter]

      Wheeee!

    2. Re:World's most secure browser: by VGPowerlord · · Score: 1

      That doesn't tend to work well on name-based virtual hosts. This does, though:

      powerlord@vgmusic.com$ telnet www.google.com
      GET / HTTP/1.1[enter]
      Host: www.google.com[enter]
      User-Agent: telnet[enter]
      [enter]

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  35. WGA by Anonymous Coward · · Score: 0

    Anyone knows if the evil WGA comes (Genuine Advantage, that too for free, come one how can you not have it etc.) along with the sucker? The only reason I want to upgrade is security patches - god knows till when IE6.0 will be supported.

    1. Re:WGA by BobboBrown · · Score: 1

      Yep, you've got to "Validate" as part of the install. Personally, I wouldn't bother. My install crashes when I try to log into Slashdot. How crap is that?

    2. Re:WGA by Kelson · · Score: 3, Informative
      The only reason I want to upgrade is security patches - god knows till when IE6.0 will be supported.

      Fortunately, he's not the only one. IE6 comes standard with Win2k SP, WinXP SP2, and Win2k3 server, so it'll be supported (on those platforms) as long as they are. That means if you're using Windows 2000 SP4, IE6 will be supported until 2010. For WinXP SP2, you'll have to look up the date.

    3. Re:WGA by Anonymous Coward · · Score: 0

      I didn't think Win2k/IE6 would last that long. Microsoft's web site states that OS support will only be for 5 years.
      That's why Windows ME and 98 were cut in July.
      IE6 might - it comes with XP, and for those who choose not to use automatic updates, they will probably still have IE6.

  36. Automatic update by Kelson · · Score: 5, Informative

    You'll be glad to know it's possible to block the automatic update to IE7.

    1. Re:Automatic update by Delirium+Tremens · · Score: 1

      Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0
      Key value name: DoNotAllowIE70

              * When the key value name is not defined, distribution is not blocked.
              * When the key value name is set to 0, distribution is not blocked.
              * When the key value name is set to 1, distribution is blocked.

  37. Re:Actually [Corrected] by bcat24 · · Score: 1

    Err, I meant to say I'm a "hobbyist", not a "Hobbist". :/

  38. now, how do I run this by netdur · · Score: 1

    with wine at linux box?

    you know!!! web developers need it

    --
    "Steve Jobs invented the world" -- Bill W. GATES
    1. Re:now, how do I run this by Mikachu · · Score: 1

      Good luck. It requires Genuine Windows to even install.

    2. Re:now, how do I run this by Cave_Monster · · Score: 3, Informative

      Apparently this is no longer the case (though I havent tried it to confirm) and you can actually run it under wine (with a little bit of work).... http://www.tatanka.com.br/ies4linux/news/28

    3. Re:now, how do I run this by jZnat · · Score: 1

      Doesn't work in WINE at the moment for some reason. I'm sure this'll be fixed in 0.9.24 or something.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  39. Famous Star Wars Quote: by Chabil+Ha' · · Score: 1

    "I've got a bad feeling about this..."

    --
    We're all hypocrites. We all have hidden parts, it's the contrast between them that make us more a hypocrite than others
    1. Re:Famous Star Wars Quote: by goonerw · · Score: 1

      "It's a trap!"

      --
      LOAD ".SIG"
      PRESS PLAY ON TAPE
    2. Re:Famous Star Wars Quote: by Ash-Fox · · Score: 1

      "It's a turp!"

      --
      Change is certain; progress is not obligatory.
  40. 6= 3 Pixel Jog by BLACKtactx · · Score: 1

    7 = 3.5 Pixel Jog??

  41. Comment removed by account_deleted · · Score: 2, Informative

    Comment removed based on user account deletion

  42. Not surprising by HotBBQ · · Score: 2, Interesting

    I find it very telling that the first /. discussion I open in IE7 was totally garbled and required to reloads to get it looking right.

  43. It looks increasingly like Firefox by hytt · · Score: 1

    Tabbed browsing, integrated search, RSS... IE looks increasingly like Firefox.

    1. Re:It looks increasingly like Firefox by Anonymous Coward · · Score: 0

      That's how I feel about Linux and it's relation to Unix but anytime I say that I get modded down... so what is your point?

    2. Re:It looks increasingly like Firefox by bluemonq · · Score: 1

      Tabbed browsing, integrated search, easier on the resources... why does Firefox look so much like Opera?

    3. Re:It looks increasingly like Firefox by Nicolay77 · · Score: 1

      And Firefox looks increasingly like Opera. So?

      It simply means that despite initial rejection tabs are a very good design decision. In fact, tabs are just MDI done right. MS ditched MDI in favor of SDI because they didn't got 'tabs' fast enough.

      In fact we all want IE7 to entirely 'copy' that Firefox 'innovation' known as CSS.

      (Opera: formerly known as "the tabbed browser")

      --
      We are Turing O-Machines. The Oracle is out there.
    4. Re:It looks increasingly like Firefox by bluemonq · · Score: 1

      Frankly, I couldn't give a rat's arse if Firefox was an Opera clone. What gets to me is that whenever Microsoft starts heading a bit more in the right direction, the response is more often than not just another complaint without any sort of acknowledgement that MS is at least working on the problem.

    5. Re:It looks increasingly like Firefox by Nicolay77 · · Score: 1

      You're right, however, MS will enjoy the marketshare.

      Is there a bigger acknowledgment than that ?

      --
      We are Turing O-Machines. The Oracle is out there.
  44. Crash burn crunch thud by Anonymous Coward · · Score: 0

    So I fire up the installer... it starts... I go to close the IE7 last release that I used to get the installer... and it locks up, of course, crashing a couple other programs with it.

    Why am I not surprised??

    --posting as AC due intense personal embarassment.. I'm a Unix sysadmin, should have known better...

  45. CSS Opacity by Ark42 · · Score: 4, Interesting

    If IE5.5+ supports "filter: alpha(opacity=50);" why couldn't they be bothered to add "opacity: 0.5;" CSS supoprt to IE7. At least they got the Alpha PNGs working good enough now. Also the still renders with tons of extra padding you can't get rid of, even with padding: 0px; so buttons still show up super large in IE compared to all the other browsers.

    1. Re:CSS Opacity by Crayon+Kid · · Score: 1

      I'd check my info if I were you.
      http://www.webdevout.net/browser_support_css.php
      Search for "opacity" on that page.

      Opera and Explorer (both 6 and 7) support the standard "opacity" just fine. Firefox doesn't, it uses -moz-opacity instead.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    2. Re:CSS Opacity by Anonymous Coward · · Score: 0

      Firefox supports .opacity

      moz-opacity is depreciated and has been for a long time.

    3. Re:CSS Opacity by dylan_- · · Score: 2, Informative
      Search for "opacity" on that page.

      Opera and Explorer (both 6 and 7) support the standard "opacity" just fine.
      I just checked that page. It says Firefox and Opera support it and IE doesn't. Are you sure that's the page you meant to link to?
      --
      Igor Presnyakov stole my hat
    4. Re:CSS Opacity by Abcd1234 · · Score: 1

      moz-opacity is depreciated and has been for a long time.

      I think you mean "deprecated"... given that Firefox is free, it can hardly depreciate. :)

    5. Re:CSS Opacity by thinsoldier · · Score: 1

      Do you actually make websites?
      NO?
      ok. Shut Up.

      Firefox Safari and probably Opera support opacity just fine.
      I just tested it.

      IE 6 does not. I just tested it.

      Also, your link, if you bothered to read it properly it says
      OPACITY
      IE6: NO
      IE7: NO
      FF1.5: YES
      OPERA9: YES

  46. No Mac Version? by MightyYar · · Score: 2, Funny

    Hmmm, I can't seem to find the Mac version. I guess I'll have to keep using 5.2. I don't see it for HP-UX or Solaris, either. I wonder if this is a mistake, or if those rascals at Microsoft are up to something?

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    1. Re:No Mac Version? by BoberFett · · Score: 1

      Mac version? They don't even have a Windows 2000 version.

    2. Re:No Mac Version? by mattshadbolt · · Score: 1

      Microsoft publicly announced no more support or updated versions of IE for the Mac ages ago... no biggy if you ask me!

    3. Re:No Mac Version? by Anubis350 · · Score: 1

      ::swoosh::

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    4. Re:No Mac Version? by jellomizer · · Score: 1

      If you use Safari then that is the Mac Version. Look at the UI then look at safari. The only difference is polished Plastic vs. Brushed Metal. Microsoft saves a ton of money on R&D using the innovative CWAD approach (Copy What Apple Does). I was hoping to see a little bit more. Ill proably still install it on my work PC (just to make sure my code works cross browser) and hopefully it will make my life easer if it actually follows the standards better.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    5. Re:No Mac Version? by I_LV_MSFT · · Score: 0

      We appologize, but we could not find any HP-UX machines to test it on. We tried to fit a Sun Grid into the building but that failed as well. To top it off all Mac developers commited suicide after watching a few Mac vs. PC commercials.

  47. You can also opt out, but... by patio11 · · Score: 1

    ... many people won't. They'll be given the standard popup: critical security update, highly recommend you install, yadda yadda yadda: Install now, Don't Install, Ask Me Later. A heck of a lot of folks are going to hit the Install Now. I've already got my business website fixed for IE7 -- do you?

    1. Re:You can also opt out, but... by _xeno_ · · Score: 1

      Worse, though, some will opt out.

      Which leaves web designers having to support both IE6 and IE7. And there's still no easy official way to run both on the same machine.

      (I'm aware of the unofficial ways, but it's still annoying.)

      --
      You are in a maze of twisty little relative jumps, all alike.
    2. Re:You can also opt out, but... by splutty · · Score: 1

      And that's where VMWare comes in, or installs of windows on a bootable JAZZZZ floppy. Been doing that for a long time now. Actually works quite well. And if you use VMWare you can run ISS, IE5, IE6, IE7, Win2K, Win98SE, WinXP all on the same machine at the same time (some memory might be required :)

      --
      Coz eternity my friend, is a long *ing time.
  48. Bandwidth by Anonymous Coward · · Score: 0

    My goodness, how much bandwidth DO they have I mean God, I just downloaded this thing at 546K/sec on a cable modem

    1. Re:Bandwidth by Datamonstar · · Score: 1

      Try 3.5mb/s on T3. It's great.

      --
      The eternal struggle of good vs. evil begins within one's self.
    2. Re:Bandwidth by Anonymous Coward · · Score: 0

      google "akamai".

  49. "funny" but true by User+956 · · Score: 4, Insightful

    It's completely telling that the first comment on that page, is a comment by a guy who's worried IE7 is going to trash his computer.

    If that's the first reaction people have, firefox has a pretty good chance.

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:"funny" but true by shmlco · · Score: 4, Interesting

      And in typical Microsoft fashion, downloading and installing an internet BROWSER requires... what else? That you reboot your computer.

      Maybe it IS integrated, after all...

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    2. Re:"funny" but true by aliquis · · Score: 1

      Funny, it seems Microsoft want me to use another browser, I wasn't allowed to install IE7 ;/, oh well, big problem ;)

      (I just wanted to install it because it will probably be better than IE 7, I will still use Opera.)

    3. Re:"funny" but true by Thaidog · · Score: 0, Troll
      "a guy who's worried about IE trashing his computer"


      Well, if you've got IE on it at all it's trash already.

      --

      ||| I still can't believe Parkay's not butter.

    4. Re:"funny" but true by compupc1 · · Score: 5, Interesting

      IE 7 is actually less integrated than IE 6 was. However, the IE rendering engine is provided as a library for other applications to use. Any other applications that have embedded browser controls depend on IE -- and as they should. Applications should not have to deal with HTML rendering on their own. I would imagine this would cover everything from help systems to chat clients to things like the Add/Remove programs dialog.

      Since other browsers don't come pre-installed on Windows computers, IE tends to be a neccesity (whether Windows should make it easier for applications to rely on other 3rd party browsers is a separate issue). As such, a system reboot is neccesary as the rendering engine itself, exposed as a library, must be updated. Basically it just ensures nothing is using the browser control at the time of update.

      --
      -James
    5. Re:"funny" but true by Anonymous Coward · · Score: 3, Insightful

      While this may be true, it is possible to determine if other programs currently have your (old) library loaded up, and if they don't, you can safely replace it. Yes, it's even possible that one might ask the user to terminate the specific programs that are using the library, and if they don't want/can do that at the moment, to schedule the update for the next boot up.

      What is amazing is that there are installation programs who can do this, and they work very, very well (for me). Barring some very strange coding in the rendering engine libraries, which seem likely, I do not see why this can not be done. Yes, it would require some extra coding, but seriously, the inconvenience caused by unnecessary reboots would be greatly lessened, especially if they'd retrofit this change to other downloads... reinstalling Windows 2K wouldn't be the nightmare of 13+ reboots it usually ends up at (yes, you can avoid this, but I don't see why I must fiddle with making special installation discs).

      Afterthought:
      Actually, it *might* be that there could be a race condition, where a program loads up the old library just as it gets replaced (should be possible to lock out, but mayhap not), and that program crashes. This seems unlikely, and caused to a large extent by impatient users (I should know, I'm one!).

    6. Re:"funny" but true by paganizer · · Score: 0, Redundant

      What about DRM? I've managed to keep the evil beast off my Win2k computers by only clicking about half the windows update "critical patched", but i'm not seeing anything on whether or not ie7 requires DRM.
      I suppose with so many users using WinXP (with integrated DRM & Bloat!!!) it's not a common question, but some of us like the windows interface AND freedom from malware/spyware.
      I won't have a virtual win2k installation I can test it with until I get back from my current trip, but i AM sort of curious about it.
      disclaimer: I also run Debian, and used to be a HP-UX admin, so my using a windows interface should NOT get me negative mod points. I like games, and win2ks is a rock steady server.

      --
      Why, yes, I AM a Pagan Libertarian.
    7. Re:"funny" but true by masklinn · · Score: 2, Insightful

      However, the IE rendering engine is provided as a library for other applications to use. Any other applications that have embedded browser controls depend on IE -- and as they should. Applications should not have to deal with HTML rendering on their own.

      As such, a system reboot is neccesary as the rendering engine itself, exposed as a library, must be updated. Basically it just ensures nothing is using the browser control at the time of update.

      Yeah, code hotloading is for t00pids

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
    8. Re:"funny" but true by dodobh · · Score: 1, Insightful

      The only time a reboot should be necessary is when the kernel is updated.

      --
      I can throw myself at the ground, and miss.
    9. Re:"funny" but true by dabraun · · Score: 3, Insightful

      What would it even mean for it to "require DRM" ... methinks you don't actually know what DRM is. DRM "support" is like support for opening acrobat documents. If you install it, you can play the content, if you don't then you can't. If you never play the content it makes no difference whether or not you've installed it (ok, Acrobat is probably a bad example ... :)

      It's not like having the code on your machine to support playing DRM'd WMA files is somehow going to change what happens when you play MP3s or run other applications.

    10. Re:"funny" but true by Erik+Hensema · · Score: 4, Insightful

      What if glibc contains a security hole? What's the faster, more reliable option: rebooting or manually restarting ALL processes?

      On a desktop, does it really matter if your reboot or logout/login?

      MSIE is first and foremost a html rendering library. Surely it's bundled with a webbrowsing frontend named msie.exe, but msie.exe is just one of many users of the library. On a major upgrade like this, how do you guarantee all applications are linked against the new version of the library? And please take into account that most of your user base are users, not admins.

      Rebooting is just a sane thing to do. I've seen way too many rooted unix boxes with uptime > 2 years...

      --

      This is your sig. There are thousands more, but this one is yours.

    11. Re:"funny" but true by cheater512 · · Score: 1

      Rebooting to update your kernel was sooo last year.
      You can swap kernels on the fly if you want.

    12. Re:"funny" but true by cheater512 · · Score: 1

      Do explain why the IE engine requires a reboot when its updated when the Gecko engine (ActiveX control) doesnt. :)

    13. Re:"funny" but true by /ASCII · · Score: 4, Interesting

      A perfect example of why the filesystem model in Windows is broken.

      The kind of issue you describe is solved automatically by the filesystem on Unix systems. If one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file. The file is not actually deleted from disk until all processes stop using it.

      Among many other things, this means that you can safely upgrade a library, or even a program, that is running. The old processes will keep running the old library with no issues but any new processes that are created will automatically use the new one. Once all old processes die, the space used by the old library is returned to the filesystem.

      There are gotchas with the 'Unix way', like correctly handling configuration files that are only open on startup and shutdown, but these issues can be handled with a bit of care.

      Under Linux, people routinely upgrade Firefox or even the X windowing system while the programs themselves are still running. Afterwards, they simply restart the program in question to run the new version.

      --
      Try out fish, the friendly interactive shell.
    14. Re:"funny" but true by /ASCII · · Score: 2, Interesting

      No need to be offensive.

      Last time I upgraded Firefox on Windows (which, admitedly was a long time ago) you had to close Firefox and any program using it before starting the upgrade. But no matter what FF does, the upgrade method I described in my previous post _doesn't_ work under Windows. Removing a file that is opened by some other program _will_ fail under Windows. You need to either shut down all programs using a library, or install the new library to a different location. I don't know which one of these methods FF uses, and it doesn't matter. Neither method would be workable for a library which is used by every non-trivial application on the system.

      --
      Try out fish, the friendly interactive shell.
    15. Re:"funny" but true by Zaatxe · · Score: 1

      If that's the first reaction people have, firefox has a pretty good chance.

      "But IE7 is written by Bill Gates and he is the smartest person in the whole world! He must be smart, because he founded a software company and is very rich! Why should I install a fox in my computer? Foxes are bad, they eat the poultry..."

      Remember kids, slashdotters are a minority, not everybody thinks like us. But I'd be much more pleased if you were right, although.

      --
      So say we all
    16. Re:"funny" but true by Anonymous Coward · · Score: 0

      And why should updating a library used for browsing require a reboot ?

      On any sensible operating system then an old copy of a library which had been loaded (and was still in use) would continue to be used until the app loading it exited. Only if the library was a critical component of the OS itself should the system require a restart (e.g. things such as a library used in writing to the file system, managing memory etc. etc.)

      As far as I'm concerned a library which supports a browser rendering "web content" does not qualify as a critical system component.

      The only reason Windows requires rebooting is because the OS isn't properly designed. That's also why malware can do things like stop you deleting a file by keeping a handle open to it etc. so the only way to try to remove such locks is by rebooting.

    17. Re:"funny" but true by CaymanIslandCarpedie · · Score: 1

      I agree it should be able to install without reboot, but it seems the reboot isn't simply because of the rendering engine. From my install it seems upon reboot it freezes out my VPN client service and anti-virus/anti-malware apps until the install completes. Asking a user to close a "normal" application is practical (and what they usually do), but if for whatever reason these services (vpn, anti-virus, etc) can cause the install to fail, then thier method probably does make the most senese. Asking your average user to go disable specific system services probably isn't very practical. Now ideally, the installer would know specifically what services can cause issues and auto-stop and restart them, but with the vast amount of applications possibly running including custom services they have no way to know about thier method of restarting basically in a "safe mode" where all but the required services are blocked is certainly the safest way to make sure the install will work.

      Not saying it the best way or even the proper way, but compared with teaching users to find and stop all the possible services that could cause an issue it is probably the most practical way (though I do hate the forced reboot).

      --
      "reality has a well-known liberal bias" - Steven Colbert
    18. Re:"funny" but true by GrubInCan · · Score: 1

      Actually you need to reboot twice.

    19. Re:"funny" but true by Anonymous Coward · · Score: 0

      Replacing a library only requires a reboot if the library is currently in use. A great deal of software written for Windows makes use of the MSHTML engine while virtually no software uses the Gecko engine.

    20. Re:"funny" but true by Anonymous Coward · · Score: 0

      He just did. Read more carefully next time.

    21. Re:"funny" but true by Anonymous Coward · · Score: 0, Troll

      Actually it's a perfect example as to why the many UNIX filesystems are broken. As mentioned many times updating a file in use means that existing programs continue to use the older loaded version of that file, complete with any security vulnerabilities. MS specifically designed the filesystem to not permit this as to not allow that to happen.

      And who the Hell cares about a reboot? OS uptime is not important whatsoever, and if you're going to have to restart a daemon so an update actually takes effect then you are dropping the availability of the service anyway which is the only important factor. I'm sorry but my penis size is sufficient that I don't require inflated uptime values.

    22. Re:"funny" but true by Anonymous Coward · · Score: 0

      Fucking hell...you've got to be the biggest prick I've ever had the mispleasure of encountering on Slashdot. You even managed to squeeze 'remember kids' into your terrible post. Are you this much of a twat in real life?

    23. Re:"funny" but true by Anonymous Coward · · Score: 0

      Maybe not everyone thinks like us, but no one thinks like that

    24. Re:"funny" but true by Anonymous Coward · · Score: 0
      A perfect example of why the filesystem model in Windows is broken. The kind of issue you describe is solved automatically by the filesystem on Unix systems. If one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file. The file is not actually deleted from disk until all processes stop using it. Among many other things, this means that you can safely upgrade a library, or even a program, that is running. The old processes will keep running the old library with no issues but any new processes that are created will automatically use the new one. Once all old processes die, the space used by the old library is returned to the filesystem.
      And for the millions of everyday non-techie notebook users who regularly just 'suspend' their computer by closing the lid rather than ever actually rebooting/switching off and on, that means that the old library could still be in use for months - not such a problem if it's just an upgrade, but if it's a security patch that means they would effectively remain unpatched for much longer than they planned.
    25. Re:"funny" but true by paganizer · · Score: 1

      I think I might just possibly have a clue about it.
      Leaving out the obvious examples I could site, like the sony rootkit, I'll limit myself to the microsoft DRM subsystem.
      Yes, it does do as you say, it supposedly prevents you from playing content which requires DRM.
      Some OTHER things microsoft DRM does (as of the latest incarnation): 1) prevents you from moving your DRM'd content from one system to another, like from your personal computer to your laptop. 2) prevents you from backing up your license info for your DRM infected media. computer hard crashs? you lose all your stuff. 3)If your software makes use of the MS DRM subsystem, it will connect to MS to verify that you have the right to make a copy of copy-protected media. 4) REALLY nasty restrictions on recorded TV for Media Center Computers, like limiting you to 3 days. 5) if used on a hardware DRM system like the intel DTCP-IP/TCPA or AMD's (yeah, I can't believe AMD would do this, either) Presidio, it can lock down your entire computer.... 6)
      6) Never mind. if anyone in this day and age thinks that DRM is good, they either just don't pay attention, or work for a company that makes its $$ from DRM. or some law enforcement types, i guess. I refuse to "license" my hardware or media; if I spend money on it above a negligible fee, it is MINE and no one should have the ability to restrict my fair use.

      --
      Why, yes, I AM a Pagan Libertarian.
    26. Re:"funny" but true by adric · · Score: 1
      What if glibc contains a security hole? What's the faster, more reliable option: rebooting or manually restarting ALL processes?
      Depends upon whether the goal is minimal admin time (just reboot and be done with it), or minimal interruption of client-visible services. In the latter case, "lsof +L1" makes it embarrassing easy to identify the relevant processes.
      --
      not plane, nor bird, nor even frog...
    27. Re:"funny" but true by adric · · Score: 1

      s/embarrassing/embarrassingly/

      Too bad we can't edit posts...

      --
      not plane, nor bird, nor even frog...
    28. Re:"funny" but true by Anonymous Coward · · Score: 0

      You need to either shut down all programs using a library, or install the new library to a different location.

      No you don't. You rename the old library and install the new library. You do need an extra step to delete the old library when the system is eventually rebooted, but other than that it works like unix: old processes continue using the old library and new processes get the new library.

      I don't know why Firefox doesn't do this. Maybe they couldn't be bothered.

    29. Re:"funny" but true by zyche · · Score: 1

      Rebooting is just a sane thing to do. I've seen way too many rooted unix boxes with uptime > 2 years...

      Yes, you reboot every sixth month, each time there is a new release of OpenBSD.

    30. Re:"funny" but true by MaWeiTao · · Score: 1

      And in typical Microsoft fashion, downloading and installing an internet BROWSER requires... what else? That you reboot your computer.

      That statement is made like it's somehow unique to Windows. I was just setting up a new Mac last week and had to reboot the computer after installing drivers for a freaking mouse, and it was Apple's own mouse on top of that.

    31. Re:"funny" but true by ronaldb64 · · Score: 1
      Actually that is a perfect example as to why Windows would suck as a server platform.

      Who the hell cares about a reboot? SysAdmins do. If you have a 24x7 system, OS Uptime becomes much more important. If I can restart Apache in 10 seconds, that is much better than having to reboot the whole machine, meaning several minutes of downtime.

      I'm glad all the Viagra advertisements you've received have worked, but some people actually run business-critical machines.

      Have a nice day.

      --
      There's no place like 127.0.0.1
    32. Re:"funny" but true by Zaatxe · · Score: 1

      It seems like you and the next AC that replied me need to travel more. I've heard this speech from several people and some even worse... I've heard things that would make most slashdotters weep like babies. If you didn't have the bad luck of getting dragged to a conversation where things like that pops up, congratulations. I wasn't that lucky.

      And the "remember kids" is my way to put some humour in sad stories.

      Anyway, next time you are going to bash someone, use your own account. AC may be anonymous, but above everything, it's a COWARD .

      --
      So say we all
    33. Re:"funny" but true by Azarael · · Score: 1

      The few seconds it requires to restart a lot of daemons is much faster than the minute or two it takes to restart Linux. High availability systems aside, in a lot of single server solutions, a daemon restart will go unnoticed while a full system restart will not.

    34. Re:"funny" but true by johnw · · Score: 1

      So what you're saying is that it's possible to *work around* the fact that the Windows filesystem doesn't work the same way as the UNIX. Hardly the same as the original (false) contention that it "has nothing to do with the filesystem". It has everything to do with the filesystem, but you can work around the filesystem problems if you have to.

      John

    35. Re:"funny" but true by ookaze · · Score: 1

      What if glibc contains a security hole? What's the faster, more reliable option: rebooting or manually restarting ALL processes?

      None of that. The faster method is switching to a low runlevel, like, say, runlevel 1, then go back to your usual runlevel.
      Manually doing it is stupid and only a Windows admin would even think about this sorry solution on a Linux box.

      On a desktop, does it really matter if your reboot or logout/login?

      Yes, it matters a lot. Like, say, if you have downloads running. You know, things like P2P for example, that still run when you logout, but are stopped if you reboot.
      There are lost of other examples.

      On a major upgrade like this, how do you guarantee all applications are linked against the new version of the library? And please take into account that most of your user base are users, not admins

      So why do they care about complicated things like "all applications are linked against the new version of the library?".
      They just don't care ! What they see is that updating Windows disrupt their work, and updating Linux doesn't.
      And as an admin, I see the same thing.

      Rebooting is just a sane thing to do. I've seen way too many rooted unix boxes with uptime > 2 years...

      I'm not surprised, you seem not to be qualified at all to run Unix boxes.
      And no, rebooting is not a sane thing to do at all. It should work without a reboot, especially for a Web browser.
      Rebooting is just admitting your defeat, admitting you're powerless and can't resolve the issue.
      FYI, on Linux, simply login out then in is enough to be sure to get all the new libraries.

    36. Re:"funny" but true by Anonymous Coward · · Score: 0

      So, you're allowed to rename a file in use by a process, a library in particular, and windows wont complain and your process will continue to use a file which it can no longer find?

    37. Re:"funny" but true by Fizzol · · Score: 1

      >4) REALLY nasty restrictions on recorded TV for Media Center Computers, like limiting you to 3 days.

      This must be tied to some specific and limited programming. I have yet to run into anything I can't record and copy over to my laptop. Have seen no time-out restrictions at all so far and I've had my system for Media Center system for 6 months or so.

    38. Re:"funny" but true by Zaatxe · · Score: 1

      You should leave home more often and talk to non-slashdotters. It's very dangerous to say "no one thinks like that" in a planet with about 6.5 billion people.

      (Anyway, why am I replying to a flame-bait message from an AC? I mean, the dude doen't even show his real face when bashing people!)

      --
      So say we all
    39. Re:"funny" but true by John+Whitley · · Score: 1
      If one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file. The file is not actually deleted from disk until all processes stop using it.


      This model also leads to the Unix idiom of a process creating a temporary file, then immediately unlinking it (deleting it) itself. The temp file is still usable to the creating process, but no other process can see or get access to it via the filesystem. Now when your process exits, whether normally or because it crashed/was killed, the temp file is automatically freed. Nifty, eh?
    40. Re:"funny" but true by Anonymous Coward · · Score: 1, Informative

      So, you're allowed to rename a file in use by a process, a library in particular, and windows wont complain

      Yes.

      and your process will continue to use a file which it can no longer find

      Eh? The library is already open; the process refers to it using a file handle. Any process that hasn't opened the library yet will use the new one.

    41. Re:"funny" but true by NetDanzr · · Score: 4, Funny
      Same here. All it did after about fifteen minutes of installing was to give me the link to a IE Troubleshooting page, where I found out that "Something has caused the computer not to trust the Internet Explorer 7 installation package."

      It was bound to happen eventually: my computer became smarter than me....

    42. Re:"funny" but true by Anonymous Coward · · Score: 0

      Newsflash: Windows isn't Unix. Things work differently. That doesn't make it a workaround or broken.

      Yes, the original AC was a troll, but he shouldn't be fed with ignorance.

    43. Re:"funny" but true by Ender+Ryan · · Score: 1

      Wow, you're a complete n00b and you don't understand the issues at all. If you log in maybe someone would be willing to waste their time explaining it to you.

      --
      Sticking feathers up your butt does not make you a chicken - Tyler Durden
    44. Re:"funny" but true by Anonymous Coward · · Score: 0

      "Rebooting is just a sane thing to do."

      You are absolutely correct! On a Windows machine the software is of such low quality, and since no serious business runs any mission critical applications on Windows, you should reboot as often as possible---probably about every 30 minutes to guarantee the OS keeps functioning reasonably well.

      Meanwhile, the rest of the world will continue to trade and process financial instruments, coordinate manufacturing processes, make important discoveries in science, and explore space without having to reboot every time a new application is installed.

    45. Re:"funny" but true by griffjon · · Score: 1

      I don't know about you guys, but I'm an avid supporter of the web browser I downloaded from IE7.com , it's secure, fast, and super-flexible!

      (before you flame me, check out IE7.com)

      --
      Returned Peace Corps IT Volunteer
    46. Re:"funny" but true by Yvan256 · · Score: 1
      I don't know about you guys, but I'm an avid supporter of the web browser I downloaded from IE7.com , it's secure, fast, and super-flexible!
      Lawsuit coming up in 3, 2, 1...
    47. Re:"funny" but true by profplump · · Score: 1

      Maybe your desktop boots quickly, but if you've got a real machine hardware init can take several minutes. Since the hardware didn't change with the library upgrade, that seems like wasted time. There can also be several minutes of driver loading and hardware discovery/coalescence depending on what you do between kernel init and standard operation (like say, getting your SAN back online), which again, is totally unrelated to the library upgrade.

      And it's trivial to have init kill and restart all its children, which would accomplish the same thing in terms of library loading without all the hardware init time and driver re-loading.

    48. Re:"funny" but true by paganizer · · Score: 1

      Be real careful when you do updates; the 3 day limit is tied to changes in DRM made by Windows media 11. I've got a media Center laptop, it pretty much rocks right now, but you can't do auto-update anymore.

      --
      Why, yes, I AM a Pagan Libertarian.
    49. Re:"funny" but true by voxel · · Score: 1

      "FYI, on Linux, simply login out then in is enough to be sure to get all the new libraries."

      Yeah, then all my glorious P2P downloads stop, as you said as a con for Windows. ...

      --
      Modesty is one of life's greatest attributes
    50. Re:"funny" but true by tallguywithglasseson · · Score: 1
      I've got a laptop in my office I use for testing, so I installed IE7 on that.
      After rebooting, I started IE and it diplayed a page with browser options - but didn't allow me to change them because it was frozen. Then it crashed. I restarted IE and it came up with a "Page can't be displayed" message on the default home page. I could browse other sites, but this is not exactly helping Microsoft shed their image of releasing unstable products...

      I'm not a Microsoft basher, and I'm pretty browser agnostic, I've been impressed with the IE7 Beta3, but based on my experience... the guy you referred to has reason to be worried.

      I'm sticking with Firefox for now. We have one third-party app that requires IE, and I'm not about to install IE7 at this point, because I don't want it crashing.

    51. Re:"funny" but true by shmlco · · Score: 1

      I've downloaded and installed updates to Safari, and installed Firefox and Opera, all without needing a restart.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    52. Re:"funny" but true by /ASCII · · Score: 1

      Yes, Windows and Unix work differently. I was trying to point out one of the reasons why the Windows filesystem model is inferior to the one used by Unix. The only workaround to enable upgrading a library while it is in use that I know of is to install it with a different filename or path, which is a solution with a large number of other issues.

      --
      Try out fish, the friendly interactive shell.
    53. Re:"funny" but true by deepestblue · · Score: 1
      (In Unix) if one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file.

      This is also broken for a different definition of "broken". If I install a newer version of lib that has a security update, I want all the processes that use the lib to start using the updated version *NOW*.

      Notice how I didn't say "A perfect example of why the filesystem model in Unix is insecure".

    54. Re:"funny" but true by deepestblue · · Score: 1
      While this may be true, it is possible to determine if other programs currently have your (old) library loaded up, and if they don't, you can safely replace it. Yes, it's even possible that one might ask the user to terminate the specific programs that are using the library, and if they don't want/can do that at the moment, to schedule the update for the next boot up.

      I agree. That said, a lot of core Windows components use the HTML renderer (like the shell for "Active Desktop" and explorer.exe), and there's no easy way of restarting them [1]. So Microsoft takes the easy way out by requiring a reboot for IE7. I don't agree with them necessarily, but it's not as simple as you write.

      [1] "easy" meaning easy for Grandma. You and I can launch cmd.exe, attach ntsd to explorer.exe, kill the process, install IE7 and then restart explorer.exe, but not everyone can. And think of the support costs if Microsoft actually lets customers do this!

    55. Re:"funny" but true by Bogtha · · Score: 1

      If one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file. The file is not actually deleted from disk until all processes stop using it.

      Among many other things, this means that you can safely upgrade a library, or even a program, that is running. The old processes will keep running the old library with no issues but any new processes that are created will automatically use the new one.

      It means you can upgrade a library or program. It doesn't mean that you can do it safely.

      For example, suppose Internet Explorer 7 stores the cache in a different format. You have umpteen different programs running with Internet Explorer 6's engine embedded. You upgrade to Internet Explorer 7 "safely". You now have some programs running with one idea of how they should store the cache files, and some programs running with another idea of how they should store cache files.

      It's non-trivial for many applications and libraries to be upgraded in place. The filesystem certainly doesn't solve it for you automagically.

      --
      Bogtha Bogtha Bogtha
    56. Re:"funny" but true by Tack · · Score: 1
      So, you're allowed to rename a file in use by a process, a library in particular, and windows wont complain
      Yes.

      This is certainly counter to my experience. Do cat > C:\foo.txt in one window, and in another window:

      C:\>ren foo.txt foo2.txt
      The process cannot access the file because it is being used by another process.

      Hmm, looks suspiciously like you're full of shit.

    57. Re:"funny" but true by Anonymous Coward · · Score: 0

      when os x security updates update safari they usually update webkit as well. Webkit does for OS X all the things you described. It requires the mac to be rebooted.

    58. Re:"funny" but true by Anonymous Coward · · Score: 0

      hmmm doing something similar in OS X seems to work 85% of the time.

    59. Re:"funny" but true by thinsoldier · · Score: 1

      awesome

    60. Re:"funny" but true by oohshiny · · Score: 1

      As such, a system reboot is neccesary as the rendering engine itself, exposed as a library, must be updated. Basically it just ensures nothing is using the browser control at the time of update.

      That's only a problem if your DLL support in the operating system is poorly designed. A reasonably well-designed system (most systems other than Windows) lets you upgrade DLLs and applications pick up the new DLLs when it's safe to do so. Reboots should only be necessary if the kernel has been upgraded (and even that is avoidable!).

    61. Re:"funny" but true by oohshiny · · Score: 1

      What if glibc contains a security hole?

      We aren't talking about glibc, we are talking about a browser upgrade.

      On a major upgrade like this, how do you guarantee all applications are linked against the new version of the library?

      There is no need to "guarantee" that. If IE6 libraries have worked the past 3 years, they'll continue to work until the Windows machine is rebooted anyway.

      And please take into account that most of your user base are users, not admins.

      All the more reason not to annoy the hell out of them.

      Rebooting is just a sane thing to do.

      It's not "a sane thing to do" for a browser and HTML rendering library upgrade.

    62. Re:"funny" but true by oohshiny · · Score: 1

      This is also broken for a different definition of "broken".

      The fact that UNIX handles the case where you update the executable correctly doesn't mean it handles this case any worse.

      If I install a newer version of lib that has a security update, I want all the processes that use the lib to start using the updated version *NOW*.

      In fact, in UNIX, in addition to hot-replacing the application, you still have all the options you have in Windows for this: ask the user to quit the application, kill the application processes, or reboot. So, you don't lose anything.

      And that's what Linux package managers do: if they come with an important security update in libc, they'll reboot the machine unless you cancel out of it. (It happens once in a blue moon.)

    63. Re:"funny" but true by deepestblue · · Score: 1
      In fact, in UNIX, in addition to hot-replacing the application, you still have all the options you have in Windows for this: ask the user to quit the application, kill the application processes, or reboot. So, you don't lose anything.

      And that's what Linux package managers do: if they come with an important security update in libc, they'll reboot the machine unless you cancel out of it. (It happens once in a blue moon.)

      True. Except each package manager has to handle this in code, and every package manager does it differently. If you agree that every package manager *has* to do this (for security reasons), why not spit it out into a layer beneath, i.e. the filesystem? This is what Windows/NTFS does. It's arguably a philosophical issue, and I'm not saying it's necessarily better, but it's indeed something to think about.

    64. Re:"funny" but true by dabraun · · Score: 1

      This is absolutely false. I have used media center for years; I have all the updates. There is no such restriction. Please drop the FUD.

    65. Re:"funny" but true by dabraun · · Score: 1

      No, I'm afraid you REALLY do not understand what "DRM" is.

      Installing microsoft's DRM does NOT prevent you from playing back DRM'd content. To implement it that way would be absolutely dumb, because then anyone who didn't install the DRM softare (or was, say, using Linux) could play the content. I assure you, you CAN NOT play back the content just because you did not install the "DRM software"

      The DRM software *enabled* you to play DRM'd content (if you have a license, if you don't you can't play it back no matter what you install - the occasional cracks in the DRM wall not withstanding)

      Backing up DRM licenses has no meaning if you don't have DRM software (and content with licenses). The fact that you CAN back up DRM licenses is a feature of DRM. I believe that there are some cases where you can't back them up - but of course without the DRM software there is nothing TO back up.

      Sony's rootkit is only loosley worth calling "DRM" - even the non-rootkit aspect of it is for all intents and purposes a trojan. It installed itself without asking and broke a 'golden rule' so to speak about autoplay behavior (microsoft's fault for making autoplay work that way, addressed in vista - and the sony fiasco is probably part of why they addressed it). Sony's rootkit did not 'manage rights' or 'enable encrypted content to be played back with a license' which is what DRM is all about. Instead it attempted to prevent you from copying in-the-clear content that would normally be free to copy (and also opened up a security hole, that part wasn't intentional). This is not DRM; Sony should have a major class-action lawsuit against them for what they did.

    66. Re:"funny" but true by paganizer · · Score: 1

      It's not FUD.
      Check this link: http://www.theinquirer.net/default.aspx?article=34 523
      it's pretty widely known. I'm sorry if I implied that Media Center did this in the past...
      I also have media Center, for about a year.

      --
      Why, yes, I AM a Pagan Libertarian.
    67. Re:"funny" but true by paganizer · · Score: 1

      Ok, you obviously work for "Big Media". Or if not, you should.
      I posted the link: http://www.theinquirer.net/default.aspx?article=34 523 in response to your other attack on my, and anyone else who is suspicious of DRM's, intelligence.
      The basic mechanism "if media is DRM'd, it will only play back if you have the DRM subsystem installed on your computer" is not in contention here, not that it's actually unbreakable or anything.

      Note: the logic you used to deconstruct my post is impressive; I was not even close to expressing myself as clearly as I should have. The problem is I'm just not sure I have the ability to transfer the spirit of my thoughts into dialogue as well as would be necessary to avoid errors in syntax and meaning to a more than usually discerning reader.
      This is pretty sad considering my past education and work experience; I will quit the debate now, defeated by a TKO.

      --
      Why, yes, I AM a Pagan Libertarian.
    68. Re:"funny" but true by dabraun · · Score: 1

      The article you are talking about refers to a side effect (i.e. bug) from installing a BETA of WMP 11 - yet your previous post says "you can't do auto-update anymore". No beta has ever been posted for automatic windows update. Like I said, just more FUD.

      There is, hypothetically, support for a feature like 3-day recordings - but I've *never* seen it used and it's intention is to allow pay-per-view type providers to restrict recording lifespan (*not* HBO).

    69. Re:"funny" but true by Anonymous Coward · · Score: 0

      When you open a file in Windows you have to supply a share mode, which determines what other processes can do to the file while you have it open. To be precise: you cannot necessarily rename an in-use file, but you can always rename an in-use DLL (because Windows opens it so that you can). Try it.

    70. Re:"funny" but true by Anonymous Coward · · Score: 0

      But most of the time, you don't have to restart all the applications - it will suffice to restart network daemons that actually use the functionality that was buggy, and just leave everything else running linked to the old copy. The old .so file can safely be removed and the new one installed, while the old file will still stay on the disk, without any filenames pointing to it, until all references to it are closed.

      Windows installers, on the other hand, decide not to provide you with this functionality - even though a dirty rename-and-copy trick could also work there.

  50. I wonder by Vexorian · · Score: 1

    if ms made some market research or something to figure out that the only feature of the other browsers they really had to add were tabs. From what I know unlike those who care about the esoteric topics like "Standard compliance" or "no active x" end users only liked the other browsers for the tabs (It is a shame, but true).

    Let's see the possitive side of things, perhaps this means folder explorer will get tabs as well!

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
  51. Re:Yay! by bunratty · · Score: 1
    ...and 1% of the memory leaks!
    From the Browser Mem Buster Test benchmark, it looks like IE leaks much more than Firefox. That is, unless MS fixed the memory leaks between RC1 and the final release. We'll have to try IE 7 final and see how it does.
    --
    What a fool believes, he sees, no wise man has the power to reason away.
  52. powered by? by Meph_the_Balrog · · Score: 1
    How come this is on Slashdot before news about Flash Player 9 for Linux?


    Could it perhaps be because a story hasn't been submitted for it?

    Disclaimer: I'm sure there could be a multitude of reasons, but this one seems the simplest and most logical
    1. Re:powered by? by tonyr1988 · · Score: 2, Informative

      Nope, I did. Immediately denied. Why else would I be whining about it?

    2. Re:powered by? by jZnat · · Score: 1

      Submit it again; some of the editors are douches.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  53. So... by Plutonite · · Score: 0

    It's been released for a couple hours and still no exploits. Is this an ambush?

  54. Subtle Naming changes by Chapium · · Score: 5, Interesting

    Did anyone notice its Windows Internet Explorer 7 and not Microsoft Internet Explorer 7?

    1. Re:Subtle Naming changes by Overly+Critical+Guy · · Score: 4, Informative

      Yeah, it's so that when you load up Vista for the first time, your Start menu will be jam-packed with Windows Internet Explorer, Windows Mail, Windows Media Center, Windows Media Player, Windows Live Messenger download, Windows Calendar, Windows Defender, and more.

      The marketing group controls Microsoft now, which makes sense since the guy leading it, Ballmer, is a marketing guy. It's the reason we have 14 versions of Vista coming out.

      --
      "Sufferin' succotash."
    2. Re:Subtle Naming changes by charstar · · Score: 1

      So, they've replaced the word "My" with "Windows" to bring it into the new millennium or something? ...and i thought "my" was irritating.

    3. Re:Subtle Naming changes by Jugalator · · Score: 1
      So, they've replaced the word "My" with "Windows" to bring it into the new millennium or something? ...and i thought "my" was irritating.

      Hmm...

      The "My" stuff is being removed in Vista, and "Microsoft" is being replaced with "Windows", nothing else.
      --
      Beware: In C++, your friends can see your privates!
    4. Re:Subtle Naming changes by Conanymous+Award · · Score: 1

      Does that mean "My Documents" are now "Windows's Documents" in Vista? How typical of Redmond. "All My Documents are belong to us", eh?

    5. Re:Subtle Naming changes by tpv · · Score: 1
      The "My" stuff is being removed in Vista, and "Microsoft" is being replaced with "Windows", nothing else.
      Wow. I know they dropped features from Vista, but that's taking it a long way.
      But if that's the case, why are they taking so long to release it?
      --
      Read more of this story at Slashdot.Read more of this story at Slashdot.Read more of this story at Slashdot.
    6. Re:Subtle Naming changes by TempeTerra · · Score: 1

      The marketing group controls Microsoft now...

      Oh, great. Now you've got me thinking of the marketing department as the head crabs from halflife ;)

      --
      .evom ton seod gis eht
    7. Re:Subtle Naming changes by argStyopa · · Score: 1

      Yeah, it's so that when you load up Vista for the first time, your Start menu will be jam-packed with Windows Internet Explorer, Windows Mail, Windows Media Center, Windows Media Player, Windows Live Messenger download, Windows Calendar, Windows Defender, and more.

      So, if you have anything less than FULL unobstructed visibility of the application launch button (be it on a start menu or whatever) all you see is:
      Windows I...
      Windows M...
      Windows M...
      Windors M...
      Windows L...
      Windows C...
      and so on.

      Yeah, THAT's brilliant marketing. I can see the 'brand name' 7+ times, but I can't see which application I want to launch. I can see why Ballmer is so successful (/rolls eyes).

      --
      -Styopa
    8. Re:Subtle Naming changes by Anonymous Coward · · Score: 0

      Reminds me of when Apple was designing Mac OS, and Jobs insisted they find something to replace "Apple" for the in the menus, because he thought all those Apple Logos were a little egoistic.

      I guess 22 years after the fact, Ballmer and Co. still havne't gotten the memo.

    9. Re:Subtle Naming changes by ndansmith · · Score: 2, Interesting

      Actually I think that the change of brand from "Microsoft" to "Windows" has to do with anti-trust litigation. "Microsoft Internet Explorer" is a separate browser unfairly bundled exlcusively with a monopolistic OS. "Windows Internet Explorer" is part of the operating system itself. It may be a silly game of legal semantics.

    10. Re:Subtle Naming changes by Overly+Critical+Guy · · Score: 1

      Actually, Vista adopts the Mac OS X filesystem layout, so "Documents and Settings" is now "Users," "My Documents" is now "Documents," "My Music" is no longer a subfolder of My Documents and is now a sibling folder named "Music," and so forth.

      --
      "Sufferin' succotash."
  55. Will suffer from the same problems as firefox. by Benaiah · · Score: 0

    Obscurity. The same people who are too computer noob to download firefox are going to be the exact same ones who wont download ie7 because they dont care or dont know how. The only way that ie7 is going to get any acceptance is to force compliace or force windows users to download (perhaps by reminding you every 30s that you dont have the latest version of the browser) Until they make ie complain that its out of date or release it on automatic updates i bet firefox will stay more popular than ie7.

    1. Re:Will suffer from the same problems as firefox. by majortom1981 · · Score: 1

      Obviously you dont keep up to date on things on November 1st it will be released on windows update

    2. Re:Will suffer from the same problems as firefox. by muert0 · · Score: 1
  56. Validation by TipsyCO · · Score: 1

    A better question is how many people will be able to install and use IE7 given that it requires that your system pass Micro$oft's "Genuine Software" process. Firefox 2.0 RC 3, anyone?

  57. At least Slashdot doesn't crash it... by Anonymous Coward · · Score: 0

    Slashdot crashes Safari for me all the time. I've submitted dozens of crash reports to Apple, but they still haven't fixed it.

  58. How did I celebrate? by nurfle55 · · Score: 1

    ...by downloading Firefox 2 RC 3. it's shiny.

  59. Wow.... it sucks by eples · · Score: 1

    I thought maybe they had something good here, but I installed it (on my work pc) and I can honestly say going in I had an open mind and after using it I've decided it sucks. It forced me to turn on security I didn't want, it has bugs, its interface is clumsy, it didn't read the auto-config script properly, why is there so much I hate with it so quickly? *sigh*

    --
    I'm a 2000 man.
  60. MS upgraded the Interwebs by xsspd2004 · · Score: 0, Redundant

    Wows, the Interwebs can have tabs. You can see more than one! Plus, MS invented a thing called Feeds where you can subscribe to see Internet changes!!!!!!! Microsoft is the roxors!!!! What will they think of next?

    Signed,
    133t w1Nd0ws u53r

    --
    This is not an illusion, a rip-off, or a ninja technique!
  61. IE7 with Crossover office? by Anonymous Coward · · Score: 0

    So...when will IE7 be able to be used under Crossover Office?

  62. Tabs! by BeeBeard · · Score: 5, Funny

    Guys, you've gotta try this tabbed browsing! Have you ever seen anything like it before?!?

    *wink*

    1. Re:Tabs! by Jugalator · · Score: 1

      I love the PNG alpha transparency and RSS support!!1

      --
      Beware: In C++, your friends can see your privates!
    2. Re:Tabs! by NuShrike · · Score: 1

      You know, Opera did it first with their MDI windows bar, and they're really not getting any credit for it now.

    3. Re:Tabs! by Hillgiant · · Score: 1

      I don't think anyone was claiming that Opera wasn't the first to implement tabbed browsing.

      --
      -
  63. The question on every Slashdotter's mind: by Anonymous Coward · · Score: 0

    How long before M$ releases Mac OS X and Linux ports of IE7?

  64. My First impressions by BLACKtactx · · Score: 4, Interesting

    1: Opening Multiple Tabs (more than 20) Crashes
    2: UI is TERRIBLE - why???

    File / Edit / View menu:

    Displays below the address / nav bar, a break from convention from every windows app Ive used in the past. A break from convention is good if its progress, this is just change for change sake, it flat out doesn't work!!!!

    Command Menu:
    Uses Real Estate that could be used for tabs. I want my home button beside my back and forward buttons. I cant convert to a classic view instead of the half baked attempt at a UI, or change

    Navigation (back forward reload etc)
    Should be grouped together.

    I could go on. The fact is, Microsoft have locked me down with this software to a specific experience regarding its UI. I cant change the size of icons, nor the position of toolbars etc. Why not MS??.
    Its a joke, and I havent even started playing with CSS in it yet. I was hoping for MS to listen to the cries of the RC users regarding toolbar management, they obviously didn't "hear us"

    1. Re:My First impressions by TopSpin · · Score: 2, Informative

      locked me down with this software to a specific experience regarding its UI. I cant change the size of icons, nor the position of toolbars etc. Why not MS??

      The mostly unmovable toolbars is the first thing I noticed. The second thing is that the /. main page doesn't render correctly.

      It's a mess. Firefox et al have nothing to worry about.

      --
      Lurking at the bottom of the gravity well, getting old
    2. Re:My First impressions by J_Doh! · · Score: 1

      The illusion of progress through change eh!

      --
      To secure peace is to prepare for war ...
    3. Re:My First impressions by MBC1977 · · Score: 1

      Just curious, did you right click and remove the checkmark from the lock the toolbar section? (that being said, I do notice that the address bar and search bar is entirely fixed now... I'm not sure yet if I like its placement...) But as far as I can tell after the reboot, /. main page rendered fine. Not saying your setup doesn't work (you may other config settings than mine) but all of my websites thus far are ok.

      Regards,

      MBC1977,
      (US Marine, College Student, and Proud Parent!)
      (er...forget the 'Good Guy' thing, lol everybody is good at times ;)

      --
      Regards,

      MBC1977,
    4. Re:My First impressions by Crayon+Kid · · Score: 4, Interesting
      The second thing is that the /. main page doesn't render correctly.


      Which brings home an interesting point. Are we going to see complaints that "IE7 doesn't work right" because of millions of sites using IE6-specific hacks? I mean, "they" used to pull that crap with Opera and Mozilla and Firefox a lot, claiming it was their fault. Can't wait to see the downfall this time, when IE7 gets a taste of Microsoft's own medicine.
      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    5. Re:My First impressions by Anonymous Coward · · Score: 0

      did you right click and remove the checkmark from the lock the toolbar section?

      Yes, thus I qualified this as "mostly" unmovable. WRT move-ability, this is a regression.
       
      /. main page rendered fine

      After a few more reboots (for unrelated reasons) it still doesn't render correctly. Specifically the right side bar overlaps the center section until the window is resized once. The login part of the right side bar is hosed; the edit boxes are too big and the horizontal line at the bottom overruns it's box for some reason.

      Frankly, I don't care. I use Firefox and others not because they are so much 'better' at rendering or because the UI is highly morphable, but because they are not hardwired into the proverbial brainstem of the OS and/or Active Directory, because they are not actively targeted by large numbers of exploits and because they preserve privacy better. These are the real reasons most people use alternative browsers and IE7 doesn't address any of it.

      I have to be up to speed on IE7 because I get paid, in part, for creating web applications. Beyond that... whatever.

  65. Am I the only person by Chuck+Chunder · · Score: 1

    Who looked at the Clean, sleek, and streamlined interface and thought "What a mess!"?

    It's messier than both my Firefox and (customized) Opera browser setups.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  66. alternative URL by technicalandsocial · · Score: 1, Redundant
  67. Obligatory: by rts008 · · Score: 0, Redundant

    Does it run on Linux?

    Yes, mod me flamebait, but does it?(I mean there is IES4LINUX.COM)
    When are we getting away from OS being able to use whatever website?- It should not be which OS we are running, but which compliant browser we are running.

    If the browser is not compliant, then the OS should not even enter the picture. (In a perfect world)
    Disclaimer: I run FC5 w/ Firefox

    --
    Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  68. Nobody needs IE to get Firefox on Windows by Anonymous Coward · · Score: 3, Informative

    C:\funpath>ftp ftp.mozilla.org
    Connected to manna.mozilla.org.
    220 (vsFTPd 2.0.1)
    User (manna.mozilla.org:(none)): anonymous
    331 Please specify the password.
    Password: [anonymous@]
    230 Login successful.
    ftp> cd /pub/mozilla.org/firefox/releases/latest/win32/[IN SERT LOCALIZATION HERE, SLASHBOT]
    250 Directory successfully changed.
    ftp> ls
    [IMAGINE LIST OF MOST RECENT VERSION HERE, SLASHBOT]
    ftp> get "[FULL NAME OF FILE SLASHBOT IS TRYING TO GET]"
    200 PORT command successful. Consider using PASV.
    150 Opening BINARY mode data connection for [FULL NAME OF FILE SLASHBOT IS TRYING TO GET] ([SIZE OF SLASHBOT'S FILE] bytes).
    226 File send OK.
    ftp: [SIZE OF SLASHBOT'S FILE] bytes received in [TIME]Seconds [SPEED]Kbytes/sec.
    ftp> bye
    221 Goodbye.

    C:\funpath>.\firefo~1

    Welcome to Mozilla Firefox

    1. Re:Nobody needs IE to get Firefox on Windows by Anonymous Coward · · Score: 0

      Then you just have to point firefox to opera.com
      <ducks>
      <in MK announcer voice> OPERA vs FIREFOX
      FIGHT!!

  69. internet sexplorer by Anonymous Coward · · Score: 0

    why is this even news? ...

    ok, i've curbed my disdain for inept browser in the interest of scientific objectivity, but... 10 KB/s ? wtf..

    just in case it was my 10 mins ago ipcop transfer over to a new box, (btw 1.6 durons socket a for $20 at n#w#gg...._), or all my open torrents, i tried to grab the newest detonator drivers again.... 200 KB/s.

    in the 20 mins it takes IE7 to download my sanity will have returned.....

  70. No problem... by RoadWarriorX · · Score: 1

    Installed our fixes last night after spending the past week testing. Microsoft could not even get us an advanced copy. We had to use RC1. So much for their "Platinum OEM Program". Thanks for taking our money, Microsoft.

    1. Re:No problem... by baadger · · Score: 2, Interesting

      RC1 froze the rendering engine until release. What's the big deal?

    2. Re:No problem... by RoadWarriorX · · Score: 1

      Well, a lot from our view. Our application is not a typical web application. It is specifically targeting Internet Explorer to solve issues in a specific industry. That was a business decision that I personally did not support, but that's where the chips fell. Anyway, our company buys into their premium support and vendor programs, which have been good so far. However, when we found out about the release, the primary concern was not whether our application looked right, but what extended features were broken because of the changes in security. The behavior of ActiveX controls, the ability to upload and download files, programmatic access to the Windows clipboard (as we know now) were our concern. Since we could not get a gold copy of IE7, we had to guess (and assume) that settings for the security zones in RC1 were going to be unchanged for the gold release. This placed an enormous amount of risk on our part because if IE7 is installed and our subscribed customers have problems, we lose revenue. Simple as that. Now, my point was that we paid Microsoft for this premium support and got burned, IMO. We have been lucky because the release of IE7 was download only. That buys us some time, but come November 1, I expect a flood of customer support calls coming through.

  71. Wrong website by Dirtside · · Score: 1

    Kudos to Slashdot for providing timely reports on new trojans!

    --
    "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
  72. Oh oh I got another one. by Rendo · · Score: 0

    I sense a great disturbance on the net, as if millions of users cried out in glee but then were suddenly disconnected.

  73. Huh? It already is compromised! by Anonymous Coward · · Score: 0

    Microsoft decide to never fix about 30 vulnerabilities neither in XP SP2 nor in IE 7 beta phase nor in the IE7 final. Ranging from trivial cross-site-scripting being available by design due to reference caching, over non-local side effects in the ActiveX implementation allowing to compromise the entire COM subsystem just by trying and failing to load an ActiveX control, till multiple unfixed buffer overflows in primitive CSS styles (not requiring any scripting or any security-relevant configuration).

    Some of the design aspects are even documented, and so the documentation states that you should never use IE to process untrusted data like from the WWW - so actually misusing it as a webbrowser is purely the user's fault.

  74. It really works! by Venim · · Score: 1

    Check it out guys im posting on /. on this brand new I.E. 7 it has all these D&3#%^*(-@ --NO CARRIER--

    1. Re:It really works! by Anonymous Coward · · Score: 0

      These NO CARRIER jokes are really fucking lame. Furthermore, there's no way you downloaded IE over a dial-up modem.

  75. Automatic Updates? by Ambush+Commander · · Score: 1

    So is it going to get pushed out via Automatic Updates this coming Tuesday?

  76. Validation Required... by mikeage · · Score: 1

    Just be aware.

    Not that anyone on slashdot ever pirates software, but just in case...

    --
    -- Is "Sig" copyrighted by www.sig.com?
  77. Installation in wine? by livingdeadline · · Score: 1

    Anyone having any luck with the perverted act of running IE7 in wine? I'm trying to run the installer from my .wine "c-drive" (wine "C:\IE7-WindowsXP-x86-enu.exe") with wine set to act like winxp. I get a dialog box from the installer; "Unable to find a volume for file extraction. Please verify that you have proper permissions". I'm not exactly a wine experts, so I'm probably ignoring some basic troubleshooting measures here... I installed old ie versions with the nice IEs4Linux script available on www.tatanka.com.br/ies4linux, just becouse I could. Remains to be seen if we get an IE7 installing version of that soon.

  78. Uninstall? by ppz003 · · Score: 2, Interesting

    So, if I install it, can I uninstall it without the use of system restore?

    1. Re:Uninstall? by Anonymous Coward · · Score: 0

      It is uninstalled through the control panel add/remove programs.

  79. Be glad by rsilvergun · · Score: 1

    you're in backwards compatibility hell. That is, if you're a web dev. It's just about the only reason you still have a job. I remember one poor web dev who was estatic that IE was so popular now, because he could drop support for Netscape. Worked out real well until his company noticed their web dev's workload just got cut in half and fired half the staff (and took advantage of the vast pool or layed off web devs to cut the wages of the survivors).

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:Be glad by suggsjc · · Score: 4, Interesting

      Web dev is an understatment. When I release this beauty upon the tubes, well not sure what is going to happen, but hopefully it will be good.

      Actually I'm designing a site from the ground up. Trying to do everything* right. Semantic markup, accesibility, proper source ordering, user customizable/specifiable everything...AND trying to accomodate most all browsers or degrade nicely. Its currently just me, but I've got a few other people that are about to come in and start working on it as well.

      I'm doing this on the side, so no I wouldn't be out of a job, just gain a lot of spare time. Actually even if I could guarantee that all of my users would use the same 100% standards compliant browser I'd still have to make some of the same decisions...layouts, color schemes, etc. not to mention just implementing features...

      I've mainly been focusing on making sure my markup is *perfect*. CSS can't do everything, but the nice thing is that if done correctly, you can turn CSS off and still be able to use the site. Same goes for javascript. My first version will require no javascript and all future core features will be able to run without it as well. AJAX and all this "Web2.0" hype is going to take a backseat to functionality, they'll be added as needed in future releases. I also like to test the experience from using a PDA. What's nice about this approach is that my "full" version and "mobile" version are the exact same codebase.

      To top it all off, it has been developed entirely using...drumroll...vi(m).

      Every "web dev" should do what I am doing at least once, so they can understand how sites work and not use their WYSIWYG "tools" as crutches and actually understand (x)HTML, CSS, and javascript. Dreamweaver is killing the web!

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    2. Re:Be glad by rolfc · · Score: 1

      Hey, Thats difficult. I would have to learn how it works!!

    3. Re:Be glad by Anonymous Coward · · Score: 0

      What the heck are you saying?

      I just write in notepad, preview it in IE6 and it's already showing a nice bug. No Dreamweaver here. Not even CSS.

    4. Re:Be glad by HardSide · · Score: 1

      Been writing html/java/cgi in notepad for the past 8+ years on my lesuire time, but you have to admit dreamweaver saves a LOT of time when it comes to div tables. I don't wanna preview ever 2 minutes to see if I got the size right, then again you can do the whole % thing to define the div table size, but from what I understand Internet explorer cant handle it, so im stuck writing width=300 instead of width=50%

    5. Re:Be glad by suv4x4 · · Score: 1

      Actually I'm designing a site from the ground up. Trying to do everything* right. Semantic markup, accesibility, proper source ordering, user customizable/specifiable everything...AND trying to accomodate most all browsers or degrade nicely.

      If your masin goal for a site is to have proper semantic markup and proper source ordering better give up. What makes or breaks sites is the idea and content behind them. Everything else helps, but you can't build a site upon it and expect wonders.

      I do everything that savvy web devs consider "good web coding practises", yet amazes me how much those practises are overvalued compared to simply creating a good usable site content, that reaches your audience.

    6. Re:Be glad by suggsjc · · Score: 1

      Not going to let the cat out of the bag, but my users will be the ones supplying the "usable site content". I'm just creating the foundation on correct, lean markup.

      That said, I'm currently studing css like crazy. Having the knowledge of where/how to put in the *few* but necessary "extra" css "hooks" (divs and spans) will make rearranging the layout much easier down the road. Then there is seperating content from design. At some point, my markup will reach a somewhat static state. When that happends, I can either hire or create a community project to "re-style" the site...just like /. did. The markup stays the same (semantic as ever) and people can still have the "ohhh pretty" effect. Another example of how modular design will save overall effort in the long run.

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    7. Re:Be glad by Yvan256 · · Score: 1

      There's no "div tables". There's div and there's table. One is used to group things, the other is used to display tabular data (like an spreadsheet). If you're using tables to make your website layout, you're stuck in the Netscape 3 era and seriously need to get up to speed on CSS.

    8. Re:Be glad by thinsoldier · · Score: 1

      You suck.
      Really. You do.

      and wtf is a 'div table'?
      let me guess, that's your incorrect understanding of Dreamweavers Layout Divs or Layout Tables or whatever they're called.

  80. Intarnets by Shadyman · · Score: 1

    IE7 Released and Available for Download.

    2 users unavailable for comment as they are currently unable to access them's In-tar-nets.

  81. Installation takes FOREVER!!! by wile_e_wonka · · Score: 4, Informative

    Be forewarned that installing this version of IE7 is nothing like installation of RC1.

    The 14 MB download seemed a bit large, but acceptable for MS. But I wish it warned me about the time for intallation.

    First, the installer started up and did its normal thing. It downloaded updates--kind of odd for something released today--and tried to install extra software. Then I figured things were about done. In grand MS tradition, it required a computer restart--annoying, but I'm used to it from MS.

    Then came the real trouble.

    During the restart the IE installed hijacked the entire computer for 10 or 15 minutes. I wish it warned me before the restart that this it was going to coninue installing before I could use the computer--then I would have waited to restart until I had time. For 10 minutes the installer reached into the depths of my computer and sold its soul to Microsoft, and that was all before it installed the "Core Componants" of IE7!

    Then it forced a computer restart, and then the computer was finally usable by me again (after another little pieces of work by the installer).

    On top of all this, the installer never gives any indication as to how far along in the process you are--so you have no idea that it will be another 15 minutes or more while the installer copies the entire contents of your hard drive onto MS servers. I guess I've been spoiled by Opera--2 painless minutes and it's over. Basically; if you really want IE7, do it when you have time. Get dinner or something while its installing.

    Just a warning.

    1. Re:Installation takes FOREVER!!! by spyrochaete · · Score: 1

      It really is a weird installer. I got very suspicious when it told me it had successfully removed the old version of Internet Explorer and the IE window was still open!

      Also, for those who care, a WGA check is mandatory - twice!

  82. huh by b-l4ke · · Score: 0, Troll

    People still use IE?

    --
    http://kitties.b-log.ca
  83. Hmm by DaveJay · · Score: 1

    I work for a large Internet company that you've heard of, and (like most people in my profession) I've been spending a lot of time over the last several months coding -- and recoding, and recoding, and recoding -- to make sure my code works with IE7, without breaking all the IE6 and IE5.5 hacks that we've had to use over the years (and that IE7 no longer requires -- although rest assured, it needs its own hacks.)

    So, when I saw this Slashdot post about the release, my immediate reaction was "well, I guess I get to find out if I pulled it off."

    Then I read these comments, and saw the post about Flash 9 for Linux, and I got really, really excited. I feel much better now.

    1. Re:Hmm by UltraAyla · · Score: 1

      I work for a large Internet company that you've heard of

      You work for a porn site????

      ...or google

  84. "Validate Your Copy of Windows" by Anonymous Coward · · Score: 0
    "Before you can install your copy of Internet Explorer 7, you must verify that your copy of Windows is Genuine."

    Oh's no's..
  85. Free Advertising for Firefox by innocence18 · · Score: 2, Interesting

    I think the good thing about the whole IE7 scenario is that most news articles (other than the MS funded ones) mention the competition between Firefox and IE. This could potentially lead to new people discovering FF.

    --
    Anonymity of the internet is responsible for the views expressed in my post.
  86. Well, it fails the Slashdot CSS test... by DenialS · · Score: 1

    Poor Slashdot. You guys go to all of the trouble of switching to clean tags + CSS, and Microsoft goes and updates their browser so that nested levels of comments render completely unintelligibly with text splashed laughably about.

    I suspect Microsoft fears you, Slashdot hordes. Although you would have thought that the IE7 developers might have tested how Slashdot renders before releasing an update that is sure to incite fear and loathing in the masses gathered here (just like witches at black masses -- oh lord yeah!).

    1. Re:Well, it fails the Slashdot CSS test... by DenialS · · Score: 1

      Hmm. Now I come back, view the same long deeply nested thread, and it's all neat and pretty, just like the deities intended.

      Either the Slashdot devs were working hard on correcting problems on their side, or IE7 is a little bit shaky. And we all know that Cmdr Taco et al are members of the Cult of Slack, and that Microsoft is pure evil, so...

    2. Re:Well, it fails the Slashdot CSS test... by Tadrith · · Score: 1

      Nah, I've been having problems like this since I first starting playing with IE7 when it was first available.

      Not sure what it is, but it still happens from time to time... the text just goes all over the place, and you can usually get it to correct itself.

    3. Re:Well, it fails the Slashdot CSS test... by Richard_at_work · · Score: 1

      Sounds like the reflow issue Firefox had with the old Slashdot layout. Try forcing a reflow by moving the font size up one and then back again.

  87. I don't like the interface... by LoneGNUman · · Score: 0

    Sorry, the interface just does not appear ok with me. Seems very clunky and unusable. Not sure why Microsoft would do this - seriously. Just wanted tabbed browsing added and some decent errors for users (does have this). .

  88. Can't do it (can't d/l it) by whitehatlurker · · Score: 1

    My internet crap blocker won't let me access the download site on *.atdmt.com. Hmmmm. It must be trying to tell me something. Back to browsing safely.

    --
    .. paranoid crackpot leftover from the days of Amiga.
    1. Re:Can't do it (can't d/l it) by robbak · · Score: 2, Informative

      Microsoft uses atdmt webbugs to keep track of the number and location of downloads. atdmt will simply redirect you.

      Ah. Courtesy of elinks, on the server, which bypassess the rubbish-zapping proxy:

      http://download.microsoft.com/download/3/8/8/38889 DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86- enu.exe

      Download to your heart's content, knowing that you won't affect Microsoft's browser count one bit!

      --
      Prediction for end of Universe #42: Fencepost error in Quantum_bogosort.cpp
    2. Re:Can't do it (can't d/l it) by dlapine · · Score: 1

      Do you have an md5-sum with that? Be nice to know that I got the right one.

      --
      The Internet has no garbage collection
    3. Re:Can't do it (can't d/l it) by robbak · · Score: 1

      MD5 (IE7-WindowsXP-x86-enu.exe) = 3f3e6315efda6316ae04640516d060ed

      if it is any help. Note that that is the one that I downloaded. Whether I got the right one is a different question entirely!

      --
      Prediction for end of Universe #42: Fencepost error in Quantum_bogosort.cpp
  89. I wonder... by Itsallmyfault · · Score: 1

    ... how long it will take before pop-up ads start appearing (even with pop-ups blocked) for additional add-on pop-up blocking software ($$) via their new IE add-ons venture. Do any fee-based extensions even exist for Firefox?

  90. Avant by Ymk · · Score: 1

    Oddly enough, Avant Browser just released a new, and drastically improved, version of their IE shell. I've always been a huge fan of Avant for being what IE never was.

  91. Nasty CSS Bug by Temujin_12 · · Score: 2, Interesting

    I ran into a nasty bug the other day on a site I'm developing at work. The gist of it is that certain tags ([span] and [a href] tags) shift around strangely when zooming in and out. For an example, go to www.flickr.com, search for something that returns several pages, scroll to the bottom where the pagination links are, and zoom out to 90% (CTRL mousewheel). As of the last IE7 release before this one, IE7 zoom renders flickr's pagination links virtually useless. The work around, which only partially works around the problem, is to define a site wide CSS style of "zoom: 1;" for your tags. This is only a partial fix and causes other irregularities on your site when zooming. Seeing how this occurs on the latest release of IE7, I doubt they've since fixed the problem. Way to go IE team!

    The real fix is to revert your entire layout into tables and not use divs and spans. I just put "zoom: 1;" in my style sheet then marked it as "WONT FIX" blaming IE7 and the fact that reverting to tables is a dumb idea (especially when only a fraction of users will depend on the zoom tool).

    --
    Faith is a willingness to accept something w/o complete proof and to act on it. Reason allows you to correct that faith.
    1. Re:Nasty CSS Bug by grimJester · · Score: 1

      Ironically, IE7 seems to have some strange bug with a link in your post, too. Hope this will be fixed soon.

  92. Re:Automatic Updates by caller9 · · Score: 1

    Or just use WSUS and decline that mofo.

  93. Worst. Program. Ever. by homerjaythompson · · Score: 1

    I just installed IE7 and it blows big times ! Just one thing to say, then. Worst. Program. EVER !

    Stick to firefox, it ain't worth the download bandwith...

  94. IE7 Has Destroyed BRAND NEW Toshiba by Riquez · · Score: 1

    FFS.
    We have a Brand New Toshiba laptop in our office here - It has NEVER been used. (1 week old)
    I downloaded IE7 & restarted - Launching IE7 causes the laptop to go into 100% CPU usage.

    Trying to find a usb drive now so I can move over a Ffox Installer.

    --
    * Game Over * High Score: 264,846,927 -- Your Score: 14
  95. lol wut by Ayanami+Rei · · Score: 1

    anonymous thinks too highly of himself.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  96. Thank heavens it's finally out! by RLiegh · · Score: 1

    Now I can switch away from this buggy, crummy, out of date firefox!

  97. e17 is being released?!? by bunbuntheminilop · · Score: 2, Funny
    *puts on glasses*

    Oh! Ie7! My bad!

  98. Could be worth using? Maybe ... Maybe not ... by darkuni · · Score: 1

    So, since I had some slow time, I installed it.

    First off, Microsoft stole fizzy lifting drinks from EVERYONE - and I mean EVERYONE.

    I'm not through it all, but here are some high points I've noticed.

    1) They stole the nice compact design from Opera. No more gaudy, useless toolbars and worthless buttons. I don't like the implementation, but I treasure vertical real estate.
    2) They allow your own default search engine when typing in the URL bar (nothing nearly as cool as Opera where you can make MULTIPLE searches with key words like "g coleco" to seach Google or "e wildfire" to search ebay). If you want to use anything other than Live to search, you'll jump through hoops. They did steal the search drop down tho.
    3) Tabbed browsing of course. Theft on a grand scale. I haven't figured out how to move it to the BOTTOM of the window - I HATE tabs on top. Always have. Thank God Opera is ultra-configurable.
    4) Zoom. Holy sh*t ... someone FINALLY stole Zoom. Yes, JUST like Opera, you can now ZOOM the screen (something I cannot live without - one of the MANY reasons I don't like Firefox) in real time which means no more corrupted, unreadable pages when you try to make things bigger.

    Obviously, I haven't had time to play around much, but I'll be back to post my findings.

    I'm wagering opening 10 tabs with plugins grinds this baby to a halt

    Oh, and BTW .. Thanks for nothing MS ... Thanks for STILL disallowing any non-MS program from being the VIEW SOURCE editor. Every occur to you that nobody likes Notepad?

    IE7 doesn't disappoint the MS disliker in me ...

    First off, I opened about 25 sites - many with Flash and media on it (youTube, etc). Check the ol' resources ... 240MB of RAM used. Opened the exact same sites in Opera ... 130MB. Wow!

    The ZOOM mode corrupts quite frequently, so it's still no match for Opera's zoom. Ended up with some DAMN distorted stuff.

    I gotta say I really dislike the "too many tabs" navigation system - of course, I could just be used to Operas. They stole fizzy lifting drinks and used CTRL-TAB to cycle tabs, but unlike Opera, they actually jump between them instead of giving you the nice list. The chose INSTEAD to make a new button on the tab bar to do that and once the tabs reach a certain size, you get SCROLL ARROWS (!!!) to get to the other tabs! Wow! I guess no one at MS QA actually opens more than like 5 tabs at a time.

    No MDI interface either. Firefox doesn't have it either so I guess they figured they could do without. Frankly, I'm in an MDI interface MOST of the time as I'm a multitasking kinda dude.

    Much like Firefox, the browser is featureless out of the box. They expect you to put in "add ons" to get real functionality - which I'm sure will raise the possibilities of memory leaks (cough Firefox) and security issues with third party stuff. At least now you have the option of MOUSE GESTURES with an add on. I can't WAIT to see the chaos that ensues.

    Well, I can at least say this much ... IE is now BEARABLE if you're forced to use it at work. It ain't no Firefox, and it sure the hell ain't Opera.

    Welcome to the 90's, Internet Explorer.

  99. Quick Tabs feature is very nice by akuzi · · Score: 3, Informative

    Most of IE 7 seems to be functionality already found in Firefox, but I do like the new Quick Tabs feature (Ctrl-Q). This shows a mini version of all the tabs currently open and allows you to select one, in a similar way to Expose on OS X.

    1. Re:Quick Tabs feature is very nice by Anonymous Coward · · Score: 0

      Most of IE 7 seems to be functionality already found in Firefox, but I do like the new Quick Tabs feature (Ctrl-Q). This shows a mini version of all the tabs currently open and allows you to select one, in a similar way to Expose on OS X.

      I must confess to not having tried IE7, but is this "Quick Tabs" feature like Showcase in Firefox?

    2. Re:Quick Tabs feature is very nice by Anonymous Coward · · Score: 0

      ...and Reveal for Firefox?

  100. Re:I'm not going to get it - lynx by fahrbot-bot · · Score: 1
    I'll use the worldf's most secure broswer: Mosaic 1.0!

    I believe the correct spelling is lynx. :-)
    (Although the graphics rendering is a bitch.)

    --
    It must have been something you assimilated. . . .
  101. Slashdotted by Anonymous Coward · · Score: 0

    For the first time in /. history....

    A link posted in an article is NOT slashdotted. In fact, it only received 2 hits. With the release of FF 2.0 RC3, no one seemed to care.

  102. That loud rattling sound? by benplaut · · Score: 1

    ...Is of 10,000 slashdot users, plus 10,000 digg users in reserves, all downloading the first security patches at once.

    1. Re:That loud rattling sound? by jvervloet · · Score: 2, Interesting

      I don't know about patches, but the first vulnerability has been announced :)

  103. First issue I found by nbdy · · Score: 1

    Try it on IE7 http://www.lyx.org/

  104. Re:Anyone know... kind of now, better soon by Anonymous Coward · · Score: 0

    The IEs4Linux http://www.tatanka.com.br/ies4linux/news/ project claim to have a hacked out of XP IE7 rendering engine running under Wine... claiming improvements in the near future.

    ie is a piece of sh1t the really makes my life as a web developer suck ass, but i can deal with it and work around it... its the fat lazy ass developers and managers that suck every microsoft cock that make IE7 under Linux a need not a want.

  105. cross platform? by Warbringer87 · · Score: 1

    I wonder when/if a linux version will be released, because I believe they ended support for the apple version of IE a while back. Most likely not, because I see a linux version of IE being good for Linux, maybe encouraging them to switch. But of course, MS doesn't have a problem with crossplatform MS Office and in the past IE, on a Mac. What's their attitude towards linux (besides hostile). /typing out loud.

  106. Re:I'm not going to get it - lynx by grammar+fascist · · Score: 1
    I believe the correct spelling is lynx. :-)
    (Although the graphics rendering is a bitch.)

    Someone ought to grab AA-lib and fix that.
    --
    I got my Linux laptop at System76.
  107. No Drama by Greymoon · · Score: 1

    No Drama for me. IE7 works fine on all my systems. Didnt even set itself as default browser, still left trusty Firefox (v2.0) in that position. I even acquired the download with Firefox on a linux system. Im impressed by that alone. All the websites I have developed render and work fine with it also, even those I built 5+ years ago. Im stunned actually. Not to worried about security as yet because I will just use it to test sites I build and not for browsing. Oh well. Could this be a new Microsoft attitude? Na they still suck, just in this case they didnt.

    Golf Clap.

  108. Still don't pass by liangzai · · Score: 1

    Somebody just said she can't get through to http://www.xingfu.se/blogge/ using IE7. So what's this fuss all about? If it's still broken, don't bother.

  109. In all fairness by SpryGuy · · Score: 1

    I was beta testing IE7 and even the last release candidate still had several bugs that were show-stoppers for me.

    Tonight I downloaded and installed the final version... and everything seems to be working perfectly. Videos and mp3s play fine, and Outlook Express isn't screwed up, and all the other annoying glitches I experienced all seem to be gone.

    I can now officially say that IE7 is vastly superior to IE6, and that anyone who is still using IE6 should upgrade to IE7 as a no-brainer.

    IE6 is dead. May it die a sudden and quick death.

    --

    - Spryguy
    There are three kinds of people in this world: those that can count and those that can't
  110. Next round of CSS fixes by gnool · · Score: 1, Funny

    in 476,318,033.. 476,318,032.. 476,318,031..

  111. Virtual PC by ValiantSoul · · Score: 3, Interesting

    DO NOT install this in virtual pc under Windows 2003 Enterprise (or possibly XP). On boot the Virtual Machine User Services crash immediately (not sure what this affects) and Internet Explorer will crash immediately on start. Without IE6, I have no way of getting Windows updates...

    Especially don't do it if your Windows license is from MSDNAA (academic) because you only get 1 activation which is not renewable. In other words, I'm screwed. (Mac user, just have Windows for testing my web sites in IE, and no I will NEVER pay to get a copy of M$ Windows)

    1. Re:Virtual PC by Anonymous Coward · · Score: 0
      Mac user
      Oh hush, you're a Mac user, you're used to paying a premium. Don't behave like you have principles suddenly -- you're a Mac user after all.
  112. Re:Could be worth using? Maybe ... Maybe not ... by jonfelder · · Score: 1


    Oh, and BTW .. Thanks for nothing MS ... Thanks for STILL disallowing any non-MS program from being the VIEW SOURCE editor. Every occur to you that nobody likes Notepad?


    Granted it's not as obvious as it should be, but it took me a few seconds to pull up how to do this on Google. I guess some people would rather rant and complain instead of searching for solutions to their problems.

    Here, this one's for you:
    http://www.google.com/search?&q=explorer+view+sour ce+notepad+change

  113. installing now... by Datamonstar · · Score: 1

    And LOL'ing at the progress indicator bar. It's just so lame to me. .. I'lll pass judgement on the software after the install's through, but I'm not expecting much.

    --
    The eternal struggle of good vs. evil begins within one's self.
  114. So, next patch? by Warbringer87 · · Score: 1

    First time running it...(i restarted as it suggested). I get a nice welcoming message. http://img140.imageshack.us/img140/4661/mypantsol4 .jpg/ Back to firefox!

  115. How Troublesome.. by Skythe · · Score: 1

    Last semester i submitted an easy assignment which among other things involved using CSS. I stupidly tested and viewed the whole assignment in firefox, and lo and behold an hour before the assignment was due i checked it in IE (it was a requirement that it worked in major browsers properly + i live 40 minutes away = not enough time) and my tables were screwed. Yep the IE CSS bug. Suffice to say i lost a lot of marks && learnt my lesson.

    Anyway, the relevance is i just checked the same assignment in IE7 and it works fine.
    I hate you microsoft.

  116. Opportunity for SSL vendors? by panaceaa · · Score: 1

    I know in the applications I've developed, we've pointed image locations to HTTP on our HTTPS pages to reduce SSL overhead. If what you're saying is true, I could see a lot of people buying SSL accelerators in the next six months. I wonder if this is priced into the earnings projections for major SSL vendors like F5 Networks? Something tells me that Wall Street wouldn't quite understand IE7's implications yet.

    1. Re:Opportunity for SSL vendors? by panaceaa · · Score: 4, Informative

      Actually, the change isn't as major as I thought. According to an IEBlog article:

      "In addition, users will no longer see the so-called Mixed-Content prompt, which read: This page contains both secure and nonsecure items. Do you want to see the nonsecure items? IE7 renders only the secure content and offers the user the opportunity to unblock the nonsecure content using the Information Bar. This is an important change because very few users (or web developers) fully understand the security risks of rendering HTTP-delivered content within a HTTPS page."

      So basically, if pages previously displayed the Mixed-Content prompt, now they'll act slightly differently. But there's very few serious corporations or online services that display that error message, so I believe the impact on F5's revenues will be minimal. Oh well, I thought I was on to something :).

    2. Re:Opportunity for SSL vendors? by MagicM · · Score: 1

      Actually, the Information Bar has been replaced by the old IE6-style prompt, according to a more recent IEBlog article:

      "Because mixed content is important for some web applications, and straightforward fixes are not always available, we made a hard decision to revert to the warning prompt for mixed content in RC1. That means your banking site, your blog software or other secure site might show a modal prompt for mixed content as they did in IE6."

    3. Re:Opportunity for SSL vendors? by sdo1 · · Score: 1
      But there's very few serious corporations or online services that display that error message

      Like gmail? Oddly, I get the mixed content error at work, but not at home (I've checked IE at home despite the fact that I use Firefox).

      -S

      --
      --- What parts of "shall make no law", "shall not be infringed", and "shall not be violated" don't you understand?
  117. understandable, still embarassing by Phormion · · Score: 3, Interesting
    I can understand that a reboot is necessary, given the details you provide. However, don't you find it embarassing that a browser install requires a reboot?

    I double-boot Windows and Linux at work. I use mostly Linux (SuSE) and their automatic update feature is quite painless - you only have to reboot on kernel updates, which aren't that common. However, it always pisses me off when I restart to Windows and I have to restart another 10 times to install all patches that came out in the meantime. This is godawful embarassing, no matter the excuse, especially for a 'modern' operating system.

    1. Re:understandable, still embarassing by Anonymous Coward · · Score: 0

      This is godawful embarassing, no matter the excuse, especially for a 'modern' operating system.

      OS X is just as bad - updates aren't as frequent, but you have to reboot for them. It's only real Unix-like OSes (Linux, *BSD... not OS X) that seem to have decent update systems.

  118. Typical Slashdot by Nuffsaid · · Score: 0

    Spouting acronyms without any explanation. Anybody care to explain to me what "IE" stands for? "Intelligent Evolution" maybe? Can't be, I don't see any religion-vs-science flamewar... P.S.: Yes, you CAN ignore it!

    --
    Nuffsaid
    ________

    Don't know about his cat, but Schroedinger is definitely dead.
  119. How do I run IE7 without installing it? by epo001 · · Score: 1

    I've seen some old hacks for installing IE7 beta in a directory and running it without doing a full install. I'd like to check out IE7 but want to wait for the first flood of patches before removing IE6 (never thought I'd hear myself saying that).

    So is it possible to run IE7 w/o installation?

  120. Problems with IE7 by bayankaran · · Score: 1

    Installed the latest IE from M$ - the installer forgot to add an icon/shortcut and I had to search for the exe file (intalls on the ie7 directory under Windows.)

    Click the exe file, what opens is the old IE. Go to a website and a new window opens with the new IE. Total waste and very annoying.

    Time to go back to Opera/Firefox.

    --
    Tat Tvam Asi
    1. Re:Problems with IE7 by jcele · · Score: 1

      Eureka! I installed! I Clicked! It crashed (really!)! I Clicked! I Browsed! I Closed! It crashed (again)!. (What's new???)

  121. Nice Troll by pedestrian+crossing · · Score: 4, Informative

    I'll bite...

    And yet, Linux continues to be the same impossible-to-use monstrosity it has always been.

    My wife and kid do fine with it, thank you very much, and we do a lot more with our computers than most folks I know.

    It is truly fascinating how the open source community can stand there like deer in the headlights congratulating themselves on how their most powerful competitor is learning so much from them. Microsoft is now creating open standards, open formats, even open source applications - not one hundred percent of the time, but hey, they're doing it! They're starting to look more and more like us.

    You are correct, not 100% of the time. In fact, not even 0.1% of the time. But if they open up at all, that's a good thing. It's not a competition in the traditional sense of snarfing up market. It's a competition to be Free, which is a win-win, always. If they become more Free, good. It's not like Free has to try to be less Free in order to 'compete'.

    Hey, wait a minute. Why don't we look more like Microsoft? Where's our readily accessible documentation localised in dozens of languages?

    Here.

    Where's our toll-free licensing hotline?

    Not necessary. We don't compete on their terms! But if you must, this will do...

    Where's our reliable and knowledgeable tech support team?

    Choose your interface. I like this. BTW, it is very difficult and unwieldy to get MS tech support (human, not website) for the average user. I have never heard anyone say, "Gee, MS tech support is so reliable, knowledgeable, and easy to use!"

    Our software assurance subscription that actually sends a disc in the mail when there's an update?

    1990 called, they want their software distribution model back!

    apt-get update && apt-get upgrade

    You know what really bugs me? That last one. I used to pay $4.95 a month for a quarterly package of three major Linux distributions. I liked that. So how come now I only get that from Microsoft?

    Apples and oranges. MSDN releases are limited. Linux distributions are free to use as you please.

    Honestly, people. Why is Microsoft getting so much better, while *we're* really starting to SUCK?

    ROTFLMAO!! We continue to get better all the time, certainly at a faster rate than the 'competition'. I would know, I actually -use- Free software, instead of trolling about it.

    And on a more pressing note, just look how much closer those headlights are getting! So how many seconds to *SPLAT*?

    There is no splat. Free is pretty tough to make go away.

    --
    A house divided against itself cannot stand.
    1. Re:Nice Troll by 14CharUsername · · Score: 1

      Also ubuntu provides phone support (you have to pay for a support contract though) and they will send you CDs for free. These are full install CDs but can be used to update your system as well. Although I'm not sure why anyone would prefer to update this way since online updates are just two clicks away.

    2. Re:Nice Troll by thinsoldier · · Score: 1
      My wife and kid do fine with it, thank you very much, and we do a lot more with our computers than most folks I know.
      I can't get a single recent live cd linux distro to even boot on my system (< 2 yr old hardware, 2 gigs of ram). At this point I have a $50 reward for anyone willing to come to my house and get a recent live cd to boot. I've only had 2 old knoppix versions work. When installed to the HD they don't work :(. I'm almost tempted to buy one of the paid for distros to get the support need to get the shit installed and working.

      Windows sucks but it works...most of the time...for me at least.

      Knoppix (recent versions) has not worked for me

      Games Knoppix has not worked for me

      Suse live has not worked for me

      linspire live has not worked for me

      Ubuntu has not worked for me

      Kubuntu has not worked for me

  122. IE7 by Jolly_Fat_Man · · Score: 0

    "The only time Microsoft will produce a product that doesn't suck will be when it produces a vacuum-cleaner."

    --
    Blind are we who do not know that we are blind. The world has been boring ever since I got here.
  123. And in related news... by hallux-s · · Score: 1

    Microsoft Internet Explorer 7 exploit allows hackers to take control of toilets and install rootkits on toaster ovens at LANL, the IRS and the Detroit, IL city hall. Film at 11.

  124. 10 Minutes from Installation to UnInstallation by wjramsey · · Score: 5, Interesting

    Here's my experience:
    1) Install IE7 since it's out of beta - downloads and installs in about 2 minutes.
    2) Reboot PC - 1 minute
    3) Enable menu bar - 2 minutes trying to get it to move to the top. Nope
    4) Try to change search engine to Altavista - 2 minutes - exception thrown just typing a letter in the search menu.
    5) Remove IE7 - 2 minutes
    6) Reboot - 1 minute

    (I guess I might have also added the about 5 minutes svchost ran my cpu to 100% after the first reboot)

    How horrible..... :(

    1. Re:10 Minutes from Installation to UnInstallation by Cee · · Score: 1
      4) Try to change search engine to Altavista - 2 minutes - exception thrown just typing a letter in the search menu.

      Altavista? I think we've found the last remaining Altavista user now :)
      Anyway, changing default search engine to Google worked flawless, took about 10 secs to configure it. So I guess, YMMV...
    2. Re:10 Minutes from Installation to UnInstallation by Anonymous Coward · · Score: 0

      snarky or smarmy?

      either way, even if ie7 blows, yer a straight up bitch. you let yourself get ruled by pre-conceived bigotries and some sad-sack need to boost your own self esteem by acting superior to Micorsoft.

      should i be like 'lol'? or maybe 'ror'.

    3. Re:10 Minutes from Installation to UnInstallation by SlothB77 · · Score: 1

      thats about what happened to me, except with about 5 more of these "I guess I might have also added the about 5 minutes svchost ran my cpu to 100% after the first reboot"

  125. All seriousness - was Re:Security patches by kaiwai · · Score: 1

    Lets be completely honest; 99% of security problems with Microsoft have little to do with code quality and everything to do with default settings; hell, the IE development team came out and explained some of the stupid ActiveX settings they had - assuming that 'no one would ever do evil'.

    Internet Explorer has finally divorced the two, so that there is now seperation, the security defaults are now set to 'anal retension' rather than 'as open as a $2 hooker' - hopefully that'll mean, coupled with NX enabled, and the improved compiling technology, that security should be vastly improved.

    Lets also remember the old story of 'man in glass houses shouldn't throw stones' - there have been some beaut's when it has come to security issues with all browsers, so lets before one starts to launch the usual anti-Microsoft jihad, we all sit back like adults and look at the bigger picture :)

  126. "We heard you"? by Anonymous Coward · · Score: 0

    The title of the MS link is "We heard you". What exactly did they hear? The commotions as people rushed to download $ANY_BROWSER_BUT_IE maybe?

  127. Menus? by Anonymous Coward · · Score: 0

    Hey, where's the menu?

    The multi-tab view -- great! But what's with the back-forth buttons on the top-left? Someone must have skipped HCI classes, assuming MS uses an HCI designer

    Good for FF :-)

  128. Cough! Cough! Ahem! by pandrijeczko · · Score: 1
    Attention everyone!

    There's a new browser version out today. That's all. Now move along, nothing else to see here.

    --
    Gentoo Linux - another day, another USE flag.
  129. ...or Bug patches by Anonymous Coward · · Score: 0

    Hmmm... IE7 looked nice until I (a) found how to import bookmarks, (b) opened a set of bookmarks including the SJ Mercury News - http://www.mercurynews.com/mld/mercurynews/, (c) browsed to Technology in there. Then ... [[POP]]!!!
    Tried this 3 times. First 2 gave the usual "Send feedback" dialog. Third didn't even do that...

    Back to Firefox. Recommend waiting to IE7.1...

  130. Re:LIAR you are a LIAR a dirty rotten LIAR by Riquez · · Score: 1

    I'm not lying it's the plain truth.
    I would make a video & show you what happens if I thought you were worth the effort.
    you're not.

    --
    * Game Over * High Score: 264,846,927 -- Your Score: 14
  131. Allready hacked! by Toreo+asesino · · Score: 1

    *sigh*

    http://secunia.com/advisories/22477/ ...not that I was going to install it anyway. It looks like all the jokes about introducing new vulnerabilities weren't unfounded then...

    --
    throw new NoSignatureException();
    1. Re:Allready hacked! by Anonymous Coward · · Score: 0

      Just for the record, this is an old vulnerability which also affects IE6. You would think, however, that in the new "extra-secure" IE7 fixing things like this would have been a priority.

    2. Re:Allready hacked! by chrnb · · Score: 1
      --
      MikMik Baby Organics Mikkaworks
  132. Scrambling? by noamsml · · Score: 1

    Thankfully enough, I already conducted compatibility testing for the sites I manage with IE7 RC2. With the exception of one really messed up website whose design is due for a refresh anyway, everything worked fine with IE7 out of the (metaphorical) box.

  133. How widely will this be used? by jez9999 · · Score: 4, Interesting

    We hear reports of huge numbers of corporate machines using a warezed XP key to allow them to install Windows en masse; huger numbers of people in countries in Asia, etc. that can't afford an official copy of XP and so warez it.

    How widely will IE7 be installed? I think a relatively large percentage of the Windows userbase will be unable to install it because of the WGA stuff. You might end up with a long term 50/50 split between IE6 and IE7.

    1. Re:How widely will this be used? by Evil-Oatmeal · · Score: 1

      There are open licence versions out there that let you use Windows Update.

  134. Re:Automatic Updates by jez9999 · · Score: 1

    Does that apply to warezed copies of XP? From what I heard, IE7 requires a valid copy of Windows to install. That's quite a large chunk of machines without it.

  135. patch as patch can by zeromorph · · Score: 1

    secunia has already reported the first vulnerability of the IE7.

    --
    "Hannibal's plans never work right. They just work." Amy/A-Team
  136. Re:Yay! by bunratty · · Score: 2, Informative

    The results (Mem Usage/Peak Mem Usage/VM Size):
    IE 7: 153/162/130
    Fx 2: 96/113/85
    It looks like browser users who don't like memory leaks should start complaining about IE 7. Actually, IE 7 didn't even finish the test; the Flash plug-in crashed before it was done. Otherwise, memory use probably would have climbed even higher.

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  137. Almost Installed it, but! by x-vere · · Score: 2, Informative

    You have to validate your copy of Windows. What B.S.! I was about to install it on my test computer here at the office, but since it requires validation before you install it I have the smoking gun I need to push Firefox as the next web browser here at work. Thank you Microsoft. In doing something so wrong, you actually did something right. Cheers!

    --
    One day the toilets of the world will rise up... And I'm going to nuke them.
  138. Update to IE7 now button on Yahoo home page! by Fallen+Andy · · Score: 1
    Even if you block IE7 auto download using MS's toolkit, most of your dumb losers will click on the helpful button on yahoo's home page (grrh).

    Went there with FireFox, got the button. Looks like he hands you a cookie 'cos the next time you visit you just get the normal page.

    WARNING: if you are using IE with the yahoo toolbar there is an (even more helpful?) button in the toolbar for upgrading which persists between sessions. Sigh. Disabled all yahoo stuff in IE (manage add ins...).

    P.S: apparently a genuine win2000 from a c.a. 2001 original MSDN universal is (cough) a pir (cough) te copy (grrh) so I couldn't even sacrifice the one machine i'm prepared to risk to IE7 newnessss (grins).

    Don't even think of putting in a temp IP block to microsoft because the download is (very helpfully again) from Yahoo themselves :-(

    Andy

    1. Re:Update to IE7 now button on Yahoo home page! by MrP-(at+work) · · Score: 1

      All our users are locked down, so good luck with that hehe

      --
      [an error occurred while processing this directive]
  139. Hold the phone! by Poromenos1 · · Score: 1

    The marketing group's leader is a marketing guy?! WTF?!

    --
    Send email from the afterlife! Write your e-will at Dead Man's Switch.
  140. Direct link? by lhorn · · Score: 1

    FYI:
    The link in the header
    http://www.microsoft.com/ie says that home page has moved:
    The Internet Explorer home page has moved to www.microsoft.com/windows/ie/default.htm. Please update your Favorites. ...default.htm:
    meta http-equiv="refresh" content="0;url=/windows/ie/default.asp" ...default.asp:
    meta http-equiv=refresh content="0;URL=/windows/ie/default.mspx" ... So the direct link will be

    http://www.microsoft.com/windows/ie/downloads/defa ult.mspx

    if you have SP2. Pedant, moi?

    --
    accept no limits but time
  141. Oops in my parent by Fallen+Andy · · Score: 1

    Sigh. Swapped out the 2000 machine and forgot i'd done it - so forget the comments re win2000 (it was an xp machine in old style garb) (grins). On win 2000 you get a page from yahoo explaining which systems can be upgraded (sic) to IE7. Andy

  142. IE7 does not fix old vulnerability by Krishna+Dagli · · Score: 1

    The article at Inq. stats that an old IE bug is not fixed in IE7. The vulnerability can be exploited to disclose potentially sensitive information. http://www.theinquirer.net/default.aspx?article=35 210

  143. Google market share? by Anonymous Coward · · Score: 0

    Look dude, the whole internet just got updated! And the internet now gots google here in the corner, right there! It's just that it now says MSN search, but it's all the same.

    I'm afraid that Google's market share will go down.

  144. Not on the first web site I visited. by mikefocke · · Score: 1

    I played typical user and went to Mazda USA's site and the first thing I tried rendered differently and dysfunctionally with IE7, and worked perfectly on Firefox 1.5x. When you can't even select the car you want to look at from a pull down menu, you know that at least that site has troubles, done no testing, and will have to make changes for IE7 where Firefox needs none.

    No idea if this is typical or not and hesitate to extrapolate from a limited sample. But failing 1 for 1 caused me to quickly revert back to Firefox.

    Not to mention that configuring IE7 the safe way through their automated suggestion box somehow did what IE7 promised it wouldn't do, made IE7 my default browser without my knowing or being asked. A manual reversion through Firefox cured that ill.

    FUBAR

    1. Re:Not on the first web site I visited. by Greatmoose · · Score: 0

      Just went there myself and it worked just fine. Perhaps you have a different problem?

      --
      Clearly I forgot to equip my +5 Codpiece of Karma.
  145. Why bother? by onlyjoking · · Score: 1

    If you're a webdev why bother? The installed base of IE6 is going to be around for ever and that's where the shit spread to cover the area of the stable floor. Anyone who thinks this is going to release webdevs form browser bug misery should think again.

  146. PNG gamma handling is still wrong by Glenn+R-P · · Score: 2, Informative

    In http://pmt.sourceforge.net/gamma_test/
    on a normal PC, the GIF, JPEG, sRGB patches and the unlabeled patches
    should match gamma=1/2.2 but they match gamma=1/1.96 instead.
    This foils attempts to match images with backgrounds and images in other formats.

    The workaround is to remove the gAMA chunk from PNG files while preserving
    the sRGB chunk.

  147. Re:WARNING by moresheth · · Score: 5, Informative

    I know that this sounds like a troll, and you can mod it that way if you want, but it did really happen.

    I already had RC2 installed on it. I downloaded the exe linked from the article and ran it.

    It uninstalled the old IE, rebooted, worked on installing for about five minutes, then rebooted.

    After that, it would get to the desktop without the menu bar at the bottom and show errors:

    lsass.exe
    The application failed to initialize properly. (0xc0000005) Click OK to terminate the application.

    It had the same error for services.exe, and show them both twice.

    After that, it does nothing.

    This is just a warning for people. It screwed up mine, I assumed it was screwing up others, too.

  148. For the eager. by sgt+scrub · · Score: 0

    In other news Bill Gates took a dump in the port-a-potty. Please feel free to run out and get a lump.

    Flame +50

    --
    Having to work for a living is the root of all evil.
  149. Re:Automatic Updates by Cro+Magnon · · Score: 1

    November 1? There must be a mistake. It's not even a Tuesday! They should at least give us until November 14 (2nd Tuesday).

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  150. Open Source and the dark side: Firefox copy by Anonymous Coward · · Score: 0

    Is it just me or is IE7 an exact copy of Firefox? Is this evidence of how open source ideas can be used for evil? Maybe we need a line in all open source licences allowing everyone except Microsoft to use them.

  151. Not patches, flaws by AnoniemeLafaard · · Score: 0

    Security holes sure, the patches for them might take a bit longer ...

  152. IE7 crashed on me :-( by vdhaeyere · · Score: 1
    I installed IE7 on my XP SP2 desktop and got consistant crashes after starting up IE7 and showing either the runonce script.

    I started up in Safe Mode and this worked OK there, passed the runonce.

    Back to normal mode, IE7 still crashes after showing the about:blank page.

    Try to re-install IE7, didn't solve the issue.

    Now, used the System Restore (first time ever) to go back before installation and back to working condition with IE6SP1.

    I'll need to wait for IE7SP1 to retry I guess...

    Cheers,

    Vincent

  153. New personalized menus by blueZ3 · · Score: 1

    so it shows up like this:

    Windows I...
    Windows C...

    More Wind... :-)

    "Personalized" menus was/is the biggest outrage against usability ever foisted on an unsuspecting public. I know you can "turn it off" but with all the research showing that users memorize the interface by the position of buttons/menus (rather than their appearance or label) it boggles that a company that pretends to care about usability would tout this as a feature. It is, rather, the very definition of an anti-feature.

    --
    Interested in a Flash-based MAME front end? Visit mame.danzbb.com
  154. Command Bar! by junior.kun · · Score: 1

    The command bar is a major waste of real estate, and less useful than the menu bar. Is there no way to remove it??? It's probably a deal breaker for me.

  155. Zooming Bug by Yfrwlf · · Score: 1

    By default, at 100% page zoom, all gif/png/etc images apparently are actually being zoomed in on by 25% and look horrible by having lots of jagged edges. If you "zoom out" to 75% though it will make all the images look the way they are supposed to look, with smooth edges. If you compare them to the same page in Firefox, the size at 75% zoom in IE is the same as the size in Firefox at 100% zoom, confirming that 100% zoom in IE7 is indeed displaying the images 1/4th larger than they should be.

    --
    Promote true freedom - support standards and interoperability.
  156. Agree, BTW is Gecko available standalone? by Midnight+Thunder · · Score: 1

    Application should not have to deal with HTML rendering on their own

    I totally agree with this. The OS provides a libraries to make application developers life's easier, so they should be using what is on offer. On MacOS X you have WebKit, based in KHTML for this and with KDE you have KHTML. Since so many people clamour about Firefox, is Gecko available as an easily linkable stand alone library? I know for sure that the guys working on WebKit are trying to make it work on other platforms as a standalone library.

    --
    Jumpstart the tartan drive.
  157. Re:Difficulties with install... by HardSide · · Score: 1

    Netscape 4.0? Christ who uses that, im sorry but when I do have the time to work on sites for people, I make it compatible for Internet Explorer 5.5+, Firefox, Opera, im not gonna support a browser that doesnt support basic stuff such as XHTML (Im looking at you aol browser users)

  158. Amine? by alexo · · Score: 1

    icons look strangely like they were designer by Amine (sic) artists.

    If you didn't know, "Amine" is Napajese tarcoons.

    1. Re:Amine? by Polyhymnia999 · · Score: 1

      *Headsmack*

  159. What about Win 2k? by Archie+Gremlin · · Score: 2, Interesting

    It looks like IE 7 doesn't support Windows 2000. That's pretty bizarre especially when you consider that Win2k is still heavily used in companies. (... and me)

    --
    To er is human. :~)
  160. Re:Difficulties with install... by Shados · · Score: 1

    Its a matter of what your targeted audience is. If you look at a lot of large scale news site (or, well, large scales -sites- in general), they'll often even support garbages like IE for Macs or something.

    On my side, I'll probably support Safari before Opera, for one :) But I have had to do web apps that only needed to work in IE6 flat...others only Firefox and nothing else...some just IE6 and Firefox, some had to support most everything, and so on...it really depends on your target. And unfortunately, for some, the target is "everything and everyone".

  161. Re:Could be worth using? Maybe ... Maybe not ... by ronaldb64 · · Score: 1

    I think you meant to link him to this page: Friendly search for 'explorer+view+source+notepad+change'....

    --
    There's no place like 127.0.0.1
  162. Re:Actually, with WSUS you can by ecliptik · · Score: 1

    If you're running a WSUS server and your computer gets it's updates from it it's easy to ignore it.

    Create a new group can call it something like NoIE7, add your computer and any other computers you don't want to have it, then when IE7 comes down the automatic update pipe next month, change it's group approval to "Not Approved". Voila.

  163. Here's a Surprise by SlothB77 · · Score: 1

    I downloaded it and it doesn't f*cking work. I downloaded, restarted the machine and opened the browser. Immediately goes into Not Responding mode, CPU usage goes to 100%, computer fan starts making loud noises, browser frozen.

    Suffice to say, I downloaded IE7 yesterday and I have to write this post in Mozilla Firefox. Do I need to say more?

  164. Are those comments an attempt at a joke? by rbarreira · · Score: 1
    It's bizarre--toolbar buttons on the same row with the tabs, giving you less space

    No, giving you MORE space, by eliminating an unnecessary toolbar... (and yes, I know what you meant)

    A weird mini-tab always visible

    That's where you should click if you want to create a new tab without using the keyboard...

    Stop and refresh over on the right side of the address bar.

    Seems cool to me, and it's also nice that the "Go" and "Refresh" button are one and the same...

    The weird button+drop-down menu motif of the toolbar

    The common functions are in the buttons, and the other ones are in the drop down menus... What's the big deal with that?
    --

    The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F