Slashdot Mirror


Microsoft Releases IE7 Beta 3

Kawahee writes "Microsoft has released IE7 Beta 3 to the public. From TechNet Flash: 'As a result of customer feedback, IE7 Beta 3 contains some feature changes in addition to the planned reliability, compatibility, and security improvements. If you've previously installed a beta of IE7, you should uninstall it before installing this release.' For the first time, the Administrator's Kit for Internet Explorer 7 is also available, which is described as 'the most efficient way to deploy and manage Web-based solutions.'"

277 comments

  1. Favorite release note... by peipas · · Score: 5, Funny

    "If Flight Simulator 2004 stops responding after you have installed Internet Explorer 7 Beta, find the oleacc.dll file in the Flight Simluator folder and rename it to oleacc.old. Then restart Flight Simulator."

    1. Re:Favorite release note... by Mayhem178 · · Score: 5, Funny

      'the most efficient way to deploy and manage Web-based solutions.'

      Typos. Let me fix that for you.

      'the most efficient way to destroy and mangle Web-based solutions.

      --

      "You will pay for your lack of vision..." - Emperor Palpatine to Ray Charles

    2. Re:Favorite release note... by sbrown123 · · Score: 1

      So did a part of IE7 come from Flight Simulator 2004? *scratches head*. Wait, is this a joke? How can a DLL inside the Flight Simulator folder mess with IE7, which is stored in a seperate folder? I could see this as an issue only if Flight Simulator is somehow in the PATH.

    3. Re:Favorite release note... by Anonymous Coward · · Score: 0

      Duh.

    4. Re:Favorite release note... by Anonymous Coward · · Score: 0

      Read the post! If Flight Simulator stops working, not IE. It seems FS is somehow integrated with IE. Why?

    5. Re:Favorite release note... by TigerTime · · Score: 1

      They probably use IE to display pages/certain screens in Flight Simulator. Alot of applications use the IE plugin that uses the latest version of IE on the computer.

    6. Re:Favorite release note... by Kelson · · Score: 1

      Other way around: IE7 interferes with Flight Simulator.

      As a guess, Flight Simulator probably includes a help reader or other page reader that uses the IE engine internally.

    7. Re:Favorite release note... by JudasBlue · · Score: 4, Informative

      This dll hooks the Flight Simulator app into the Active Accessiblity API which provides features for people with disabilities. While I haven't coded to the MS platform specifically for a very long time, unless something major has changed, it wouldn't be odd at all for parts of that API to be actually buried in the innards of IE. A very annoying MS trait, that; to bury parts of their APIs all over the place. Many things can be said of MS as a development platform, most of them bad from my perspective, but one thing it most definitely isn't is orthangonal.

      --

      7. What we cannot speak about we must pass over in silence.

    8. Re:Favorite release note... by Anonymous Coward · · Score: 0

      Mangling Web Based Solutions indeed.

      Must uninstall beta 2 before installing beta 3 you say.

      Well I just found out that beta2 broke the very complicated web based solution we develop where I work. And guess what, now I have uninstalled beta2 the bloody thing still doesnt work. So although it may say it uninstalled, and I have lost all the look and feel of beta2, and no more tabbed browsing, something has obiously changed (and not changed with the uninstall, the actual error was also present when using beta2).

      So it sounds to me like the uninstall program has a few bugs (or undocumented features more like) since nothing else has changed in the 2 days I had beta 2 installed.

      If anyone is interested the bit that looks (upon cursory glance as it is home time) to still hang around is some of the security related stuff, maybe related to cross site scripting.

      If anyone has any further info on what this might be, post it here and make my monday morning a whole lot more pleasant for bags and bags of never ending gratitude.

      (Obviously I'm not posting a link to my work site as I also maintain the servers and dont need them getting slashdotted. Even though I think they would handle it, I am not going to bet my weekend on it)

    9. Re:Favorite release note... by Nutria · · Score: 0, Flamebait

      Well I just found out that beta2 broke the very complicated web based solution we develop where I work. And guess what, now I have uninstalled beta2 the bloody thing still doesnt work.

      It's a BETA, God Dammit!!!! What the fsck to you expect????????????

      --
      "I don't know, therefore Aliens" Wafflebox1
    10. Re:Favorite release note... by TheDreadSlashdotterD · · Score: 0

      He expected to go back to IE6 and get work done until 7 was out of beta. It appears that won't be an option for him now.

      --
      I have nothing to say.
    11. Re:Favorite release note... by mcg1969 · · Score: 3, Informative

      Actually, it seems to me that, in this case at least, there is a more benign explanation.

      I don't think the issue is that the AA API stuff is buried in the innards of IE7. The nature of the proposed fix suggests that the AA API stuff is now being moved to the system when IE7 is iinstalled, so that all applications can share it.

      Flight Simulator's version of the DLL is old and incompatible; so by moving it out of the way, FS 2004 can now access the centralized DLL.

      Yeah, messy, but if anything, it's a step towards orthogonality.

    12. Re:Favorite release note... by Jugalator · · Score: 1

      Simple: because Microsoft developed Flight Simulator.

      See also: Why is the Windows Explorer integrated with Internet Explorer. :-p

      --
      Beware: In C++, your friends can see your privates!
    13. Re:Favorite release note... by JudasBlue · · Score: 1

      Yeah, you are probably right. The renaming of the dll with the program still working shows there is another one available and it hooks into something differently.

      Although, now that I am awake and had my tea, I am realizing it is equally or more likely that it never hooked into IE at all, and that MS just made changes to some of the API machinery and supporting dll to make IE 7 work better but at the expense of breaking legacy code that shipped pointing at its own copy of the dll. Still will maintain that MS and orthoganal aren't words that belong in the same sentence, but my earlier post might have been gratitious bashing and wrong. Enough to bash about MS (or most os'es really, just more fun to bash MS) without gratitious leaps.

      --

      7. What we cannot speak about we must pass over in silence.

    14. Re:Favorite release note... by ConceptJunkie · · Score: 1

      So how many years have they been promising to eliminate DLL Hell? Has _any _ progress been made in this direction?

      --
      You are in a maze of twisty little passages, all alike.
    15. Re:Favorite release note... by Metasquares · · Score: 1

      Components as simple and ubiquitous as the Windows Common Controls are tied to the IE version on the system. Installing IE is kind of like a minor OS upgrade - lots of stuff can break if something isn't compatible.

    16. Re:Favorite release note... by LegendLength · · Score: 1

      But I think your original comment was valid, because only flight simulator seems to be affected. If it really were just the old new-API-DLL-problem, you'd think more products would affected.

    17. Re:Favorite release note... by LegendLength · · Score: 1

      I've never had any significant DLL problem with windows over the last 15 years of development and usage. I don't discount that other people suffer it, and I do understand the issues involved. But windows is not that bad with DLLs, especially in the newer versions.

      One annoying DLL thing that I do remember from Win95/98 was the window that asked if you wish to keep a certain system DLL, because it was no longer in use. I always thought that was a bad question to ask non-technical users.

    18. Re:Favorite release note... by Nutria · · Score: 2, Funny

      He expected to go back to IE6 and get work done until 7 was out of beta.

      It's Microsoft. What the heck should he expect? Competence?

      --
      "I don't know, therefore Aliens" Wafflebox1
  2. "planned reliability" by Weaselmancer · · Score: 4, Funny

    Sorry, but that gave me a chuckle. Reliability, compatibility and security are still in beta.

    --
    Weaselmancer
    rediculous.
    1. Re:"planned reliability" by bwd · · Score: 1

      It is still in beta, but this is the final beta release of IE7 until the stable version is released later this year. So it is reasonable to expect that most of the features and security related features are implemented.

  3. Let's see. by Inoshiro · · Score: 5, Interesting

    IE 7 still did not correctly implement the box model, positioning, all CSS1, all CSS2, or any CSS3. The same IE-specific parsing bugs for CSS are in place in IE 7.

    At this point, you have to ask; is it that the people at Microsoft are incapable of producing a specs-compliant rendering engine (when every one else in the world can?), that they are roped by backwards compatibility, or that they think people will see IE 6 + tabs as "good enough"?

    It's to the point where every site I make has 2 code paths: not IE, and the IE-specific overrides (up to an additional 20kb per page!).

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    1. Re:Let's see. by elrous0 · · Score: 4, Insightful
      Yeah, but let's not pretend that everyone else is able to meet specs and standards perfectly either. Try the ACID test with Firefox sometime and you'll see that MS aren't the only ones with problems in this area.

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    2. Re:Let's see. by Tweekster · · Score: 4, Informative

      I think if a developer is working on ACID test conformity they are pretty close. Microsoft isnt even close to that point of worrying about that yet and looks like they wont ever be.

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    3. Re:Let's see. by Anonymous Coward · · Score: 0

      I've lost track of what they support and I no longer even bother checking, basically my cache code emits 2 versions of each page. The default is served as text/html and links to a simple stylesheet, the second is served as application/xml+xhtml and links to a CSS2 stylesheet and pngs with alpha transparency. It's all based on the accept header (yes I also send a vary header - smartass). This isn't content negotiation either, I simply serve downgraded content by default in order to cater for legacy browsers (like IE7).

    4. Re:Let's see. by Anonymous Coward · · Score: 1, Insightful

      It's not really in their best interest to fully support standards that are facilitating the development of web apps which are becoming competitive with Microsoft's own products.

    5. Re:Let's see. by Kelson · · Score: 2, Informative
      IE 7 still did not correctly implement the box model, positioning, all CSS1, all CSS2, or any CSS3.

      Of course, no one else implements all of CSS2 either. Though everyone else seems to be pretty far ahead of MSIE in that respect.

    6. Re:Let's see. by binary+paladin · · Score: 4, Insightful

      You have got to be fucking kidding me. There's a difference between not being perfect on the ACID test and being... well... IE. This is not even in the same ball park. Not even the same sport. Not even the same planet.

      So Firefox only scored a 1500 on its SAT. IE is still wearing a helmet and drooling on itself as it takes the short bus back to Redmond. Seriously just... just don't even go there. IE is the biggest frustration on the planet right now to anyone who actually works in this industry.

    7. Re:Let's see. by heinousjay · · Score: 5, Insightful

      The ACID test has as much bearing on real world browser usage as my opinions on foreign policy have on Mexico's actions.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    8. Re:Let's see. by jizziknight · · Score: 1

      Um... I'm pretty sure Opera 9 does. It passes the ACID2 test. And that's not really even a comprehensive list. Where's Safari? Hell, where's Netscape?

      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    9. Re:Let's see. by naelurec · · Score: 5, Insightful
      Yeah, but let's not pretend that everyone else is able to meet specs and standards perfectly either.
      Yah but I can develop a XHTML/CSS website to the standard, using one of the mentioned browsers (firefox, mozilla, konqueror, safari, opera, etc..) and when I view that website in any other standards compliant browser on various operating systems, it looks VERY close if not the same. Then I view it in Internet Explorer and absolutely cringe.

      As a developer, you get the following options:

      1. Develop exclusively for Internet Explorer and don't care about any other browser (fortunately this mentality is dying due to the marketshare of alternative browsers). Other browsers tend to display these sites fairly well as long as there is no IE-specific crap (ie: active x)

      2. Develop a tables based design with limited CSS .. basically, throw out lots of accessibility related formatting, but limit overall development time. Seems like most sites favor this method.

      3. Develop two separate sites .. do browser detection (yuck) and serve up (at minimum) a separate CSS doc for Internet Explorer than for all other current browsers. Works ok until you realize the incompatibilities between different versions of IE and end up having to do version checks and maintain many separate layouts.

      4. Develop to the standard and if IE can't display it properly, oh well.. (not terribly useful for most sites).

      Its absolutely aggervating as a web developer to not only learn a standard and code to the standard, but end up having to learn the "IE" way and all the various hacks and workarounds (I believe Microsoft refers to this type of crap as "shims").. when working on a new layout, its not unrealistic to end up having to spend twice as long just to make a standards compliant XHTML/CSS design work in IE.. Its a shame because *most* developers simply can't devote the time ($$) and as a result, webpages are not standards compliant, less accessible and harder to maintain.
    10. Re:Let's see. by geekoid · · Score: 1

      only a 'webmaster' would deride having to program for different situation.
      Jeez, it's not hard at all.
      I would like to see you try and develop any cross OS application in a compiled language!

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    11. Re:Let's see. by Anonymous Coward · · Score: 0

      So, you are saying then that you are a rich think-tank 'neo-con'?

    12. Re:Let's see. by Kelson · · Score: 4, Informative
      I'm pretty sure Opera 9 does. It passes the ACID2 test.

      Repeat after me: Acid2 is not a rigorous CSS compliance test. Passing Acid2 does not mean you support every aspect of some version of CSS. It was designed to catch a number of aspects that most browsers did not support as of a year ago.

      I'll agree that Opera 9 supports more of CSS2.1 than Firefox 1.5, but I believe it also supports more of CSS 2.1 than Safari 2, which also passes Acid2.

      As for "Where's Netscape?" -- present-day Netscape is a fusion of IE and Firefox. It uses the IE's Trident engine on some pages and Mozilla's Gecko engine on others. Previous versions of Netscape that have enough CSS support to consider were also Gecko-based.

    13. Re:Let's see. by ltbarcly · · Score: 3, Insightful

      That is just about the most fucked up analogy I've ever seen.

      First of all, "real world browser usage" is some sort of average of what happens when people use browsers on internet connected computers in "the real world", which I guess means "not in a laboratory" or something. Philosophy professors would fall down in seizures if forced to listen to something that poorly defined. "Mexico" is a place. The connection here is well beyond me.

      Now, are you saying that the Acid test doesn't effect "real world browser usage"? Because what does affecting "real world browser usage" even mean?

      Perhaps you mean that most browser makers don't shoot for acid test compliance, and therefore browser users aren't affected by this. You are wrong, since basically all non-ie browsers are working toward acid test compliance, and khtml/konqueror/safari already pass. So you would be stupid if you thought this, and I'm certainly not calling you a stupid idiot.

      Maybe you mean that the CSS tested by the acid test doesn't represent what you actually come across on the web. Now, this is accurate, but it may be a self fulfilling prophesy. Bad CSS support causes simple CSS usage, because people can't trust browsers to correctly render CSS the way it is written if they make it complex. IE has bad CSS support, therefore in "real world browser usage" people don't come across very much complex CSS. You conclude that the Acid test is irrelevant, because it test something that doesn't come up in practice. But as you see, that 'practice' is a result of the very bad CSS support the Acid test is trying to help browser makers correct.

    14. Re:Let's see. by bunratty · · Score: 4, Informative

      But the web is supposed to be a cross-platform environment from the ground up. For the most part, I treat it that way, and just let pages look suboptimal in IE. If someone complains how a page looks in IE, I just "dumb down" the page so IE can understand how to format it better.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    15. Re:Let's see. by Anonymous Coward · · Score: 0

      his mind is not for rent, to any god or government

    16. Re:Let's see. by 99BottlesOfBeerInMyF · · Score: 1

      only a 'webmaster' would deride having to program for different situation.

      There is a difference between having to have different versions of a program for different platforms and different versions of data for different platforms. Especially when all platforms "claim" to conform to a standard, but one obviously does not.

    17. Re:Let's see. by Kelson · · Score: 2, Informative

      Here's another comparison chart that includes Safari (KHTML) and Opera 9 (Presto).

    18. Re:Let's see. by jamesots · · Score: 2, Informative

      Option 5: Develop to the standard while being aware of IE's limitations. Use the '* html' hack to work around these problems. Not very difficult once you know how.

      --
      Ho hum for the life of a bear
    19. Re:Let's see. by zaajats · · Score: 3, Insightful
      The ACID test has as much bearing on real world browser usage as my opinions on foreign policy have on Mexico's actions.

      This isn't "Score:2, Funny, but rather "5, Insightful".

      Really, the ACID test is about using techniques as complicated (and pointless) as they get to break browsers, while real web dev is about making sites that work.

      A browser that passes the test is not automatically better than one that doesn't.

    20. Re:Let's see. by Anonymous Coward · · Score: 0
      It's as difficult as you want to make it but not worth getting upset over. The way to do it by sniffing the accept header for the xhtml mime type. If there isn't one you serve xhtml content as text/html with a basic stylesheet. If the application/xml+xhtml header is there you serve that with a stylesheet that is a superset of the first. It's not quite rocket science and you should be supporting legacy browsers anyway. See my previous post for more of the same.

      As to working around browser bugs, with conditional statements and browser specific hacks, no thanks. I survived the browser wars by refusing to entertain that kind of idea.

    21. Re:Let's see. by uwog · · Score: 1
      I would like to see you try and develop any cross OS application in a compiled language!
      http://www.abisource.com/ No problem at all - Uwog, AbiWord developer
    22. Re:Let's see. by tbmcmullen · · Score: 1

      Mod the parent up. That last paragraph aptly describes the problem.

    23. Re:Let's see. by Bogtha · · Score: 1

      Yah but I can develop a XHTML/CSS website to the standard, using one of the mentioned browsers (firefox, mozilla, konqueror

      Konqueror doesn't support XHTML.

      --
      Bogtha Bogtha Bogtha
    24. Re:Let's see. by jejones · · Score: 1

      At this point, you have to ask; is it that the people at Microsoft are incapable of producing a specs-compliant rendering engine (when every one else in the world can?), that they are roped by backwards compatibility, or that they think people will see IE 6 + tabs as "good enough"?

      None of the above.

      Given IE's prevalence, it is to MS's benefit to keep it broken, to maintain the vicious cycle of forcing web designers through the rigamarole of compensating for IE's standard violations and thus encouraging the lazy and incompetent to only bother to develop for IE. Joe Sixpack doesn't know from web standards, and only knows that Firefox doesn't render IE-only web pages...and thus blames Firefox.

    25. Re:Let's see. by CaymanIslandCarpedie · · Score: 2, Interesting

      Perhaps you mean that most browser makers don't shoot for acid test compliance

      I cannot claim to know exactly what the GP meant, but my reading of it thought he was refering to some peoples view that ACID2 is biased against MS. The issue was basically some of the authors of the original ACID test (and other outside parties) have accused the ACID2 of basically being used as a marketing tool against MS. Thier view on this is basically the original ACID test was built by asking "what are the most important features needed" and was then a tool to help all browser companies work toward compliance by meeting that test. They claim ACID2 was basically built by asking "what features is IE worst at and will have the most trouble implementing".

      Now I have no idea about any of this but thats what I'm guessing he was talking about. That it was supposedly built more as a challenge to MS than to help ALL browsers work toward a common goal. How true any of this is, I got no idea. Just stuff I've ran across on the web. Here is one reference I was able to quickly find.

      --
      "reality has a well-known liberal bias" - Steven Colbert
    26. Re:Let's see. by Anonymous Coward · · Score: 0

      Too many coop students and outsourcing.

    27. Re:Let's see. by Urusai · · Score: 1

      Maybe somebody should make a Firefox ActiveX control for IE, then even the IE users could be somewhat standards compliant.

    28. Re:Let's see. by Bogtha · · Score: 3, Informative

      IE 7 still did not correctly implement the box model, positioning, all CSS1, all CSS2, or any CSS3. The same IE-specific parsing bugs for CSS are in place in IE 7.

      Exactly which box model bugs are you talking about? The most common one that people complain about is whether width includes padding or not. Unfortunately, despite everybody still complaining about it, Microsoft fixed that bug in 2001 when they released Internet Explorer 6.

      I believe they still get error-handling wrong, which means they don't conform to CSS 1, however they have implemented the last remaining functionality of CSS 1 with Internet Explorer 7, so if you write valid CSS 1 that shouldn't be a problem.

      As for CSS 3, they've added a few CSS 3 selectors.

      You are wrong when you claim that Internet Explorer 7 has the same parsing bugs; for instance, they've fixed the * html and _property hacks.

      is it that the people at Microsoft are incapable of producing a specs-compliant rendering engine (when every one else in the world can?)

      None of the browsers you point to even implement HTML properly. Compliancy is obviously too much to expect from anybody.

      I agree that Internet Explorer is miles behind other browsers, and I agree that it's really frustrating, but the specific claims you are making are false.

      --
      Bogtha Bogtha Bogtha
    29. Re:Let's see. by smittyoneeach · · Score: 1

      So, IE is Chris Farley, and Firefox is David Spade in "Tommy Boy II: There's Browsers in my Trousers!"

      How does this scene get reworked?

      Firefox: Oh that sounds good: melted chocolate inside the dash, that really ups the resale value.

      IE: I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.

      Firefox: I think your brain has a thick candy shell.

      IE: Your... Your brain has the shell on it.

      Firefox: Are you talking?

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    30. Re:Let's see. by penix1 · · Score: 1

      "and khtml/konqueror/safari already pass."

      Yeah, and it was great competition...

      "iCab and Konqueror almost passed (and claimed to pass) before Opera, but they both failed to apply one of the styles required by the test, and as a result they displayed a scrollbar even though they shouldn't. This was fixed in later releases, after the release of Opera."

      From: http://www.howtocreate.co.uk/acid/

      I do love a good race!

      B.

      --
      This is a sig. This is only a sig. Had this been an actual sig you would have been informed where to tune for more sigs.
    31. Re:Let's see. by heinousjay · · Score: 2, Insightful

      All I really meant by it is that ACID2 (mis)uses obscure techniques to deliberately break browsers. It has no bearing on how people actually make webpages, and the techniques it does use are so out of line with the norm that we don't even need them.

      It's simply not a grave situation. It would be nice if all browsers worked the same, but I'm not an idealist by profession, and I certainly don't give additional point to things based on their obscurity. That's one geek trait I've never picked up.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    32. Re:Let's see. by kminchau · · Score: 1
      Try the ACID test with Firefox sometime and you'll see that MS aren't the only ones with problems in this area.

      I've tried the ACID test with all of the browsers and they all fail horribly. For example all of the lines are wavy and each one completely messes up the color scheme, and replaces it with pulsating psychedelic colors.

      ...oh... you weren't meaning the *on* ACID test....
      --
      "Never underestimate the power of the Slashdot!"
    33. Re:Let's see. by wordsofwisedumb · · Score: 1
      Things would change if more developers started combining options 3 and 4. If you provide a IE fork that just shows a link to alternate browsers and a short explanation of why this is (something that the average user can understand but is not insulting to their intelligence) you could remove your headaches as a developer, encourage some forward movement in the industry, put some limited pressure on Microsoft, and still get your content to the majority of users.

      Of course all of this banks on more than just three developers using this scheme. If one web page works that way then its customers will turn to a competitor site, but if people begin seeing this over and over and over, they will convert.

      The only sites that need to provide compatibility for IE are the download pages for alternative browsers.

    34. Re:Let's see. by CastrTroy · · Score: 2, Interesting

      I think what he's saying is that just because the browser passes the ACID test doesn't mean that it renders 100% of the pages correctly. As far as I'm aware Safari/Konq is the only browser that passed it fully. Yet, other than IE, it's the browser I hear most about when it comes to rendering errors. You could make a program correctly renders the input of the ACID test. It wouldn't really look at the input, just read the file and output what it's supposed to. The ACID test doesn't test 100% compliance. It's just something for bragging rights. It doesn't show real world results with the billions of pages on the web.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    35. Re:Let's see. by growse · · Score: 0

      It's not that they're not able to, they don't need to. Look at their target market - Joe Public.

      Joe Public has heard some mumblings in the press about "security" and keeps hearing about this "firefox" thing that everyone says is "more secure". But he likes IE, he's got all his favourites saved, and he doesn't want to (doesn't know how to) go through the faff of installing something else. So MS make IE7, with boasts about "better security" etc. Joe goes and gets this because it's familiar, and he perceives it to be better. He's happy that he's got something that he thinks is more secure, but is still like the old IE. He's pleased to find things like tabs which he's never seen before.

      Does Joe Public give a crap about CSS? Standards? Of course not.

      You make it sound like MS have a duty towards web designers to make better software. Of course they don't, they have a duty towards customers, the vast majority of whom don't give a crap about most things that web designers care about. They're a business. They're job is to make the customer happy and to make money. Not please a minority set of developers.

      Now, before the world flames me with MS-fanboy accusations, I'm a web developer. I don't like it either. But I recognise that a market is a market, and different products offer different things. Most products offer nice features like standards compliance which I care about, so I use them. Different parts of the market care about different things, and perceive IE to fulfil those needs, so they use that. Part of the problem we have is that most of the target audience don't know what products (browsers) are out there and don't do any research about it. It's like 90% of people buying the same make and model of car, because they're not aware of any other car manufacturers existing. Even if they became aware of the other car manufacturers, why should they buy there cars, when everyone else owns (and is happy with) the majority car. Doesn't matter that the other cars have things like airbags and stuff, the public doesn't think they need it.

      That was a rather bad analogy, I apologise.

      --
      There is nothing interesting going on at my blog
    36. Re:Let's see. by westlake · · Score: 2, Insightful
      I treat it that way, and just let pages look suboptimal in IE.

      I suppose it is safe to assume your clients don't mind losing 85-95% of potential hits to their competitor's IE-friendly web site.

    37. Re:Let's see. by jonadab · · Score: 2, Interesting

      > So Firefox only scored a 1500 on its SAT. IE is still wearing a helmet
      > and drooling on itself as it takes the short bus back to Redmond.

      You exagerate. Yes, Firefox handles CSS (especially CSS2) rather a lot better than IE, but the browser drooling on itself on the short bus with regard to CSS is Netscape 4 (remember that frustration?), and the one scoring 1500, when it emerges, will handle a lot more CSS3 than any browser I've yet seen can manage so far.

      Perhaps a better analogy would involve grade levels: IE7 is still a couple of grade levels behind Firefox, but in time it can potentially get to where Firefox is today. Sure, it needs to study CSS2, but that's coming up on its academic schedule, I imagine.

      > IE is the biggest frustration on the planet right now to anyone who actually
      > works in this industry.

      Okay, that much is true. (Well, it's true if you define "this industry" as web development specifically, rather than lumping all computer stuff together as is often done.)

      --
      Cut that out, or I will ship you to Norilsk in a box.
    38. Re:Let's see. by Lobais · · Score: 1

      Well, FireFox has got a beta too. And the FireFox team actually cares: http://my.opera.com/tarquinwj/homes/albums/45511/1 FF3.png

    39. Re:Let's see. by Jugalator · · Score: 2, Informative
      Maybe a comment from Microsoft themselves on this topic would also be of interest to some:
      In that vein, Ive seen a lot of comments asking if we will pass the Acid2 browser test published by the Web Standards Project when IE7 ships. Ill go ahead and relieve the suspense by saying we will not pass this test when IE7 ships. The original Acid Test tested only the CSS 1 box model, and actually became part of the W3C CSS1 Test Suite since it was a fairly narrow test but the Acid 2 Test covers a wide set of functionality and standards, not just from CSS2.1 and HTML 4.01, selected by the authors as a wish list of features theyd like to have. Its pointedly not a compliance test (from the Test Guide: Acid2 does not guarantee conformance with any specification). As a wish list, it is really important and useful to my team, but it isnt even intended, in my understanding, as our priority list for IE7.

      Source (that also contains a brief summary of the most important fixed in IE7)
      --
      Beware: In C++, your friends can see your privates!
    40. Re:Let's see. by Anonymous Coward · · Score: 0

      What about students at school?

      At my highschool (at least this was true last year) the only way to use an alternate browser was to bring it in on a usb drive, and even then, it wasn't really allowed, they would just ignore the fact you were using a non-IE browser.

      I talked to one of the tech guys about deploying Firefox and he said they aren't allowed to deploy any non-Microsoft software, because of some deal they have that gets them Windows (a discount, I think).

    41. Re:Let's see. by Snover · · Score: 1

      That hack won't work in IE7. Have fun fixing everything all over again. :\

      --

      [insert witty comment here]
    42. Re:Let's see. by Ant+P. · · Score: 1

      Sometimes I wish my code didn't need stupid hacks for unfixed 7 year old Firefox bugs either...
      https://bugzilla.mozilla.org/show_bug.cgi?id=9458

    43. Re:Let's see. by tjohns · · Score: 2, Insightful
      Really, the ACID test is about using techniques as complicated (and pointless) as they get to break browsers, while real web dev is about making sites that work.

      A browser that passes the test is not automatically better than one that doesn't.
      I beg to differ. The whole idea behind standards is to provide a single target to develop for. While the Acid2 test just tests a small subset of those standards, it's still important. Quite frankly, I'm sick of seeing different resuls in MSIE whenver I develop a web page, and I'm sick of sites that break in anything except Internet Explorer just because they decided to cater to its bugs and deficiencies.

      Yes, the ultimate test of a web browser is whether the page renders and works correctly. However, the closer browsers are to meeting the W3C standards, the less likely it is that a page will work in one browser and not another.

      Oh, and for the record, a lot of tests are not "complicated and pointless". Sure, there's some stuff you probably won't take advantage of, but theres a lot of stuff in there that would make web developers' lives easier should browsers ever consistently support it. I suggest you read the Acid2 Guided Tour.
    44. Re:Let's see. by blzabub · · Score: 1

      I would add-> 5. Develop to the standard but with familiarity of common IE rendering bugs and therefore code around those problems, sometimes making design and feature compromises which you would prefer not to make but that is the reality of designing/developing for the web when the dominant browser is borked. for example: the IE box model does not comply to the W3C standard, therefore: avoid declaring "width" when possible, do not add padding to elements with width declared, instead create the padding with a separate (admittedly non-semantic) element inside the element with width declared. Don't use large blocks of italic text. Don't use PNGs, don't, don't, don't... you get the idea.

    45. Re:Let's see. by zaajats · · Score: 1
      I beg to differ. The whole idea behind standards is to provide a single target to develop for. While the Acid2 test just tests a small subset of those standards, it's still important. Quite frankly, I'm sick of seeing different resuls in MSIE whenver I develop a web page, and I'm sick of sites that break in anything except Internet Explorer just because they decided to cater to its bugs and deficiencies.

      I didn't mean to imply that web standards are unnecessary. (I too am totally fed up with IE's "different" view on standards and me (us) having to deal with Microsoft's mess.

      What I *was* trying to say (but failed, apparently), is that Acid still is only a test that covers a small portion of browser standards-compliance, and shouldn't be used as a determining factor.

    46. Re:Let's see. by Ankle · · Score: 2, Informative

      Not only are they close, but in the reflow branch Firefox passes ACID2.

    47. Re:Let's see. by Abu+Hurayrah · · Score: 1

      I'd like to disagree with this comment (it is Slashdot, afterall). IE7 fixes a lot of rendering bugs that IE6 had - just view the css/edge site with IE6 & IE7 to see some of the fixes in action. My own test XML-page renders properly, with CSS, on IE7 where it didn't on IE6. IE 7 is noticeably faster than IE6. These are all my personal observations, and I'm sure a more professional analysis will yield a lot more improvements.

      Having said that, IE7 is still far off from where the rest of the world is at, and it can be argued that Microsoft is not working as hard as it should be on implementing standards, but a quick read over the IEBlog will show that that the developers of IE really are trying to implement feature requests, and IE7 brings with it more than just a bunch of fluff. It brings IE up to Y2K CSS compliance. : -D

      --
      Kindness is not to be found in anything but that it adds to its beauty...
    48. Re:Let's see. by _DangerousDwarf · · Score: 2, Funny

      Nah, his mom doesn't really care. :)

    49. Re:Let's see. by JahToasted · · Score: 1
      Really? Well I've been this one:
      <!--[if IE]>
      <link rel="stylesheet" type="text/css" href="./style_ie.css" />
      <![endif]-->
      They damn well better not take that one away until their browser can actually render stuff properly.
    50. Re:Let's see. by mstahl · · Score: 1

      I disagree. The two ideas, though not interchangable, are very closely related. The situation is more complicated than that.

      The purpose of the ACID test is to fully, rigorously test the capabilities of a browser. You're saying it's not that important because complicated CSS isn't part of "real web dev". Well why not? The way that most browsers are forced to render pages is to ignore everything they don't understand, because a different browser will respond to those things differently, and everything is a filthy dirty kludge. ACID gives a single, common ground to which every web browser can aspire. So, I would say that a web browser that passes the ACID test, with all other factors being equal, would be a huge improvement over one that doesn't even try.

      When you start looking at web development as only doing what you can with the browsers handed to you, you're really stunting yourself. While I would not say it would be wise to build a site only viewable in Konqueror/Safari/Etc, I do believe that browser vendors need to be under constant pressure to adhere to standards. If they do, we will no longer have to hold back all the cool stuff just because it'll look like crap on IE.

      The whole point of standards is to have something everyone can follow, whether they agree about the text of the standard or not; the whole point of the ACID test is to gauge as a developer how well your browser adheres to the standards.

    51. Re:Let's see. by pklinken · · Score: 0

      Yea ok George, whatever.

    52. Re:Let's see. by jdwest · · Score: 1

      So Firefox only scored a 1500 on its SAT. IE is still wearing a helmet and drooling on itself as it takes the short bus back to Redmond.

      Spot on. Damn funny.

      --

      Lorem ipsum dolor sit amet ...
    53. Re:Let's see. by NoMoreNicksLeft · · Score: 1

      Though you really shouldn't, XHTML served to Konq looks damn good anyway. Does it even have a quirks mode or what?

      (I serve application/xml+html if their HTTP_ACCEPT lists it... mostly so IEdiots can see something other than a download prompt.)

    54. Re:Let's see. by Ajehals · · Score: 1

      Actually not a bad analogy at all for the point I think you were making. And one I may steal in a presentation I have to give in the next month - It fits nicely with the car / steering / abs examples sometimes used to describe software patents.

      I'll remember to credit you obviously... :)

    55. Re:Let's see. by LegendLength · · Score: 1

      only a 'webmaster' would deride having to program for different situation.
      Jeez, it's not hard at all.


      Only someone who has never developed a multi-layered scalable html-interfaced system would hold that philosophy. Not to mention that HTML is now likely the most used language in the world.

      Read about the methods MS used to embrace and extend Java a few years ago. You will quickly see the damage that even small deviations in software standards can do.

      As a programmer I agree that it is wrong to complain about standards and other problems. Dealing with them is what we get paid for. But you must be aware of the 'game', otherwise you will suffer many problems when creating your own 'mini-standards' (which software creation consists of in a lot of ways).

    56. Re:Let's see. by Anonymous Coward · · Score: 0

      Riiiight! and they have soooo many more problems than M$!

      Ya know what; get back to work fixin' bugs, Microsoftie!

    57. Re:Let's see. by zaajats · · Score: 1
      So, I would say that a web browser that passes the ACID test, with all other factors being equal, would be a huge improvement over one that doesn't even try.

      I agree on that part too (especially the "doesn't even try"), but if 2 decent (= standards-compliant) browsers were compared then the fact that one passes the test and the other still has minor shortcomings shouldn't be considered to be too important.

    58. Re:Let's see. by spongman · · Score: 1

      no, it's because they want to push WPF as an alterenative to XHTML/CSS and have no interest in improving these competing technologies.

    59. Re:Let's see. by Crayon+Kid · · Score: 1

      And even in the current releases of Firefox and IE6, respectively, the differences are obvious. The Firefox rendering of ACID2 resembles the intended result. IE6 renders a red patch at the bottom of the page.

      Yes, I'm comparing Firefox 1.5.0.4 with IE6. That's what's out now. If I were to compare "would be" I'd compare the perfect rendering in the beta Firefox with the still imperfect rendering in IE7.

      Opera 9 renders it perfectly and is out now, BTW.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    60. Re:Let's see. by Bogtha · · Score: 1

      All I really meant by it is that ACID2 (mis)uses obscure techniques to deliberately break browsers.

      But the only reason that the techniques are obscure is that nobody uses them because browsers don't support them. The whole point is to encourage browsers to support them, so people can use them, and then they won't be obscure.

      And there's no misuse. Are you one of the people that thinks the Acid2 test is all about error correction? That's a myth.

      It has no bearing on how people actually make webpages, and the techniques it does use are so out of line with the norm that we don't even need them.

      We don't need them because we either find workarounds or simply create designs that don't include everything we want. For example, how many people have you heard complaining that equal-height columns in CSS are difficult? CSS has had the functionality to do them easily since 1998, but they remain an "obscure technique", and they remain "out of line with the norm" because Internet Explorer doesn't support them. That doesn't mean they wouldn't be a really useful thing to have though, does it?

      --
      Bogtha Bogtha Bogtha
    61. Re:Let's see. by Bogtha · · Score: 1

      It's worth pointing out, though, that although it's a seven year-old bug, at the time it was filed, it was an emulation of an Internet Explorer proprietary property, so it wasn't given much priority.

      It's been added to CSS 2.1 drafts, but CSS 2.1 isn't yet a recommendation (it was a candidate recommendation for a while, but there were still problems with it, so it was moved back to working draft status).

      If you want a bug you can legitimately moan about being old, try the seven year-old soft hyphen bug. Soft hyphens have actually been in HTML since 1995's HTML 2.0.

      --
      Bogtha Bogtha Bogtha
    62. Re:Let's see. by elrous0 · · Score: 2, Funny
      No kidding. I'd *LOVE* to be at a meeting where the web developer stood up and said "I know this new redesign looks like ass in IE, but that's IE's problem, not ours!"

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    63. Re:Let's see. by johncadengo · · Score: 1

      A 1500 out of a 2400?

      Have you seen the SAT lately? That's a horrible score.

      --
      My page.
    64. Re:Let's see. by Snover · · Score: 1

      Conditional comments still work, but a lot of the nasty hacks for IE6 will break horribly in IE7, and well-formed code will also break horribly in IE7.

      So you will need to have:

      <!--[if IE lt 7]>
          <link rel="stylesheet" type="text/css" href="iesucks.css" />
      <![endif]-->
      <!--[if IE eq 7]>
          <link rel="stylesheet" type="text/css" href="iestillsucks.css" />
      <![endif]-->

      --

      [insert witty comment here]
    65. Re:Let's see. by noiseusse · · Score: 1

      Oh how I long to say that.

    66. Re:Let's see. by dk-software-engineer · · Score: 1

      I'm working on a kind of intranet, which means 100% IE. When we discuss a big problem often someone says "we could solve this easily in Firefox" or "we could just switch to Firefox". Then we laugh. Then we get a sad look on our faces, and someone says "no really, what should we do?"

      A while ago I heard that a really nice feature that the users wants was dropped, too expensive. It would cost thousands of kr (hundreds maybe thousands of dollars). A few minutes later I said "look, it's not that hard. I made this in two minutes including testing and debugging, and it works perfectly". Then someone said "yeah, but you tested in Firefox, right?" - "Oh..."

  4. *Yawn* by TheDarkener · · Score: 4, Insightful

    I'm sure there are improvements with this new release, but how much can you really improve upon a structurally flawed program? It's like Vista... They always tout "It's the BEST Windows EVER" and "The most SECURE OS!" and all that garbage...but what happens 2 weeks after it's public release? Flaws. Flaws, flaws, horribly unexplainable flaws that should have been caught with some basic QA *before* release.

    Firefox rules. It was built from the ground up to AVOID the problems created by poor programming in IE.

    --
    It is pitch black. You are likely to be eaten by a grue.
    1. Re:*Yawn* by tehshen · · Score: 1

      Well, of course. Microsoft can't improve IE too much, because then there'd be nothing left to market the next version with.

      --
      Guy asked me for a quarter for a cup of coffee. So I bit him.
    2. Re:*Yawn* by saboola · · Score: 1

      Not to make light of your comment, but just because it was funny to me. My firefox crashed while viewing your comment. I still agree Firefox rules though.

    3. Re:*Yawn* by spyrochaete · · Score: 1

      what happens 2 weeks after it's public release? Flaws. Flaws, flaws, horribly unexplainable flaws that should have been caught with some basic QA *before* release.

      Isn't that what public beta tries to quash? No doubt this IE beta phones home after every session to report stats and issues.

    4. Re:*Yawn* by Anonymous Coward · · Score: 0
      Firefox rules. It was built from the ground up to AVOID the problems created by poor programming in IE.
      What are you smoking? Firefox is built upon the Mozilla Gecko rendering engine, which is built upon the Netscape Navigator rendering engine, which was rewritten once.
    5. Re:*Yawn* by TheDarkener · · Score: 1

      What are you smoking? Firefox is built upon the Mozilla Gecko rendering engine, which is built upon the Netscape Navigator rendering engine, which was rewritten once.

      Which STILL seems to be better coded than IE.

      And marijuana, why do you ask? =p

      --
      It is pitch black. You are likely to be eaten by a grue.
    6. Re:*Yawn* by Anonymous Coward · · Score: 0

      His point is that you said "It was built from the ground up"

    7. Re:*Yawn* by heinousjay · · Score: 1

      I was under the impression that gecko didn't share any code with the previous rendering engine, which was the reason for the looooooong delay after Netscape 4. I could be wrong, of course, but that's how I remember it.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    8. Re:*Yawn* by Nurgled · · Score: 1

      I'd guess that the poster was referring to the fact that Mozilla's rendering engine was designed to render under the CSS model primarily and then the quirky stuff that didn't fit in was implemented on top of that, while IE -- due to its legacy -- takes the opposite tactic of taking a "tag soup" rendering engine and shoe-horning CSS rendering stuff into it. Many of IE's rendering bugs can be attributed to a poor mapping of CSS properties onto IE's traditional rendering model.

    9. Re:*Yawn* by Anonymous Coward · · Score: 0

      Ah yes, and that's why I spent months at 300MB memory usage and the CPU constantly pegged at 100%.

      So I switched to Opera.

      Now I'm using IE7.

  5. Finger in the security dike by elrous0 · · Score: 1
    It's good that MS is taking a more serious approach to security with IE and Windows Vista. But really, how much can they do when 2 security holes open up for every one they patch? It may be that the legacy code has just become too unwieldly to sustain.

    -Eric

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
    1. Re:Finger in the security dike by denis-The-menace · · Score: 1

      You are probably right.
      What to you expect when you create software that put it's fingers into every other piece of software that you've created and vice versa.

      Everybody else creates MODULAR software where you can define where the application starts and end.
      IE, however, is inter-twined in the OS to avoid the "Bundling browser with the OS" ruling from years ago. Therefore, it is effectively designed by lawyers.

      --
      Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
    2. Re:Finger in the security dike by 99BottlesOfBeerInMyF · · Score: 2, Insightful

      It's good that MS is taking a more serious approach to security with IE and Windows Vista. But really, how much can they do when 2 security holes open up for every one they patch?

      If they were serious about security they would spend some of their billions of dollars on hiring really good security people and implementing their suggestions. Little things like making the browser run in userspace. Implementing zones or jails, and not requiring local services to run on the network for normal operation. These are fundamental security improvements that could be made. Implementing them would reduce the number of functional exploits, instead of just trying to patch them all. MS is not interested in doing any of this. Instead, they plan to start making money selling antivirus signatures to remove the malware their holes let into your system. Just because a press release says, "we're serious about security" does not mean it is true in any way.

    3. Re:Finger in the security dike by sharkey · · Score: 1

      Got a pretty good idea of where the thumb is, too :P

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    4. Re:Finger in the security dike by Anonymous Coward · · Score: 0

      Wow. Hey. Why don't you read about the architecture changes and then come back here. And then come up with something else to sub in for the "If they were serious about..".

      Not an IE fan, but please, if you're going to bash do a little research first.

    5. Re:Finger in the security dike by pingveno · · Score: 1
      According to Wikipedia, IE 7 has been seperated from most of the rest of Windows. From Wikipedia:
      Internet Explorer is no longer integrated with the Windows Explorer shell for better security.
      The IE developers aren't lazy, even if the IE 7 release is a couple of years too late.
      --
      "it's not about aptitude, it's the way you're viewed" - Galinda
    6. Re:Finger in the security dike by elrous0 · · Score: 1
      Their thumbs can only go there if they move their heads first.

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    7. Re:Finger in the security dike by Anonymous Coward · · Score: 0

      > making the browser run in userspace
      IE does run in userspace - no browser in the world runs in kernel space. IE versions 6 and earlier run with the same rights as the user running them, just like any other program. IE verion 7 on Vista runs under a special low privs account, which isn't something that mainstream browsers including Firefox and Opera do (though there are ways to run any browser under a low-privs account). Privilege separation as implemented in IE7 on Vista will make a huge difference to the effective level of security. The IE team is also spending the majority of their man-hours making their code harder to exploit in the first place. It's likely, therefore, that IE7 on Vista will be harder to exploit than, say, current Firefox is now. Of course, Firefox will have moved on by the time Vista/IE7 ships. MS does have every reason to make their OS secure. In contrast, they're broadly in competition with "the Internet", so you won't see IE leading CSS conformance - that'll just be "good enough".

    8. Re:Finger in the security dike by denis-The-menace · · Score: 1

      I'm sure it's still integrated somewhat. Remember all those apps that required IE4/5/6 to run...

      --
      Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  6. Uninstall by jeffy210 · · Score: 5, Funny
    "you should uninstall it before installing this release"


    Wait, wait, wait. A version of IE you can actually uninstall? Did I miss something here?
    --
    ------
    "And may your days be long upon the earth."
    1. Re:Uninstall by tehshen · · Score: 5, Funny

      That's a bug, it'll be removed from the Vista version.

      --
      Guy asked me for a quarter for a cup of coffee. So I bit him.
    2. Re:Uninstall by IflyRC · · Score: 2, Informative

      Yes you can uninstall it but it reverts everything back to IE 6.0 It worked quite well for me in Beta 2.

    3. Re:Uninstall by geekzapoppin · · Score: 0

      "Yes you can uninstall it" Well, some people can. For some reason, it has disappeared from my Add/Remove programs list, even when I check the "show updates" box. Guess I'm stuck with Beta 2 FOREVER! (Insert horror sting here)

    4. Re:Uninstall by IflyRC · · Score: 1

      Try right clicking IE.Inf - usually that will launch the install process and via the MSI package you will be able to select remove.

    5. Re:Uninstall by viton · · Score: 1

      Where did you see this message? Did you try to install IE? WHY???

    6. Re:Uninstall by Anonymous Coward · · Score: 0

      it's not actually uninstalling, they should use the proper term which is "rollback" no such thing as uninstalling IE and have a semi decent running OS. Sorry bud, can have your cake and eat it too!

    7. Re:Uninstall by Anonymous Coward · · Score: 0

      A version of IE you can actually uninstall?

      Of course, you can. You take a Windows CD, and uninstall it with fdisk. Then, if you want, you can reinstall everything else.

  7. Vista? by fusto99 · · Score: 0

    I can't seem to find any version for Vista. Has anyone heard anything regarding this? They have a separate version for XP, Server 2003, and so on, but not vista.

    1. Re:Vista? by NickFitz · · Score: 4, Informative

      According to the announcement on the IE Team's blog:

      This beta does not install on Windows Vista Beta 2; a new version of IE7+ in Windows Vista will be available with the next public Windows Vista release soon.

      --
      Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
  8. Hooray Jargon by Anonymous Coward · · Score: 0

    'the most efficient way to deploy and manage Web-based solutions.'

    Thanks for this, I really know what that means.

  9. Blocks Input Boxes by Default by blackcat77 · · Score: 0

    It has some lame excuse about protecting your from phishing, but even when you select to allow popups from the site in question, it still blocks input boxes until you change the security level from "medium-high," which is the new "medium" to "medium," which is the new "low." Like the federal government with terrorists, we're supposed to trust Big Bill to choose what we may or may not do on the internet.

  10. Tabbed browsing? by krusadr · · Score: 0, Troll

    You have to wonder just who MS has working on IE. I see the project team as being in a rarely visited far-flung part of the basement, with cobwebs hanging around the doorways and light fittings. The team, all in their late fifties, pasty-white having not been above ground for years are hunched over their MMX pentiums testing their work on a 3-PC LAN running Windows 95 and wondering when the higher-ups will eventually get around to giving them a modem.

    If only someone would pop down there and tell them about tabbed browsing and other minor details like security and malicious scripts.

    --
    while sco {
    wget -O /dev/null http://www.sco.com?sco=litigious%20bastards
    }
    1. Re:Tabbed browsing? by Kelson · · Score: 0, Redundant

      You are aware that IE7 has had tabbed browsing since beta 1 came out last year, right?

    2. Re:Tabbed browsing? by Anonymous Coward · · Score: 0

      Actually, IE7 does offer tabbed browsing. Additionally, it has an option in the View menu to watch thumbnails of all open tabs.

      The overall look and feel including the 'add-ons' and 'search box' though, is more like 'cluttered' firefox.

  11. Off topic? by Anonymous Coward · · Score: 0

    Sorry, but isn't fingering a dike a little off topic?

    1. Re:Off topic? by elrous0 · · Score: 1
      No, you're thinking of dykes.

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    2. Re:Off topic? by gbobeck · · Score: 1
      Either spelling is correct. From dictionary.com:
      dike also dyke
      n.
            1a. An embankment of earth and rock built to prevent floods.
            1b. Chiefly British. A low wall, often of sod, dividing or enclosing lands.
            2. A barrier blocking a passage, especially for protection.
            3. A raised causeway.
            4. A ditch; a channel.
            5. Geology. A long mass of igneous rock that cuts across the structure of adjacent rock.
      --
      Navicula hydraulica plena anguilarum est. Omnes castelli tuus nostri sunt. Ed elli avea del cul fatto trombetta.
    3. Re:Off topic? by Inner_Child · · Score: 1

      "Joke over head" ASCII and any other /. memes that indicate that you completely missed the point.

      --
      Today is red jello day - all workers must eat all of their red jello. Failure to comply will result in five demerits.
  12. IE7? by liangzai · · Score: 0

    No XML. Poor CSS. Lame.

  13. Just how much more web standards compliant is it? by __aaclcg7560 · · Score: 1

    So IE7 Beta 3 for Windows XP is any more web standards compliant than the last version? I found it ironic that IE7 for Windows Vista displayed my website correctly.

  14. FUCK! by binary+paladin · · Score: 3, Funny

    Still... no... proper... box... model...? Not even and... option or something?

    Well, let me just say, as a web developer... FUCK FUCK FUCK FUCK FUCK FUCK FUCK! FUCK YOU FUCKING MICROSOFT FUCKERS! ROT IN HELL YOU CHEAP IMITATION HACKS WHO COULDN'T PROGRAM YOURSELVES OUT OF A FUCKING BOX! (Whatever that means.)

    Okay. I needed that. Seriously, what the fuck have they been doing all this time? Pounding their dicks with mallets?

    How long has this piece of shit been in development? If this browser is any indication of Vista well... no wonder I haven't updated past 2000. There is so much nice stuff sitting in the CSS standard and it's largely being ignored. The IE team should die of gonorrhea and rot in hell.

    1. Re:FUCK! by Anonymous Coward · · Score: 0

      "Pounding their dicks with mallets?"

      You oughta be careful with that stuff? I just burst out laughing in my cube and now everyone is looking at me like I am crazy or something.

    2. Re:FUCK! by binary+paladin · · Score: 0, Troll

      Sorry, I had no other point of reference. That's just what I happen to do when I should be working but... I'm not.

    3. Re:FUCK! by Virak · · Score: 1
      FUCK FUCK FUCK FUCK FUCK FUCK FUCK! FUCK YOU FUCKING MICROSOFT FUCKERS! ROT IN HELL YOU CHEAP IMITATION HACKS WHO COULDN'T PROGRAM YOURSELVES OUT OF A FUCKING BOX!

      They can, but their definition of a box is different from everyone else's.

      (And in addition to shitty CSS support, we get shitty XHTML support too! IE7, unfortunately, is looking to be about as much of an upgrade to IE6 as Vista is to XP.)
    4. Re:FUCK! by Anonymous Coward · · Score: 0

      The box model has worked (mostly) since IE6. Unless the OP gets more specific, assume that's incorrect FUD.

    5. Re:FUCK! by NickFitz · · Score: 5, Informative

      IE will use the W3C box model if you include an appropriate DOCTYPE in your page (as per the standards) thereby triggering "strict" rendering mode. The box model is only broken if you use"quirks" mode rendering.

      This has been the case since IE5.5.

      It's also how Firefox, Opera and Safari - and probably every other CSS-supporting browser of any note - cope with all the malformed HTML/CSS out there.

      --
      Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
    6. Re:FUCK! by Provocateur · · Score: 1

      Don't hold back, now. Why don't you tell us how you really feel?>br>
      /joke
       

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    7. Re:FUCK! by TheoMurpse · · Score: 1
      The IE team should die of gonorrhea and rot in hell.
      Now come on, that's not fair at all to the poor women who had to sleep with IE devs to give them gonorrhea in the first place.
    8. Re:FUCK! by NickFitz · · Score: 1

      Oops, my mistake: it was IE5/Mac that introduced DOCTYPE switching; the first Windows version to have it was IE6 in 2001.

      Sorry :-)

      --
      Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
    9. Re:FUCK! by argStyopa · · Score: 1

      Seriously, what the fuck have they been doing all this time? Pounding their dicks with mallets?

      In a Darwinistic sense, at least that would provide some hope to young webdevs.

      --
      -Styopa
    10. Re:FUCK! by binary+paladin · · Score: 0, Troll

      You're right and I know. I'm still coping with the emotional trauma of yesteryear. *sobs*

      Now if they could just get list items to not include automatic margins if there is whitespace between them. Perhaps even PNG 24 support. *sigh*

    11. Re:FUCK! by ThreeDayMonk · · Score: 1
      IE will use the W3C box model if you include an appropriate DOCTYPE in your page (as per the standards) thereby triggering "strict" rendering mode. The box model is only broken if you use"quirks" mode rendering.

      As long as you don't put in an XML prolog or any whitespace at the start of the document, in which case the broken parser will ignore the DOCTYPE and IE will go back to 'quirks' mode.

      Did they fix that in IE7, by the way?
      --
      If your comment title says 'Re: Foo', I'm not likely to read it.
    12. Re:FUCK! by JourneyExpertApe · · Score: 1

      What about TRANSITIONAL? Does that trigger the correct box model? And what about the DOM? Will we still write two versions of our JavaScript code to have even simple DHTML?

      --
      If you can read this sig, you're too close.
    13. Re:FUCK! by Nurgled · · Score: 1

      Yes, they have.

    14. Re:FUCK! by rbarreira · · Score: 1
      --

      The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F
  15. It's not that bad by edmicman · · Score: 4, Informative

    I know the Slashdot crowd will poo-poo on this release, the zealots will shout for their favorite browser, etc. And for the most part, they're right. The media seems oblivious to this, but I've stopping thinking of IE7 as a competitor to all of the other browsers. Instead, I see it as what a baseline browser that's integrated into the OS should be.

    Yes, IE7 is basically where Firefox and everyone else was at years ago. Yes, it has tons of room for improvement. But for the unwashed masses out there, having a PC that comes with IE7, or being forced to upgrade as part of Windows Update is a good thing. Sure, I could install Windows from scratch, open up Write, and begin my novel. Or, if I want and need more features, I can choose from Word, Open Office, WordPerfect, etc. Same goes for the browsers. IE7 will give the average user a higher starting point, but the alternatives will always do the job better, and I don't think IE7 will stop the adoption that Firefox is seeing. Who is seriously going to go back to IE after using and customizing Firefox to how they want it?

    I use Firefox at home, and partially at work, but I also have to use IE for our Intranet development (it's easier for now, and they're too ingrained to IE for me to start using FF full time. If something doesn't work right, I'd rather not have to tell the "well, it works right in FF, it's your problem"....anyway....). I grabbed the IE7b3 yesterday and have found it leaps and bounds better that IE7b2. Pages load faster (still not as fast as FF), the UI is snappier (still not as snappy as FF), and some of the quirks of before have been fixed. It's better than IE7b2, and tons better than IE6. Is it going to replace FF at all? Heck, no.

    1. Re:It's not that bad by binary+paladin · · Score: 0, Troll

      I couldn't care less about tabs or extensions or UI enhancements or any of that crap. What I care about is standards implementation and so long as IE ignores things like the box model and does a piss poor job of doing... well... anything... I have to participate in web skullduggery to get pages to work right.

      The problem with your analogy to Write is that people using Write aren't limiting people using better programs. Their consumption of mediocrity isn't stifling the entire word processing industry. IE is and does. I can live with the box model being messed up, all it takes is an extra div to work around that, but if they haven't fixed a plethora of other problems then... I guess I'm going to continue to hack around their bullshit and sit here and bitch about it on Slashdot.

    2. Re:It's not that bad by mcmonkey · · Score: 5, Insightful
      Instead, I see it as what a baseline browser that's integrated into the OS should be.

      Buddy, you gotta lay off the Redmond kool-aid. A true baseline for a browser that's integrated into the the OS is...nothing. Null. The empty set.

      There should be no web browser that's integrated into the OS. There are many reasons for this, but I'll name one: security. Browsing the web is an inherently insecure operation. Why would you (for any technical reason) integrate that function into the core of your OS?

      You wouldn't. IE is integrated into Windows for marketing reasons. Until that integration is done away with, we know MS isn't serious about all their security talk.

      Would you integrate your digestive system into your hands? Eating would be so easy--you'd just have to touch stuff! What that's? Sometimes you touch stuff that isn't safe to eat? Here, put this 'patch' on.

    3. Re:It's not that bad by misleb · · Score: 5, Insightful
      I know the Slashdot crowd will poo-poo on this release, the zealots will shout for their favorite browser, etc. And for the most part, they're right. The media seems oblivious to this, but I've stopping thinking of IE7 as a competitor to all of the other browsers. Instead, I see it as what a baseline browser that's integrated into the OS should be.


      A "baseline" browser would be standards compliant and minimal, which IE7 is not.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    4. Re:It's not that bad by phil+reed · · Score: 1
      I wish I had moderation points today.

      +1 Insightful

      --

      ...phil
      "For a list of the ways which technology has failed to improve our quality of life, press 3."
    5. Re:It's not that bad by treeves · · Score: 1
      Eating would be so easy--you'd just have to touch stuff! What that's? Sometimes you touch stuff that isn't safe to eat?


      That reminds me of houseflies! They barf on whatever they're going to eat, then suck it back up. I'm sure that relates to IE as well, but I can't say exactly how.
      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    6. Re:It's not that bad by Anonymous Coward · · Score: 0

      "if they haven't fixed a plethora of other problems then... I guess I'm going to continue to hack around their bullshit..."

      Amazing, huh? If IE7 still makes web authors trying to migrate off HTML 4.01 transitional and on to new and better things stick to that old doc type or have to apply hacks to your CSS1 to get functionallity, it is really pathitic.

      The mighty Microsoft and their world-leading IE7 still does not give their customers a GUI user agent capable of complying older W3C standards. Now that is industry-leading "innovation". And most definitly tells you how much Microsoft really cares about it's cutomer base's needs. The customer's interest is last in Microsoft's priority list.

    7. Re:It's not that bad by OmegaBlac · · Score: 1
      ...but I've stopping thinking of IE7 as a competitor to all of the other browsers. Instead, I see it as what a baseline browser that's integrated into the OS should be.
      What is this? Bizarro World? Baseline for what an integrated browser should be? Would that be a bug infested, automatic "leave the door and windows to my house wide open" type of baseline? As already mentioned, a baseline for an integrated browser into OS should be NONE!
    8. Re:It's not that bad by WeAreAllDoomed · · Score: 2, Informative
      Instead, I see it as what a baseline browser that's integrated into the OS should be.

      first, a browser shouldn't be integrated into the OS. secondly, a "baseline browser", if anything, should RENDER CORRECTLY. *That's* the baseline. Then, if people want tabs, extensions, or other add-on features, they can start looking around.

      the IE dev team has had plenty of time to fix their broken software, and they haven't. they left the rendering engine a pile of poo, and either intentionally wasted their time on end-user stuff like tabs etc, or they simply aren't able to fix the important stuff, so they did the bells and whistles.

      this product is an enormous screw-up, like its predecesors.

      --
      free software, open standards, open file formats, no software patents.
    9. Re:It's not that bad by TheoMurpse · · Score: 4, Insightful
      But for the unwashed masses out there, having a PC that comes with IE7, or being forced to upgrade as part of Windows Update is a good thing. Sure, I could install Windows from scratch, open up Write, and begin my novel.
      Wrong. Your analogy would only be accurate if Write took random (but not all!) letters you typed and converted them to leet. Then it would do font sizes wrong so that if you opened it up in OpenOffice or even Word the font sizes would be different, and the layout would be completely screwed up. However, because the average user has a great baseline, they wouldn't feel the need to upgrade to Word. Then, when they passed on the documents to other people who opened them with standards-compliant word processors (observing accurate measurements and font sizes) the documents would be screwed up, and decide it must be their word processor's fault, since "my coworker would never do something that stupid as type in leet in a too-large font size".

      No, having IE come on a system at all is bad, as it encourages developers to continue to use Microsoft-only hacks that blocks users of other browsers from enjoying the sites. Take for example, me: I work for the University of Texas at Austin Liberal Arts IT department developing websites. Last year, I spent a semester building a website for learning American Sign Language for the students and for anyone in the general public who wished to use the video resources as a study guide. Unfortunately, I spent more time making the site work on IE because of its failed standards compliance than I did on actually building the standards-compliant site. To top it off, all the work I put into making it work in IE only made it work in IE 6! It will still fail in IE 7, so when users upgrade, I'll have to make updates to a static site! This has wasted my time, taxpayers' money, students' chances at education; and has harmed the ASL community because it is one less resource (and boy, is it a good one!) for ASL-as-a-second-language people to use in their studies. A standards-compliant page is necessary in order to support alternative browsers and provide a common page that, in theory, all browsers (hopefully IE one day) will display correctly. I can't just code to IE because, as we are seeing, IE changes; standards remain the same (margins are margins are margins, not padding).

      In short, the existence of IE on users' computers hurts society economically and educationally.
    10. Re:It's not that bad by NickFitz · · Score: 1

      Is that the box model problem that was sorted out in IE6, back in 2001?

      --
      Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
    11. Re:It's not that bad by iceperson · · Score: 1

      Like it or not the browser used 4 times as much as any other IS the defacto standard.

    12. Re:It's not that bad by JayDot · · Score: 1

      Grab the IETab extension, and set it to auto-render your intranet in the IE engine. I'm not sure it will use the IE7b3 engine, though. If it does, you'd have a "best-of-both-worlds" setup for your current situation.

      --
      Meh, a real sig would take too long, and I have an MMORPG to play with....
    13. Re:It's not that bad by Kelson · · Score: 3, Insightful
      There should be no web browser that's integrated into the OS.

      I think you're using different meanings for "integrated." You mean firmly entrenched with tendrils running throughout the system. I suspect the GP post meant pre-installed (i.e. integrated in the installer and/or the user experience).

      There are a number of reasons that some web browser should be pre-installed with a new computer or OS install. The foremost is this: A whole lot of software -- browsers included -- is distributed online these days. A built-in browser of some sort is necessary just to get your browser of choice. Care to guess how many Slashdotters have used IE primarily to download Firefox?

      You could, of course, get by with a minimal browser like Off By One (and we're back to the WordPad vs. Word analogy), as long as it has the ability to fill out forms and download files.

      The alternative is to rely on CD-ROM distribution just to get online. (And don't suggest command-line FTP as the way to let people download Firefox/IE/Opera/what-the-hell-ever. You can figure it out, I can figure it out, but most people don't want to mess around with the command-line when there's a simpler way to do it.)

    14. Re:It's not that bad by Anonymous Coward · · Score: 0

      He's Right! Come on there has to be a browser built in! How else would the average user surf the internet! If people bought a PC and it couldn't surf, what would they do? (I can hear it now, "how do i get on the internet to download a browser?") That's why they bought the PC, for the internet! (and that's probably why they call it Internet Explorer, heck if they called it firefox, or dillo or something, half the people out there would wonder what to click on to get to the Internet!) And what does Microsoft care how well it works anyway? I still use IE6 and it displays every page fine (what web-developer couldn't program for it) well formatting on my widescreen is a little off, but not for most pages. Course it's probably just me I hate the idea of downloading something I already have, I figure explorer is already forced on me, might as well use it since it has to be on the hard drive anyway...

      IE6 works, it displays web pages, that's all most people want. If IE7 adds crap good for them, I'll probably never get use to tab browsing anyway since I've been surfin like this for a decade.

      Final rants:

      Why did it take Microsoft so long to just copy what everyone else is doing?

      And now all the third party browser fan boys can flame me back.

    15. Re:It's not that bad by misleb · · Score: 2, Insightful

      On the other hand, if you have, say, 5 common browsers (Safari, IE, Opera, Firefox, and Konq.) which all render roughly the same except for one (IE), can you really say that the odd man out is the "defacto standard?" Do you compare raw number of users or number of products? When a web developer wants to make a web site which display correctly on all browsers, IE is the one that causes most of the problems. Where is the "defacto standards" in that?

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    16. Re:It's not that bad by SpinyNorman · · Score: 1

      The problem with IE as "baseline browser" is that it defines a very weak lowest common denominator for web developers to target (notably incomplete and buggy CSS support), and thus holds back the web as a whole. It doesn't help that more standards-compliant and feature rich browsers are available since web pages themselves can't use those standards if they also want to work with IE.

      Of course this is the way Microsoft wants it - they want to control the Internet rather than have it go racing ahead out of their control. Lack of a feature rich lowest common denominator hurts Microsoft's web-savvy competitors (Google, Yahoo, etc), more than it hurts Microsoft itself, since Microsoft are still playing catch-up in the web arena.

    17. Re:It's not that bad by Anonymous Coward · · Score: 0

      There is no such thing as a standards compliant browser which is also minimal for any reasonable definition of minimal. Complying with HTML, CSS2, ECMAScript, XHTML, DOM, HTTP1.1, SSL, and all of the other standards that apply to a browser make for a very non-minimal browser unless you consider "does not implement" to be complying with standards.

      For example, Lynx is quite minimal, but its idea of "standards compliant" is firmly in the "does not implement" camp. Would you suggest that Lynx be the standard browser that ships with all OSes? I know I would be OK with it, but my grandmother might not.

      Believe it or not, implementing all of those standards properly is a monumental engineering effort. Which features would you leave out to make it "minimal"?

      dom

    18. Re:It's not that bad by GWBasic · · Score: 1
      There should be no web browser that's integrated into the OS. There are many reasons for this, but I'll name one: security. Browsing the web is an inherently insecure operation. Why would you (for any technical reason) integrate that function into the core of your OS?

      [Begin sarcasm]

      I'll agree with you when the auto industry decides that they should sell cars without tires and stereos. And, to encourage competition, we're going to make it illegal for car dealers to sell cars with transmissions installed!

      What next, are you going to claim that standard ignition locks makes cars succeptable to theft?!

      [End sarcasm]

      There are two simple facts that show your argument is impracticle:

      • The general public expects that, when they buy a computer, it can get on the web without them having to install anything.
      • A modern operating system MUST provide an HTML/HTTP rendering component.
      Seriously, this is 2006. Grandma doesn't want to spend two weeks installing software before she can do something with her computer. If you don't want her using IE, then buy her a Mac.
    19. Re:It's not that bad by misleb · · Score: 1
      Believe it or not, implementing all of those standards properly is a monumental engineering effort. Which features would you leave out to make it "minimal"?


      Good question. I don't know. I was responding to someone else's suggestion that IE is a good "baseline" browser in the same way that Wordpad is a "baseline" word processor. I don't think that is true.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    20. Re:It's not that bad by The_reformant · · Score: 1

      Thats weird coz the only reason I dont use firefow full time is because the load up, UI and page rendering are so slow (this is under windows), oh and the memory leakage "feature". Obv on my linux machines is FF all the time.

      --
      I have discovered a truly remarkable sig which this post is too small to contain.
    21. Re:It's not that bad by yoz · · Score: 1

      There should be no web browser that's integrated into the OS. There are many reasons for this, but I'll name one: security. Browsing the web is an inherently insecure operation. Why would you (for any technical reason) integrate that function into the core of your OS?

      I've bolded the sentence above because it makes absolutely no sense to me. If it's inherently insecure, why are you doing it at all? And where do you get the idea that it's inherently insecure, anyway? Because it's taking untrusted data from an external source? So does a TCP/IP stack. Hell, so does a keyboard driver.

  16. XHTML DTD Parsing by charleste · · Score: 2, Interesting

    But no mention in the FA as to whether or not IE will support the DTD specs from W3C (currently, IE 6 does not ignore entities that have the IGNORE attribute, hence XHTML 1.1 DTDs from W3C are not parsed - they throw errors.

    1. Re:XHTML DTD Parsing by Anonymous Coward · · Score: 0

      If your XHTML 1.1 document is displaying in IE at all then it isn't being sent as XHTML (which it should be doing, if you want to keep it to spec. And you obviously want to keep to spec, otherwise you wouldn't think XHTML was "cool"). The MIME type of the document is text/html, meaning "I know this document thinks it's XHTML, but it's really HTML - so don't do any of the cool XHTML stuff"

      At least IE admits (in its 'Accept' header) that it doesn't parse XHTML, so why are you even serving it XHTML - I'd be surprised if your page actually makes use of the XML features

    2. Re:XHTML DTD Parsing by charleste · · Score: 1

      How Trollish can you get? You sound angry about something you know nothing about. Why would a site be done only in XHTML because it's "cool"? As to *why* to use the W3Cs XHTML DTDs in lieu of creating your own DTD: Why create your own custom DTD when it's already out there, and the rendering is handled fine by all but one browser, so you don't *have* to create XSL for the basics? The sites we're doing spec out and validate. And yes, we're utilizing XML features. FF, Opera, Lynx, Safari all parse it correctly. And why do we have to change the encoding to suit one browser?

  17. IE 7 is a Major Improvement by ThinkFr33ly · · Score: 5, Informative

    The IE 7 team has talked in length about the changes to the rendering engine and the decisions they've made.

    Some particularly interesting posts are:

    Standards and CSS in IE
    Improving the CSS 2.1 strict parser for IE 7
    Layout Complete Announced at MIX06
    What's New for CSS in Beta 2 Preview
    The prolog, strict mode, and XHTML in IE
    All your are belong to us
    Call to action: The demise of CSS hacks and broken pages.

    It's not perfect, but it's a major improvement in basically every way over IE 6.

    1. Re:IE 7 is a Major Improvement by denis-The-menace · · Score: 1

      so... tdoes this mean that we'll have 2 flavours of IE to support now?
      -IE 6
      -IE 6 with a few bug fixes and new quirks (aka IE 7)

      --
      Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
    2. Re:IE 7 is a Major Improvement by 99BottlesOfBeerInMyF · · Score: 4, Interesting

      It's not perfect, but it's a major improvement in basically every way over IE 6.

      Wow, seven different press releases/comments from MS. Well, someone just installed it on a test box, so let me take a look at the HTML I'm outputting. Golly looks just the same as IE6. IE fails to show either the CSS or XHTML formatting it failed to before. Now lets take a look in some other browsers. Firefox works. Opera works. Safari works.

      They can talk all they want, but they still haven't managed to do anything. Talk is cheap. Luckily, as this is content that only network security experts will be looking at, nobody cares is it is unformatted for IE users since none of them would touch the bloody thing.

    3. Re:IE 7 is a Major Improvement by ThinkFr33ly · · Score: 1

      Those aren't press releases. They're developers actually doing the work on IE 7.

      As far as the rendering looking the same as IE 6, I would say you're probably full of crap.

    4. Re:IE 7 is a Major Improvement by 99BottlesOfBeerInMyF · · Score: 1

      Those aren't press releases. They're developers actually doing the work on IE 7.

      And this makes it not a press release how? It is all public relations bullshit.

      As far as the rendering looking the same as IE 6, I would say you're probably full of crap.

      Try it yourself. Just write up a XHTML definition and a few CSS2 styles.

    5. Re:IE 7 is a Major Improvement by Kelson · · Score: 1
      Golly looks just the same as IE6.... They can talk all they want, but they still haven't managed to do anything.

      So you're saying they haven't added support for alpha transparency on PNG images? That they haven't added fixed positioning or additional CSS selectors? That they haven't fixed any of the specific bugs they mentioned?

      Just because they didn't fix the bugs that affect you doesn't mean they did nothing at all.

    6. Re:IE 7 is a Major Improvement by 99BottlesOfBeerInMyF · · Score: 1

      Just because they didn't fix the bugs that affect you doesn't mean they did nothing at all.

      They have not, given years to work on it, brought their browser up to a normal level of compliance with Web standards. Every other browser I can find works, but MS's doesn't. If you think that is because they tried really hard but couldn't quite manage it, I have a wonderful, historic bridge you might be interested in for a very reasonable price.

    7. Re:IE 7 is a Major Improvement by nmg196 · · Score: 1

      >> As far as the rendering looking the same as IE 6, I would say you're probably full of crap.

      > Try it yourself. Just write up a XHTML definition and a few CSS2 styles.

      I've tried it and it seems to work OK for me. Why not post a URL of the page that you're having problems with?

      In my experience, the vast majority of people moaning about how IE7 is very broken and behaves just like IE6 simply don't understand DOCTYPES and are trying to get the browser to be standard's compliant in QUIRKS mode (it's called that for a good reason).

      If there's a bug - report it using the bug reporting tool instead of moaning about it on slashdot. It's beta remember.

    8. Re:IE 7 is a Major Improvement by 99BottlesOfBeerInMyF · · Score: 1

      I've tried it and it seems to work OK for me. Why not post a URL of the page that you're having problems with?

      Because of the NDA I signed.

      In my experience, the vast majority of people moaning about how IE7 is very broken and behaves just like IE6 simply don't understand DOCTYPES...

      It validates. It works in every other browser. It results in a degraded version for the IE beta because IE borks the XHTML.

      If there's a bug - report it using the bug reporting tool instead of moaning about it on slashdot. It's beta remember.

      I've reported it as several bugs for every version of IE I've ever used - to date. I don't expect this time they will fix it either. It is not like this is advanced functionality here, it is pretty simple. The only reason I have to believe it is still not working is because either IE engineers are absurdly incompetent or MS does not want it to work.

    9. Re:IE 7 is a Major Improvement by ThinkFr33ly · · Score: 3, Insightful

      The only reason I have to believe it is still not working is because either IE engineers are absurdly incompetent or MS does not want it to work.

      You do realize how rediculous that statement is, right? It just makes you look stupid. If you want to bash MS and make stuff up to do so, feel free, but at least be a little less obvious about it.

      If you have a bug, post a sample of the HTML here along with a screen shot (or detailed description) of the behavior your seeing. If I can verify it I will certainly make sure it gets into the bug tracker.

      My hunch is that this you will fail to do this either by not responding at all, or by making up some reason why you can't post some example HTML.

    10. Re:IE 7 is a Major Improvement by drogers47 · · Score: 1

      View of IE7 improvements from an amateur end user... I read the "New Look" page . Hmph, all the new features have been in my Opera browser for some time. Including the heightened security. I won't bother with *this* beta!

    11. Re:IE 7 is a Major Improvement by Kelson · · Score: 1
      They have not, given years to work on it, brought their browser up to a normal level of compliance with Web standards.

      I can hardly argue with that*, but it isn't what you claimed before, which was not simply that IE7 was inadequate in an absolute sense, but that it showed no relative improvement over IE6. I believe the technical term here is "moving the goalposts."

      *Well, I might dispute the "given years to work on it" part, since it's pretty clear that Microsoft didn't want anyone working on anything except security fixes for IE until last year -- but that depends on whether you're talking about Microsoft as a whole (who has had 5 years) or their IE development team (who have had maybe 1.5).

    12. Re:IE 7 is a Major Improvement by 99BottlesOfBeerInMyF · · Score: 1

      You do realize how rediculous[sic] that statement is, right? It just makes you look stupid.

      Ahh, the ad hominem attack. Yeah, that will really convince someone that your arguments are worthwhile. Here's a little quiz. Which organization has the most programming resources and money to spend? Is it Apple, the Firefox Project, Opera, or Microsoft. Now, which one of those has been able to build a browser that reads the standard formats we are discussing properly? So we have only one company failing at it is the one with the most resources. I think it is pretty reasonable, therefore; to conclude that either they are tragically incompetent or they are acting maliciously.

      If you have a bug, post a sample of the HTML here along with a screen shot (or detailed description) of the behavior your seeing.

      I could go to the effort of recreating the several, obvious failings of IE7 beta3 with regard to XHTML and CSS2 and posting the associated code here, but since I already sent it to MS I don't think I'll bother. It is not like this is something that is not blatantly obvious anyway. It simply can't display any formatting when defined as a XHTML tag and CSS style pairing, even when that code validates and displays properly in all other browsers. Anyone writing CSS2 and XHTML following the W3C guidelines will almost certainly run into one or more of them.

      If the problems are corrected before IE7 leaves beta, I will be greatly surprised. When that does happen, I seriously doubt I'll have to stop making special provisions to let my code degrade gracefully for IE's shortcoming. I'd like very much for that not to be the case.

    13. Re:IE 7 is a Major Improvement by ThinkFr33ly · · Score: 1

      Big surprise. No HTML example, but an excuse instead. (The "failings" are obvious and you already told MS about them). If you've told MS about them do you have a bug id?

      I'm fairly sure one simple example would have taken far less time than your long winded response.

      Of course, since you have no such example, your only choice was to come up with the excuse just as I predicted. Thanks for proving me right.

  18. Re:Just how much more web standards compliant is i by Kelson · · Score: 1

    I haven't seen any big differences between beta 2 and beta 3 (though of course there was a huge jump between IE6 and IE7 beta 2), but they did at least fix one obscure bug I'd reported back in March.

    Under very specific circumstances, hovering over a link in IE7b2 could cause floated objects further up the page to disappear. Ironically, I discovered the bug on a page using a floated Get Firefox button. Yes, you read that right: a bug in IE caused a Firefox link to disappear.

  19. Still the slowest browser around by drinkypoo · · Score: 2, Interesting

    It seems to be slightly faster than b2 was, but it still takes longer to load than firefox (which is hilarious, because I consider firefox to be one slow-starting mofo) and loads pages about half as fast. Probably it's a checked build or something, but it's unacceptable. I'm uninstalling and going back to IE6 (for those things for which I need IE) as soon as I feel like rebooting.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Still the slowest browser around by kminchau · · Score: 1

      Actually I found IE 7 Beta 2 to be faster that Firefox fom most pages that I visit.

      But the thing I like the best is that it isn't a memory grabbing hog like Firefox (I can use it for a bit and have 2 pages open, and it eats up 150Mb of memory. Haven't they heard of free()?).

      --
      "Never underestimate the power of the Slashdot!"
  20. nextgen of customized "browsers" by hobo+sapiens · · Score: 2, Funny

    Internet Explorer Administration Kit 7 Beta 2 Looks like a real joy. Now every ISP can create their own rambling piece of crap like the Yahoo! browser!

    --
    blah blah blah
  21. as I said yesterday... by Tumbleweed · · Score: 3, Informative
  22. Re:or... by Square+Snow+Man · · Score: 0

    I don't know about you but firefox is being a memory intensive program these days, it even crashes now and then for me. And opera is doesn't feel right on GNU/Linux (no native widget support). I suggest to you use Seamonkey http://www.mozilla.org/projects/seamonkey/ until firefox developers start to use smart pointers or add a garbage collector.

  23. Cui bono? Who benefits? by jbn-o · · Score: 4, Insightful

    Comparing anything to perfection is a false dichotomy because nothing is perfect. The question the grandparent poster is asking is better answered by asking oneself cui bono—who benefits? Then you'll see that as long as a proprietor can keep open standards from taking hold, that proprietor benefits. If the most popular browser were to become a free software browser, such as Firefox, you'd see Microsoft change their browser implementation to better conform to standards because they wouldn't be able to compete with broken-by-design software.

  24. Re:Just how much more web standards compliant is i by ender- · · Score: 1

    Yes, you read that right: a bug in IE caused a Firefox link to disappear.

    I wonder if MS didn't intentially put anti-Firefox code into IE7/Vista.

    When I installed the Vista Beta, I had no trouble downloading executables using IE, including Acrobat, Creative Labs drivers, and an antivirus. But the instant I tried to download the Firefox installer, it popped up with a message telling me that it might not be safe to download.

    I found that rather suspicious.

  25. Does IE7 support the <CANVAS> tag? by cr0sh · · Score: 2, Interesting
    I find this tag to be one of the more interesting "new" HTML tags. From what I understand, the Safari browser (OSX?) was the first to have it, then (IIRC) Opera, then finally the Firefox browser. IE6 doesn't support it, although people have been able to create some interesting workarounds using SVG.


    I just like the possibilities this tag brings to browsers and web applications, as well as (simple) gaming. However, I haven't heard anything about it working (or not) in any of the IE7 betas that have been released yet...

    --
    Reason is the Path to God - Anon
  26. I know someone who works... by kayakun · · Score: 1

    Who does MS have working on IE? Believe it or not, I know a guy from my college ( freshmen ) who is interning at Microsoft, working on IE. I was jealous that I didn't get picked ( I don't have much of a job right now ). Anyways, interesting part about this: during the interview, they asked the guy what Microsoft applications he uses most often and what he would change about them. This boy responds, "I don't know, because I'm an Apple user. I've never used Microsoft software." This guy actually gets picked for the fucking internship. He doesn't even know what IE does WRONG, and now he's supposed to help make it rigt? I understand that it's good to get a different perspective when developing software, especially from people who are familiar with the competition, but this is a bit much, don't you think?

    I haven't kept up much on IE 7, but I hope they are treating it like Vista: dump the old code, and start from scratch. If they don't, then the entire effort is pointless.

    You can only build on old code for so long before it's a good idea to start fresh again.

    1. Re:I know someone who works... by HillBilly · · Score: 2, Insightful

      Sometimes when you use a product so much you get used to its quirks and forget that its broken. The first moment he uses IE he should be able to immediatly see problems that over developers have forgotten that are there.

      --
      "Go into the hall of mirrors and have a bloody hard look at yourself" - HG Nelson
    2. Re:I know someone who works... by codepunk · · Score: 1

      Interns writing software for microsoft? Now that sure does go a long way to explaining why it is what it is.

      --


      Got Code?
  27. Wishful Thinking by SeaFox · · Score: 1
    Sorry, but that gave me a chuckle. Reliability, compatibility and security are still in beta.


    What's funny is Microsoft is still not getting it. MOst of the security problems are part of features they implemented for convienence sake. They can't maintain compatability with these technologies without making IE 7 less secure, unless they implemented some complicated embedded sandbox, with might not work for every situation and would be an unreliable solution.

    Compatability, Security, Reliability. Pick two, Microsoft.

    1. Re:Wishful Thinking by CastrTroy · · Score: 1

      Unfortunately they have picked 2. They seem to be Compatibility and Reliability. XP is pretty reliable and doesn't crash quite so much as its predicessors. Also, it seems to be pretty compatible, even with stuff that was only make to work on windows 95. Maybe even windows 3.1 stuff works. DOS games don't really run any more, which is a shame. However, the security thing throws everything else out the door, since all the spyware and worms that slip in tend to kill not only the reliablity, but the compatibility with programs that were meant to run on it.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    2. Re:Wishful Thinking by rhinocero · · Score: 2, Insightful

      And then, whichever two they pick, they'll still get yelled at for lacking the third.

    3. Re:Wishful Thinking by SeaFox · · Score: 1

      That's a part of life. They need to take a queue from practically every other platform and just BREAK STUFF sometimes for the greater good.

      I get the impression there's a lot of mission-critical apps being used by businesses that are also abandonware or so poorly implemented they can't be rewriten to function correctly in a truly secure OS. Otherwise the pressure woudn't be directed at Microsoft to maintian compatability with 15 years of software, but on software companies to get on the ball and release their "Vista compatable" version of their software.

    4. Re:Wishful Thinking by rainman_bc · · Score: 2, Interesting

      That's a part of life. They need to take a queue from practically every other platform and just BREAK STUFF sometimes for the greater good.

      You must be new around here. Every time a new Microsoft OS comes out, someone bitches endlessly about killer app from 1992 not working any more.

      Honestly, Microsoft is damned either way around here. On the one hand they break compatibility and a bunch of sysadmins chime and and bich about some custom app not working any more and they will refuse to upgrade their LAN, and if they don't, well you are exactly correct... Some security holes are left open.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    5. Re:Wishful Thinking by SeaFox · · Score: 1

      On the one hand they break compatibility and a bunch of sysadmins chime and and bich about some custom app not working any more and they will refuse to upgrade their LAN, and if they don't, well you are exactly correct... Some security holes are left open.

      That's fine. Let them eat it when the security issue ends up causing a major problem at the company. If Microsoft releases the secure OS they need and they choose of their own will not to migrate they have no one to blame but themselves for what happens next.

      Ma and Pa aren't running old CLI-based accounting software with an ugly GUI pasted over it. Ma and Pa aren't having to pay thousands for support contracts. Ma and Pa want a computer that's safe for their financial information. Let MS move on and everyone can make their own choice what's more important to them. Letting some anxious sysadmins and lazy enterprise coders run the show is giving no one a choice.

      As long time Mac user (and PC owner) I'm having trouble seeing how this is such an issue, with every major system change 68k->PPC, OS9->OSX, and now with PPC->Intel, there was a get on or get lost point. Real artists ship, so the software companies will just have to rewrite to MS's new standard or go get bus-boy jobs. Their clients will demand it.

  28. Re:or... by TheoMurpse · · Score: 1

    Oh, you silly Firefox users: http://www.opera.com/ ;)

  29. Gag by Wylfing · · Score: 1, Flamebait
    As a result of customer feedback...

    Whenever I see that in a statement from Microsoft, it is always code for "We have totally ignored the wishes of our customers and instead focused on lock-in, the breaking of standards, and the complete bollixing of normal user interface conventions."

    Meh.

    --
    Our intelligent designer has never created an animal that we couldn't improve by strapping a bomb to it.
    1. Re:Gag by Anonymous Coward · · Score: 0

      "normal user interface conventions"

      You mean the ones Microsoft developed in the first place.

      Honestly, Microsoft creates user interface conventions. Other OS'se will polish it up, or come out with a few nice updates to an old theme, but Microsoft is the one I look to for new interface conventions. Open Office looks like a direct rip off of older Microsoft Office products. Apple's OS X was a direct result of needing an OS that offers more upfront access to files and applications like Microsoft's Start menu. The Linux community pretty much ripped off the start menu approach to OS design. While Microsoft has stolen a lot from other companies, they are one of the few that look to improve upon current trends.

      With Vista and a slew of beta products Microsoft is offering now, I can see a significantly more streamlined approach to offering end users a very robust application interface that is presented in a very efficient manner. Office's 2007 menu "ribbon" is a good example.

      Give it 2 years, and Linux and Apple will all come out with their variations of the user interface innovations that Microsoft is developing today. Gone will be a traditional menu bar in place of more dynamic, context sensitive bars or ribbons that present the options the end user is only concerned with at that particular moment.

      Sorry, you can blame Microsoft for a lot of crap over the years, but when it comes to user interface design, Microsoft is the leader in this market. They may not always get it right, but there is a slew of copy cats in the open source community drooling over what Vista and Microsoft's next generation products will offer. The problem is in 2 years, everyone will be believing that Microsoft stole all their UI design from Linux and Apple rather then it being the other way around.

      Also, Microsoft cannot ignore the wishes of their customers, they spend a significant amount of money catering to their customer needs. Whether you want to believe that or not, the fact you don't like Microsoft UI indicates that your not the target audience Microsoft is looking to cater to. Its the millions of business users and home users that need something simple, intuitive, and easy to use which guides Microsoft's UI design, and again, if you had spent any amount of time using Microsoft's next generation products, you will understand there is a large focus on efficient UI design that few other companies can match.

    2. Re:Gag by Anonymous Coward · · Score: 0

      "but Microsoft is the one I look to for new interface conventions..."

      Okay, if you say so. But I'd drink less of their cool-aid.

      "Give it 2 years ... Apple will all come out with their variations of the user interface innovations that Microsoft is developing today"

      Again, the cool-aid. Now I'm not saying Microsoft doesn't have an good idea now and then but you do relaize that their innovation mostly consists of: Purchasing the idea, concept or code, intergrating it into their product line, marketing it to the consumer in the most aggressive fashion possible and calling "innovation".

      "Microsoft cannot ignore the wishes of their customers..."

      They already do ignore their customer's requests (ODF, eg). Why can't you share your documents with anyone you want? That is in the customer's interest, I think. Instead, only paying members of a private club can with Microsoft's products.

      Why can't Microsoft's media player handle codecs that are free? Imagine, on the web where everyone could view video or listen to audio without having to have someone's propritary plug-in. They can still have their "better" format but for the open forum of the internet and mixed company, support for common, consumer-friendly codecs would be to everyone's benifit.

      Why does the new IE7 still not up to speed with W3C standards. Because, some say, it would compete with their Windows API. Now, that is not in the interest of the consumer. That is in Microsoft's interest.

      Sort this list from Microsoft's perspective from most important to least. Share holder, Consumer, Microsoft. Well, by law, Microsoft must look out for its share holders first. So

      #1 Share holders.

      Now we are down to Customer or Microsoft. Judging by their actions, EULA, OS and applications, I'd say they consider themselfs before you to support the first priority. So,

      #2 Microsoft

      That leaves

      #3 Customers.

      Yuck. Not my kind of a company worth supporting. But, of course, your milage may vary.

    3. Re:Gag by jonadab · · Score: 1

      > > As a result of customer feedback...
      > Whenever I see that in a statement from Microsoft, it is always code for
      > "We have totally ignored the wishes of our customers and instead focused
      > on lock-in, the breaking of standards, and the complete bollixing of normal
      > user interface conventions."

      You have to understand which customers Microsoft collects feedback from. They don't collect feedback from computer geeks like us, nor from our grandmothers. They're interested primarily in feedback from the technology-related executives of Fortune 100 corporations and large federal government departments -- people whose immediate underlings supervise people who supervise people who supervise the people who do actual IT work.

      This, when you think about it, explains a great deal. For one thing, Fortune 100 execs are *busy*, so they don't really have time for Microsoft's silly feedback surveys, and they're not going to put a lot of deep thought into the answers. They probably delegate the surveys to their secretaries half the time.

      And of course there are several levels of detachment between these people and the people who actually have to work directly with the software and its consequences.

      ActiveX is a perfect example of a Microsoft technology born out of this kind of feedback. Sure, it's a security nightmare for normal people who just want to use the web, but hey, if it makes it easier to build the company's ticket system for assigning teams to projects (or whatever)... and web browsing all goes through transparent a corporate filtering proxy at the network boundary anyhow...

      --
      Cut that out, or I will ship you to Norilsk in a box.
  30. The ACID Test by ThinkFr33ly · · Score: 4, Informative

    Here is what Microsoft has to say about IE 7 and the ACID test:

    "...I've seen a lot of comments asking if we will pass the Acid2 browser test published by the Web Standards Project when IE7 ships. I'll go ahead and relieve the suspense by saying we will not pass this test when IE7 ships. The original Acid Test tested only the CSS 1 box model, and actually became part of the W3C CSS1 Test Suite since it was a fairly narrow test - but the Acid 2 Test covers a wide set of functionality and standards, not just from CSS2.1 and HTML 4.01, selected by the authors as a "wish list" of features they'd like to have. It's pointedly not a compliance test (emphasis added) (from the Test Guide: "Acid2 does not guarantee conformance with any specification"). As a wish list, it is really important and useful to my team, but it isn't even intended, in my understanding, as our priority list for IE7."

    1. Re:The ACID Test by 99BottlesOfBeerInMyF · · Score: 1

      ...the Acid 2 Test covers a wide set of functionality and standards, not just from CSS2.1 and HTML 4.01, selected by the authors as a "wish list" of features they'd like to have.

      This is incorrect. It is not a "wish list" of desired features. It is a test for compliance with often missing parts of several standards, like graceful handling of certain incorrect code.

      It's pointedly not a compliance test (emphasis added) (from the Test Guide: "Acid2 does not guarantee conformance with any specification").

      That is because it does not test all of any given specification, just common pain points.

      As a wish list, it is really important and useful to my team, but it isn't even intended, in my understanding, as our priority list for IE7."

      They probably should not be focusing on the ACID2 test. Instead they should be trying to get CSS1, CSS2, CSS3, XHTML, etc. basics implemented, which it "looks like" they failed at. Of course they did not really fail, they just never intended on doing it because they are intentionally avoiding both being standards compliant and advancing the state of the art for Web technologies (which could undermine their platform dominance).

      Suck my balls, IE developers, developers, developers you lying, unethical scum.

    2. Re:The ACID Test by Professor_UNIX · · Score: 1
      Of course they did not really fail, they just never intended on doing it because they are intentionally avoiding both being standards compliant and advancing the state of the art for Web technologies (which could undermine their platform dominance).
      Is there anything really stopping browsers like Safari, Firefox, and Opera from adhering to the same set of standards that Microsoft IE follows instead of some third party standard that 95% of the web browsing users out there aren't going to be able to enjoy? Why not fix Firefox so it displays IE-optimized pages nicely... namely where is the ActiveX support in Firefox, Safari, and Opera?
    3. Re:The ACID Test by Anonymous Coward · · Score: 0

      Is activeX open sourced? I don't think anyone has any desire to reverse engeer that mess.

    4. Re:The ACID Test by Ajehals · · Score: 3, Insightful

      This is a Very Bad Idea, it sounds OK but its not;

      Why? Because if what you describe were to happen then everyone would be playing catch up to Microsoft all of the time. The situation you describe would give IE a huge advantage over every other browser as IE would always be 100% compliant, and all the others would not be. Every change in IE would have to be implemented in other browsers after the IE release. Not to mention that Microsoft could add features that are proprietary or subject to a software patent and therefore not even implementable in other browsers. That is no basis for a 'standard', and why wouldn't Microsoft do this? After all it would give them dominance. It would have the potential to destroy any competition to IE, and give Microsoft carte blanche to dictate the future of the web. This is all bad, even if you love Microsoft.

      Lets not even get into the fact that it would also involve Microsoft issuing clear documentation to their competitors as to what they have implemented in the first instance, which is unlikely. Now add to that the fact that some of IE's rendering quirks are as a result of bugs. Some are so well known that people write tutorials and how to's and offer code to cut-and-paste so you can fix issues without even the slightest inkling of what the problem is. More over some of these bugs have been fixed over time... So am I to understand that other browsers and their development teams should actually implement features in their browser that are bugs in another? Ridiculous.

      What about issues where responses to certain code open up security vulnerabilities in IE, should they also be implemented in other browsers so that everyone gets a uniform experience? Didn't think so.

      The W3C provides a set of standards that should be implementable by everyone, people making browsers should be using them and people coding websites should be using them. That way there are no problems for either party, and new features can be added in due time with due consultation of all the interested parties.

      I will add however that if you are producing a web page and your code is 100% W3C compliant you usually only have a few - well documented issues to resolve. The real problems with how pages look in different browsers occurs when the page author is not 100% W3C compliant, and a page may then look great in one browser and terrible in another.

  31. No, it doesn't by Kelson · · Score: 4, Interesting

    Changes to IE7's rendering engine have been primarily in fixing bugs and catching up to established standards like CSS. came out of WhatWG (or, more precisely, came out of work Apple was doing to make Dashboard widgets possible, then submitted to WhatWG), which, so far, the IE team appears to be ignoring.

    Since WhatWG's work does seem to be catching on, with Opera, Firefox and Safari all implementing features and not just talking about it, there might be some pressure on Microsoft to start adding support in IE 7.5 or IE 8.

  32. Changelog? by Rinisari · · Score: 2, Insightful

    I saw this earlier when I was downloading the IE 6 Administrator's Kit. I searched around for almost an hour trying to find a good, old-fashioned changelog listing the changes since Beta 2. Anyone found that yet?

  33. Re:Just how much more web standards compliant is i by NickFitz · · Score: 1

    IE7 is IE7 - it's the same code whichever operating system it's running on. As far as enhancements to standards support: the improvements to HTML and CSS support have been restricted to bug fixes since Beta 2, in which the major changes/improvements were introduced. Improvements to DOM support will probably come in a later version (7.5, 8, 8.5...).

    You can keep up with what they're doing on the IE Team's blog.

    --
    Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
  34. Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1, Informative

    I'm an I.T. Director at a large firm, and I've been eager to try deployment of Firefox to our corporate desktops. However, I've been stymied by this as there seems to be no MSI installation package for FF. Our desktop users are locked down and cannot install apps, so deploying FF via login script is not an option. I'd love to be able to push this out via GPO's, but with no MSI installer, that's more or less impossible.

    Does anyone know of a good way to push installations of FF via GPO? If so, are patches also available to be pushed in this fashion? Note that if users don't have local admin privs, they aren't able to use FF's auto-update function.

    Lastly, I'm sure there are various people who have cobbled together MSI's manually in some fashion. I don't think this is acceptable to us at this time, as we would prefer something "official" from Mozilla if at all possible. Third party hacks are great for home use, but we need something more or less "officially recognized" by Mozilla before I'm going to do a mass push to hundreds of desktops.

    --
    In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    1. Re:Deploying FireFox via GPO by jZnat · · Score: 2, Informative

      A quick search for "firefox msi" gives this site as a result for what you are looking for. I could have sworn that Mozilla posted MSI's for Firefox nowadays, but I guess I was wrong.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    2. Re:Deploying FireFox via GPO by linuxrocks123 · · Score: 3, Informative

      http://www.frontmotion.com/Firefox/

      Not official from Mozilla, but well-maintained and not a hack. I wouldn't dismiss it because it's not "official"; the whole point of open-source is third parties being able to do things with the code.

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    3. Re:Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1

      Thanks, I'll give this a try!

      I'd love to know why Mozilla still refuses to publish an MSI installer! I know many other I.T. Directors like me that would love to push out FF but are unable to do so because (a) Mozilla doesn't provide an MSI package and (b) pushing this out via SMS/Altiris/etc. is a royal pain to configure. Why is Mozilla being to tragically and stupidly stubborn about this? It's only hurting FF adoption.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    4. Re:Deploying FireFox via GPO by pe1chl · · Score: 1

      The MSI file is not your biggest problem. What you really need is a good solution for parameter storage inside Firefox (use the registry instead of prefs.js, obey the standards for policies).
      It requires quite some trickery to install Firefox on a locked down system where users get all their settings in their roaming profile and don't need to select a profile at every start.
      It is possible to get it working, but probably not when using only GPO.

      BTW, it is possible to install applications via loginscripts even for locked down users, but you need to use some tricks with "runas".

    5. Re:Deploying FireFox via GPO by pe1chl · · Score: 1

      I think most FF advocates are unaware of the existence of a centrally managed Windows platform.
      This is quite apparent when reading comments made about Windows from those circles.

    6. Re:Deploying FireFox via GPO by sharkey · · Score: 1

      Not only do they have an MSI (Which I am using to publish FF to our department via GPO), they also have templates to govern Mozilla/Firefox via GPO.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    7. Re:Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1

      I wouldn't dismiss it because it's not "official"; the whole point of open-source is third parties being able to do things with the code.

      While your statement is more or less true, you're missing the point here. Third party stuff is sometimes good. However, when Joe Schmoe cooks up something in his garage, I have to wonder if he'll still be supporting it six months later when I have an issue with it. No doubt the most common comeback to this complaint is "well, you have the code, so why don't you fix it?" To this I will respond "I am an I.T. Director, not a programmer. My company is not in the business of writing code or maintaining the code of others. We have more important things to do, like run our business. If this is the best you can do, we'll stick with closed-source, off-the-shelf stuff that either works or supplies me with a guaranteed support infrastructure that will stick with me until the problem is solved."

      This is not elitist, or snooty, or close-minded, it is merely a reflection of the reality of being somewhere in the management infrastructure of an I.T. organization. You don't have time to tinker with crap. It either has to work and be well supported it isn't even going to make the short list of solutions to consider.

      I'm going to take a very close look at this MSI packager. It does seem well thought out, although I would still prefer something directly made and supported by Mozilla. I still can't understand why Mozilla is too dense to produce something like this. It's not like the MSI format is something closed and accessible only to Microsoft; it's a published spec that's easy to use and -- if I'm not mistaken -- free. I certainly hope it's not some sense of high-minded idealism on the part of Mozilla trying to shun anything created or sanctioned by Microsoft. That's simply cutting off your nose to spite your face.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    8. Re:Deploying FireFox via GPO by heinousjay · · Score: 1

      Out of curiousity, what kind of insane lockdown do you have that prevents the prefs file from working?

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    9. Re:Deploying FireFox via GPO by Ajehals · · Score: 1

      Whilst not an ideal solution it is quite possible to generate your own MSI packages - they are not fantastic and in some cases can be considerably larger than an MSI direct from the software shop but it is possible. I believe Microsoft even offer their own tool on the 2k server media to facilitate this (its been a while since I used any MS technology (Over a year and prior to my then employers deployment of XP SP2) at all so sorry for being vague and there are a few reasonable commercial offerings. If your environment is secure and very heavily customised I would suggest looking into this.

      I had fairly good results producing MSI packages with closed source software for specific PC images (Our PC's were imaged and deployed via RIS) where we had a decent level of control, and I would assume that with open source applications it should be even easier and more efficient as you have the code. As I said I haven't worked directly with Microsoft Technology for a while (Since moving from being an employee to an employer...) so this may be out of date after XP SP2 or with 2K3 server but its worth looking at if you are deploying lots of software, or even your own code.

    10. Re:Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1

      BTW, it is possible to install applications via loginscripts even for locked down users, but you need to use some tricks with "runas".

      Unless you know something I don't, what you're suggesting with the RunAs command is possible but not secure. What this usually involves is embedding the admin password somewhere in the login script for the purposes of a temporary privilege escalation. The obvious problem with this is that the admin password is now available in the login script. Oh, there's things that'll let you encrypt it so it's not plaintext, but the decrypter must also be in the script, making it easy to get the plaintext password for anyone who cares to look. Sorry, that's not a solution, that's a gaping security hole just waiting to be exploited.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    11. Re:Deploying FireFox via GPO by NoMoreNicksLeft · · Score: 1

      You're an IT director, and you don't know that to fix/support an MSI (and not the underlying program) doesn't require programming skills, but rather general sysadmin skills?

      Just what type of support do you think the MSI itself would need? If you mean support for the application itself, the Moz foundation is going to be around for a long, long time. I suppose management always has reasons for making up shit like this, sort of like how 90 yr olds have reasons for driving at 5mph on the freeway... given that they wreck and kill people just as much, would you rather your company be the family sedan driven at a snail's pace, of the Ferrari rip-roaring down the autobahn?

      Really. Why did you get hired, when you're only capable of managing IT like grandpa drives the oldsmobile?

    12. Re:Deploying FireFox via GPO by pe1chl · · Score: 1

      Yes, this indeed is a problem. Unfortunately RunAs is not a very good program. It is like "su" where it should have been more like "sudo".
      (of course, the accound you will use for this should not be a domain administrator or some such, but only have the necessary extra rights to install software on the local workstation. this means the determined person would also be able to install software, but it is quite easy to track that and go after him via the usual mechanisms in place in a company setting)

    13. Re:Deploying FireFox via GPO by pe1chl · · Score: 1

      Well I should say I have more experience with Mozilla than with Firefox, but my experience is that it is difficult to install the software in such a way that every user sees a single profile (so gets no profile selector) which is completely stored in his own Windows roaming profile (Documents and Settings directory), under the same name for every user.
      A way I have found to work around this is to "SUBST" a driveletter to the profile directory of the logged in user (in the loginscript) and force things like the profile location to be relative to this driveletter in the default profile.
      I don't think it is a very good solution. Do you think it can be done in another way?

      All users can work on all workstations. We use roaming profiles. We want every user to find his/her own profile when launching the program, without having to select it from a list, and we want it to roam with the user profile just like all other settings. (i.e. not using some separate roaming profile server)
      In fact, what we like to see is that it works just like MSIE or any other wellbehaved Windows program.

      Of course one of the problems is that it isn't a wellbehaved Windows program. It uses its own preferences storage that it needs to be portable across platforms. But this is a nuisance when trying to administer it within a Windows environment.

    14. Re:Deploying FireFox via GPO by heinousjay · · Score: 1

      Is it the random profile directory name breaking things? Or does Windows not carry the user's profile directory around in a roaming situation? I have very little experience with roaming profiles under Windows, so I'm kinda flying blind here.

      Sorry I don't have an immediate good answer, but it does seem like there should be a solution.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    15. Re:Deploying FireFox via GPO by linuxrocks123 · · Score: 1

      I found a Mozilla document about this issue.

      http://wiki.mozilla.org/Firefox:2.0_Institutional_ Deployment

      They link to the Frontmotion MSI, so although it's not approved by Mozilla, they must think pretty highly of it. Also, please don't think my sibling poster's comment reflects the views of the entire open source community.

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    16. Re:Deploying FireFox via GPO by pe1chl · · Score: 1

      What I wonder about is why the default situation isn't simply the correct, working situation.
      I.e. all settings stored in the "Application Data" subdirectory of the current user's profile, skipping the random directory name and taking that single profile when starting the program.

      Right now, you have to jump through hoops to achieve this. The "profile selector" is attempting to be helpful, but it really is superfuous under Windows. Windows already has a profile selector. You just want to use that until the user indicates otherwise.

      Furthermore, Firefox should, under Windows, again by default, not use a prefs.js file. The info in there is easily stored in the registry.
      The mechanisms in the registry (settings per machine, per user, per profile, and by policy) are more powerful than what Firefox offers via prefs.js, user.js and a forced configuration. Use it.

      Again, I understand why those decisions were made. Firefox runs on more platforms than Windows, and those often lack these mechanisms or did so when it was developed.

      However, this results in limited functionality on Windows, especially in the roaming and central management area.
      This is wat often holds back Firefox (and more even, Thunderbird) in company settings.

    17. Re:Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1

      You're an IT director, and you don't know that to fix/support an MSI (and not the underlying program) doesn't require programming skills, but rather general sysadmin skills?

      Yes, I'm well aware of it, just as I'm well aware that you're some snot-nosed little kid who thinks he knows enough about his betters to go around insulting them. When you've got a couple of decades of experience under your belt, try coming back and lecturing me then.

      In the meantime, in your haste to be an absolute ass, you missed the entire point: rolling my own MSI is definitely within the boundaries of my skillset and those under me. However, I don't want to roll my own, I want the application developer to do it for me. That way, if there's a problem, I can go to the application developer to get it resolved. If I roll my own and it freaks out, who do I blame? My MSI? Or something funky being done by Mozilla? If I try to open a bug report with Mozilla, are they just going to say "sorry, we don't support third-party rolled MSI's" and leave it at that? If there's even a chance of that, the option itself is not acceptable. If you had even an ounce of maturity in that cranium of yours, you'd understand that applications for the enterprise require enterprise-level support in order to work right. Dinking around with handmade MSI's doesn't fall into this category unless you've got a fulltime development staff around to go to when things don't work the way they're supposed to. Most firms don't have such people on staff (and if they do, they've likely got far better things to do than roll MSI's, like managing the in-house customized CRM and ERP apps).

      Go grow up. You're just annoying those around you who know far more than you do.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    18. Re:Deploying FireFox via GPO by prisoner-of-enigma · · Score: 1

      They link to the Frontmotion MSI, so although it's not approved by Mozilla, they must think pretty highly of it.

      We're already evaluating it, and thus far it looks pretty good.

      Also, please don't think my sibling poster's comment reflects the views of the entire open source community.

      Sometimes it's difficult not to, especially when asses like him show just how out of touch they are with what's required in the real world. I'm glad you're above it.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    19. Re:Deploying FireFox via GPO by NoMoreNicksLeft · · Score: 1

      Yeh, and yet when someone points out that there are third party vendors who provide that enterprise level support, you freak out with "will they be around 5 years from now?".

      In other words, there is no satisfying you, nothing would make you want to use it unless microsoft themselves produced the damn thing. Welcome to the trailing edge, where you sit around with everything that is perfectly safe. Your competitors will be using superior technology. Do your bosses know this?

      If I roll my own and it freaks out, who do I blame? My MSI? Or something funky being done by Mozilla?

      This right here proves it. You don't know the answer to this? It's simple. You figure out if it's your MSI or if it's Mozilla. Whichever it is, you blame that. Or do you mean "how do I cover my ass, because that's all that is important" ? If it is Mozilla though, it won't "freak out" until it's in the middle of the application running. Which it will, as much as I love it, apps crash, moz included. So your paranoid freakout episode will end up being an app crash, which happens all the time for word and excel, and IE especially. Do you think Mozilla is suddenly going to somehow start crashing even half as much as those, *no matter how badly* you fuck up the MSI?

  35. Re:Cui bono? Who benefits? by It'sYerMam · · Score: 1

    Nothing may be perfect, but you can acheive the best possible with reference to a clearly defined standard. For the question, "what is two plus two?" "four" is the perfect answer, given the standard of human mathematics. For CSS implementation, complying completely to all of the CSS specification is perfect.

    --
    im in ur .sig, writin ur memes.
  36. validation required, wtf by wumpus188 · · Score: 1

    How come it is "released to the public" when it requires Windows Genuine Validation?

    1. Re:validation required, wtf by MSFanBoi2 · · Score: 0, Flamebait

      Stop using pirated software, which is illegal, and you'd be able to find out.

    2. Re:validation required, wtf by westlake · · Score: 0, Flamebait
      How come it is "released to the public" when it requires Windows Genuine Validation?

      Because no one but a Geek gives a damn about WGA. Everyone else simply validates the OS with one click, and downloads the app with the next. Life goes on.

    3. Re:validation required, wtf by pe1chl · · Score: 0

      [at work] I have a Dell PC, which came with a Windows XP license and a CD.
      Of course I installed Linux, and VMware Server. Everything legal until now.

      Now I cannot run Windows XP under VMware because "this CD can only be installed on a Dell PC".
      This is unfortunate, because I would have liked to check some websites with IE7.

      Is it illegal what I want to do? Would it be legal to install some bootleg version and use the original license?
      If not, why not?

    4. Re:validation required, wtf by Ajehals · · Score: 1

      You have never come across someone who has had to upgrade / repair a PC (And I mean take it to a shop, not DIY) and found that their OEM Windows XP installation installs fine but WGA declares it illegal. Thankfully I was able to get MS to issue new Media for a client in that instance (the initial retailer and repair shop (same people) refused to help) but it still took a lot of effort on my part and caused concern for the people affected.

      WGA will affect a lot of windows users, and I bet 99% of those with illegal installations will be aware enough / know someone else aware enough to get round it, whilst 99% of those legitimately inconvenienced by it will be frustrated and vilified. There is nothing wrong with MS prosecuting and punishing people who use their software without a valid license, but they need to be 99% certain that they are right when they declare a problem.

  37. Efficient? YES! by fobbman · · Score: 1

    "the most efficient way to deploy and manage Web-based solutions."

    If by "Web-based solutions" you mean trojans, spyware, and other nefarious exploits then I whole-heartedly agree.

  38. Google as default search engine by titten · · Score: 1

    Since I'm running XP in Parallels Desktop on my MacBook Pro, I decided to give it a spin.
    The install kept my Google bar from the old IE, and it also had Google as the default search engine! (Not the Google bar, but IE7b3's search box.)

    Just out of curiosity, did the Parallels on MacBook Pro (did I mention that it is a 17"?) give the cred I thought it would?

    1. Re:Google as default search engine by renjipanicker · · Score: 1

      >>The install kept my Google bar from the old IE, and it also had Google as the default search engine!

      Thanks for reporting this showstopper. We are withdrawing the beta3 immediately. Stand by for updates.

      The IE7 Team.

  39. Re:Firefox scored a 1500? by Anonymous Coward · · Score: 0

    It must have taken the SAT before they upped the top score to 2400.

    Still, I liked your analogy.

  40. Re:or... by elcid73 · · Score: 1

    What we need is someone to branch off the mozilla project into a lean, lightweight, efficient browser. "Today simplicity, tomorrow convenience. Tomorrow convenience, the next day simplicity..." -Donald Norman

  41. Gag From Developers As Well by EXTomar · · Score: 1

    What is just as odd is that they appear to be ignoring developer feedback as well. A lot of web developer time is sunk trying to resolve problems between IE and other browsers. Why do these complaints fall on deaf ears? They should be doing a lot more to satisfy developer needs and wants than users because ultimately if dev time is lost trying to develop apps on their technology and it turns out too be too costly then fewer apps are made.

  42. No, no, they're just running behind schedule... by jonadab · · Score: 1

    You have to give them a little time. Remember that Netscape was behind on CSS support for several years during the 4.x era. Microsoft can catch up.

    And they are making visible progress. After all, the IE7 beta does fully support PNG, including the alpha channel, which is a major boon for web developers. Mozilla didn't support that until at least 1998, IIRC, so while IE might be a little bit behind, if you cut them some slack, they'll catch up on the relevant standards eventually.

    And yeah, I'm posting this using the IE7 Beta 3 preview. Since part of my job involves web development, I have to test out new browsers, especially ones that are likely to become popular, whether they're my personal preference or not.

    --
    Cut that out, or I will ship you to Norilsk in a box.
  43. Not so breaking news... by Anonymous Coward · · Score: 0

    I don't mean to troll, never have before, but I mean... I submitted this yesterday and it was rejected within 30 minutes. Why's it breaking news, now? lol... ah well. That's how the editor's job goes! :)

  44. Its the last beta version by VGfort · · Score: 1

    "Today's release is the final beta for IE7. Our next steps are the Release Candidates followed by general availability in the second half of the year." - Dean Hachamovitch So I take it no more improvements will be done? Only bug fixes? So I guess that means no SVG support for sure.

    1. Re:Its the last beta version by NoMoreNicksLeft · · Score: 1

      They do have VML in it... it wouldn't be impossible for them to use this as the basis for SVG. But I just don't see it happening.

  45. A question by scwizard · · Score: 1
    IE will use the W3C box model if you include an appropriate DOCTYPE in your page (as per the standards) thereby triggering "strict" rendering mode. The box model is only broken if you use"quirks" mode rendering.
    Interesting. Do you know any easy way if I can tell if IE is in quirks or standards mode? With Firefox I have the web developer toolbar which gives me instant feedback. Is there anything remotely similar in IE7?

    Right clicking and going to properties doesn't work either.
    --
    ~= scwizard =~
    1. Re:A question by sheldon · · Score: 1

      Did you try searching google for 'IE web developer toolbar'?

    2. Re:A question by NickFitz · · Score: 1

      Funnily enough, I wrote about this a few weeks ago: have a read of my post on determining rendering mode.

      It's basically just a JS bookmarklet which displays the value of the document.compatMode property. Works for me on IE, Firefox, Opera and Safari. HTH.

      --
      Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
  46. Another option by ThreeDayMonk · · Score: 2, Insightful

    You missed an option:

    5. Develop to standards and ignore IE.

    I know, I know, it's not an option for everybody. I'm lucky enough to work in an all-Mac company, so I've been able to ignore IE entirely for the internal sales web application I'm working on. It was a moment of pure joy when I realised I don't have to worry about IE this time. I was able to strip out a load of JavaScript and replaced it with simpler and easier to maintain CSS2 rules. And my code and layouts work first time!

    It's not an option for most people, but when you have the chance to do ignore IE, you realise what a terrible cancer it is on web development productivity.

    --
    If your comment title says 'Re: Foo', I'm not likely to read it.
  47. IE7 CSS Job Interview... by Temujin_12 · · Score: 1

    I interviewed for a IE7 CSS job at Microsoft about two months ago. Coming from a web development background, I was curious as to how they would present their goals/problems with meeting CSS standards. I was well aware of the "code it to standard, view in IE, and cry" web development cycle.

    One of the team leads (sorry don't know how high up of a team lead he was) actually said that often when people say IE is rendering something incorrectly it is actually IE that is doing it correctly while all of the other browsers are rendering it incorrectly. I could tell he was looking at how I would respond to that statement. I just sat there and didn't move. I knew that was an arrogant lie, and was just enough for me to stop caring about the interview. Needless to say, I didn't get the job. Fortunately, I had already interviewed for another job, which I've since been hired at, which is much MUCH better (pays more too).

    Two points here people:
    1- With team leads holding that kind of arrogant attitudem, no wonder IE is the quagmire it is. They're more used to making standards, not adhering to them.
    2- Yes, recent college CS grads can find a job! I actually had 2 1/2 offers after only 4 interviews. Just develop your skill set (more than what they teach you in class) and learn how to communicate in *English* not just C, C++, Perl, etc.

    --
    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:IE7 CSS Job Interview... by Anonymous Coward · · Score: 0

      Funny, MS doesn't give salary offers until they offer you the job. I wonder what other lies you're telling?

    2. Re:IE7 CSS Job Interview... by Temujin_12 · · Score: 1

      Good point. Actually, the reason that knew how much the job paid is because it was a contract position (many of Microsoft's new hire positions are contract labor) and it was through a labor agency. They have had a long standing relationship with Microsoft and know how much different positions pay. My agent at the labor agency told me before hand.

      --
      Faith is a willingness to accept something w/o complete proof and to act on it. Reason allows you to correct that faith.
  48. CSS is overrated by nmg196 · · Score: 2, Interesting

    I'm a web developer and the main reason I don't use CSS exclusively isn't because of poor browser support or rendering bugs, but CSS itself.

    CSS is really really annoying. Sometimes you just need to use tables because even with a good standards compliant browser like Safari, it's just not possible to do what you want with CSS.

    Things which use to be REALLY easy with tables in quirks mode (like a 3 column layout, 100% high with a header and footer) are almost impossible to implement using CSS. There are a multitude of websites giving example or template layouts in CSS. Some of these show 100 odd lines of CSS with loads of exceptions for each browser. The same thing can often be achieved with a single table in about 8 lines of code.

    I mean just look at the CSS for slashdot - there are pages and pages of it and loads of browser exceptions. It had none of this complexity when it was a basic tables based site. They've just used CSS whereever possible for the sake of it.

    The box model is really really annoying. If I tell something to be 200px wide, then it should be 200px wide all the time. However in most standards compliant browsers, it will be wider than 200px because it adds the margins and borders to the outside of it's own width. That makes it very difficult to work with as you have to subtract all those dimensions from the width you're giving it and need to alter about a million dimensions everytime you want to make something a bit wider.

    CSS has a long way to go in my opinion.

    1. Re:CSS is overrated by Aewyn · · Score: 1

      I'm a web developer and the main reason I don't use CSS exclusively isn't because of poor browser support or rendering bugs, but CSS itself.

      CSS is really really annoying. Sometimes you just need to use tables because even with a good standards compliant browser like Safari, it's just not possible to do what you want with CSS.

      Things which use to be REALLY easy with tables in quirks mode (like a 3 column layout, 100% high with a header and footer) are almost impossible to implement using CSS.

      Not quite sure what you mean by 100% high here, but your example should be pretty simple to express in CSS with display:table and display:table-cell. (Of course, IE doesn't understand these, so nobody uses them... but that's not the fault of CSS itself)

    2. Re:CSS is overrated by Anonymous Coward · · Score: 0

      another css hack to get around something tables handle very well. resizing a column vertically with a set backgrond color. With CSS you have to apply background images which is quite humerous. If you look at a lot of fancy css sites, its basically divs arranged with background images. Although css does offer some nice alternatves to using nutty javascript for things like drop down menus etc.

    3. Re:CSS is overrated by elrous0 · · Score: 1
      I'm a sort of jack-of-all-trades web developer, which means I have to develop content, applications, etc. AND do design and layout at the same time. A lot of the conflict I've seen between CSS advocates and table advocates has to do with design vs. functionality. I suspect this comes from conflict on teams where you have separate people doing design, application development, and content development. The development people want CSS because it's more accessibility-friendly and it's easier to plug content into. The design people want tables because it allows them much greater control over layout (let's face it, CSS, even in its modern form, still sucks at layout).

      Personally, I've used both and I generally still favor tables. I maintain that a professional appearance and good layout are just as important in a quality site as good content. I know that's blasphemy here on /. but it's pretty important to clients looking to present a professional image (even to their customers using older browsers).

      Even tables are frustrating to *me* with regards to layout, and CSS is a nightmare. For example, as a personal thing, I favor a lot of curves in my designs. That means I need a way to have text conform to curved left or right margins. There is really no easy way to do that with either tables *OR* CSS (giving the web that annoying blocky feel that we've become so accustomed to). The only way to do it right is by turning the text into a graphic and fitting it into a table, which eats up more bandwidth and doesn't allow for selecting text or changing it easily. If anyone has come up with a better way of doing it, I'd sure like to know (I'm sure there is a way to do it in Flash, but my clients are reluctant to go with flash-only sites).

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
  49. Take it easy by Anonymous Coward · · Score: 0

    Take it easy, and stay low. There are many factors affect your submission here.

  50. position: fixed by supun · · Score: 1

    So does IE 7.0 now (re-)support "position: fixed"? It worked in IE 5.0, then was broken in IE 6.0. So is it back?

    --
    :w!
  51. FireFox 2.0 by David+Horn · · Score: 1

    I think that IE and FireFox are now more or less on a par. Unfortunately, we're going to see FireFox 2.0 over the next few months (which is fantastic by the way - try it), which is far superior in my opinion.

    IE hasn't even implemented Find-as-you-type, more or less the thing that keeps me glued like a limpet to FireFox.

    --
    PocketGamer.org - For the gamer on the go!
  52. Re: the last beta version by TaoPhoenix · · Score: 1

    Given Micro$atan's creative re-writing of definitions, I have to post this as only a guess. As I understood their terms, "Beta" is the big "hack together and let it ALL break at once, and spend months later sifting through zillions of error reports". AKA, it means Wood&Duct-Tape experimentation with stuff.

    A Release Candidate says they're starting to get serious with their final feature set, and is supposed to be far improved. Depending upon the application's distribution pattern, you may need to have some qualification to get intermediate releases. Paul Thurrott specifically slammed M$ for not waiting 7 weeks to release what he says, for 7 weeks of work, a tremendously better "Should-Have-Been-Beta" build. Get this - it's "from a different development tree - not part of the Beta line, but part of the Release Candidate line" - Read "quit goofing around and start getting serious".

    --TaoPhoenix

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  53. PNG gamma? by Glenn+R-P · · Score: 1

    I attempted to install IE7b3 but failed. I did successfully remove IE7b2 (re-exposing IE6) but now I just get a new "Internet Explorer Troubleshooting" button (with a Firefox icon!) that doesn't do anything. Anyhow, someone please go to http://pmt.sourceforge.net/gamma_test/index.html and see if it passes the gamma test. IE7b2 was still failing, with the gamma=1.96 patch matching the background better than gamma=2.2.

  54. Re:or... by Anonymous Coward · · Score: 0

    Oh, you mean the piece of shit that has a memory leak on top of being a memory hog leading to constant crashes, even after a clean install and having no plug-ins? No thanks, I'll stick with Internet Explorer, as it has never crashed on me yet. True, hackers might attack the exploits of Internet Explorer and not of firefox, but maybe it's because firefox crashes long before anyone has tinme to hack into IE.

    To the users with mod points. If you disagree with me, tell me why you do instead of modding this post down.

  55. ASP.NET 2.0 not working in IE Beta 3 by Anonymous Coward · · Score: 0

    ASP.NET Atlas features are not really working very well in IE beta 3. They are working nicely in FireFox and IE 6.0.

  56. Re:Just how much more web standards compliant is i by TheDreadSlashdotterD · · Score: 1

    Don't worry. Beta 2 told me that /. looked like a phishing site.

    --
    I have nothing to say.
  57. If you have the ability to get IE 7 fixed by Inoshiro · · Score: 1

    I will give you all the HTML you want, but not an Slashdot (that's offtopic at this point).

    Feel free to contact me via my homepage.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  58. Re:or... by Anonymous Coward · · Score: 0

    sod Ms, I code all my sites properly and bollocks to the users that use IE, if they are too stupid to change the browser what good are they to me or my sites?

  59. Fun with commas by gravyface · · Score: 1
    I think if a developer is working on ACID test conformity they are pretty close. Microsoft isnt even close to that point of worrying about that yet and looks like they wont ever be.
    I think if a developer is working on ACID, test conformity they are pretty... man...
    --
    body massage!
  60. Re-fixed: "deplore and dribble on" by Anonymous Coward · · Score: 0

    You really don't want to know what my original interpretation was. (-:

  61. Re:Cui bono? Who benefits? by elrous0 · · Score: 1
    Unfortunately, at least for now, IE *IS* the standard for web development. It's not like you can go to a client and say "I'm going to ignore IE on this design and just focus on the published standards." Sure, if everyone started doing this, MS would be forced to support the standards. But, personally, I'd rather keep my job than be the Spartacus in a rebellion against MS.

    -Eric

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  62. 95% ? by Explo · · Score: 1

    The "third party standard" just appears the one that every browser should ideally follow. Granted, we're living in an inperfect world, but I'd personally except Microsoft to be completely capable of allocating sufficient amount of resources to make their browser pretty close to 100% compatibility with the W3 standards without exactly going bankrupt.

    And I don't think IE has had 95% share of the browsers for a year or two now; AFAIK the numbers are somewhere between 80-90%, depending on who you ask. Granted, it's still the most popular browser, but the others are getting to numbers where they can't be easily ignored anymore...

    --
    Everyone who makes generalizations should be shot.