<?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>whump.com &#124; More Like This WebLog &#187; markup</title>
	<atom:link href="http://www.whump.com/moreLikeThis/tag/markup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whump.com/moreLikeThis</link>
	<description>Where is their vote?</description>
	<lastBuildDate>Mon, 28 Dec 2009 04:55:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Representation, Again</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F15%2Frepresentation-again%2F&#038;seed_title=Representation%2C+Again</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F15%2Frepresentation-again%2F&#038;seed_title=Representation%2C+Again#comments</comments>
		<pubDate>Sun, 15 Jun 2008 18:26:15 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[interviewing]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/?p=4127</guid>
		<description><![CDATA[I mean, XML is better if you have more text and fewer tags. And JSON is better if you have more tags and less text. Argh! I mean, come on, it&#8217;s that easy. But you know, there&#8217;s a big debate about it. [Steve Yegge, via Simon Wilison] I&#8217;ve been asking that question in interviews, and [...]]]></description>
			<content:encoded><![CDATA[<blockquote src="http://steve-yegge.blogspot.com/2008/06/rhinos-and-tigers.html"><p>I mean, XML is better if you have more text and fewer tags. And JSON is better if you have more tags and less text. Argh! I mean, come on, it&#8217;s that easy. But you know, there&#8217;s a big debate about it. [<a href="http://steve-yegge.blogspot.com/2008/06/rhinos-and-tigers.html">Steve Yegge</a>, via <a href="http://simonwillison.net/2008/Jun/15/steveys/">Simon Wilison</a>]</p>
</blockquote>
<p>I&#8217;ve been asking that question in interviews, and I don&#8217;t think there&#8217;s still a big debate about when to use XML and when to use JSON. It&#8217;s now settled.</p>
<p>And Yegge&#8217;s answer is not quite right. I think the difference is between structural markup and key/value pairs.</p>
<p>However, there are also cases when you should prefer <code>text/plain</code> over JSON. A hint: every object in a Second Life sim might have an <a href="http://wiki.secondlife.com/wiki/LlHTTPRequest">HTTP engine</a> running in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F15%2Frepresentation-again%2F&#038;seed_title=Representation%2C+Again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone-viewport-meta plugin 0.7</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7#comments</comments>
		<pubDate>Wed, 10 Oct 2007 07:33:36 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/10/10/iphone-viewport-meta-plugin-0.7/</guid>
		<description><![CDATA[I&#8217;ve updated my iphone-viewport-meta plugin for WordPress. The changes include support for the iPod Touch: Now uses device-width constant instead of a value in pixels. Test for both iphone and ipod in user agent string. Switch from semi-colon to comma as separator, per ADC documentation. James Craig has been great with pointing out bugs and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my <a href="http://www.whump.com/moreLikeThis/2007/07/11/iphone-viewport-meta-plugin-for-wordpress/">iphone-viewport-meta plugin for WordPress</a>. The changes include support for the iPod Touch:</p>
<ul>
<li>Now uses <a href="http://developer.apple.com/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/chapter_4_section_5.html"><code>device-width</code> constant</a> instead of a value in pixels.</li>
<li>Test for both <code>iphone</code> and <code>ipod</code> in <a href="http://developer.apple.com/documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/chapter_3_section_3.html">user agent string</a>.</li>
<li>Switch from semi-colon to comma as separator, per ADC documentation.</li>
</ul>
<p><a href="http://cookiecrook.com/">James Craig</a> has been great with pointing out bugs and changes to the viewport format, so I&#8217;m now listing him as a co-author. Thanks, James.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CommentPress and Writing on a Roll of Towels</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F25%2Fcommentpress-and-writing-on-a-roll-of-towels%2F&#038;seed_title=CommentPress+and+Writing+on+a+Roll+of+Towels</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F25%2Fcommentpress-and-writing-on-a-roll-of-towels%2F&#038;seed_title=CommentPress+and+Writing+on+a+Roll+of+Towels#comments</comments>
		<pubDate>Thu, 26 Jul 2007 04:58:53 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/25/commentpress-and-writing-on-a-roll-of-towels/</guid>
		<description><![CDATA[Back in 2004, Kathyrn Cramer, a veteran hypertexter, described blogging as &#8220;writing on a roll of papers towels&#8221; [1], so I&#8217;ve been on the lookout for blogging tools that behave more like hypertext. The Institute for the Future of the Book released CommentPress, a WordPress Theme, that breaks out block-level elements of a blog post [...]]]></description>
			<content:encoded><![CDATA[<p>Back in 2004, Kathyrn Cramer, a veteran hypertexter, <a href="http://www.kathryncramer.com/kathryn_cramer/2004/06/im_tired_of_wri.html">described blogging as &#8220;writing on a roll of papers towels&#8221;</a> [1], so I&#8217;ve been on the lookout for blogging tools that behave more like hypertext.</p>
<p>The <a href="http://www.futureofthebook.org/blog/archives/2007/07/commentpress_10.html">Institute for the Future of the Book</a> released <a href="http://www.futureofthebook.org/commentpress/">CommentPress</a>, a WordPress Theme, that breaks out block-level elements of a blog post into linearly linked nodes. Comments are made on, and displayed with each node.</p>
<p><img src="http://www.whump.com/moreLikeThis/wp-content/uploads/2007/07/gamertheory1.png" height="183" width="300" alt="gamertheory.png" /></p>
<p>For example: McKenzie Wark&#8217;s <cite><a href="http://www.futureofthebook.org/mckenziewark/gamertheory2.0/">Gamer Theory 2.0</a></cite> serialized as a weblog, each chapter is a long post, broken down into a stack of nodes, with node-level comments at the side.</p>
<p>There&#8217;s another WordPress extension, I think it was done by someone at Yahoo!, that allowed comments at the paragraph level. Anyone remember that one?</p>
<p><strong>Update:</strong> It&#8217;s <a href="http://www.jackslocum.com/blog/2006/12/29/preview-drag-and-drop-enhancements-and-the-new-treepanel/">Jack Slocum&#8217;s work</a> I was thinking of. Thanks to <a href="http://mrkab.com">Jeppe Kabell</a> in the comments.</p>
<p>[via <a href="http://radar.oreilly.com/archives/2007/07/commentpress_10.html">O'Reilly Radar</a>]</p>
<p>[1] Cited previously in: <a href="http://www.whump.com/moreLikeThis/2004/06/08/04004/">From Paper Towels to Hypercard?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F25%2Fcommentpress-and-writing-on-a-roll-of-towels%2F&#038;seed_title=CommentPress+and+Writing+on+a+Roll+of+Towels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Viewport Meta Plugin for WordPress</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress#comments</comments>
		<pubDate>Thu, 12 Jul 2007 06:12:45 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/11/iphone-viewport-meta-plugin-for-wordpress/</guid>
		<description><![CDATA[Get the plugin from wordpress.org. Update 4: Plugin now hosted at wordpress.org. Update 3: New version with support for viewport constants, and iPod Touch. Update 2: James Craig points out that the ID attribute is not allowed in the META element, so I&#8217;ve updated the plugin. Update: I should add what my aim is. Rather [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/iphone-viewport-meta">Get the plugin</a> from wordpress.org.</p>
<p><strong>Update 4:</strong> Plugin now hosted at wordpress.org.</p>
<p><strong>Update 3:</strong> New version with support for viewport constants, and iPod Touch.</p>
<p><strong>Update 2:</strong> <a href="http://cookiecrook.com/">James Craig</a> points out that the ID attribute is not allowed in the META element, so I&#8217;ve updated the plugin.</p>
<p><strong>Update:</strong> I should add what my aim is. Rather than creating a separate template for mobile, I want to have a theme that &#8216;does the right thing&#8217; for iPhone and desktop browsers.</p>
<p>Some documentation:</p>
<ol>
<li>Plugin tests user agent string.
<ul>
<li>If it contains &#8216;iPhone&#8217; then it adds <code>&lt;meta content="width=480; maximum-scale=0.6667" name="viewport"/&gt;</code> to the document&#8217;s head.</li>
<li>It also adds iPhone specific CSS rules. For that reason, you should call wp_head() in your theme file <em>after</em> you declare your default CSS files.</li>
<li>These rules were written with <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> in mind. You will want to edit the CSS rules to suit your theme.</li>
<li>You can force the viewport and CSS rules by adding <code>forceiphone=y</code> to the query string portion of a URL.</li>
</ul>
</li>
<li>Adds a boolean function: <code>weh_is_iPhone()</code>.
<ul>
<li>Returns true if user agent string contains &#8216;iPhone&#8217;.</li>
<li>You can call this function from your theme to add or turn off generation of markup.</li>
<li>Most likely you&#8217;ll use it to turn off generation of sidebars.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Overflow and iPhone</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F09%2Foverflow-and-iphone%2F&#038;seed_title=Overflow+and+iPhone</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F09%2Foverflow-and-iphone%2F&#038;seed_title=Overflow+and+iPhone#comments</comments>
		<pubDate>Mon, 09 Jul 2007 07:32:30 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/09/overflow-and-iphone/</guid>
		<description><![CDATA[Just noticed this, but if you set a div to a fixed width, any content that overflows the width is truncated, and iPhone safari does not provide a scroll bar, even if overflow is set to scroll. Update: If you use two fingers, you can scroll within the overflowed div.]]></description>
			<content:encoded><![CDATA[<p>Just noticed this, but if you set a div to a fixed width, <a href="http://www.whump.com/dropbox/iphone/overflow.html" title="A demonstration.">any content that overflows the width is truncated</a>, and iPhone safari does not provide a scroll bar, even if overflow is set to <code>scroll</code>.</p>
<p><strong>Update:</strong> If you use two fingers, you can scroll within the overflowed div.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F09%2Foverflow-and-iphone%2F&#038;seed_title=Overflow+and+iPhone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iHack</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fihack%2F&#038;seed_title=iHack</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fihack%2F&#038;seed_title=iHack#comments</comments>
		<pubDate>Wed, 04 Jul 2007 03:08:55 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[linklist]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/03/ihack/</guid>
		<description><![CDATA[Removing Trying some optimizations for iPhone.]]></description>
			<content:encoded><![CDATA[<p>Removing <del datetime="2007-07-04T03:15:01+00:00">Trying</del> some optimizations for iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fihack%2F&#038;seed_title=iHack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone for Web Developers</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fiphone-for-web-developers%2F&#038;seed_title=iPhone+for+Web+Developers</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fiphone-for-web-developers%2F&#038;seed_title=iPhone+for+Web+Developers#comments</comments>
		<pubDate>Wed, 04 Jul 2007 03:00:09 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[linklist]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/03/iphone-for-web-developers/</guid>
		<description><![CDATA[Apple developer documentation for iPhone web applications. [via Simon Willison]]]></description>
			<content:encoded><![CDATA[<p>Apple <a href="http://developer.apple.com/iphone/designingcontent.html">developer documentation for iPhone web applications</a>. [via <a href="http://simonwillison.net/">Simon Willison</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F03%2Fiphone-for-web-developers%2F&#038;seed_title=iPhone+for+Web+Developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated &#8216;Asides&#8217; Rules for Sandbox 0.9x</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F06%2F06%2Fupdated-asides-rules-for-sandbox-09x%2F&#038;seed_title=Updated+%26%238216%3BAsides%26%238217%3B+Rules+for+Sandbox+0.9x</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F06%2F06%2Fupdated-asides-rules-for-sandbox-09x%2F&#038;seed_title=Updated+%26%238216%3BAsides%26%238217%3B+Rules+for+Sandbox+0.9x#comments</comments>
		<pubDate>Wed, 06 Jun 2007 21:37:07 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/06/06/updated-asides-rules-for-sandbox-09x/</guid>
		<description><![CDATA[The 0.9x version of Sandbox updated the HTML structure of individual entries, reducing the complexity of the CSS rules needed for displaying &#8216;asides&#8217;. Here are my changes: /* asides rules */ body.home div.category-linklist * { display:inline; } body.home div.category-linklist h2.entry-title { font-size: 12pt; display:inline; } body.home div.category-linklist h2.entry-title:after { content: ": "; } body.home div.category-linklist [...]]]></description>
			<content:encoded><![CDATA[<p>The 0.9x version of <a href="http://www.plaintxt.org/2007/05/29/sandbox-v09-released/">Sandbox</a> updated the HTML structure of individual entries, reducing the complexity of the CSS rules needed for displaying &#8216;asides&#8217;. Here are my changes:</p>
<pre><code>
/* asides rules */

body.home div.category-linklist * {
	display:inline;
}

body.home div.category-linklist h2.entry-title {
	font-size: 12pt;
	display:inline;
}

body.home div.category-linklist h2.entry-title:after {
	content: ": ";
}

body.home div.category-linklist div.entry-meta,
body.home div.category-linklist div.entry-date {
	display: none;
}

body.home div.category-linklist {
padding: 0pt 10pt 10pt 10pt;
}

/* Asides Single Entry Display Rules */

body.single.s-category-linklist h2.entry-title {
	font-size: 200%;
}

body.single.s-category-linklist div.hentry div.entry-content {
	font-size: 175%;
}</code>
</pre>
<p>Again, I use &#8216;linklist&#8217; as my &#8216;asides&#8217; category, so edit appropriately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F06%2F06%2Fupdated-asides-rules-for-sandbox-09x%2F&#038;seed_title=Updated+%26%238216%3BAsides%26%238217%3B+Rules+for+Sandbox+0.9x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No Inline Markdown, Please</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F04%2F18%2Fno-inline-markdown-please%2F&#038;seed_title=No+Inline+Markdown%2C+Please</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F04%2F18%2Fno-inline-markdown-please%2F&#038;seed_title=No+Inline+Markdown%2C+Please#comments</comments>
		<pubDate>Thu, 19 Apr 2007 07:04:05 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/04/18/no-inline-markdown-please/</guid>
		<description><![CDATA[Daniel Jalkut mentions the support for Markdown in MarsEdit. I love Markdown, but I don&#8217;t want to install a Markdown output filter for WordPress. What I&#8217;d like to see is an option to convert the post in MarsEdit to and from Markdown, so I can publish XHTML, and convert back to Markdown if I edit [...]]]></description>
			<content:encoded><![CDATA[<p>Daniel Jalkut mentions the support for <a href="http://www.red-sweater.com/blog/324/marsedit-markdown">Markdown in MarsEdit</a>. I love Markdown, but I don&#8217;t want to install a Markdown output filter for WordPress.</p>
<p>What I&#8217;d like to see is an option to convert the post in MarsEdit to and from Markdown, so I can publish XHTML, and convert back to Markdown if I edit it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F04%2F18%2Fno-inline-markdown-please%2F&#038;seed_title=No+Inline+Markdown%2C+Please/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No, really, catalogs matter.</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F01%2F18%2Fno-really-catalogs-matter%2F&#038;seed_title=No%2C+really%2C+catalogs+matter.</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F01%2F18%2Fno-really-catalogs-matter%2F&#038;seed_title=No%2C+really%2C+catalogs+matter.#comments</comments>
		<pubDate>Thu, 18 Jan 2007 18:56:47 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/01/18/no-really-catalogs-matter/</guid>
		<description><![CDATA[Back in 2004, I wrote up my harsh lesson in using a validating parser and why you should use an XML Catalog in your systems. Last week, Netscape temporarily removed the DTD for RSS 0.91 from their site, and things promptly went south. In response to that mess, Henri Sivonen points out that if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Back in 2004, I wrote up my harsh lesson in using a validating parser <a href="http://www.whump.com/moreLikeThis/link/03815" title="Really, Catalogs Matter">and why you should use an XML Catalog</a> in your systems.</p>
<p>Last week, Netscape temporarily removed the DTD for RSS 0.91 from their site, <a href="http://www.deviceforge.com/news/NS9169645513.html" title="404 City">and things promptly went south</a>.</p>
<p>In response to that mess, Henri Sivonen points out that <a href="http://hsivonen.iki.fi/no-dtd/" title="DTDs Don't Work on the Web">if you&#8217;re sending XML (not HTML) over the wire, there&#8217;s no reason to attach a Doctype declaration</a>, and consuming applications should use internal Catalogs if they want to validate what they get over the wire.</p>
<p><em>I echo Sivonen&#8217;s reminder that you should declare a DTD when sending HTML, since browsers know to either ignore it or use a local version of the DTD.</em></p>
<p>Sivonen also mentions, in passing, <a href="http://devcentral.f5.com/weblogs/macvittie/archive/2006/12/01/2517.aspx" title="When Entities Attack!">the Billion Laughs attack</a>. Which, to my shame, I&#8217;d missed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F01%2F18%2Fno-really-catalogs-matter%2F&#038;seed_title=No%2C+really%2C+catalogs+matter./feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;HTML, XML, JSON.&#8221;</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F12%2F21%2Fhtml-xml-json%2F&#038;seed_title=%26%238220%3BHTML%2C+XML%2C+JSON.%26%238221%3B</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F12%2F21%2Fhtml-xml-json%2F&#038;seed_title=%26%238220%3BHTML%2C+XML%2C+JSON.%26%238221%3B#comments</comments>
		<pubDate>Thu, 21 Dec 2006 23:10:19 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[linklist]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2006/12/21/html-xml-json/</guid>
		<description><![CDATA[Tim Bray has the right take on the JSON/XML kerfluffle.]]></description>
			<content:encoded><![CDATA[<p>Tim Bray has <a href="http://www.tbray.org/ongoing/When/200x/2006/12/21/JSON">the right take on the JSON/XML kerfluffle</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F12%2F21%2Fhtml-xml-json%2F&#038;seed_title=%26%238220%3BHTML%2C+XML%2C+JSON.%26%238221%3B/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Asides in Sandbox</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F11%2F28%2Fhowto-asides-in-sandbox%2F&#038;seed_title=HOWTO%3A+Asides+in+Sandbox</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F11%2F28%2Fhowto-asides-in-sandbox%2F&#038;seed_title=HOWTO%3A+Asides+in+Sandbox#comments</comments>
		<pubDate>Wed, 29 Nov 2006 07:43:26 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2006/11/28/howto-asides-in-sandbox/</guid>
		<description><![CDATA[One thing I love about the Sandbox theme for WordPress is the ease which which you can create per-category CSS customization. Andy Skelton had written a note on how to do it, which I used as a basis for mine. Here&#8217;s my CSS rules for asides. You&#8217;ll need to use the Sandbox theme, and I [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I love about the <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> theme for WordPress is the ease which which you can create per-category CSS customization. Andy Skelton had written <a href="http://wordpress.com/forums/topic.php?id=3390">a note on how to do it</a>, which I used as a basis for mine.</p>
<p>Here&#8217;s my CSS rules for asides. You&#8217;ll need to use the Sandbox theme, and I advise adding a link in the head of the main template file for your custom CSS.</p>
<p><em>NB:</em> my &#8216;asides&#8217; category is &#8216;linklist&#8217; so edit appropriately.</p>
<p>The first two rules are from Andy&#8217;s post.</p>
<pre><code>body.home div.category-linklist * { display:inline; }</code></pre>
<p>The first rule makes all the children of a post in the linklist category (what I use instead of asides) display as inline rather than blocks.</p>
<p>The next hides the display of elements we don&#8217;t want to show in an aside.</p>
<pre><code>body.home div.category-linklist div.entry-date,
body.home div.category-linklist span.entry-author,
body.home div.category-linklist span.entry-category,
body.home div.category-linklist span.metasep {
display:none;
}</code></pre>
<p>Then my tweaks follow:</p>
<pre><code>body.home div.category-linklist h2.entry-title {
font-size: 12pt;
display:inline;
}</pre>
<p></code></p>
<p>Now have the post's title, an H2, display inline, and set the font size to the same as the body of the post.</p>
<pre><code>body.home div.category-linklist h2.entry-title:after { content: ": "; }</code></pre>
<p>This puts a ': ' after the post title, before the body of the aside.</p>
<p><strong>Update:</strong> the following section on IE conditional comments isn't behaving right for me.</p>
<p>Unfortunately, IE6 does not implement the <code>:after</code> pseudo-element (even though it's part of CSS 2). So on IE6, the aside title will run into the aside body. The alternative is to hide the H2 for IE using <a href="http://www.quirksmode.org/css/condcom.html">a conditional comment</a>.</p>
<pre><code>&lt;!--[if IE 6]>
body.home div.category-linklist h2.entry-title { display: none; }
&lt;![endif]--></code></pre>
<p>And now set the padding on the entry so it doesn't run-up against other posts and asides.</p>
<pre><code>body.home div.category-linklist {
padding: 0pt 10pt 10pt 10pt;
}</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F11%2F28%2Fhowto-asides-in-sandbox%2F&#038;seed_title=HOWTO%3A+Asides+in+Sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Timeline Applications</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F14%2Fmore-timeline-applications%2F&#038;seed_title=More+Timeline+Applications</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F14%2Fmore-timeline-applications%2F&#038;seed_title=More+Timeline+Applications#comments</comments>
		<pubDate>Tue, 15 Aug 2006 07:24:47 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2006/08/14/more-timeline-applications/</guid>
		<description><![CDATA[Mark Bernstein&#8217;s using Timeline to generate a view of his speaking engagements over the past few years. He put together some instructions, and supporting files for using Timeline with Tinderbox.]]></description>
			<content:encoded><![CDATA[<p>Mark Bernstein&#8217;s using <a href="http://simile.mit.edu/timeline/">Timeline</a> to generate <a href="http://markbernstein.org/Talks.html">a view of his speaking engagements over the past few years</a>. He put together <a href="http://markbernstein.org/Jul0601/Timeline.html">some instructions</a>, and <a href="http://www.eastgate.com/Tinderbox/public/Timeline.dmg">supporting files</a> for using Timeline with <a href="http://www.eastgate.com/Tinderbox/index.html">Tinderbox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F14%2Fmore-timeline-applications%2F&#038;seed_title=More+Timeline+Applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Patching WordPress with Atom 1.0</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F09%2Fon-patching-wordpress-with-atom-10%2F&#038;seed_title=On+Patching+WordPress+with+Atom+1.0</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F09%2Fon-patching-wordpress-with-atom-10%2F&#038;seed_title=On+Patching+WordPress+with+Atom+1.0#comments</comments>
		<pubDate>Thu, 10 Aug 2006 07:20:52 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[markup]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2006/08/09/on-patching-wordpress-with-atom-10/</guid>
		<description><![CDATA[Niklas Lindblad, in the comments to the post on hAtom, wrote to remind me that James Snell has a drop-in replacement for wp-atom.php that will upgrade your WordPress blog&#8217;s Atom feed to 1.0. In order to use that with PHP 4, apply Niklas&#8217; patch. Finally, if you don&#8217;t want to syndicate your feed&#8217;s content as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nlindblad.org/">Niklas Lindblad</a>, <a href="http://www.whump.com/moreLikeThis/2006/08/07/sandbox-and-strangelove-hatom-in-wordpress/#comment-1506">in the comments to the post on hAtom</a>, wrote to remind me that <a href="http://www.snellspace.com/wp/?p=404">James Snell has a drop-in replacement for <code>wp-atom.php</code></a> that will upgrade your WordPress blog&#8217;s Atom feed to 1.0.</p>
<p>In order to use that with PHP 4, <a href="http://nlindblad.org/2006/08/05/wordpress-atom-10-support-revisited/">apply Niklas&#8217; patch</a>.</p>
<p>Finally, if you don&#8217;t want to syndicate your feed&#8217;s content as escaped HTML, <a href="http://www.whump.com/dropbox/patches/wp-atom.patch">apply my patch that combines my changes and Niklas&#8217; to James&#8217; code</a>. However, you&#8217;re now responsible for making sure your entries are valid XHTML.</p>
<p><strong>Note:</strong> after applying the patch, you&#8217;ll need to modify the format string passed to <code>the_time</code> to account for your offset from GMT. There&#8217;s probably another way to do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F09%2Fon-patching-wordpress-with-atom-10%2F&#038;seed_title=On+Patching+WordPress+with+Atom+1.0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The State of Screen Scraping</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F08%2Fthe-state-of-screen-scraping%2F&#038;seed_title=The+State+of+Screen+Scraping</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F08%2Fthe-state-of-screen-scraping%2F&#038;seed_title=The+State+of+Screen+Scraping#comments</comments>
		<pubDate>Wed, 09 Aug 2006 07:14:53 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2006/08/08/the-state-of-screen-scraping/</guid>
		<description><![CDATA[During all this recent excitement about using hAtom to generate feeds, I&#8217;d forgotten that I wrote about the concept nearly three years ago when I was getting ready to talk about syndication at Seybold SF. While providing a purpose-built (ahem, Atom) feed remains the best answer, hAtom offers two things we didn&#8217;t have three years [...]]]></description>
			<content:encoded><![CDATA[<p>During all this <a href="http://www.whump.com/moreLikeThis/2006/08/07/sandbox-and-strangelove-hatom-in-wordpress/">recent excitement</a> about using <a href="http://microformats.org/wiki/hatom">hAtom</a> to generate feeds, I&#8217;d forgotten that <a href="http://whump.com/moreLikeThis/link/03617">I wrote about the concept nearly three years ago</a> when I was getting ready to talk about syndication at Seybold SF.</p>
<p>While providing a purpose-built (<em>ahem</em>, <a href="http://www.ietf.org/rfc/rfc4287.txt">Atom</a>) feed remains the best answer, hAtom offers two things we didn&#8217;t have three years ago:</p>
<ol>
<li><strong>A consistent content model:</strong> you don&#8217;t have to analyze the markup and write a custom XSLT transform (such as in my example using <cite>The Nation</cite>, or the feed for <cite><a href="http://www.infinitematrix.net/index.html">The Infinite Matrix</a></cite>.)</li>
<li><strong>A widely deployed model:</strong> It appears that <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>, a theme with hAtom support, <a href="http://factoryjoe.com/blog/2006/08/06/wordpress-makes-a-move-towards-hatom-gets-upgrades/#comment-14246">will become the default template for WordPress</a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2006%2F08%2F08%2Fthe-state-of-screen-scraping%2F&#038;seed_title=The+State+of+Screen+Scraping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

