<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.Net Geek &#187; hAtom</title>
	<atom:link href="http://www.aakashjain.com/tag/hatom/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aakashjain.com</link>
	<description>Technology, musings and stuff by Aakash Jain</description>
	<lastBuildDate>Thu, 11 Aug 2011 05:09:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Create Web Slice</title>
		<link>http://www.aakashjain.com/microsoft/web-slice-internet-explorer-516</link>
		<comments>http://www.aakashjain.com/microsoft/web-slice-internet-explorer-516#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:48:27 +0000</pubDate>
		<dc:creator>Vaibhav</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[hAtom]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[hSlice]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Microformat]]></category>
		<category><![CDATA[Web Slice]]></category>

		<guid isPermaLink="false">http://www.aakashjain.com/?p=516</guid>
		<description><![CDATA[Microsoft has released the final version of Internet Explorer 8 at MIX09. IE8 has many new features with it, like InPrivate Browsing, Web Slice, Compatibility View etc. The feature I like the most is Web Slice What is a Web Slice. Web Slice is a new feature in IE8 which allows users to subscribe to a [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released the final version of Internet Explorer 8 at MIX09. IE8 has many new features with it, like InPrivate Browsing, Web Slice, Compatibility View etc.<br />
The feature I like the most is Web Slice</p>
<p><strong>What is a Web Slice.<br />
</strong>Web Slice is a new feature in IE8 which allows users to subscribe to a portion of a webpage. Web Slice behave just like RSS feeds for a portion of a webpage.  Web slice are based on <a title="hAtom Microformat" href="http://microformats.org/wiki/hatom" target="_blank">hAtom Microformat</a> and hSlice Microformat. Any developer can create a web slice in a existing webpage just by annotating HTML with class names for title, entry content and other properties.</p>
<p><strong>How to create a Web Slice.<br />
</strong>Here is a simple working example.<br />
<strong>Note</strong>: Web Slice works only when page is served by a server.</p>
<pre name="code" class="html">
<h3>WEB SLICE Example</h3>
<div id="web slice" class="hslice">
<!--Required, hslice is the class for web slice, this tag must have a unique id value-->
<h3 class="entry-title"> WebSlice Title</h3>

<!--Required, class entry-title defines the name of the web slice, this name will appear in the favorites bar-->
<div class="entry-content"> this is the content that will appear in the preview window</div>

<a rel="entry-content" href="http://localhost/webslice/blog.html"></a>
<!--Optional, This is the page which will be used for synchronization of the web slice-->
<span class="endtime" title="25 mar 2009 17:30:00 PST" style="display:none;"></span>
<!--Optional, class endtime defines the expiration date and time of the web slice-->
<span class="ttl">10</span>
<!--Optional, class ttl defines the time in minutes between two updates of the web slice--></div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashjain.com/microsoft/web-slice-internet-explorer-516/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

