<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The dot before the Net : IE8</title><link>http://blogs.msdn.com/sanket/archive/tags/IE8/default.aspx</link><description>Tags: IE8</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>IE8: Web Slices – Keep yourself updated!</title><link>http://blogs.msdn.com/sanket/archive/2009/02/04/ie8-web-slices-keep-yourself-updated.aspx</link><pubDate>Wed, 04 Feb 2009 21:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396354</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9396354.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9396354</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9396354</wfw:comment><description>&lt;P&gt;Another amazing feature that IE 8 has pulled out of the hat is – the Web Slices. Today, a very common way of keeping the visitors updated about what's happening on your website is using the RSS. However, maintaining these feeds usually require the websites to duplicate the data access in multiple locations – on the page as well as on the RSS feeds. &lt;/P&gt;
&lt;P&gt;With the IE 8 web slices feature, your web site customers can now subscribe to parts of the web page which they would want to get updated about. Areas within a particular webpage can be marked as a web slice by the web developers when creating the sites. &lt;IMG title="Web Slice button on IE toolbar" style="WIDTH: 197px; HEIGHT: 82px" height=82 alt="Web Slice button on IE toolbar" src="http://blogs.msdn.com/photos/sanket/images/9393696/original.aspx" width=197 align=left mce_src="http://blogs.msdn.com/photos/sanket/images/9393696/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;These web slices can then be subscribed to by the web site visitors. Subscribing is as simple as clicking the green web slice button on the IE 8 toolbar when you visit the site. Once subscribed, that area can be accessible and visible through the Favorites menu. In other words you don't have to go to the website every time to see what's updated. &lt;/P&gt;
&lt;P&gt;The possibilities are end-less – You might want to keep yourself updated about the new releases on the codeplex, or just get the latest news right in your browser window, or even watch out for the stock that you bought last week. &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;Web Slices for Web Developers &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It is quite amazing how simple it is to build discoverable web slices for the web developers. The web slices is based on the &lt;A href="http://microformats.org/wiki/hatom" mce_href="http://microformats.org/wiki/hatom"&gt;hAtom.Microformat&lt;/A&gt; with a few additional properties. It uses the HTML tags with specific properties &amp;amp; classes to create a section of the web page that can be subscribed to. IE 8 detects the web slices by scanning for elements that use the class &lt;SPAN style="FONT-FAMILY: Courier New"&gt;hSlice&lt;/SPAN&gt;, have a unique id property and have at least one child using the class &lt;SPAN style="FONT-FAMILY: Courier New"&gt;entry-title&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P&gt;To try this out real quick – here is how you can develop your web page. Once you have your web page ready with content, determine which sections you need to expose as web slices. For those sections, simply wrap them in a div as – &lt;/P&gt;
&lt;DIV&gt;
&lt;TABLE class="" style="BACKGROUND: #d9d9d9; BORDER-COLLAPSE: collapse" border=0&gt;
&lt;COLGROUP&gt;
&lt;COL style="WIDTH: 638px"&gt;&lt;/COLGROUP&gt;
&lt;TBODY vAlign=top&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 7px; BORDER-TOP: black 0.5pt solid; PADDING-LEFT: 7px; BORDER-LEFT: black 0.5pt solid; BORDER-BOTTOM: black 0.5pt solid"&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class="hslice" id="myWebSlice"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h2 class="entry-title"&amp;gt;My Web Slice Title&amp;lt;/h2&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- My dynamic content goes here &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Wingdings"&gt;à&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;P&gt;Whenever visitors visits this page in IE8, they will be able to subscribe to this web slice by clicking on the green web slice button in the IE8 toolbar. Alternatively, they can also hover over to content to get the web slice button right besides it. &lt;/P&gt;The web slices offer a lot of flexibility in terms of controlling the update frequency or providing an alternative data source to update, etc. &lt;A href="http://msdn.microsoft.com/en-us/library/cc196992.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc196992.aspx"&gt;This article on MSDN&lt;/A&gt; covers the web slices in a good details. 
&lt;P&gt;Happy Browsing, &lt;/P&gt;
&lt;P&gt;--Sanket&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9396354" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/IE8/default.aspx">IE8</category></item><item><title>IE 8: The onset of an amazing browsing experience</title><link>http://blogs.msdn.com/sanket/archive/2009/02/03/ie-8-the-onset-of-an-amazing-browsing-experience.aspx</link><pubDate>Tue, 03 Feb 2009 22:58:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393666</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9393666.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9393666</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9393666</wfw:comment><description>&lt;p&gt;OK. So there has already been a lot of buzz about the amazing features that IE 8 now has to offer for the ultimate browsing experience. &lt;br/&gt;There are some articles out there which go ga-ga over the awesome feature set and then there are others who say that Microsoft is just catching up with the other players already in the market. Well, for this post, I leave the decision to you. I recently installed the IE8 and am enjoying the amazing feature set it has to offer. As I go on with exploring the features, do expect further post to contain a lot more details. 
&lt;/p&gt;&lt;p&gt;Some of the cool feature-lets (that's a term I came up with – it just says – a small feature) that I found right on the first look – 
&lt;/p&gt;&lt;ul style="margin-left: 54pt"&gt;&lt;li&gt;Starting with what I do the most – searching. Yes that's enhanced. The top right hand instant search box is a lot friendlier and provides real time suggestions and images. I choose to search from Wikipedia and it also gives me the related images in the search – that's so awesome. Well, for those who have earned the MS critiques reputation – you can always go ahead and choose the search provider you want. 
&lt;/li&gt;&lt;li&gt;OK. So what's next? Looking for an address? No more copy pasting of the address into the live maps (or the G* maps) anymore. Simply highlight the address and click on the blue button that appears above &amp;amp; hover on "Map with Live Search". That's it. You get your address located in the live maps. Well, I hear you all – it allows choosing the mapping service that you like. 
&lt;/li&gt;&lt;li&gt;There is a whole bunch of things related to "in-private" browsing. It allows you to browse in a private session. Any pages that you browse in here do not end up having the cookies lingering on your machine after the browser session. That's browsing with no trail left behind. I leave it upto your imagination on how you would want to use this feature. ;)
&lt;/li&gt;&lt;li&gt;Another cool feature-let, it groups the pages together. For instance, let's say you are researching about "&lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;Oslo&lt;/a&gt;" (not Norway's Capital, but the &lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;amazing new Microsoft technology&lt;/a&gt;) &amp;amp; "How Diet Pepsi is made?" in the same browser window. Now whenever you open the pages in the new window from any of these tabs, the browser detects the thread and relates all the tabs together with a single color. So now you can quickly make out if a given tab is for Oslo or for Diet Pepsi.
&lt;/li&gt;&lt;li&gt;Apart from this, there are a bunch of security related features that would ensure that you are always protected from the malicious software lurking on. And still more features that allow the developers to provide exciting features that you will discover along the way. I will cover those in separate posts. 
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Seems Interesting? Well, why don't you try it out for yourself? Microsoft has just released the RC1 bits for IE8. You can download it &lt;a href="http://www.microsoft.com/ie8"&gt;here&lt;/a&gt;. 
&lt;/p&gt;&lt;p&gt;Let me know what you think about this. 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Happy Browsing, &lt;br/&gt;-- Sanket &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9393666" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/IE8/default.aspx">IE8</category></item></channel></rss>