<?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>Tue, 18 May 2010 19:56:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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><img src="http://cdn.command-tab.com/2008/fmtuner_banner.jpg" alt="fmTuner Banner" />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[The result of the &#8220;Tunes&#8221; sidebar element on the Command-Tab homepage, fmTuner is a small 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 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cdn.command-tab.com/2008/fmtuner_banner.jpg" alt="fmTuner Banner" />The result of the &#8220;Tunes&#8221; sidebar element on the Command-Tab <a href="/">homepage</a>, <strong>fmTuner</strong> is a small WordPress plugin for retrieving song details from your <a href="http://www.last.fm/home">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://cdn.command-tab.com/2008/fmtuner_settings.gif" alt="Settings - fmTuner: A Last.fm Plugin for WordPress" /></p>
<p>Of particular note is the customizable Display Format option.  Using simple tags like [::artist::] and [::image::] 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>
<p><a style="margin: 5px auto 0px auto; width: 228px; height: 39px; display: block;" href="http://wordpress.org/extend/plugins/fmtuner/" title="Download fmTuner from WordPress.org"><img src="http://www.command-tab.com/images/wordpress/download_now_button.png" alt="Download fmTuner Now" border="0" /></a></p>
<p><strong>Requirements</strong></p>
<ul>
<li>WordPress 2.5 or later.</li>
<li>PHP 5 or later (fmTuner uses PHP 5&#8242;s SimpleXML for decoding Last.fm data).</li>
<li>Basic knowledge of PHP, HTML, and WordPress.</li>
</ul>
<p><strong>Installation</strong></p>
<ul>
<li>Upload &#8220;fmtuner.php&#8221; to a directory inside &#8220;/wp-content/plugins/&#8221; directory.  For example: &#8220;/wp-content/plugins/fmtuner/fmtuner.php&#8221;</li>
<li>Ensure &#8220;/wp-content/plugins/fmtuner/&#8221; is writable by your webserver (chmod 755 fmtuner).</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 &#8220;if(function_exists(&#8216;fmtuner&#8217;)) { fmtuner(); }&#8221; in your templates, between PHP tags.</li>
</ul>
<p><strong>Release History</strong></p>
<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>
<p>Released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>.  Do with fmTuner whatever you wish.  Mod it, mash it, hack it.  Make it yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>92</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><center><a href="http://cdn.command-tab.com/2007/halo3_wordpress_theme.zip"><img src="http://cdn.command-tab.com/2007/halo3_wordpress_theme.jpg" alt="Forerunner: Halo WordPress Theme" border="0" /></a></center></p>
<p></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[A small teaser for a project I&#8217;ve been working on&#8230;]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://cdn.command-tab.com/2007/halo3_wordpress_theme_teaser.jpg" alt="Halo WordPress" /></center></p>
<p>A small teaser for a project I&#8217;ve been working on&#8230;</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>Gravatar Slowdown</title>
		<link>http://www.command-tab.com/2006/11/05/gravatar-slowdown/</link>
		<comments>http://www.command-tab.com/2006/11/05/gravatar-slowdown/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 00:37:39 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2006/11/05/gravatar-slowdown/</guid>
		<description><![CDATA[For the past few weeks, Gravatar images have been running very slowly due to the increasingly massive amount of requests they process. A forthcoming update to their infrastructure should provide much improved responsiveness, and in turn speed up loading of individual posts here at Command-Tab. With any luck, the transition should be seamless, allowing existing [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks, <a href="http://www.gravatar.com/">Gravatar</a> images have been running very slowly due to the increasingly massive amount of requests they process.  A forthcoming <a href="http://www.gravatar.com/blog/archives/2006/10/29/new-serving-mechanism-very-close-to-deployment/">update</a> to their infrastructure should provide much improved responsiveness, and in turn speed up loading of individual posts here at Command-Tab.  With any luck, the transition should be seamless, allowing existing plugins to work without requiring changes.  We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2006/11/05/gravatar-slowdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Made The Jump</title>
		<link>http://www.command-tab.com/2006/03/08/made-the-jump/</link>
		<comments>http://www.command-tab.com/2006/03/08/made-the-jump/#comments</comments>
		<pubDate>Wed, 08 Mar 2006 07:04:09 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2006/03/08/made-the-jump/</guid>
		<description><![CDATA[I just completed the WordPress 2.0.1 upgrade I&#8217;ve been avoiding for a week or more, put off by the structural changes I might have to make to get everything working again. Surprisingly, the upgrade took mere minutes and went off without a hitch. Did I ever mention how much I love WordPress? While I was [...]]]></description>
			<content:encoded><![CDATA[<p>I just completed the WordPress 2.0.1 upgrade I&#8217;ve been avoiding for a week or more, put off by the structural changes I might have to make to get everything working again.  Surprisingly, the upgrade took mere minutes and went off without a hitch.  Did I ever mention how much I love WordPress?</p>
<p>While I was in the process of tidying up, I also fixed the ugly <span class="code">/index.php/post-name/</span> addressing system I used previously.  For the time being, I&#8217;ve fixed all past posts with a rather large .htaccess hack, hinting to browsers and search engines that the content has permanently moved to a new address (HTTP code 301).  All old links should point to their new locations, and the new system should work as well.</p>
<p>If anyone happens to notice something broken around here, a comment or email would be appreciated so I can get to fixing it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2006/03/08/made-the-jump/feed/</wfw:commentRss>
		<slash:comments>2</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>Customizing WordPress</title>
		<link>http://www.command-tab.com/2005/12/18/customizing-wordpress/</link>
		<comments>http://www.command-tab.com/2005/12/18/customizing-wordpress/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 08:18:58 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/index.php/customizing-wordpress/</guid>
		<description><![CDATA[A number of people have asked me how to go about creating a custom WordPress theme &#8212; should they create it from scratch? Modify an existing theme? Performancing.com has a great introduction to customizing WordPress and making your blog look how you want. While I didn&#8217;t follow it to make this site, I did use [...]]]></description>
			<content:encoded><![CDATA[<p>A number of people have asked me how to go about creating a custom WordPress theme &#8212; should they create it from scratch?  Modify an existing theme?  Performancing.com has a great <a href="http://performancing.com/node/407">introduction</a> to customizing WordPress and making your blog look how you want.  While I didn&#8217;t follow it to make this site, I did use the same method of duplicating the default WP theme, then modifying it to suit my needs.  Luckily, WordPress&#8217; PHP <a href="http://codex.wordpress.org/Template_Tags">template tags</a> make editing much simpler by removing the majority of the necessary code and breaking each important bit of data into single tags.  (When you&#8217;re done with that, check out <a href="http://performancing.com/node/429">part 2</a>.)</p>
<p>(On an unrelated note, please forgive the lack of recent updates.  Not too long ago, I finally got myself a full time job and have been rather busy with it.  I&#8217;ll do my best to keep the tech coming!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2005/12/18/customizing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching using apc

Served from: www.command-tab.com @ 2010-07-31 22:56:27 -->