Slashdot Mirror


Internet Explorer 8 Beta Features Revealed

Admodieus writes "It seems as though the veil has been lifted on the Internet Explorer 8 beta. Microsoft has revealed a list of the new features in IE8, including two interesting new additions called Activities and WebSlices. From the site: 'Activities are contextual services to quickly access a service from any webpage. Users typically copy and paste from one webpage to another. Internet Explorer 8 Activities make this common pattern easier to do ... WebSlices is a new feature for websites to connect to their users by subscribing to content directly within a webpage. WebSlices behave just like feeds where clients can subscribe to get updates and notify the user of changes.' Also aboard the upgrade train is automatic crash recovery, a favorites toolbar, and improved phishing filter protection. Microsoft has also posted links to download the beta, but none of them are working right now."

10 of 281 comments (clear)

  1. SVG by ccguy · · Score: 4, Insightful

    I'm sorry to see that there's no SVG support.

    As for what _is_ there, well, most of the pages are broken, unavailable ("This project is not yet published"), so if the public documentation is any indication of the development status I'd say IE8 it pretty closed to the usual MS standard :-)

    1. Re:SVG by pilgrim23 · · Score: 4, Insightful

      This from a "user" not a developer:
      I just this last week tried IE 7 for the very first time. As a user of IE 6, Opera, Firefox, Safari, and having used Every browser from lynx Cello and Mosaic up through the offerings of today, I am not unfamiliar with various browser styles, feel, ways of doing things. From my early experience with it, I can say that 7... to use a standard automobile analogy: The engineer is 5' 2". He designed the seat fixed in one position and not adjustable. The rearview mirror fixed in positon as well; Seat belt? forget it! He likes the parking brake in the back seat so that's how it is going to be.
      Microsoft seems to have an irrepressible arrogance when it comes to design. They also seem to have a less then stellar competence in other areas. The former seems to be a fall back for lack ehibited in the later. IE 8 is from the same designers? No thank you

      --
      - Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
    2. Re:SVG by ianare · · Score: 5, Insightful

      Uh, wouldn't having an unchanging interface make a window easier to forge? You can just grab a screenshot of IE7, having full confidence it will look exactly the same for everyone.
      Maybe you are referring to the little dropdown that shows up in pop up dialogs?

    3. Re:SVG by Plunky · · Score: 4, Insightful

      Not everyone wants a customisable interface with thousands of widgets and doohickeys.

      No, but millions of people want to turn off the one thing that annoys them, and for each of those people its a different thing..

  2. Will someone please... by AKAImBatman · · Score: 4, Insightful

    ...tell Microsoft that we don't give a flying hoot about Activities and Internet Julian Fries. As developers, we want to know if they'll support CSS2 (and God-forbid even some CSS3 *gasp!*), DOM2, SVG, ECMAScript 3rd Edition, and half-a-billion other standards that they've been ignoring. If they want to make developers really happy while future-proofing their browser, they'll support HTML5 and ECMAScript 2.0.

    I'm not holding my breath, though.

    1. Re:Will someone please... by crush · · Score: 4, Insightful

      And not just the above, but the "WebSlices" crap is just another way to muddy the Atom/RSS waters. We do NOT need another feed "standard" thanks.

  3. It'll all end in tears.... by caluml · · Score: 4, Insightful

    Users typically copy and paste from one webpage to another. Internet Explorer 8 Activities make this common pattern easier to do ... Oh god. This sounds just like the "Hey, let's let the email client run scripts", and "Let's hide the nasty, confusing file extensions from the users" decisions.
    Some things should just be a little tricky to do. Like saving a file from an email, locating it, (chmod u+x in *nix), and only then executing it.
  4. AJAX Navigation Support by jeremyds · · Score: 5, Insightful
    One of the more interesting features included with IE8 is "Ajax Navigation":

    AJAX Navigation enables users to navigate back and forth without leaving the AJAX application and could be used navigating a page without performing a traditional full navigation. This allows websites to trigger an update to browser components like the address bar by setting the window.location.hash value, firing an event to alert components in the page and even creating an entry in the travel log. This is actually a proposed standard in the HTML 5 specification and it's nice to see Microsoft implementing it. The inability to bookmark or navigate to a page that's been updated using AJAX has always been a pain in the ass.
  5. Whats with all the change? by flowpoke · · Score: 5, Insightful

    It seems that with each major version, they (and most other folks) try to reinvent everything and cloud it with branding. NO ONE enjoys radical change with little to no benefit. The interface needs to be more transparent, not cluttered with new terminology and features that matter NONE when compared to things like speed, stability and security.

    I don't think MS will ever get it...

  6. Re:From a developer perspective by Crazy+Taco · · Score: 4, Insightful

    The result is that now, almost 2 years after its release, almost a third of my users are still on IE6. Personally, that is really frustrating.

    Actually, that's probably not the reason people are still on IE6. I work for a major Fortune 500 company, and we are all still on IE6. This post is brought to you on IE6. Why? Because businesses, especially large ones where all the people are, are really cautious to adopt new technologies. They want to be sure they will work with all the custom software they've written. In our case, some programs depended on very IE6 specific things, or were hacks of some sort, so we are STILL on IE6, and that's all that is supported here. And as a web developer, I have to develop in IE6 so I can see what my users will see. I would love to upgrade, but can't until the company moves us all forward. So that's probably why you have so many IE6 hits; anyone on a laptop issued by a large corporation is probably still using it.

    --
    Beware of bugs in the above code; I have only proved it correct, not tried it.