Slashdot Log In
Internet Explorer 8 Beta Features Revealed
Posted by
Zonk
on Wed Mar 05, 2008 02:02 PM
from the hey-there-new-browser dept.
from the hey-there-new-browser dept.
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."
Related Stories
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
Loading... please wait.

SVG (Score:5, Insightful)
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
Re:SVG (Score:5, Interesting)
It's not always that they don't want to get rid of IE6 but rather, they can't because of their own web pages which have been hacked to work in IE6 or, as in my case, have applications that use a web interface and won't work with IE7 (or anything else).
I wish the folks who I work for would allow more people to install FF but we're a Microsoft-only place and so installing FF, or any other unapproved software, is verboten. Except in the case of where I work which fortunately is somewhat lenient in this regard. So long as we keep it updated, no problems.
The last place I worked for (and left) has a zero-tolerance policy towards anything not Microsoft. Not too long after I left orders came down that anyone who had FF was to remove it. Immediately. Or else.
Parent
From a developer perspective (Score:5, Informative)
They also finally implemented png alpha channel, which lets us overlay images such as logos with nice, smooth, aliased edges. To get an idea of the difference this makes, compare these two logos:
- png [languesvivantes.com]
- gif [languesvivantes.com]
Alpha channel support also allows people to do some other nice looking effects, such as drop shadows, with little fuss.Unfortunately, the people who designed the IE7 UI appear to have been retarded monkeys. The result is that now, almost 2 years after its release, almost a third of my users are still on IE6 [languesvivantes.com]. Personally, that is really frustrating.
I am not optimistic about MS's commitment to continue to improve standards compliance in IE8. It does not support svg, as somebody already pointed out, nor will it support E4X [wikipedia.org], which is going to hobble AJAX development [slashdot.org].
Parent
Re:From a developer perspective (Score:5, Insightful)
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.
Parent
Re:SVG (Score:5, Insightful)
Maybe you are referring to the little dropdown that shows up in pop up dialogs?
Parent
Re:SVG (Score:5, Insightful)
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..
Parent
Broken links in the summary (Score:4, Funny)
Hmmm ... (Score:5, Interesting)
Crash recovery, eh? (Score:5, Funny)
Re:Crash recovery, eh? (Score:5, Informative)
I hate Microsoft as much as the next guy, but that was low, even for Slashdot.
Parent
Re:Crash recovery, eh? (Score:5, Funny)
Oh yeah, that's because I haven't used IE in the past 4 years.
Parent
Re:Crash recovery, eh? (Score:5, Informative)
I'm never greeted with a new toolbar.
How do people do this to their computers? You're reading/posting to slashdot, so I assume you're technically competent.
Even when I was using Internet Explorer 6, I never had this problem. I've had one virus the entire time I've used Windows (since 3.11) - and that was some file infecting virus I got on Windows 98 from who-knows-where. (Although I suspect my younger brother-knows-where, but I digress.)
Never had toolbars, and pop-ups stopped when I got IE7 (beta 1.) But, somehow, people manage to trash their Windows boxes, and trash them regularly.
How did you manage this? What sites did/do you browse? What horrible Bonzi-buddy software do you use on your computer? I'd like to know what the rest of my extended family (the ones who think I'm free 24-hour technical support) is doing.
Parent
WOW! (Score:5, Funny)
Re:WOW! (Score:5, Funny)
In a rare moment of originality, a young MS exec, having just read the hitch hikers guide, sent a binary of IE7 back in time in an attempt to sue the companies developing firefox, opera and a million and one other more inventive browsers in the future for copying IE's features. Unfortunately, the court dismissed the new IE interface as a crude hoax perpetrated by 4chan, and the budding young exec was made Ballmer's personal chair man.
Not that I think the IE7 interface is an abomination of consistency and style or anything
Parent
the classic joke... (Score:5, Funny)
I'm glad they're going to be supporting all these 'new' standards.
Parent
Will someone please... (Score:5, Insightful)
I'm not holding my breath, though.
Re:Will someone please... (Score:5, Informative)
Parent
Re:Will someone please... (Score:5, Insightful)
Parent
It'll all end in tears.... (Score:5, Insightful)
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.
un, effing, real. (Score:5, Funny)
Safety Filter (Score:5, Funny)
We can leave your friends behind
'Cause your friends don't filter and if they don't filter
Well they're no friends of mine
AJAX Navigation Support (Score:5, Insightful)
Re:AJAX Navigation Support (Score:5, Informative)
About the only "clever" bit here is firing an event automatically when it changes, which just removes the three lines of code I have checking whether window.location.hash is myfoo.savedHash or not in an interval ticker.
Parent
Whats with all the change? (Score:5, Insightful)
I don't think MS will ever get it...
Re:ACR (Score:5, Informative)
Processes and threads are vastly different things.
For example, one thread crashing means all other threads in the same process go down with it.
This is probably exactly why they use processes instead of threads.
Parent