The second beta of the upcoming version of Microsoft’s Internet Explorer (IE 8 ) web browser was released last month. One of the touted features of IE 8 is Web Slices.
Many of us cut out articles from the newspapers if we find them interesting. Think of Web Slices to be cuttings from Web sites. But with a difference. If these cuttings (web content) are updated on the respective web sites, you will be notified, as well as your cuttings will be updated. Technically, you “subscribe to a Web Slice”, instead of saying cutting it off which may offend the webmasters
The latest post on my Blog is Web Slice enabled (or say, it is a Web Slice). In fact, it is Web Slice enabled since some time. Perhaps, some of you (who are using IE 8 ) would have noticed it.
Other web sites which are Web Slice enabled are digg.com, ebay.com, facebook.com, msn.com etc.
How to subscribe to a Web Slice
To slice out the latest post or to subscribe to the latest post on my blog:
How does it work ?
If I write a new blog post which, upon publish, becomes my latest post, the Web Slice bookmark on your IE will turn bold. By default, the Web Slice is checked for any updates once in a day. Upon an update, the Web Slice bookmark can turn bold or even play a sound.
Right click on the Web Slice bookmark. Click on “Bold on Update”. This will make the bookmark bold, upon an update.
To play and sound, right click on the bookmark and select Properties. Click on the Settings button under “Update Schedule”. Check the box labeled “Play a sound when a monitored feed or Web Slice is updated.
Notice the numerous other options in the Properties window. Note that you can setup when to check the Web Slice for updates – which is by default set to 1 day.
How to enable Web Slice on your site
Refer to the URL http://msdn.microsoft.com/en-us/library/cc848871(VS.85).aspx. Read the section titled “Creating Web Slices”.
The rules are:
To summarize, following is the markup structure of my latest blog post which is Web Slice enabled:
<div id=”latest_post” class=”hslice”>
—
—
<a class=”entry-title” href=”…”> the post title </a>
—
—
<span class=”entry-content”>
the post content
</span>
—
—
</div>
Issues with Web Slices
Though Web Slices seem to be easy to implement, I thought of the following issues with them:
Web Slices with Firefox
With Firefox 3 and a plugin called Webchunks, you can use Web Slices in Firefox! It is very similar to using it in IE. First install the plugin from the following link http://disruptive-innovations.com/zoo/webchunks/webchunks-0.30.xpi. This is the direct link to the plugin. So launch it in Firefox 3.Once installed, it will ask for a Firefox restart. After restart, if you navigate back to my blog (or any other Web Slice enabled) site, you can subscribe to the Web Slices in a very similar way as shown in the screenshots below:

Clicking on the blue icon (on the left) will allow you to subscribe to a Web Slice (if any) on the page
To sum up, I do like the visual slicing out (e.g. by moving the mouse over on the latest post) of content from the web pages. It is like I’m indeed cutting and taking off something from the website
Update:
“And it magically redirects to the full post, when clicking on the -> (arrow) on the preview button. How come, it is detecting the first link as a useful link and discarding other links. I like magic but would like to read the documented logic behind it.”
Found the logic behind this one. It follows the link (<a>) which has rel=”bookmark”. My latest blog post has two links (the title link and the continue reading link) whose rel=”bookmark”. Both of them point to the full post. So Web Slices is picking up one of them, either the first one or the last one.
Email This Post
⋅
Print This Post
⋅
Post A Comment
@shekharg
Great, thanks for the overview.
Off topic: The website that I manage ( http://www.dare.co.in ) is dominated by IE6 vistors, followed by IE7, who make up for more than half of the visitors trending.
To be honest, it is sort of a pain to look and feel all nice and smooth to users of these different browsers :-S
loading...
Different browsers ? You have mentioned only IE. Hmm, so IE and its different versions are different browsers for you ?
Serious stuff follows:
I agree. the pain seems to be never ending.
Was kinda happy to see, Google adopting Webkit instead of some homegrown GoogleWebKit. Can we assume that Safari and Chrome will render websites the same way ? Will changes contributed by Google to Webkit be acceptable to Apple and vice versa ? Pheww.
Whatever may be the claim of each browser, each time, with every version, to be the most standard compliant, Bineshs and Shekhars keep suffering.
The only way out is if the browsers do simply what they do the best – bookmarks, remember password, history etc. and leave the rendering to a engine developed by, say, W3C. The vision (only mine) is, all browsers use the same rendering engine. Will they (Microsoft, Mozilla, Chrome, Safari, Opera etc.) “dare” to do something like this ? Not to forget the mobile space where, yet again, you have Pocket IE, Minimo, Opera, Symbian web browser and what not. The day you have achieved the nirvana of looking good on desktop browsers, the next hour you hear that you don’t look good on someone’s mobile phone. To sum up – all the very best of LUCK – to you and me
loading...
Hi! Shekhar,
Tried the webchunks FF3 plugin, works with ebay and stumbleupon but did not work with your site?
Are you considering writing a Wordpress plugin for the easy creation of the slices?
Cheers…Kishore
–
loading...
not sure if a plugin can be written for it. web slices require change in the markup. hence a wordpress theme which is web slice enabled is a better bet
but do u like the concept of web slices ? how is it better, if at all, from RSS?
loading...