<?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>Killersites Web Design Magazine &#187; Internet Explorer</title>
	<atom:link href="http://www.killersites.com/magazine/category/web-design/browsers/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killersites.com/magazine</link>
	<description>Web Design News, Articles and Tutorials</description>
	<lastBuildDate>Mon, 05 Oct 2009 08:50:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 8 WebSlices</title>
		<link>http://www.killersites.com/magazine/2008/internet-explorer-8-webslices/</link>
		<comments>http://www.killersites.com/magazine/2008/internet-explorer-8-webslices/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 05:25:04 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.killersites.com/magazine/?p=40</guid>
		<description><![CDATA[What are WebSlices? In a nutshell, webslices are an IE8 specific feature that allows the web designer to tag part of a webpage as a ‘webslice’. By tagging sections of a web page, users of IE8 can then subscribe to it, much in the same way that they can subscribe to an RSS feed]]></description>
			<content:encoded><![CDATA[<p><strong>What are WebSlices?</strong></p>
<p>In a nutshell, webslices are an IE8 specific feature that allows the web designer to tag part of a webpage as a &#8216;webslice&#8217;. By tagging sections of a web page, users of IE8 can then subscribe to it, much in the same way that they can subscribe to an RSS feed. </p>
<p>&#8230; I should also mention that when the webslice is updated, the user/subscriber of the webslice will be notified. This is Microsoft&#8217;s explanation of it:</p>
<blockquote><p>WebSlices is a new feature for websites that enables users to subscribe to content directly within a webpage. WebSlices behave just like feeds in that users can subscribe to them and receive update notifications when the content changes. Websites are polled at user-defined intervals, similar to the way RSS feeds are polled. Website operators may also define a minimum wait time between polls to minimize requests.</p>
<p>Developers can mark parts of webpages as &#8220;WebSlices&#8221; and enable users to monitor information they rely on as they move about the web. With a click in the Favorites bar, users see rich &#8220;WebSlice&#8221; visuals and developers establish a valuable, persistent end-user connection.</p></blockquote>
<p>OK, sounds like RSS feeds to me &#8230; but I figure I&#8217;d give it go. So on the <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/webslices.mspx">IE8 beta webslices</a> page, they give you a few links to websites that support webslices. Of course, the MSN page doesn&#8217;t seem to work &#8211; all I can find is the RSS feed. </p>
<p>Thankfully the stumbleupon.com webslice link seems to work and so I subscribe to the webslice &#8230; </p>
<h4 class="sub-heading">Webslice subscribe window:</h4>
<p><img src="http://www.killersites.com/magazine/wp-content/uploads/2008/06/ie8-webslice-subscribe.png" alt="" title="ie8-webslice-subscribe" width="434" height="185" class="alignnone size-full wp-image-42" /></p>
<p>Whenever you come across a web page with a webslice in it, you get this nifty little icon appearing in the IE8 toolbar.</p>
<h4 class="sub-heading">The webslice &#8216;alert&#8217; icon:</h4>
<p><img src="http://www.killersites.com/magazine/wp-content/uploads/2008/06/ie8-webslice-icon.png" alt="" title="ie8-webslice-icon" width="456" height="167" class="alignnone size-full wp-image-41" /></p>
<p>Now that we&#8217;ve subscribed to the stumbleupon.com webslice, a corresponding button appears in our Favorites bar that when clicked, displays this snapshot of the content that is there now.</p>
<h4 class="sub-heading">Webslice current view:</h4>
<p><img src="http://www.killersites.com/magazine/wp-content/uploads/2008/06/ie8-webslice-view.png" alt="" title="ie8-webslice-view" width="449" height="264" class="alignnone size-full wp-image-43" /></p>
<p>As the image above shows, it does offer something a little extra over an RSS feed &#8230; one less click, I suppose.</p>
<h4 class="sub-heading">Creating your own webslices in your web pages</h4>
<p>It seems pretty simple; you just have to wrap whatever content that you want to become a webslice in a div tag, and then just tag the div with the class of &#8216;hslice&#8217;. </p>
<p>There are a few sub elements that you can use to further define the webslice: &#8216;entry-title&#8217; and &#8216;entry-content&#8217; &#8230; among others. </p>
<h4 class="sub-heading">Here is a simple example:</h4>
<div style="margin-top: 20px; margin-bottom: 30px;">

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre>&lt;div class=&quot;hslice&quot; id=&quot;1&quot;&gt;
      &lt;p class=&quot;entry-title&quot;&gt;Item - $66.00&lt;/p&gt; 
      &lt;div class=&quot;entry-content&quot;&gt;high bidder: buyer1 … &lt;/div&gt; 
&lt;/div&gt;</pre></td></tr></table></div>

</div>
<p>Webslices can be decorated with a few other bits of information:</p>
<ul>
<li>Expiration date &#8211; when the webslice expires.</li>
<li>Time to Live &#8211; how often it refreshes.</li>
</ul>
<p>Here is the same webslice example with the &#8216;time-to-live&#8217; attribute set:</p>
<div style="margin-top: 30px; margin-bottom: 30px;">

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre>&lt;div class=&quot;hslice&quot; id=&quot;1&quot;&gt;
  &lt;p class=&quot;entry-title&quot;&gt;Item - $66.00&lt;/p&gt;
   &lt;div class=&quot;entry-content&quot;&gt;high bidder: buyer1 … 
     &lt;p&gt;This clip updates every &lt;span class=&quot;ttl&quot;&gt;15&lt;/span&gt; minutes &lt;/p&gt; 
   &lt;/div&gt; 
&lt;/div&gt;</pre></td></tr></table></div>

</div>
<p>In the above code snippet, it is the &#8216;class=&#8221;ttl&#8221;&#8216; that sets the interval for the webslice.</p>
<h4 class="sub-heading">Conclusion:</h4>
<p>At first glance, I wasn&#8217;t too impressed. But now that I&#8217;ve used them a little, I can see webslices as being a nice little feature. </p>
<h4 class="sub-heading">Links of Interest:</h4>
<p>1. <a href='http://www.killersites.com/magazine/wp-content/uploads/2008/06/webslices.pdf'>webslices guide in PDF format</a> &#8230; from Microsoft.</p>
<p>2. Using <a href="http://download.microsoft.com/download/B/D/2/BD294C35-7BBD-4AF5-9ECA-5D902116C260/ie8b1_webslices_overview.wmv" target="_video">webslices video</a> </p>
<p>3. You can learn more about webslices at the <a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=ie8whitepapers&#038;ReleaseId=567">IE8 beta webslices page</a>. </p>
<p>-</p>
<p>Thanks for reading,</p>
<p>Stefan Mischook</p>
<p>www.killersites.com<br />
www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killersites.com/magazine/2008/internet-explorer-8-webslices/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://download.microsoft.com/download/B/D/2/BD294C35-7BBD-4AF5-9ECA-5D902116C260/ie8b1_webslices_overview.wmv" length="5834411" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Here comes Internet Explorer 8</title>
		<link>http://www.killersites.com/magazine/2008/here-comes-internet-explorer-8/</link>
		<comments>http://www.killersites.com/magazine/2008/here-comes-internet-explorer-8/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 18:29:43 +0000</pubDate>
		<dc:creator>John Beatrice</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.killersites.com/magazine/?p=37</guid>
		<description><![CDATA[Internet Explorer 8 is Microsoft&#8217;s response to the growing interest in interactive web services and rich online experiences.  This is Microsoft&#8217;s second attempt to build a browser that follows standard compliant HTML and CSS. So, will designers and developers embrace this new Internet Explorer?
Maybe. IE8 is becoming CSS 2.1 compliant. The beta release also [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 8 is Microsoft&#8217;s response to the growing interest in <a title="IE8 Web Services" href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/features.mspx">interactive web services</a> and rich online experiences.  This is Microsoft&#8217;s second attempt to build a browser that follows standard compliant HTML and CSS. So, will designers and developers embrace this new Internet Explorer?</p>
<p>Maybe.<strong> </strong>IE8 is becoming <a title="CSS 2.1 Compliance" href="http://code.msdn.microsoft.com/ie8whitepapers/Release/ProjectReleases.aspx?ReleaseId=568">CSS 2.1 compliant</a>. The beta release also fixes many of the browser inconsistencies and more closely supports the <strong>HTML 4.01 Specification</strong>.  One notable change is the elimination of the problematic <a title="search haslayout" href="http://www.google.com/search?q=haslayout+&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">haslayout</a> functionality.</p>
<p>IE8 departs from earlier versions in how it displays form controls.   Chris Hester created a <a title="Form Button Padding Demo" href="http://www.designdetector.com/demos/buttons-padding-demo.html">demo</a> showing how various browsers handle form buttons.</p>
<p>Since beta releases can be buggy, it is probably too early to target IE8 with conditional comments. But, knowing your options will keep you ahead of the pack.</p>
<p><strong>Two methods to work with differences found in IE8:</strong></p>
<ol>
<li> Internet Explorer Conditional Comments.</li>
<li>The Emulate IE7 Meta Tag.</li>
</ol>
<p><strong>1.</strong> Designers can use <a title="Search for Conditional Comments at the Killersites Web Design Forum" href="http://killersites.com/mvnforum/mvnforum/searchprocess?offset=0&amp;key=Conditional+Comments&amp;member=&amp;scopeinpost=3&amp;forum=0&amp;date=0&amp;beforeafter=1&amp;minattach=0&amp;rows=100">Conditional Comments</a> to target Internet Explorer 8 with alternate content or CSS rules. The typical conditional comment to target IE8 is:</p>
<div style="margin-top: 30px; margin-bottom: 30px;">

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre>&lt;!--[if IE 8] &gt;
[[ Alternative content here ]]
&lt;![endif]--&gt;</pre></td></tr></table></div>

</div>
<p><strong>2. </strong>Microsoft introduced a new meta tag to control the display of your web page in IE8. The meta tag will tell IE8 to render the page using IE7&#8217;s rendering engine.  To Emulate IE7, add this inside the &lt;head&gt;&lt;/head&gt; of your web document:</p>
<div style="margin-top: 30px; margin-bottom: 30px;">

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre>&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&gt;</pre></td></tr></table></div>

</div>
<p>This will allow a site to use the new features of IE8 while using IE7&#8217;s rendering engine.</p>
<div style="30px;">
<pre>
</pre>
</div>
<p>More information can be found here: <a title="Render like IE7" href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/DevelopersNew.htm#meta-tag">Update your site to render in IE7 Mode</a>.</p>
<p><strong>Methods to test your site in IE8:</strong></p>
<ul>
<li><a title="Download IE8 beta" href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/getitnow.mspx">Download the current IE8 beta release</a> for Windows XP SP2, Windows Vista, and Windows Server 2003/2008.</li>
<li>Don&#8217;t want to install a beta product?  Then download a standalone application that supports IE versions 5.5 through the current IE8 beta release.  Try the <a title="IETester" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a> by the makers of DebugBar.</li>
<li>Another alternative is to use the VNC remote access options offered by <a title="BrowserCam" href="http://www.browsercam.com">BrowserCam</a> which allow you to test websites virtually.</li>
</ul>
<p>Microsoft&#8217;s Internet Explorer is still the de facto standard for businesses and consumers but never captured the hearts of web designers and developers.  IE8 is poised to change that sentiment with its intuitive new features and respect for web standards.  Here are additional resources to <strong>get ready for IE8</strong>:</p>
<ul>
<li><a title="IE Developer Center" href="http://msdn.microsoft.com/en-us/ie/default.aspx">Internet Explorer Developer Center</a></li>
<li><a title="IE8 Readiness Toolkit" href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/default.htm">Internet Explorer 8 Readiness Toolkit</a></li>
<li><a title="CSS Compatibility and Internet Explorer" href="http://code.msdn.microsoft.com/ie8whitepapers/Release/ProjectReleases.aspx?ReleaseId=568">CSS Compatibility and Internet Explorer</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.killersites.com/magazine/2008/here-comes-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
