<?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>Command-Tab &#187; WordPress</title>
	<atom:link href="http://www.command-tab.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.command-tab.com</link>
	<description>Technology and Mac geekery. One part exuberance, two parts obsession.</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:00:29 +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>fmTuner for WordPress 2.7</title>
		<link>http://www.command-tab.com/2008/12/14/fmtuner-for-wordpress-27/</link>
		<comments>http://www.command-tab.com/2008/12/14/fmtuner-for-wordpress-27/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:45:35 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=465</guid>
		<description><![CDATA[This is just a quick note to fmTuner users &#8212; WordPress 2.7 is out, and fmTuner needed a few minor appearance tweaks, which are now present in version 1.0.4. So, if you have the time now, upgrade your blog to WordPress 2.7 and fmTuner to 1.0.4, and you&#8217;ll be all set! (Comments are closed on [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick note to <a href="http://wordpress.org/extend/plugins/fmtuner/">fmTuner</a> users &#8212; WordPress 2.7 is out, and fmTuner needed a few minor appearance tweaks, which are now present in version 1.0.4.  So, if you have the time now, upgrade your blog to <a href="http://wordpress.org/">WordPress 2.7</a> and <a href="http://wordpress.org/extend/plugins/fmtuner/">fmTuner</a> to 1.0.4, and you&#8217;ll be all set!</p>
<p>(Comments are closed on this entry &#8212; any bugs or other issues should be reported on the original <a href="http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/">fmTuner</a> page.  Thanks!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/12/14/fmtuner-for-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fmTuner: A Last.fm Plugin for WordPress</title>
		<link>http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/</link>
		<comments>http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 04:43:16 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=448</guid>
		<description><![CDATA[fmTuner is a WordPress plugin for retrieving song details from your Last.fm profile and publishing them anywhere in your WordPress theme. It provides options for choosing among your Recent, Loved, or Top tracks, as well as tools to adjust the update frequency and appearance: Of particular note is the customizable Display Format option. Using simple [...]]]></description>
			<content:encoded><![CDATA[<p>fmTuner is a WordPress plugin for retrieving song details from your <a href="http://www.last.fm">Last.fm</a> profile and publishing them anywhere in your WordPress theme.  It provides options for choosing among your Recent, Loved, or Top tracks, as well as tools to adjust the update frequency and appearance:</p>
<p><img src="http://static.command-tab.com/2008/fmtuner_settings.gif" alt="Settings - fmTuner: A Last.fm Plugin for WordPress" class="framed" /></p>
<p>Of particular note is the customizable Display Format option.  Using simple tags like <code>[::artist::]</code> and <code>[::image::]</code> intermixed with regular HTML, you can tweak your Last.fm tracks exactly how you like, or however your WordPress theme requires.  You have full control!  </p>
<h4>Download</h4>
<p><a href="http://wordpress.org/extend/plugins/fmtuner/">Download the latest fmTuner from WordPress.org</a></p>
<h4>Requirements</h4>
<ul>
<li>WordPress 2.7 or newer.</li>
<li>PHP 5 or newer</li>
<li>Basic knowledge of PHP, HTML, and WordPress.</li>
</ul>
<h4>Installation</h4>
<ul>
<li>Upload fmtuner.php to a directory inside <code>/wp-content/plugins/</code> directory.  For example: <code>/wp-content/plugins/fmtuner/fmtuner.php</code></li>
<li>Ensure <code>/wp-content/plugins/fmtuner/</code> is writable by your webserver.</li>
<li>Activate the plugin through the &#8220;Plugins&#8221; menu in WordPress.</li>
<li>Set up options in the &#8220;Settings&#8221; menu in WordPress.</li>
<li>Place the PHP code <code>if(function_exists('fmtuner')) { fmtuner(); }</code> in your templates, to call up fmTuner.</li>
</ul>
<h4>Release History</h4>
<ul>
<li><strong>fmTuner 1.1</strong><br />Released on Feb. 1, 2010<br />Added a placeholder image field to the fmTuner Settings page, which will be substituted when tracks have no artwork.<br />Tested under WordPress 2.9.1.</li>
<li><strong>fmTuner 1.0.8</strong><br />Released on Nov. 3, 2009<br />Fixed a bug with the [::url::] fmTuner tag that caused Last.fm links to appear incorrectly.</li>
<li><strong>fmTuner 1.0.7</strong><br />Released on Apr. 23, 2009<br />Tracks with foreign character sets now display more accurately.</li>
<li><strong>fmTuner 1.0.6</strong><br />Released on Mar. 29, 2009<br />You can now display more than 10 Recent Tracks, and you should get fewer tracks without artwork.</li>
<li><strong>fmTuner 1.0.5</strong><br />Released on Mar. 22, 2009<br />Track information is now properly escaped to handle $ signs, quotes, and other non-alphanumeric characters.</li>
<li><strong>fmTuner 1.0.4</strong><br />Released on Dec. 14, 2008<br />Made minor tweaks for fmTuner Settings page under WordPress 2.7.</li>
<li><strong>fmTuner 1.0.3</strong><br />Released on Nov. 15, 2008<br />By request, a [::number::] fmTuner tag has been added, which emits a sequential number for each track (starting at 1).  This is particularly useful for CSS and JavaScript display purposes.</li>
<li><strong>fmTuner 1.0.2</strong><br />Released on Oct. 5, 2008<br />Added a cURL-based alternative to file_get_contents to hopefully resolve &#8220;URL file-access is disabled&#8221; issues.  If allow_url_fopen is disabled in the php.ini, cURL will be used to fetch the Last.fm feed instead.</li>
<li><strong>fmTuner 1.0.1</strong><br />Released on Sept. 9, 2008<br />Added better failure checking and informational messages, removed development code, and updated instructions.</li>
<li><strong>fmTuner 1.0</strong><br />Released on Sept. 6, 2008<br />Initial release.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>93</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Released</title>
		<link>http://www.command-tab.com/2008/03/29/wordpress-25-released/</link>
		<comments>http://www.command-tab.com/2008/03/29/wordpress-25-released/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:16:54 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2008/03/29/wordpress-25-released/</guid>
		<description><![CDATA[WordPress, the publishing platform for many blogs including this very site, just hit a major milestone featuring a redesigned admin interface, instant plugin upgrades, vastly improved speed, and more. The new administration system now sports a minimalist and streamlined look without skimping on the options you&#8217;ve already come to know and love. The oft-ignored Dashboard [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress, the publishing platform for many blogs including this very site, just hit a major milestone featuring a redesigned admin interface, instant plugin upgrades, vastly improved speed, and more.</p>
<p>The new administration system now sports a minimalist and streamlined look without skimping on the options you&#8217;ve already come to know and love.  The oft-ignored Dashboard screen has been refined to a now usable level, and the Manage section has seen a nice overhaul as well.  For newcomers, the controls are far less intimidating, but all the bells and whistles seasoned bloggers need are still easily within reach.</p>
<p>Keeping WordPress itself up to date is sometimes a hassle, but any plugins you employ also need periodic replacement.  With WordPress 2.5, plugins can be upgraded right in place, though WordPress itself continues to only notify you of available updates.  Still, the feature is a very nice touch for those who use several plugins like the spam-defending marvel that is <a href="http://akismet.com/">Akismet</a>, <a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google Sitemaps</a>, and so on.</p>
<p>From a reader&#8217;s perspective, the new version offers improved speed.  One of my biggest gripes about WordPress is how it tends to buckle under a heavy load, and it appears that the new version will be able to dispatch content to visitors&#8217; browsers much faster than before, reducing the workload when under stress from a Digg or Slashdot stampede to a particularly popular post.</p>
<p>Overall, <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a> is a highly recommended upgrade for anyone currently operating a blog, and a must-have for those of you still on the fence.  What are you waiting for?  <a href="http://wordpress.org/download/">Get WordPress</a> and get writing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/03/29/wordpress-25-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forerunner: Halo WordPress Theme</title>
		<link>http://www.command-tab.com/2007/09/23/forerunner-halo-wordpress-theme/</link>
		<comments>http://www.command-tab.com/2007/09/23/forerunner-halo-wordpress-theme/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 21:21:57 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2007/09/23/forerunner-halo-wordpress-theme/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://static.command-tab.com/2007/halo3_wordpress_theme.zip"><img src="http://static.command-tab.com/2007/halo3_wordpress_theme.jpg" alt="Forerunner: Halo WordPress Theme" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2007/09/23/forerunner-halo-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Teaser</title>
		<link>http://www.command-tab.com/2007/08/11/teaser/</link>
		<comments>http://www.command-tab.com/2007/08/11/teaser/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 00:17:14 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2007/08/11/teaser/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.command-tab.com/2007/halo3_wordpress_theme_teaser.jpg" alt="Halo WordPress" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2007/08/11/teaser/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gravatars are Back</title>
		<link>http://www.command-tab.com/2007/05/15/gravatars-are-back/</link>
		<comments>http://www.command-tab.com/2007/05/15/gravatars-are-back/#comments</comments>
		<pubDate>Wed, 16 May 2007 01:54:09 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2007/05/15/gravatars-are-back/</guid>
		<description><![CDATA[For the longest time, gravatar.com was having troubles serving up the thousands of icon requests from blogs around the world, but it appears that &#8212; for now at least &#8212; they&#8217;re back up and running at full speed. I&#8217;ve just re-enabled display of the icons on Command-Tab, and it doesn&#8217;t appear to incur much of [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, <a href="http://www.gravatar.com">gravatar.com</a> was having troubles serving up the thousands of icon requests from blogs around the world, but it appears that &#8212; for now at least &#8212; they&#8217;re back up and running at full speed.  I&#8217;ve just re-enabled display of the icons on Command-Tab, and it doesn&#8217;t appear to incur much of a performance hit.  I&#8217;m glad to see some other images around the place instead of the default Mac &#8220;shadowy figure&#8221; you get stuck with if you haven&#8217;t yet <a href="http://site.gravatar.com/signup">signed up</a> for this great little service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2007/05/15/gravatars-are-back/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0</title>
		<link>http://www.command-tab.com/2005/12/24/wordpress-20/</link>
		<comments>http://www.command-tab.com/2005/12/24/wordpress-20/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 06:53:51 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/index.php/wordpress-20/</guid>
		<description><![CDATA[WordPress 2.0 is almost here and sports a long list of new features, including the Akismet antispam plugin I rave about, as well as a backup plugin to keep your site safe. I can&#8217;t wait to upgrade, and may do a bit of a redesign shortly after (my CSS is ridiculous in size, and is [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.0 is almost here and sports a <a href="http://asymptomatic.net/2005/11/29/2135/whats-new-in-wordpress-20/">long list</a> of new features, including the Akismet antispam plugin I rave about, as well as a backup plugin to keep your site safe.  I can&#8217;t wait to upgrade, and may do a bit of a redesign shortly after (my CSS is ridiculous in size, and is still broken here and there).  Having messed with a number of blogging systems on my own machine, I can yet again highly recommend WordPress for its two-minute installation, nearly infinite customizability, and overall ease of use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2005/12/24/wordpress-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress.com Goes Live</title>
		<link>http://www.command-tab.com/2005/11/22/wordpresscom-goes-live/</link>
		<comments>http://www.command-tab.com/2005/11/22/wordpresscom-goes-live/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 05:57:38 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=225</guid>
		<description><![CDATA[Mentioned briefly in my post about the comment spam filter Akismet, WordPress.com is out of beta and open to anyone who wants to sign up. Not to be confused with the downloadable version at wordpress.org, WordPress.com is a free Blogger style site where you can create an account and instantly run a blog powered by [...]]]></description>
			<content:encoded><![CDATA[<p>Mentioned briefly in my <a href="http://www.command-tab.com/index.php/akismet-kills-comment-spam/">post</a> about the comment spam filter Akismet, <a href="http://www.wordpress.com/">WordPress.com</a> is <a href="http://www.techcrunch.com/2005/11/21/wordpresscom-out-of-beta/">out of beta</a> and open to anyone who wants to sign up.  Not to be confused with the downloadable version at <a href="http://www.wordpress.org">wordpress.org</a>, WordPress.com is a free Blogger style site where you can create an account and instantly run a blog powered by (you guessed it) the WordPress publishing system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2005/11/22/wordpresscom-goes-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Akismet Kills Comment Spam</title>
		<link>http://www.command-tab.com/2005/11/06/akismet-kills-comment-spam/</link>
		<comments>http://www.command-tab.com/2005/11/06/akismet-kills-comment-spam/#comments</comments>
		<pubDate>Sun, 06 Nov 2005 04:52:07 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=207</guid>
		<description><![CDATA[Akismet is a new comment spam defeating system designed by WordPress creator Matt Mullenweg. Instead of filtering all comments locally, each comment&#8217;s data is sent out to the Akismet servers and tested among spam for other sites to create a far more accurate judgment of it&#8217;s validity. The only prerequisite is a WordPress.com API key, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://akismet.com/">Akismet</a> is a new comment spam defeating system designed by WordPress creator Matt Mullenweg.  Instead of filtering all comments locally, each comment&#8217;s data is sent out to the Akismet servers and tested among spam for other sites to create a far more accurate judgment of it&#8217;s validity.  The only prerequisite is a <a href="http://wordpress.com/">WordPress.com</a> API key, which can be signed up for at their site.  Installation couldn&#8217;t be simpler, too.  Per their public request, I&#8217;ve disabled other comment spam plugins such as Bad Behavior (which may or may not fix RSS issues a few people are having).  So far, I&#8217;m quite impressed with how easy it is to use.  Time will tell if it really works.  If you&#8217;re interested in using it on your own site, you can check out their <a href="http://akismet.com/faq/">FAQ</a>, or go right ahead and <a href="http://akismet.com/download/">download</a> the WordPress plugin.</p>
<p><strong>Update:</strong> It&#8217;s been 15 days since I activated Akismet and disabled all my other comment spam plugins, and so far I&#8217;ve seen only one unmoderated spam comment, while Akismet has blocked 1477 others.  Those are impressive results!  Also, <a href="http://www.techcrunch.com/2005/11/21/wordpresscom-out-of-beta/">WordPress.com is out of beta</a> for those interested in getting an API key.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2005/11/06/akismet-kills-comment-spam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stopping Comment Spam</title>
		<link>http://www.command-tab.com/2005/08/29/stopping-comment-spam/</link>
		<comments>http://www.command-tab.com/2005/08/29/stopping-comment-spam/#comments</comments>
		<pubDate>Mon, 29 Aug 2005 19:35:57 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=147</guid>
		<description><![CDATA[Lately, I&#8217;ve been getting a ton of comment spam on Command-Tab. Fortunately, WordPress (combined with an extensive &#8220;bad word&#8221; blacklist) has been able to catch 100% of it, so you never see it. However, I have to deal with the comments held in moderation and actually delete them. I&#8217;m wondering how to stop it altogether&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been getting a ton of comment spam on Command-Tab.  Fortunately, WordPress (combined with an extensive &#8220;bad word&#8221; blacklist) has been able to catch 100% of it, so you never see it.  However, I have to deal with the comments held in moderation and actually delete them.  I&#8217;m wondering how to stop it altogether&#8230;</p>
<p>I&#8217;ve considered several options, including challenge/response schemes like a question or a <a href="http://en.wikipedia.org/wiki/Captcha">captcha</a> image script, but I want to make it as easy as possible for real humans to leave comments (without registering &#8212; I don&#8217;t like that idea), but near impossible for an automated machine.</p>
<p>For now, the spam is from a specific few IP addresses, which I&#8217;ve blocked altogether by blacklisting them in my .htaccess file.  What are your suggestions on stopping comment spam?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2005/08/29/stopping-comment-spam/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

