<?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>K-Squared Ramblings &#187; webslices</title>
	<atom:link href="http://www.hyperborea.org/journal/tag/webslices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:27:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Webslices and Revisiting Microsummaries</title>
		<link>http://www.hyperborea.org/journal/2008/03/webslices-and-microsummaries/</link>
		<comments>http://www.hyperborea.org/journal/2008/03/webslices-and-microsummaries/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 03:59:07 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[webslices]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2008/03/13/webslices-and-microsummaries/</guid>
		<description><![CDATA[When the first Firefox 2 beta was released, I looked into Microsummaries, a feature that enables bookmarks to automatically update their titles with information. I concluded they were useful, but not for anything I was doing. The main application would &#8230; <a href="http://www.hyperborea.org/journal/2008/03/webslices-and-microsummaries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When the first Firefox 2 beta was released, I looked into <a href="https://wiki.mozilla.org/Microsummaries">Microsummaries</a>, a feature that enables bookmarks to automatically update their titles with information.  I <a href="http://www.hyperborea.org/journal/2006/07/microsummaries/">concluded</a> they were useful, but not for anything I was doing.  The main application would be my <a href="http://www.hyperborea.org/flash/">Flash site</a>, but it already had an RSS feed for updates, and a microsummary could only really include the most recent item.</p>
<p>Now the first IE8 beta supports <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/webslices.mspx">Webslices</a>.  They&#8217;re similar in concept, but can include formatted data (not just plain text) and use microformat-like markup on the web page instead of a &lt;link&gt; element in the head.</p>
<p>I figured with two browsers supporting the concept, I&#8217;d give it a shot.  I adapted the script I use to generate the RSS feed so that it will also take everything on the most recent day and generate a text file, which is used for the Microsummary title.  For the Webslice, to start with I just marked up the &#8220;Latest Updates&#8221; section of the home page.  Since I haven&#8217;t installed IE8b1 at home, I&#8217;m using Daniel Glazman&#8217;s experimental <a href="http://www.glazman.org/weblog/dotclear/index.php?post/2008/03/13/WebSlices-in-Firefox-6">Webchunks</a> extension for Firefox to try it out.  Unfortunately the extension doesn&#8217;t seem to resolve relative links in its current state.</p>
<p>The real question, of course, is whether either technology offers anything better than what feeds can do now.</p>
<p>I think I&#8217;ll end up going the external-feed route for the Webslice as well, since it&#8217;ll use a lot less bandwidth than having a bunch of IE installations pulling the <em>entire home page</em> once a day.  Plus since I&#8217;m using SSI on that page, it doesn&#8217;t take advantage of conditional requests and caching, and a static file will.  But that&#8217;ll have to wait.  <i>Lost</i> is on in 2 minutes, and after getting up earlier than usual this morning, I&#8217;ll probably be going to bed right after the show.</p>
<p><b>Update:</b> I checked in IE8, and the webslice does work as expected.  A few minor differences: Webchunks pulls in external styles, like the background and colors, while IE8b1 only uses styles in the chunk itself.  Interesting bit: I&#8217;m marking up list items as entries, and IE8 is actually displaying them as a bulleted list, while Webchunks is simply showing the content.</p>
<p>So it at least <em>works</em>.  Maybe tonight or Sunday I&#8217;ll see if I can refine it a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/2008/03/webslices-and-microsummaries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

