<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Central Florida Software Blog - IE8</title>
    <link>http://www.centralflsoftware.com/blog/</link>
    <description>Innovation. Imagination. Delivered.</description>
    <language>en-us</language>
    <copyright>Christopher L Price</copyright>
    <lastBuildDate>Mon, 27 Jul 2009 13:30:15 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>blog@centralflsoftware.com</managingEditor>
    <webMaster>blog@centralflsoftware.com</webMaster>
    <item>
      <trackback:ping>http://www.centralflsoftware.com/blog/Trackback.aspx?guid=bdbe9c48-e603-43ef-9980-08bfbfe025f5</trackback:ping>
      <pingback:server>http://www.centralflsoftware.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.centralflsoftware.com/blog/PermaLink,guid,bdbe9c48-e603-43ef-9980-08bfbfe025f5.aspx</pingback:target>
      <dc:creator>Christopher Price</dc:creator>
      <georss:point>28.171599 -82.001953</georss:point>
      <wfw:comment>http://www.centralflsoftware.com/blog/CommentView,guid,bdbe9c48-e603-43ef-9980-08bfbfe025f5.aspx</wfw:comment>
      <wfw:commentRss>http://www.centralflsoftware.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bdbe9c48-e603-43ef-9980-08bfbfe025f5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <h3>Enabling a Web Slice
</h3>
        <p>
Web Slices are new feature in IE 8 that allow your users to bookmark specify content
on your site. Implementing this feature is easy and can be accomplished in a few lines
of code. The keys are:
</p>
        <ol>
          <li>
Use the 'hslice' class</li>
          <li>
Specify a slice id</li>
          <li>
Specify an 'entry-title'</li>
          <li>
Specify 'entry-content'</li>
          <li>
Use optional attributes (see <a href="http://www.microsoft.com/windows/internet-explorer/readiness/default.aspx">IE8
Readiness Toolkit</a>)</li>
        </ol>
The code sample below highlights the required attributes in red and the optional attributes
in blue. <img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss5.jpg" /><h3>The Web Slice User Experience
</h3><p>
When a user views your web slice enabled page in IE8, the user is presented with a
button that allows him/her to add the slice.<br /><br /><img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss1.jpg" /></p><p>
A confirmation dialog appears, displaying the name of your web slice and the location.<br /><br /><img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss2.jpg" /></p><p>
Once the user has added the slice, a button is added to the browser toolbar. (User
can delete the slice by 'right-clicking' the slice name and then choosing delete.)<br /><br /><img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss3.jpg" /></p><p>
When the user clicks the slice button. The slice content is displayed. Two buttons
give the user the ability to both refresh the slice and to navigate to your page which
contains the slice.<br /><br /><img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss4.jpg" /></p><img width="0" height="0" src="http://www.centralflsoftware.com/blog/aggbug.ashx?id=bdbe9c48-e603-43ef-9980-08bfbfe025f5" /></body>
      <title>Web Slices in IE8</title>
      <guid isPermaLink="false">http://www.centralflsoftware.com/blog/PermaLink,guid,bdbe9c48-e603-43ef-9980-08bfbfe025f5.aspx</guid>
      <link>http://www.centralflsoftware.com/blog/2009/07/27/WebSlicesInIE8.aspx</link>
      <pubDate>Mon, 27 Jul 2009 13:30:15 GMT</pubDate>
      <description>&lt;h3&gt;Enabling a Web Slice
&lt;/h3&gt;
&lt;p&gt;
Web Slices are new feature in IE 8 that allow your users to bookmark specify content
on your site. Implementing this feature is easy and can be accomplished in a few lines
of code. The keys are:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Use the 'hslice' class&lt;/li&gt;
&lt;li&gt;
Specify a slice id&lt;/li&gt;
&lt;li&gt;
Specify an 'entry-title'&lt;/li&gt;
&lt;li&gt;
Specify 'entry-content'&lt;/li&gt;
&lt;li&gt;
Use optional attributes (see &lt;a href="http://www.microsoft.com/windows/internet-explorer/readiness/default.aspx"&gt;IE8
Readiness Toolkit&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;
The code sample below highlights the required attributes in red and the optional attributes
in blue. &lt;img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss5.jpg"&gt; 
&lt;h3&gt;The Web Slice User Experience
&lt;/h3&gt;
&lt;p&gt;
When a user views your web slice enabled page in IE8, the user is presented with a
button that allows him/her to add the slice.&lt;br /&gt;
&lt;br /&gt;
&lt;img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss1.jpg"&gt; 
&lt;/p&gt;
&lt;p&gt;
A confirmation dialog appears, displaying the name of your web slice and the location.&lt;br /&gt;
&lt;br /&gt;
&lt;img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss2.jpg"&gt; 
&lt;/p&gt;
&lt;p&gt;
Once the user has added the slice, a button is added to the browser toolbar. (User
can delete the slice by 'right-clicking' the slice name and then choosing delete.)&lt;br /&gt;
&lt;br /&gt;
&lt;img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss3.jpg"&gt; 
&lt;/p&gt;
&lt;p&gt;
When the user clicks the slice button. The slice content is displayed. Two buttons
give the user the ability to both refresh the slice and to navigate to your page which
contains the slice.&lt;br /&gt;
&lt;br /&gt;
&lt;img border="0" src="http://www.centralflsoftware.com/blog/content/binary/ws_ss4.jpg"&gt; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.centralflsoftware.com/blog/aggbug.ashx?id=bdbe9c48-e603-43ef-9980-08bfbfe025f5" /&gt;</description>
      <comments>http://www.centralflsoftware.com/blog/CommentView,guid,bdbe9c48-e603-43ef-9980-08bfbfe025f5.aspx</comments>
      <category>IE8</category>
      <category>Web Design</category>
    </item>
  </channel>
</rss>