Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

New IE7 Information Announced

Posted by Zonk on Sat Apr 23, 2005 06:21 PM
from the the-web-has-standards? dept.
Brandon writes "Looks like the IE team is trying to catch up to some of the major OS browsers. They have finally added proper PNG support and have fixed numerous CSS bugs. The full post is on The Official IEBlog." From the post: "We're doing a lot more than this in IE7, of course, and we're really excited that the beta release is almost here - we're looking forward to the feedback when we release the first beta of IE7 this summer. Stay tuned for more details as we get closer to beta."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by DeadSea (69598) * on Saturday April 23 2005, @06:22PM (#12325505) Homepage Journal

    My pet peeves with IE that make my life harder when I write web pages:

    Sounds like they are fixing the .pngs for sure. I hope the two css tweaks that I want make it in.

    • by rebug (520669) on Saturday April 23 2005, @06:26PM (#12325525)
      Instead of implementing a vendor-specific tag, why not support the proposed CSS3 border-radius property? [w3.org]
    • min-width and hacks (Score:5, Informative)

      by UnConeD (576155) on Saturday April 23 2005, @06:32PM (#12325573)
      Internet explorer actually treats width and height as min-width and min-height. Very annoying if you don't want it, but you can use it like this:

      select {
      min-height: 100px;
      _height: 100px;
      }

      IE will (mysteriously) ignore the underscore prefix and parse the second style, while compliant browsers only recognize the min-height style.

      This shows that the important question is in fact not "how many CSS bugs will IE7 fix?" but "how many CSS bugs will IE7 keep?". These bugs are currently needed to make IE6 behave properly. If IE7 fixes the rendering bugs but keeps the parsing bugs, we'll have to figure out new bugs to update the IE6-only hacks with.

      • by falconwolf (725481) <falconsoaring_2000.yahoo@com> on Saturday April 23 2005, @07:02PM (#12325744)

        If IE7 fixes the rendering bugs but keeps the parsing bugs, we'll have to figure out new bugs to update the IE6-only hacks with.

        That's why web standards should be followed, so you don't end up with spagetti code trying to support different browser versions. Admittedly I don't know everything that goes into creating a standards compliant website. Nor do I work on them other than my own, which I haven't worked in way too long.

        Along the lines of web standards, I liked Jeffery Zeldman's "designing with web standards". I would of liked it if there had been projects to work on in it though. I only learn and retain by doing, if I don't do it I don't retain what I read. At least he includes references to other books some of which have exercises or projects.

        Falcon
        • by Phroggy (441) * <slashdot3NO@SPAMphroggy.com> on Saturday April 23 2005, @10:01PM (#12326626) Homepage
          That's why web standards should be followed, so you don't end up with spagetti code trying to support different browser versions.

          Most of the time, when I hack my way around browser bugs, I do it by taking standards-compliant HTML that validates at validator.w3.org but looks wrong in a particular browser, and changing it into different standards-compliant HTML that still validates but looks the way I want.

          Please don't tell web designers to "just follow the standards". It's REALLY not that simple.
      • by Feztaa (633745) on Saturday April 23 2005, @08:10PM (#12326102) Homepage
        This is exactly why I never use those stupid parsing bugs to "trick" IE into rendering the right thing... I'm scared to death that the resulting non-standard "tag soup" will break some obscure browser somewhere -- like IE7.

        What I do is, I design a very simple design in Firefox, then I check it against IE that it renders "nicely" (nicely meaning, if IE renders it wrong, the mistake doesn't affect readability or anything). The idea is, my website designs are "so simple, not even IE could screw them up".

        It really limits the possibilities, but at least the resulting pages are simple & elegant.
        • by Sentry21 (8183) on Saturday April 23 2005, @10:04PM (#12326635) Journal
          The worst is that web designers used specific parsing bugs in IE5 to trick it into rendering things the way it's supposed to. IE6 then went ahead and fixed the parsing bugs (so the trick doesn't work) without fixing exactly what it was that the trick was needed for in the first place.

          The latest trend is to use Javascript to set the styles, which (imho) is a much better idea - never rely on bugs to implement features.
      • by richard.york (829554) on Saturday April 23 2005, @08:40PM (#12326248) Homepage
        IE will (mysteriously) ignore the underscore prefix and parse the second style, while compliant browsers only recognize the min-height style.

        If designers didn't rely on obscure parsing bugs like the one in your post, that wouldn't be a problem. There's nothing elegant or clever about exploiting parsing bugs [quirksmode.org] to fix another bug. In an ideal world the browser developers would fix both the parsing bug and whatever other bug the parsing bug is designed to work around. Since we're never gauranteed of this, why take the risk? If you're a professional developer with past projects in the hundreds when IE7 hits the streets, can you then afford to turn back the clock and revisit most of them because you relied on parsing bugs, rather than more concrete methods. (Ahem, conditional comment style sheets [microsoft.com]) You'd be completely screwed. If you don't fix your client websites, your reputation will go the way of the dodo. If you do you'll have weeks upon weeks of unpaid work.

        IE may have miserable CSS support, but at least it provides some very clear, built-in work-arounds for its problems. (JScript, behaviors, conditional comments, all that propreitary garbage that we can use to fabricate something resembling standards support [edwards.name]).

    • Re: CSS (Score:5, Insightful)

      by Malfourmed (633699) on Saturday April 23 2005, @07:26PM (#12325860) Homepage
      <tinfoil hat> Notice that they talk about making CSS "more consistent"... but don't mention making IE "standards compliant". </tinfoil hat>

      ;-)

    • For example text areas on my contact form that have a max-width of six inches stretch the entire way across the page in Internet Explorer

      I'm glad to see Internet Explorer doing something right, even if inadvertently. See, I have this nice 19" monitor, and people who insist on making tiny little pages that fill the top-left corner of my screen make me leave their site as quickly as possible. I spent good money to have a lot of screen real estate - please don't try to take it away from me.

  • by SpecialAgentXXX (623692) on Saturday April 23 2005, @06:24PM (#12325515) Homepage
    The only reason I use Firefox and not IE is due to middle-clicking for tabbed browsing. Once MS adds that into IE, I'm going back. All of my video plug-ins work instantly with IE, but not without some tweaking for Firefox. I already switched from Thunderbird to Outlook 2003, so I'm excited to see what bells & whistles MS can put in IE7.
    • Then I probably shouldn't tell you about Maxthon [maxthon.com] or any of the other IE wrappers that add tabs and retain all the ActiveX holes.

    • video plugins (Score:5, Insightful)

      by green pizza (159161) on Saturday April 23 2005, @06:33PM (#12325578) Homepage
      All of my mozilla plugins required some fiddling to get them working. But you know what? I did the tweaking once, about 10 months ago, and it's still working fine.
    • by NanoGator (522640) on Saturday April 23 2005, @07:49PM (#12325981) Homepage Journal
      "The only reason I use Firefox and not IE is due to middle-clicking for tabbed browsing. Once MS adds that into IE, I'm going back. All of my video plug-ins work instantly with IE, but not without some tweaking for Firefox. I already switched from Thunderbird to Outlook 2003, so I'm excited to see what bells & whistles MS can put in IE7."

      I'm a little irritated at the overrated mods slapped onto this post. (if you think he's misguided, hit the reply button instead, folks!)

      He has a point. Though FireFox is getting better and better, IE still is still the best supported out there. Sometimes I have to use IE from time to time due to lack of support for the browser I'm using. Admittedly, MS would have to do a hell of a lot of work for me to use IE7 exlusively, but I can certainly understand this guy's point of view.
      • by NetNifty (796376) on Saturday April 23 2005, @06:32PM (#12325575) Homepage
        It wasn't the tabbed browsing, or extensions like adblock, or better standards compliance that I switched to Firefox. It was getting infected by a piece of spyware that used the same security hole I was pissing about with THREE MONTHS BEFOREHAND that I saw it on a security bullitin, and despite being fully up to date on my patches it still infected me.
  • Mmmm! Competition! (Score:5, Insightful)

    by Bonker (243350) on Saturday April 23 2005, @06:26PM (#12325527)
    This is why MS's brand of 'innovation' is bad and real competition is good. Remember when they halted development on IE6 because all the other browsers were 'finally dead'? Now that Firefox is pissing in their hard-won territory, they're actively hunting again. This isn't just good for Microsoft, but it's good for Firefox and good for us too.
    • by drooling-dog (189103) on Saturday April 23 2005, @06:51PM (#12325686)
      This isn't just good for Microsoft, but it's good for Firefox and good for us too.

      It doesn't really address the trust issue, however, even though some of the more abusive "features" of IE may be toned down due to competition and heightened user awareness. Microsoft still largely sees its end-user base as property that it owns, and to which it can sell access for commercial or marketing purposes. Firefox, on the other hand, being FOSS, is naturally more user-centric. IE users can thank Firefox for making the Beast a little kinder and gentler, at least for the time being...

  • by havaloc (50551) * on Saturday April 23 2005, @06:29PM (#12325550) Homepage
    The biggest problem with IE in my eyes, if that your install of IE goes bad, you have to reinstall the whole operating system, as opposed to Firefox, where you can uninstall, remove the Firefox directory and start over.
  • by CyberZCat (821635) on Saturday April 23 2005, @06:29PM (#12325552)
    Without software like Firefox, their would be no reason for Microsoft to ever make a better product, just look at how long IE's been in version 6! Now that Microsoft's starting to feel their browser dominance threatened they're playing for attention to their own product. Clearly competition benefits the end-user.
  • shall (Score:4, Interesting)

    by Turn-X Alphonse (789240) on Saturday April 23 2005, @06:29PM (#12325555) Journal
    So shall weall complain active X is still included when they ask for feed back? We could slashdot them with "feedback".
  • competition? (Score:4, Insightful)

    by boring, tired (865401) on Saturday April 23 2005, @06:31PM (#12325565) Homepage
    I find it hard to believe that many people will switch back to IE from FireFox (or others) after IE7 comes out. It'll probably get picked up by current IE6 users or corporate IT depts. But it would take some pretty spectacular changes to get me to switch.
  • by Max_Abernethy (750192) on Saturday April 23 2005, @06:34PM (#12325585) Homepage
    Even if IE implements everything that the basic Firefox installation has and then some, they still won't have the strong community of extension developers that Mozilla does. Will the next IE have anything like AdBlock [mozdev.org], the web developer toolbar [chrispederick.com], or any of the countless little tweak extensions I like? Will I be able to easily change detailed settings like I can with about:config? I doubt it.
  • by rewinn (647614) on Saturday April 23 2005, @06:37PM (#12325608) Homepage

    Not trying to flame M$ but ... most of the reason I junked IE was security issues. Once I made the jump, the other improvements like graphics-handling were nice, but not critical.

    Would putting better graphics on the Titanic's deckchairs have kept anyone on board?

    • by RzUpAnmsCwrds (262647) on Saturday April 23 2005, @07:56PM (#12326023)
      "most of the reason I junked IE was security issues"

      What did you switch to? Mozilla?

      I don't think that Mozilla is exactly a model for security. At my company, we've had to deploy three complete updates since the release of Firefox 1.0.

      It's clearly not "perfect".

      Of course, IE is far from a model citizen, but IE6-SP2 is much better, and *security* is the focus of IE7 according to the developers.

      I think that Microsoft can build a competitive browser. They just need an incentive to do so.

      Now they have that incentive. Firefox has given it to them.

      I, for one, welcome the new browser wars.
  • by green pizza (159161) on Saturday April 23 2005, @06:39PM (#12325615) Homepage
    IIRC, the *original* release of IE was based heavily on Mosaic. This always struck me as kind of funny, since even Netscape 0.9 was faster and had more features than any version of Mosaic 2.x.

    At any rate, Microsoft should put their resources into making one killer browser. Make it as lightweight as Netscape 2.0 was, yet support the latest CSS kung-fu. Implement all of the latest widgets and hoohaws as plugins so I can remove ActiveX support if I want. And above all, make it cross platform. Use a library like FLTK so it can be used just about anywhere.

    Doesn't Microsoft realize they could easily make the end-all browser that'll end up running on almost every palmtop, cell phone, set-top-box, automobile, and personal computer?

  • Acid2 (Score:5, Informative)

    by Omniscientist (806841) <godNO@SPAMomniscientist.net> on Saturday April 23 2005, @07:07PM (#12325767) Homepage
    Looking at the blog's comments, I saw someone mention the Acid2 test. I did a google and took it, and my Firefox 1.0.2 failed it.

    Anyone know more details about this test and what browsers do pass it (I'm guessing IE6 doesn't, I don't have it so can't test it)? I'm surprised Firefox didn't, not because I'm a fan boy or anything, but because I presumed Firefox was in accordance with most of the standards.

    This is the test [webstandards.org] and this is what it should look [webstandards.org] like. Here's some info [webstandards.org] about how it works.

  • by ocularDeathRay (760450) on Saturday April 23 2005, @07:13PM (#12325801) Journal
    They forgot to mention that the new IE will render the letter "K" as the letter "O", and vice versa.

    This feature should be easy to deal with, so long as pages are designed with it in mind. Unfortunately this will cause some confusion when trying to use the expression "O.K." or the boxing term "K.O.".

    The new feature that causes the letter "e" to appear as a tiny version of the explorer logo is now slated for version 7.1, it had to be delayed due to technical problems. Consumer research shows that people think that the explorer logo is cuter than the letter "e".
  • by Anonymous Coward on Saturday April 23 2005, @07:46PM (#12325973)
    Microsoft have proven - repeatedly - that they're going to ignore open standards and are unable to approach a technology without their classic "embrace and extend" asshole tactics. There's a reason for this - if they fully support open standards, competitors will be able to perfectly replace their products. And they will lose.

    Their only hope is to keep making deliberately flawed products - and keep their consumers hooked. The consumer knows their products are bad, but nobody else (at least, nobody with a sense of self-worth and pride) is willing to produce a broken product.

    For example, if IE 7 and Firefox supported the exact same standards, people would use Firefox because it does the things that Microsoft dare not do - free source code, cross platform (they're still stuck on IE 5 for the Mac), platform neutral plugin support and far faster turnaround for bugfixes since the community has so many eyes on the code. Small wins for Firefox, but they are wins nevertheless.

    The only good version of IE was version 3. It was going up against the well-established Netscape. They manged by making it leaner, faster and better. They had no legacy customers hooked on their product - and had to prove that they were worthy. Today they are lazy and their main goal is to maintain their supremacy and suppress the peons - not to wow them back into the fold.

    The worst example of this would be, as far as I'm concerned: ActiveX. The tech might have sounded cool on paper - but in practice it was a disaster. It introduced a new type of executable to uninformed and uneducated users who were simply unable to comprehend how dangerous it was, and a raft of thieves and liars who were trying to take advantage of it. As far as security goes: Worst. Feature. Ever.

    Putting ActiveX in a browser capable of accessing the internet is like storing apples in a bucket of medical waste: you'll be infected with something nasty and be completely fucked within a very short space of time. But Microsoft didn't care, so long as they had more corporate buzzwords to achieve platform lock-in with clueless customers.

    And this corporate character oozes out their products. If Microsoft was a person, he would be a compusive liar, thief, bully and control freak. He would be unable to hold a conversation without trying to take something, and would be instantly hatable.

    I use Microsoft Windows XP because I am forced to and am held hostage by the platform - but I am a bitter, angry hostage with brutal vengeance on my mind. Unless Microsoft makes a radical change to it's corporate attitudes, I will never willingly use IE again.
  • by porneL (674499) on Saturday April 23 2005, @08:21PM (#12326158) Homepage
    "Improving CSS support consistency" means that CSS in IE is going to be consistently broken.
  • Scrolling TBODY (Score:5, Interesting)

    by eGabriel (5707) on Saturday April 23 2005, @09:06PM (#12326347) Homepage
    It's the only thing in the whole world I want. Why IE doesn't support it, I don't understand. IE generally does pretty well with a lot of things.

    I guess there are two things in the whole world I want. The second is for IE to show me a big nasty error instead of my web page if it is not compliant with the DTD. If browsers worked that way the whole web would be in better shape.
  • There is only one update they need to do to IE, and they will never do it.

    They need to abandon zones, put the application in charge of the security of a window, and NEVER let a window open, launch, link to, or reference a "more trusted" object than the one the link, embedded object, what have you is referenced from.

    That means IE would be a hard sandbox. If you want to use ActiveX components that aren't sandboxed, you need to run a separate program.

    Yes, that means that Windows Update would need to be a separate application shell around the HTML control. That's a teeny tiny problem compared to these sneaky damn zones.
    • Re:Good. (Score:5, Insightful)

      by CSMastermind (847625) <freight_train10@hotmail.com> on Saturday April 23 2005, @06:34PM (#12325586)
      The concept of real competition entering the market is really an illusion. It's not a competition when 89% of the world uses your browser. What microsoft is doing right now is taking steps to make sure it doesn't become a competition. For people to switch, they'll need a good reason, a major thing that IE can't do. Right now there isn't one. There are little things that annoy the computer geeks and tech nerds but nothing your typical 60 year old grandmother or 16 school girl will care about. I applaud them for taking a step in the right direction, but lets not forget that they're still the big dog in the software market. They won the first browser war and they're ready for another.
      • Re:Good. (Score:5, Insightful)

        by hunterx11 (778171) <hunterx11@g m a i l . com> on Saturday April 23 2005, @07:10PM (#12325781) Homepage Journal
        What microsoft is doing right now is taking steps to make sure it doesn't become a competition.

        I'm pretty sure that improving a product to maintain one's marketshare, even if it is the vast majority, is in fact competition already. There's no reason that Microsoft can't make IE7 good. During the browser wars I used Explorer instead of Netscape because I really did like it better. Certainly they have the hackers and the resources to make the best browser if they want to. If Microsoft really does release a product better than Firefox, it will be sad to see the underdog lose, but really the consumers will win.

          • Re:Good. (Score:5, Insightful)

            by shaitand (626655) on Saturday April 23 2005, @10:38PM (#12326756) Homepage Journal
            "The reason IE is open to attacks by spyware is because the people who make spyware know that that's what most people use. As soon as people move to another selection, they'll simply target the new browser."

            I would disagree with this. There are problems to be found in Firefox and other new browsers to be sure. The way things look it will be Firefox if anything that ends up with significant market share. To date, almost every Firefox vulnerability has still been related to the broken windows zone-based security model (read IE security model). The two big issues are ActiveX and that model. I believe that without ActiveX and that security model to ride on, NO BROWSER would ever carry the sort of spyware overhead we see today again. That includes IE, but I do not see Microsoft dropping their biggest market lockin 'features'.

            I think Firefox will always be safe from spyware when compared to any browser with ActiveX. However, spyware was only one thing I mentioned. Everything else mentioned was a feature.

            Big features from a user perspective.

            -Spyware free weather status(any idea how many weatherbuggers there are?)

            -Popup blocking that works (IE popup blocking does not 'work', largely thanks to popups launched by spyware.)

            -Flashblocking (flash ads are notoriously annoying)

            -Tabbed browsing. After browsing a link heavy site for two days with tabbed browsing, nobody will ever use a browser without this again.

            Honestly I believe Favortism is the next biggest problem. The truth is that end users do NOT install functional software on their computers (although they will install cute little holiday related crap that breaks functional setups). Techs install software on their computers. If the local tech shop is still using IE, all of their customers will be using IE.

            I once worked for a shop with a Microsoft bias. We were slammed with spyware problems and when doing a spyware cleanup I would routinely install firefox with a standard set of extensions. I showed people how to "open this page in IE" if they needed to and off they went.

            If someone else did work for the user after that point I would get a call everytime regardless of the problem. The good ol' boy Microsoft techs would claim they couldn't work on these funky 'firething' setups. This included the boss. Finally I just gave up.
    • by Husgaard (858362) on Saturday April 23 2005, @06:40PM (#12325620)
      Microsoft burned quite a few bridges with alot of people and unless they can turn that PR machine around 180 degrees, people will continue to see them as bullies who are looking out for nobody but themselves.
      I think you overestimate the general population of browser users. Most of those who have not switched have nothing else to compare MSIE with, and thus think that MSIE is the best browser that ever existed. And even among those who got burned there is the general problem of short memory (ie. most will forget if they see something acceptable from MS).

      And Microsofts PR machine has a history of successfully turning around 180 degress. Just thinks of the events that lead to the first browser war.

    • Remember winsock? (Score:5, Interesting)

      by xtal (49134) on Saturday April 23 2005, @06:42PM (#12325632) Homepage

      No... Microsoft burned quite a few bridges with alot of people and unless they can turn that PR machine around 180 degrees, people will continue to see them as bullies who are looking out for nobody but themselves.


      They got caught with their pants down in 1993-4 with the internet and TCPIP revolution, too. "It's good enough" certainly does sound framiliar. This was a multibillion dollar company that somehow MISSED THE WHOLE INTERNET THING. They pulled that one off and came out of it smelling like roses.

      They got caught with their pants down AGAIN in 1997 with the widespread acceptance of Java and the beginnings of true cross-platform computing. They pulled turning that event into a stillbirth and came out of it smelling like roses.

      So, here we are in 2005, and they've been caught again with a stagnant product in IE. Not just caught, but being actively made to look stupid by comparison by the third party browsers, and on top of all this, they have OSX and Apple breathing down their necks. I think the wake-up call has been heard.

      I'm not a betting man, but I know where I'd be putting my dollars.
    • by rpozz (249652) on Saturday April 23 2005, @07:04PM (#12325750)
      Third, could you actually put something in there to block ads and popups, and any other crap that I don't want on my screen. Al least temporairly. Eg NO AD.DOUBBLECLICK.NET !!!!!

      Putting an ad-blocker (pop-ups are fair game) on something as popular as IE would cause very serious disruptions to many, many websites (ie their revenue stream gets completely cut). Not to mention the inevitable lawsuit if doubleclick.net was in by default.

      I think the request for it being GPL'd is wishful thinking too. Maybe you need to calm down?
      • by NanoGator (522640) on Saturday April 23 2005, @07:23PM (#12325845) Homepage Journal
        "In this case, I take it "Anonymous Coward" is a corollary to "Microsoft PR Rep"?"

        There should be an ammendment to Godwin's Law for people who resort to accusing others of working for the bad guy.

        Though I don't believe it's "Goodbye FireFox", you cannot honestly say to me that IE7 doesn't have the potential to disrupt FF's market share.
    • by mmusson (753678) on Saturday April 23 2005, @07:35PM (#12325910)

      In this IE6 world a webdesigner cannot use transparent pngs.

      This is not completely true. PNGs with 8-bit alpha channels render correctly. Google maps uses this trick to create the push pin drop shadow.

      • by medeii (472309) <medeii@nOspAm.hotmail.com> on Saturday April 23 2005, @08:32PM (#12326209)

        Your assertion is misleading.

        Firefox, Opera, Safari, and other "niche" browsers render PNGs correctly, with the use of the 8-bit alpha channel. IE6, on the other hand, ONLY recognizes boolean transparency in PNGs -- in other words, it treats them like GIFs. It is possible to force IE5+ to recognize the full alpha channel, but only with the use of a Direct3D filter command.

    • by RichM (754883) on Saturday April 23 2005, @07:35PM (#12325916) Homepage
      In my experience IE7 will transform wireless relationships, repurpose frictionless models, harness visionary infomediaries and furthermore iterate end-to-end experiences.

      I think I speak for us all when I say that we can look forward to an exciting new e-technology era where we can deploy plug-and-play e-services and engage mission-critical e-commerce at the click of a button, which will serve to enhance scalable e-business and orchestrate bleeding-edge content.

      -- This post was brought to you by the Web Economy Bullshit Generator [dack.com] ;)
    • by RzUpAnmsCwrds (262647) on Saturday April 23 2005, @08:10PM (#12326100)
      "FF will have advanced way beyond what IE can hope to achieve from typical corporate development."

      Are you an idiot?

      It took the Mozilla project nearly five years to build what Firefox is today. Hell, Mozilla didn't even surpass IE4 until 2002, five years after IE4's release.

      Microsoft went from not having a browser to having the *best* browser in two years.

      If they have to, they will build a standards-compliant, fast, extensible browser.

      The only question now is whether they will have to. But it already looks like the popularity of Firefox has answered that question.

      The Mozilla Foundation has a lot of great talent. But they don't have 300 full-time developers. Microsoft has plenty of bright people - and plenty of money. Don't sell them short.

      They are complacent, not stupid.