<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mark on WordPress</title>
	<atom:link href="http://markjaquith.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://markjaquith.wordpress.com</link>
	<description>WordPress puts food on my table.</description>
	<pubDate>Tue, 13 May 2008 15:20:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Bob Barr enters U.S. presidential race, powered by WordPress</title>
		<link>http://markjaquith.wordpress.com/2008/05/13/bob-barr-enters-us-presidential-race-powered-by-wordpress/</link>
		<comments>http://markjaquith.wordpress.com/2008/05/13/bob-barr-enters-us-presidential-race-powered-by-wordpress/#comments</comments>
		<pubDate>Tue, 13 May 2008 15:20:47 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=150</guid>
		<description><![CDATA[Bob Barr, former Georgia Congressman, has announced a bid for the Libertarian nomination for president. He&#8217;s likely to receive it. Mr. Barr&#8217;s campaign blog is powered by WordPress.  He even has open comments on his blog&#8217;s entries!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Bob Barr, former Georgia Congressman, has announced a bid for the Libertarian nomination for president. He&#8217;s likely to receive it. <a href="http://blog.bobbarr2008.com/">Mr. Barr&#8217;s campaign blog</a> is powered by WordPress.  He even has open comments on his blog&#8217;s entries!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=150&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/05/13/bob-barr-enters-us-presidential-race-powered-by-wordpress/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress 2.5.1: Shortcodes updates</title>
		<link>http://markjaquith.wordpress.com/2008/04/25/wordpress-251-shortcodes-updates/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/25/wordpress-251-shortcodes-updates/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 16:53:43 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[2.5.1]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[shortcodes]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=149</guid>
		<description><![CDATA[WordPress 2.5.1 is out, with a ton of little bug fixes and one important security fix.  Go upgrade your 2.5 blogs now.
One area that has changed is shortcodes, those little square bracket shortcuts like [gallery].  In WP 2.5, those were processed before paragraphs were auto-created and quotes were curled.  This lead to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://wordpress.org/development/2008/04/wordpress-251/">WordPress 2.5.1 is out</a>, with a ton of little bug fixes and one important security fix.  <a href="http://wordpress.org/download/">Go upgrade</a> your 2.5 blogs now.</p>
<p>One area that has changed is shortcodes, those little square bracket shortcuts like <code>[gal<span>lery</span>]</code>.  In WP 2.5, those were processed <em>before</em> paragraphs were auto-created and quotes were curled.  This lead to funky (and invalid) XHTML formatting for block-level shortcodes like the <code>[gal<span>lery</span>]</code> one.  In 2.5.1, shortcodes are parsed &#8220;at 11&#8243; &#8212; that is, after paragraphs are wrapped and quotes are curled.  Additionally, a shortcode with a buffer line between surrounding content will not be paragraph wrapped.</p>
<p>Example:</p>
<p><code>[gal<span>lery</span>]</code></p>
<p>That shortcode&#8217;s output would be untouched by WordPress &#8212; whatever the shortcode outputs is going to the browser.  Note that if you&#8217;re a plugin developer and you want the output of your shortcode to be p-wrapped or have its quotes curled, you&#8217;ll have to call those functions yourself.  At some point in the future we may add more options for shortcode calling, but for now, you&#8217;re on your own for formatting.</p>
<p>Be sure to check out the <a href="http://codex.wordpress.org/Shortcode_API">excellent documentation</a> for this feature!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=149&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/25/wordpress-251-shortcodes-updates/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Subscribe to Comments doesn&#8217;t let you check the subscription box by default</title>
		<link>http://markjaquith.wordpress.com/2008/04/24/why-subscribe-to-comments-doesnt-let-you-check-the-subscription-box-by-default/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/24/why-subscribe-to-comments-doesnt-let-you-check-the-subscription-box-by-default/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 21:10:35 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=148</guid>
		<description><![CDATA[At one time, my Subscribe to Comments plugin would allow you to have the subscription checkbox checked by default.  This is no longer the case.  I get a lot of e-mail asking about this change, so I&#8217;d like to explain it.
In short, having the box checked by default was causing people to subscribe [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>At one time, my <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to Comments</a> plugin would allow you to have the subscription checkbox checked by default.  This is no longer the case.  I get a lot of e-mail asking about this change, so I&#8217;d like to explain it.</p>
<p>In short, having the box checked by default was causing people to subscribe unwittingly, as it was an opt-out thing.  I was getting a lot of flak about this, because a lot of sites had enabled this option without thinking about the ramifications (even I had it enabled for a while!).  Opt-out is a bad way to operate, and it doesn&#8217;t provide a good user experience.  A lot of users see it as being sneaky.  Obviously if you want to edit the plugin to re-enable this option, I can&#8217;t stop you &#8212; but I no longer wanted to be encouraging use of this option.</p>
<p>&#8220;But what if you have a user who <em>wants</em> to subscribe to every post?&#8221; you ask. Well, here&#8217;s how it works now.  If you subscribe to an entry&#8217;s comments, you&#8217;ll get a cookie that remembers that you subscribed.  And when you visit other posts, the checkbox will be checked by default (for you only).  So you only have to opt-in once.  Naturally if you then leave a comment with the box unchecked, your personal default will revert to unchecked.  I think this is a much better solution.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/148/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/148/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=148&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/24/why-subscribe-to-comments-doesnt-let-you-check-the-subscription-box-by-default/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress Tip: Reorder your Title Tag</title>
		<link>http://markjaquith.wordpress.com/2008/04/23/wordpress-tip-reorder-your-title-tag/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/23/wordpress-tip-reorder-your-title-tag/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:26:50 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=147</guid>
		<description><![CDATA[WordPress, by default, creates &#60;title&#62; tags that look like this: &#60;title&#62;Yoursite &#187; Your Post Title&#60;/title&#62;.  Many people want to use &#60;title&#62;Your Post Title &#187; Yoursite&#60;/title&#62; instead, to give more importance to the mutable part of the &#60;title&#62;.  There are plugins to do this, but I&#8217;d like to show you how a simple change in your [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>WordPress, by default, creates &lt;title&gt; tags that look like this: &lt;title&gt;Yoursite &raquo; Your Post Title&lt;/title&gt;.  Many people want to use &lt;title&gt;Your Post Title &raquo; Yoursite&lt;/title&gt; instead, to give more importance to the mutable part of the &lt;title&gt;.  There are plugins to do this, but I&#8217;d like to show you how a simple change in your theme can accomplish this task.  <ins>Caveat: this only works in WordPress 2.5 and above.</ins></p>
<ol>
<li>Open your <code>header.php</code> theme file (if you don&#8217;t have one, open <code>index.php</code> or whatever one has your &lt;title&gt; tag)</li>
<li>Look for:<br />
<code>&lt;title&gt;&lt;?php bloginfo('name'); ?&gt; &lt;?php if ( is_single() ) { ?&gt; &amp;raquo; Blog Archive &lt;?php } ?&gt; &lt;?php wp_title(); ?&gt;&lt;/title&gt;</code><br />
(or something similar) </li>
<li>Replace it with:<br />
<code>&lt;title&gt;&lt;?php wp_title('&amp;raquo;', true, 'right'); ?&gt; &lt;?php bloginfo('name'); ?&gt;&lt;/title&gt;</code></li>
</ol>
<p>The first <code>wp_title()</code> argument is the separator character.  I like <code>&amp;raquo;</code> (which looks like: &raquo;).  The second argument is whether to echo (print to the browser) the title, or to return it.  We want to print it, so we put <code>true</code>.  The final argument is where the separator should go&#8230; on the left or on the right. We want right, so we put <code>&#34;right&#34;</code>.  Simple enough!</p>
<p><ins><strong>Update</strong>: I got confirmation from <a href="http://mattcutts.com/blog/">Matt Cutts</a> at Google that this is better for SEO.</ins></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/147/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/147/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=147&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/23/wordpress-tip-reorder-your-title-tag/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>How do you edit a comment in WordPress 2.5?</title>
		<link>http://markjaquith.wordpress.com/2008/04/18/how-do-you-edit-a-comment-in-wordpress-25/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/18/how-do-you-edit-a-comment-in-wordpress-25/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 06:48:05 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=145</guid>
		<description><![CDATA[Are you having trouble figuring out how to edit comments from with in the WordPress 2.5 admin (or on WordPress.com since the admin upgrade) ?  Here&#8217;s the secret: you have to click the name of the commenter or the name of the site that sent the TrackBack/Pingback.
This sort of mirrors how post edit links [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Are you having trouble figuring out how to edit comments from with in the WordPress 2.5 admin (or on WordPress.com since the admin upgrade) ?  Here&#8217;s the secret: you have to click the name of the commenter or the name of the site that sent the TrackBack/Pingback.</p>
<p>This <em>sort of</em> mirrors how post edit links work.  To edit a post (or a page), you just click the name of the post.  That is quite intuitive.  I learned that behavior in about a day, and now the old way of clicking the &#8220;Edit&#8221; link seems strange.  I&#8217;ve not had the same experience with comments.  I think the problem is that comments don&#8217;t have a title, like posts do.  The title is an obvious click target.  It is (generally) unique, and it is a natural answer to the question &#8220;which post do I want to edit?&#8221; (oh yeah, this one!)  Clicking the comment author is not intuitive.  You don&#8217;t want to edit the comment author, you want to edit <em>the comment</em>.  The comment author is often <em>not</em> unique, and doesn&#8217;t really work as a &#8220;handle&#8221; for an individual comment.</p>
<p>I&#8217;m <a href="http://www.zeldman.com/2008/03/29/wordpress-25-unleashed/#comment-34651">not</a><a href="http://www.zeldman.com/2008/03/29/wordpress-25-unleashed/#comment-34651"> the</a> <a href="http://weblogtoolscollection.com/archives/2008/04/01/faq-on-wordpress-25/">only</a> <a href="http://realtech.burningbird.net/semweb/wordpress-25-releases/#comment-704">one</a> <a href="http://wordpress.org/support/topic/169401">having</a> <a href="http://wordpress.org/support/topic/164322">trouble</a> <a href="http://wordpress.org/support/topic/164375">with</a> <a href="http://wordpress.org/support/topic/164595">this</a>.</p>
<p><a href="http://wordpress.org/extend/ideas/topic.php?id=1389">I&#8217;ve started an Idea in the WordPress Idea forum</a> that suggests we revert to having an &#8220;Edit&#8221; action link for comments.  Go add your two cents there (and then come back here for more discussion).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/145/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/145/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=145&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/18/how-do-you-edit-a-comment-in-wordpress-25/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Club vs. Lojack solutions: the ever-changing Club</title>
		<link>http://markjaquith.wordpress.com/2008/04/16/club-vs-lojack-solutions-the-ever-changing-club/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/16/club-vs-lojack-solutions-the-ever-changing-club/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:05:35 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=143</guid>
		<description><![CDATA[If  you haven&#8217;t yet read Mark Pilgrim&#8217;s &#8220;Club vs. Lojack Solutions&#8221; article from 2002, go catch up, then come back here.
&#8220;Otto&#8221; on the wp-hackers mailing list brought up the tried and true &#8220;hidden form field&#8221; solution for comment spam, remarking on how well it worked for him.  It didn&#8217;t take long for people to point [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If  you haven&#8217;t yet read Mark Pilgrim&#8217;s <a href="http://diveintomark.org/archives/2002/10/29/club_vs_lojack_solutions">&#8220;Club vs. Lojack Solutions&#8221; article</a> from 2002, go catch up, then come back here.</p>
<p>&#8220;Otto&#8221; on the wp-hackers mailing list brought up the tried and true &#8220;hidden form field&#8221; solution for comment spam, remarking on how well it worked for him.  It didn&#8217;t take long for people to point him to Pilgrim&#8217;s entry and tell him that if it were implemented in WordPress core (or even as a popular plugin), it would cease to be effective.  The exchange reminded me of a &#8220;P.S.&#8221; to Pilgrim&#8217;s entry that I&#8217;ve been throwing around in my head:</p>
<p><strong>Club solutions can be fairly effective if your Club is different from everyone else&#8217;s Club, and is constantly changing.</strong></p>
<p>So hooray for Club makers.  They have what it takes to put a huge dent in their comment spam.  But what about everyone else, who doesn&#8217;t have the technical knowhow to invent a new Club every couple of weeks?  We need a shape-shifting Club.</p>
<p>Andy Skelton told me about his shape-shifting Club at SXSW:</p>
<p><a href="http://markjaquith.files.wordpress.com/2008/04/milton.png"><img class="alignnone size-medium wp-image-144" src="http://markjaquith.files.wordpress.com/2008/04/milton.png?w=300&h=185" alt="\'What is the movie with Milton?\'" width="300" height="185" /></a></p>
<p>Who is &#8220;Milton?&#8221;  You&#8217;ll have to <a href="http://skeltoac.com/2008/03/28/cost-of-a-free-stapler/">read the post</a> to find out.  So, essentially, for each post, he&#8217;s defining a unique question, and a unique answer.  He said that besides the anti-spam benefit, it also has the potential to weed out stupid commenters, or lazy commenters who didn&#8217;t read the whole article (he often makes the questions about something in the article).  The downside is that he has to craft a new question/answer for each post.</p>
<p>So this is a good example of a shape-shifting Club that doesn&#8217;t require technical expertise.  But what would be better is a Club that could shape-shift without user intervention, or at least with less user intervention.  It would also have to shape-shift in a way that spammers couldn&#8217;t predict.  Start thinking.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=143&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/16/club-vs-lojack-solutions-the-ever-changing-club/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>

		<media:content url="http://markjaquith.files.wordpress.com/2008/04/milton.png" medium="image">
			<media:title type="html">\'What is the movie with Milton?\'</media:title>
		</media:content>
	</item>
		<item>
		<title>CSRF Slides</title>
		<link>http://markjaquith.wordpress.com/2008/04/14/csrf-slides/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/14/csrf-slides/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 03:08:40 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=142</guid>
		<description><![CDATA[Jeremiah Grossman posted some good slides about the issue of Cross-Site Request Forgeries (CSRF).  We tackled this security issue in WordPress two years ago.  I wrote an article about the issue that still holds true (plugin authors should definitely give it a read if any of this sounds unfamiliar).  Our method is the token method, with [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://jeremiahgrossman.blogspot.com/2008/04/csrf-presentation-at-rsa-2008.html">Jeremiah Grossman posted some good slides</a> about the issue of Cross-Site Request Forgeries (CSRF).  We tackled this security issue in WordPress two years ago.  <a href="http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/">I wrote an article</a> about the issue that still holds true (plugin authors should definitely give it a read if any of this sounds unfamiliar).  Our method is the <strong>token</strong> method, with fallback to a slightly modified version of the <strong>Are You Sure?</strong> method for plugins that haven&#8217;t properly implemented the <strong>token</strong> method.  It was a large effort to implement it, but it has paid off handsomely.  CSRF is largely a non-issue in WordPress, which means we can focus our efforts on XSS and SQL injection vectors.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=142&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/14/csrf-slides/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Mike Industries switches to WordPress</title>
		<link>http://markjaquith.wordpress.com/2008/04/01/mike-industries-switches-to-wordpress/</link>
		<comments>http://markjaquith.wordpress.com/2008/04/01/mike-industries-switches-to-wordpress/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:36:06 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[Anil Dash]]></category>

		<category><![CDATA[Mike Davidson]]></category>

		<category><![CDATA[Newsvine]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[movable type]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=140</guid>
		<description><![CDATA[Mike Davidson, CEO of the very cool Newsvine, switched from Movable Type to WordPress three months ago, and spent some time listing his reasons for doing so.  Consider this the antidote for any WordPress community members who were feeling a little bruised by Anil Dash&#8217;s recent article about switching in the opposite direction.
Aside to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.mikeindustries.com/">Mike Davidson</a>, CEO of the very cool <a href="http://newsvine.com/">Newsvine</a>, switched from <a href="http://movabletype.com/">Movable Type</a> to <a href="http://wordpress.org/">WordPress</a> three months ago, and <a href="http://www.mikeindustries.com/blog/archive/2008/03/mike-industries-now-powered-by-wordpress">spent some time listing his reasons for doing so</a>.  Consider this the antidote for any WordPress community members who were feeling a little bruised by <a href="http://www.movabletype.com/blog/2008/03/a-wordpress-25-upgrade-guide.html">Anil Dash&#8217;s recent article about switching in the opposite direction</a>.</p>
<p>Aside to Mike: are you planning on attending Gnomedex this year?  Rumored to be the weekend of August 8th.  I&#8217;d love a chance to meet you.</p>
<p>Aside to Anil: I swear I&#8217;m going to reply to the technical points of your WP 2.5 article eventually.  There are a few points that merit correction, and other points that deserve a response.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=140&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/04/01/mike-industries-switches-to-wordpress/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>The Comment Inbox</title>
		<link>http://markjaquith.wordpress.com/2008/03/20/the-comment-inbox/</link>
		<comments>http://markjaquith.wordpress.com/2008/03/20/the-comment-inbox/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 08:36:01 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/?p=139</guid>
		<description><![CDATA[I&#8217;ve been whiteboarding a new WordPress comment management interface for about a year now &#8212; since before the Happy Cog admin redesign started.  I had some lofty goals (admittedly some of them were borderline unachievable), but my main goal was this: make comment management more like managing a Gmail inbox.  There are typically [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been whiteboarding a new WordPress comment management interface for about a year now &#8212; since before the <a href="http://www.happycog.com/">Happy Cog</a> admin redesign started.  I had some lofty goals (admittedly some of them were borderline unachievable), but my main goal was this: make comment management more like managing a Gmail inbox.  There are typically four actions you can perform on a message in your Gmail inbox (other than reading it, that is): reply, archive, mark as spam, delete.  And &#8220;reply&#8221; is sort of diversion, so let&#8217;s make that three actions: archive, mark as spam, delete.  The great thing is that if you do it right, at the end, you&#8217;re left with an empty inbox, and <strong>you know all your open loops have been addressed</strong>.  It&#8217;s a good feeling, and it lets you know that the next time you dive into your inbox, you&#8217;re starting where you left off.</p>
<p>With WordPress comment management, it was more like jumping on a passing train of infinite length, and trying to deal with all of the passengers on board, without knowing which passengers have been dealt with (do you walk towards the caboose or the engine!?).  When you&#8217;re done, you jump off, land on a cactus, and probably don&#8217;t feel like doing it again.</p>
<p>So my goal was to move away from the infinite train of confusion and more to the zen-like GTD tranquility of the Gmail inbox.  <a href="http://www.bobulate.com/">Liz Danzico</a> from Happy Cog alluded to a similar goal at WordCamp SF 2007.  Although the Happy Cog redesign of the comment management screens is worlds better, it didn&#8217;t fundamentally address the speeding train issue.  And to be honest, I&#8217;ve been stuck on the problem for months.  I couldn&#8217;t think of an implementation that wouldn&#8217;t be a massively disruptive (and risky) overhaul&#8230; until tonight &#8212; kept awake by SXSW-inflicted cough and sore throat that refuse to die, I had my epiphany.  <strong>The solution is already here.</strong>  I&#8217;ve been searching for something that WordPress already does.</p>
<p>Drumroll please.  The solution is: <strong>the comment moderation panel</strong>.  Full stop.</p>
<p>I&#8217;ve noticed that <a href="http://ma.tt/">Matt Mullenweg</a> hasn&#8217;t quite been as dissatisfied with comment management as I have, and there&#8217;s a simple reason: he approves every comment that appears on his blog, whereas I deal with the comments after the fact.</p>
<p>Now I know what you&#8217;re thinking&#8230; <strong>but what if I don&#8217;t want to have to approve comments before they appear on my blog?</strong>  Simple: tweak your blog to publicly show unapproved comments!  Now there are three comment statuses in WordPress: approved (1), unapproved (0), and spam.  With my proposed system those can be virtually &#8220;rethought&#8221; as: seen (1), unseen (0) and spam.  Both &#8220;seen&#8221; and &#8220;unseen&#8221; comments would show on the blog immediately, but &#8220;unseen&#8221; comments would show up in the moderation queue (which, thanks to the Happy Cog redesign, shows its contents in a colorful comment bubble on every WordPress admin page).  Welcome to your comment inbox.  There are three types of comments: ham (good comments), spam (advertisements), and bacn (offtopic, lame, rude, abusive, overly-self-promotional-but-not-quite-spam), and there are three corresponding actions: archive (by clicking the &#8220;approve&#8221; link), mark as spam, delete &#8212; just like in Gmail.</p>
<p>I&#8217;m going to write a plugin that does this as soon as I can, but I&#8217;m also going to be looking for a way to work this into WordPress core, as I think it would really help people manage their comment load.</p>
<p>So what do you think?  Is this brilliant?  Am I completely off my rocker?  Am I an idiot for not seeing this solution before now?</p>
<p><ins datetime="00"><strong>Update</strong>: <a href="http://txfx.net/code/wordpress/comment-inbox/">Here&#8217;s the plugin!</a></ins></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/139/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/139/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=139&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/03/20/the-comment-inbox/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>My main complaint about WordPress.com</title>
		<link>http://markjaquith.wordpress.com/2008/01/23/my-main-complaint-about-wordpresscom/</link>
		<comments>http://markjaquith.wordpress.com/2008/01/23/my-main-complaint-about-wordpresscom/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 04:49:38 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2008/01/23/my-main-complaint-about-wordpresscom/</guid>
		<description><![CDATA[This is probably going to sound trivial &#8212; and it is &#8212; but my main complaint about WordPress.com is its name.  It is tremendously confusing to people, including WordPress users, WordPress.com users, and outsiders.  The WordPress.com forums are full of people asking things about WordPress, and the WordPress project gets &#8220;collateral damage&#8221; flak [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is probably going to sound trivial &#8212; and it is &#8212; but my main complaint about WordPress.com is its name.  It is tremendously confusing to people, including WordPress users, WordPress.com users, and outsiders.  The WordPress.com forums are full of people asking things about WordPress, and the WordPress project gets &#8220;collateral damage&#8221; flak for WordPress.com policies.  It also hasn&#8217;t helped the issue of people thinking of WordPress as a creation of Automattic, instead of the other way around.  &#8220;WordPress&#8221; is entered into web award competitions, but it often is clear whether they mean the WordPress project or the WordPress.com service.  I can&#8217;t help but think that both entities would be better served had the WordPress.com service used a different name/domain:  <em>[FooName]</em> &#8212; powered by WordPress.</p>
<p>I&#8217;ll now open the floor to Lloyd Budd for a counterpoint. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><ins datetime="2008-01-25T03:37:14+00:00"><strong>Update:</strong> Automattic&#8217;s upcoming hosted <a href="http://bbpress.org/">BBPress</a>-powered forum service will be called TalkPress&#8230; not BBPress.com &#8212; though that may have more to do with bbpress.com being taken and &#8220;BBPress&#8221; being quite a clumsy name for a commercial offering.</ins></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/134/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/134/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=134&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/01/23/my-main-complaint-about-wordpresscom/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Automattic secures $29.5 million B round</title>
		<link>http://markjaquith.wordpress.com/2008/01/23/automattic-secures-295-million-b-round/</link>
		<comments>http://markjaquith.wordpress.com/2008/01/23/automattic-secures-295-million-b-round/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 04:43:02 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[Automattic]]></category>

		<category><![CDATA[funding]]></category>

		<category><![CDATA[new york times]]></category>

		<category><![CDATA[old media]]></category>

		<category><![CDATA[venture capital]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2008/01/23/automattic-secures-295-million-b-round/</guid>
		<description><![CDATA[Automattic, the company behind WordPress.com, just secured a $29.5 million B round of financing.  Congrats to Matt, Toni, and everyone else at Automattic.  $29.5 million is a monster round, considering that Automattic has so far grown by sipping daintily on a $1.2 million first round secured in 2006.  I can&#8217;t wait to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://automattic.com/">Automattic</a>, the company behind WordPress.com, just secured a $29.5 million B round of financing.  Congrats to <a href="http://ma.tt/2008/01/act-two/">Matt</a>, <a href="http://toni.schneidersf.com/2008/01/22/automattic-fundraising/">Toni</a>, and everyone else at Automattic.  $29.5 million is a monster round, considering that Automattic has so far grown by sipping daintily on a $1.2 million first round secured in 2006.  I can&#8217;t wait to see what is next.  Really interesting to me is that with this round the New York Times joins their investors.  One word for that: adaptation.  The line between old media and new media blurs further.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=135&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2008/01/23/automattic-secures-295-million-b-round/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>2008 US presidential candidates using WordPress</title>
		<link>http://markjaquith.wordpress.com/2007/12/14/2008-us-presidential-candidates-using-wordpress/</link>
		<comments>http://markjaquith.wordpress.com/2007/12/14/2008-us-presidential-candidates-using-wordpress/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 17:16:56 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2007/12/14/2008-us-presidential-candidates-using-wordpress/</guid>
		<description><![CDATA[TwoThree of the candidates for the 2008 US presidential election are running WordPress:
On the Democratic side, we have Joe Biden, rocking an older version of plain-old WordPress.
On the Republican side, we have Fred Thompson, who went with WordPress MU.
Update: Doh!  I can&#8217;t believe I missed Republican candidate Ron Paul!  Dr. Paul&#8217;s site is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><del datetime="2007-12-18T07:05:43+00:00">Two</del><ins datetime="2007-12-18T07:05:43+00:00">Three</ins> of the candidates for the 2008 US presidential election are running WordPress:</p>
<p>On the Democratic side, we have <a href="http://blog.joebiden.com/">Joe Biden</a>, rocking an older version of plain-old <a href="http://wordpress.org/">WordPress</a>.</p>
<p>On the Republican side, we have <a href="http://fredfile.fred08.com/">Fred Thompson</a>, who went with WordPress MU.</p>
<p><ins datetime="2007-12-18T07:05:43+00:00"><strong>Update:</strong> Doh!  I can&#8217;t believe I missed Republican candidate <a href="http://people.ronpaul2008.com/">Ron Paul</a>!  Dr. Paul&#8217;s site is using WordPress MU to run their &#8220;people&#8221; blogs, which feature several blogs written by supporters of the campaign.</ins></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/133/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/133/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=133&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2007/12/14/2008-us-presidential-candidates-using-wordpress/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Movable Type now available in GPL version</title>
		<link>http://markjaquith.wordpress.com/2007/12/13/movable-type-now-available-in-gpl-version/</link>
		<comments>http://markjaquith.wordpress.com/2007/12/13/movable-type-now-available-in-gpl-version/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 19:56:39 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[GPL]]></category>

		<category><![CDATA[movable type]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2007/12/13/movable-type-now-available-in-gpl-version/</guid>
		<description><![CDATA[Movable Type is now Free for any purpose, under the same license used for WordPress.  Take the mic, Mr. Dash.
As of today, and forever forward, Movable Type is open source. This means you can freely modify, redistribute, and use Movable Type for any purpose you choose.
[...]
Like many of us on the team, some of [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Movable Type is now Free for any purpose, under the same license used for WordPress.  <a href="http://www.movabletype.org/2007/12/movable_type_open_source.html">Take the mic, Mr. Dash</a>.</p>
<blockquote><p>As of today, and forever forward, Movable Type is open source. This means you can freely modify, redistribute, and use Movable Type for any purpose you choose.</p>
<p>[...]</p>
<p>Like many of us on the team, some of you have been waiting for this moment for years. For a business, an open source license affects boring things like how a product is created, updated, and distributed. But the open source movement has always been about something more important: Freedom. With a name like &#8220;Movable Type&#8221;, we&#8217;ve always been keenly aware of the importance of freedom, as that name echoes both the birth of the printing press and the creation of independent media that an individual can control.</p></blockquote>
<p>Congratulations to the Six Apart team and the Movable Type community!  This is a big deal.</p>
<p>There are <a href="http://www.movabletype.org/2007/12/movable_type_open_source.html#comment-4198">detractors</a>, to be sure &#8212; but I am not among them.  Although the move is overdue, I have no doubts about the sincerity of their intentions or their attitude towards Free/Open Source Software.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/132/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/132/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=132&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2007/12/13/movable-type-now-available-in-gpl-version/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Matt Cutts praises WordPress SEO benefits</title>
		<link>http://markjaquith.wordpress.com/2007/12/07/matt-cutts-praises-wordpress-seo-benefits/</link>
		<comments>http://markjaquith.wordpress.com/2007/12/07/matt-cutts-praises-wordpress-seo-benefits/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 22:17:04 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Matt Cutts]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[canonical urls]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2007/12/07/matt-cutts-praises-wordpress-seo-benefits/</guid>
		<description><![CDATA[Here is a nice interview with Matt Cutts of Google by Reachd TV.  Matt has some kind words for WordPress, specifically related to SEO and the canonical URL improvements that went into WordPress 2.3

WP discussion starts at 0:48.  For an in-depth look at the canonical URL feature, check out my writeup of the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a nice interview with <a href="http://www.youtube.com/watch?v=gscFgaMTm48">Matt Cutts</a> of Google by <a href="http://www.reachd.com/ViewBlog/115/">Reachd TV</a>.  Matt has some kind words for WordPress, specifically related to SEO and the canonical URL improvements that went into WordPress 2.3</p>
<p><span style="text-align:center; display: block;"><a href="http://markjaquith.wordpress.com/2007/12/07/matt-cutts-praises-wordpress-seo-benefits/"><img src="http://img.youtube.com/vi/gscFgaMTm48/2.jpg" alt="" /></a></span></p>
<p>WP discussion starts at 0:48.  For an in-depth look at the canonical URL feature, check out <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/">my writeup of the feature</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/131/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/131/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=131&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2007/12/07/matt-cutts-praises-wordpress-seo-benefits/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/gscFgaMTm48/2.jpg" medium="image" />
	</item>
		<item>
		<title>SmugMug on Batman and WordPress</title>
		<link>http://markjaquith.wordpress.com/2007/12/07/smugmug-on-batman-and-wordpress/</link>
		<comments>http://markjaquith.wordpress.com/2007/12/07/smugmug-on-batman-and-wordpress/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 16:55:17 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://markjaquith.wordpress.com/2007/12/07/smugmug-on-batman-and-wordpress/</guid>
		<description><![CDATA[SmugMug is a photo hosting service targeted towards professionals, and a shining example of how a Valley company can survive (and make a profit) without funding and without completely littering their site with ads.  They just released a new &#8220;SmugMungous&#8221; feature that scales photos up when your browser window is bigger &#8212; looks fantastic, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://smugmug.com/">SmugMug</a> is a photo hosting service targeted towards professionals, and a shining example of how a Valley company can survive (and make a profit) without funding and without completely littering their site with ads.  They just released a new &#8220;SmugMungous&#8221; feature that scales photos up when your browser window is bigger &#8212; looks fantastic, and doesn&#8217;t use Flash!</p>
<p>But what I thought was really awesome was the &#8220;Runs on&#8221; line at the bottom of all their <a href="http://blogs.smugmug.com/">blogs</a>:</p>
<blockquote><p>[blog name] uses WordPress, just like Batman would if he blogged.</p></blockquote>
<p>That made me smile.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/markjaquith.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/markjaquith.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=130&subd=markjaquith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://markjaquith.wordpress.com/2007/12/07/smugmug-on-batman-and-wordpress/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/markjaquith-128.jpg" medium="image">
			<media:title type="html">Mark</media:title>
		</media:content>
	</item>
	</channel>
</rss>