<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Microsummaries and Content-Type Mysteries</title>
	<atom:link href="http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<pubDate>Fri, 09 Jan 2009 13:20:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-edge</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/comment-page-1#comment-46047</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Wed, 01 Nov 2006 02:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries#comment-46047</guid>
		<description>&lt;p&gt;Myk: Fair enough.  Excellent technology, by the way.  :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Myk: Fair enough.  Excellent technology, by the way.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myk Melez</title>
		<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/comment-page-1#comment-46035</link>
		<dc:creator>Myk Melez</dc:creator>
		<pubDate>Wed, 01 Nov 2006 01:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries#comment-46035</guid>
		<description>&lt;p&gt;Indeed, Firefox ignores the type attribute to the  tag.  It would be great if that attribute wasn't necessary, because web servers always served the correct type, but that's clearly not the case, and allowing pages to specify the content type of their microsummaries seems likely to be as useful for microsummaries as it is for feeds.&lt;/p&gt;

&lt;p&gt;I have filed &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=358977&quot; rel=&quot;nofollow&quot;&gt;bug 358977&lt;/a&gt; on the issue.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Indeed, Firefox ignores the type attribute to the  tag.  It would be great if that attribute wasn&#8217;t necessary, because web servers always served the correct type, but that&#8217;s clearly not the case, and allowing pages to specify the content type of their microsummaries seems likely to be as useful for microsummaries as it is for feeds.</p>
<p>I have filed <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=358977" rel="nofollow">bug 358977</a> on the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/comment-page-1#comment-45747</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Tue, 31 Oct 2006 01:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries#comment-45747</guid>
		<description>&lt;p&gt;And, of course, there's always this old horror story:&lt;/p&gt;

&lt;p&gt;http://www.xml.com/pub/a/2004/07/21/dive.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And, of course, there&#8217;s always this old horror story:</p>
<p><a href="http://www.xml.com/pub/a/2004/07/21/dive.html" rel="nofollow">http://www.xml.com/pub/a/2004/07/21/dive.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/comment-page-1#comment-45746</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Tue, 31 Oct 2006 01:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries#comment-45746</guid>
		<description>&lt;p&gt;Well, in the markup, I'm more confident it'll tell the intended truth.  That's easier to change many times than the server config itself to serve up the correct HTTP headers.  I know this is a shady argument - but so far in my small sample set of 8 or so sites, a third of them fed me the wrong Content-Type.  That is, &quot;text/HTML&quot; when it was plain text, &quot;text/HTML&quot; when it was an XML generator.  So, I've had to come up with some smart guesses.&lt;/p&gt;

&lt;p&gt;One example, &lt;a href=&quot;http://www.markdownmonkey.com/microsummary.asp&quot; rel=&quot;nofollow&quot;&gt;Markdown Monkey&lt;/a&gt;.  The site header includes a type=&quot;application/x.microsummary+xml&quot; for href=&quot;http://www.markdownmonkey.com/microsummary.asp&quot;, yet the server feeds me a Content-Type: text/html header.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, in the markup, I&#8217;m more confident it&#8217;ll tell the intended truth.  That&#8217;s easier to change many times than the server config itself to serve up the correct HTTP headers.  I know this is a shady argument - but so far in my small sample set of 8 or so sites, a third of them fed me the wrong Content-Type.  That is, &#8220;text/HTML&#8221; when it was plain text, &#8220;text/HTML&#8221; when it was an XML generator.  So, I&#8217;ve had to come up with some smart guesses.</p>
<p>One example, <a href="http://www.markdownmonkey.com/microsummary.asp" rel="nofollow">Markdown Monkey</a>.  The site header includes a type=&#8221;application/x.microsummary+xml&#8221; for href=&#8221;http://www.markdownmonkey.com/microsummary.asp&#8221;, yet the server feeds me a Content-Type: text/html header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Hotelling</title>
		<link>http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries/comment-page-1#comment-45401</link>
		<dc:creator>George Hotelling</dc:creator>
		<pubDate>Sun, 29 Oct 2006 22:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/2006/10/29/microsummaries-and-content-type-mysteries#comment-45401</guid>
		<description>&lt;p&gt;What's the advantage of sticking it into the markup instead of just using the HTTP headers for the microsummary?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What&#8217;s the advantage of sticking it into the markup instead of just using the HTTP headers for the microsummary?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
