Chris Wilson: Inside IE8 Beta 1 For Developers
- Posted: Mar 05, 2008 at 10:38 AM
- 18,971 Views
- 13 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
but that's ok, has to be etc...
I wish that they would give us the ability to clear the SSL cache from Javascript like in the mozilla base browers. This is very imported when using client certificates store on a smart card to authentication users to a site. There is no way to clear/close the SSL on logout, unless you close IE. When you revised the site you are not prompted for PIN code again, becuse the SSL session is alive.
In mozilla you can for example do:
function register() {
window.crypto.enableSmartCardEvents=true;
document.addEventListener("smartcard-remove",<callback>,false);
};
For closing SSL session:
function logout() {
window.crypto.logout
};
There is noway to clear SSL cache even from a ActiveX Control (With calling something undocumented)
-gk
Webclips are quite different and require the user to select the area of the page they want to monitor, select it and manually create a watch for it where in the background, a full rendering of the page will be being downloaded and rendered on to the OS X dashboard.
Webslices are webmaster designed miniblocks designed specifically for the purpose of being served to the user, takes up far less resources (not being rendered when the browser isn't open, smaller download of updated content by the feed sync service) and requires less work from the user (two left mouse button clicks).
It was probably inspired by Safari's webclips, but this is a far better solution than the ad-hoc work around of that browser (which isn't supported on the Windows platform of course).
I think there is are a lot of differences between the two features. They both let you view partial contents of a page but the usage and implementation are very different.
Web clips in OSX are widgets not browser items and if I'm not mistaken it loads the entire web page when you look at the widget but clips out the portion of the web page you want to see which you have to manually set. This doesn't really take into account if the page changes layout or that you really shouldn't have to load or grab the entire page to see only part of it.
Webslices are provided by web pages (not users as in the case of webclips) that want provide quick views of parts of their site. To create a web slice you annotate the section of your page you want to be a slice with some tags and properties. When a user goes to the site there will be a hover button near the webslice that a user clicks to add the slice. A link is then added to the links bar and whenever the content is updated the link title will be bolded like an RSS feed. When you click the link only the content for the webslice is loaded and it doesn't matter if the page layout changes since the specific content is directly annotated to be a slice. For example if I want to get updates on four ebay auctions I can easily do it within a few seconds. Not to mention I will know when the auctions change without having to check the webslice. With clips it would take me much longer to create the widgets, I would have to check them to see if they update and if the page changed I would have to re-adjust the clip region. Web clips are not dynamic and too manual to be useful for a wide verity of content and a lot of users have mentioned this after using it for a while.
Edit:
Oops. Nidonocu, looks like you said what I was about to say. My rendition might be a little verbose though. Anyways Webslices and activities look like really useful features.
Activities and Webslices are definitely cool features. Looking forward to using them. Is there on MSDN a list of sites that implement those already? Like a Top 10 or something...
It has more useful features that were present before MS started copying similar features in IE7.
I feel like I have more control over the options in the FF browser and can configure it in more ways if I wanted. That feeling of freedom is what made me switch to Firefox.
I think the feeling of freedom is what people have when they use Firefox.
In my opinion, I think this a big part of what made it really popular.
Nowadays, I only use IE during web development to just make sure my javascript is compatible in IE.
I'd have to support this. Allowing cached certificates to persist after smart card removal does not appear to have any benefits and has some serious downsides. The certificate in the SSL cache clearly needs purging when the originating credential is withdrawn. Are the IE developers are relying on a smart card authenticated Windows session to be logged out or locked?
Remove this comment
Remove this thread
close