<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>2097 Test Drive</title>
	<link>http://www.2097racing.com/wordpress</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 08 Mar 2008 18:24:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Fixed error in tag listing.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/07/fixed-error-in-tag-listing/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/07/fixed-error-in-tag-listing/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 23:18:44 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[squible-beta2]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/07/fixed-error-in-tag-listing/</guid>
		<description><![CDATA[Just fixed an error in a foreach() call in the new jwr_show_tags() function in Squible&#8217;s wp_cats_as_tags().  Turns out that, for unknown reasons, the old implementation would barf when it saw a post without any tags, when get_the_tags() returned an empty list.  Thanks to the examples described here, I&#8217;m using an if() to bail [...]]]></description>
			<content:encoded><![CDATA[<p>Just fixed an error in a foreach() call in the new jwr_show_tags() function in Squible&#8217;s wp_cats_as_tags().  Turns out that, for unknown reasons, the old implementation would barf when it saw a post without any tags, when get_the_tags() returned an empty list.  Thanks to the examples described <a href="http://wordpress.org/support/topic/122141">here</a>, I&#8217;m using an if() to bail out of the function:<br />
<code><br />
if (empty($posttags)) echo "";<br />
else<br />
foreach<br />
</code></p>
<p>The old way to do this was to throw a break at the end of the function using an if() to check the size of the list:</p>
<p><code>if ( $displaycount == $limit) {break;}</code></p>
<p>Anyway, it works now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/07/fixed-error-in-tag-listing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changelog.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/06/changelog/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/06/changelog/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 05:49:03 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[squible-beta2]]></category>

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

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

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

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

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

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

		<category><![CDATA[Style Css]]></category>

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/06/changelog/</guid>
		<description><![CDATA[
edited built-in tag cloud font range by directly editing wp_tag_cloud()
using CTC4.1 plugin widget, not built-in WP2.3 tag cloud
using old niftybox code (grey box) instead of tabbed niftybox in Squible-beta2
edited squible&#8217;s style.css to remove redundant &#8220;float:right&#8221; from the div#nifty entry
added new function jwr_show_tags() to wp_cats_as_tags.php to call actual tags instead of cats for Squible&#8217;s use; this [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>edited built-in tag cloud font range by directly editing wp_tag_cloud()</li>
<li>using CTC4.1 plugin widget, not built-in WP2.3 tag cloud</li>
<li>using old niftybox code (grey box) instead of tabbed niftybox in Squible-beta2</li>
<li>edited squible&#8217;s style.css to remove redundant &#8220;float:right&#8221; from the div#nifty entry</li>
<li>added new function jwr_show_tags() to wp_cats_as_tags.php to call actual tags instead of cats for Squible&#8217;s use; this function does almost everything the original show_tags() does, except for the fact that it uses an implementation of the built-in WP2.3 function get_the_tags() to grab all tags for the post.</li>
<li>edited Squible&#8217;s single.php to call jwr_show_tags() in the loop.</li>
<li>edited the old niftybox code to call jwr_show_tags() as well.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/06/changelog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CTC, baby.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/06/ctc-baby/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/06/ctc-baby/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 05:33:50 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[squible-beta2]]></category>

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

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/06/ctc-baby/</guid>
		<description><![CDATA[Now currently testing CTC4.1, the &#8220;Configurable Tag Cloud&#8221;, which extends WP2.3&#8217;s built-in tag functionality.  One of the best features, in my opinion, is that it&#8217;s able to display both tags and cats at the same time.  This might help migration to an all-tag approach.  For Squible, now the limited utility of the [...]]]></description>
			<content:encoded><![CDATA[<p>Now currently testing CTC4.1, the &#8220;Configurable Tag Cloud&#8221;, which extends WP2.3&#8217;s built-in tag functionality.  One of the best features, in my opinion, is that it&#8217;s able to display both tags and cats at the same time.  This might help migration to an all-tag approach.  For Squible, now the limited utility of the Tags list on the single-post page doesn&#8217;t have large impact anymore.</p>
<p>At the same time, however, that still leaves me with the issue of Asides.  For this functionality to persist,  Asides must remain astrict category.  The plugin won&#8217;t see categories, at least not without some re-coding.  Now</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/06/ctc-baby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aha, 2.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/06/aha-2/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/06/aha-2/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 05:17:12 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[Administrivia]]></category>

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

		<category><![CDATA[squible-beta2]]></category>

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

		<category><![CDATA[tag cloud]]></category>

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/06/aha-2/</guid>
		<description><![CDATA[Overall control over the Tag Cloud widget built-in to WP2.3 is wp_tag_cloud() located in /wp-includes/category-template.php.  Remember that; it was hard to find the first time.
]]></description>
			<content:encoded><![CDATA[<p>Overall control over the Tag Cloud widget built-in to WP2.3 is wp_tag_cloud() located in /wp-includes/category-template.php.  Remember that; it was hard to find the first time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/06/aha-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>There&#8217;s more.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/05/theres-more/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/05/theres-more/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 23:15:51 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[newcat1]]></category>

		<category><![CDATA[squible-beta2]]></category>

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/05/theres-more/</guid>
		<description><![CDATA[Okay.  Apparently, Squible-beta2 allows you to exclude category IDs from the front-page post slug area, which is useful for keeping &#8220;Asides&#8221; where they belong.  However, if you&#8217;re excluding Asides in this way, the most recent post is an Aside, and you&#8217;re only showing 1 post on the front page, no post will be [...]]]></description>
			<content:encoded><![CDATA[<p>Okay.  Apparently, Squible-beta2 allows you to exclude category IDs from the front-page post slug area, which is useful for keeping &#8220;Asides&#8221; where they belong.  However, if you&#8217;re excluding Asides in this way, the most recent post <em>is</em> an Aside, and you&#8217;re only showing 1 post on the front page, no post will be shown <em>at all</em>.</p>
<p>It&#8217;d be nice if the code would simply skip over Aside IDs and show the most recent &#8220;non-excluded&#8221; post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/05/theres-more/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aha.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/05/aha/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/05/aha/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 23:11:23 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[squible-beta2]]></category>

		<category><![CDATA[aside-tag1]]></category>

		<category><![CDATA[aside-tag2]]></category>

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/05/aha/</guid>
		<description><![CDATA[Okay, so here&#8217;s a problem: the Tag Cloud on the main page is populated by actual tags, while the Squible show_tags() function on the single-post page shows cats as tags (since it only runs when wp_cats_as_tags is activated, duh).  Sort that one out, why don&#8217;t you?  This post, by the way, is in [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so here&#8217;s a problem: the Tag Cloud on the main page is populated by actual tags, while the Squible show_tags() function on the single-post page shows cats as tags (since it only runs when wp_cats_as_tags is activated, duh).  Sort <em>that</em> one out, why don&#8217;t you?  This post, by the way, is in the &#8220;Asides (ID: 20)&#8221; category, but has tags &#8220;aside-tag1&#8243; and &#8220;aside_tag2&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/05/aha/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A new post.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/05/a-new-post/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/05/a-new-post/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:05:32 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[newcat1]]></category>

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

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

		<category><![CDATA[squible-beta2]]></category>

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

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

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

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/05/a-new-post/</guid>
		<description><![CDATA[Well, I&#8217;m trying yet again to get this Squible-themed site working well.  Squible seems to be &#8220;down for the count&#8221;, so to speak, as far as support goes.  Nevertheless, I like it.  Currently, I&#8217;m wrestling with bringing it into the current WP2.3 era, meaning that I have to figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m trying yet again to get this Squible-themed site working well.  Squible seems to be &#8220;down for the count&#8221;, so to speak, as far as support goes.  Nevertheless, I like it.  Currently, I&#8217;m wrestling with bringing it into the current WP2.3 era, meaning that I have to figure out how to get it to play nice with Wordpress&#8217; now-native tag system.</p>
<p>We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/05/a-new-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Perilously erudite.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/04/perilously-erudite/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/04/perilously-erudite/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 22:34:07 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[Asides]]></category>

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

		<category><![CDATA[Jason Kottke]]></category>

		<category><![CDATA[self-reference]]></category>

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/04/perilously-erudite/</guid>
		<description><![CDATA[I&#8217;ve written previously on the attendant trials and tribulations accompanying a trip to a bookstore, especially for a person with choice disorder like myself.  I was pleasantly surprised to discover a similar fate had once befallen Jason Kottke.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written <a href="http://coffeechronicles.org/2003/10/09/106576174111408816/">previously</a> on the attendant trials and tribulations accompanying a trip to a bookstore, especially for a person with <em>choice disorder</em> like myself.  I was pleasantly surprised to discover a similar fate had <a href="http://www.kottke.org/99/06/books-and-music-are-dangerous">once</a> befallen Jason Kottke.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/04/perilously-erudite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WWAKD?</title>
		<link>http://www.2097racing.com/wordpress/2008/03/04/wwakd/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/04/wwakd/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:09:53 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/04/wwakd/</guid>
		<description><![CDATA[You&#8217;ll notice that I haven&#8217;t commented, at all, on the current pre-Presidential-campaign primary season.  There are several reasons for that, ranging from &#8220;I don&#8217;t write that often&#8221; to &#8220;I think the story tells itself&#8221;.  Honestly, though, I think this opinion piece speaks for itself.  For all of my liberal hand-wringing, Alex P. [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ll notice that I haven&#8217;t commented, <em>at all</em>, on the current pre-Presidential-campaign primary season.  There are several reasons for that, ranging from &#8220;I don&#8217;t write that often&#8221; to &#8220;I think the story tells itself&#8221;.  Honestly, though, I think <a href="http://campaignstops.blogs.nytimes.com/2008/03/03/what-would-alex-keaton-do/index.html">this</a> opinion piece speaks for itself.  For all of my liberal hand-wringing, Alex P. Keaton used to be one of my media icons, and it&#8217;s nice to see his creator wax nostalgic for the heady days of prime-time television.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/04/wwakd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No saving throw.</title>
		<link>http://www.2097racing.com/wordpress/2008/03/04/no-saving-throw-possible/</link>
		<comments>http://www.2097racing.com/wordpress/2008/03/04/no-saving-throw-possible/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 19:49:06 +0000</pubDate>
		<dc:creator>joecentric</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.2097racing.com/wordpress/2008/03/04/no-saving-throw-possible/</guid>
		<description><![CDATA[I&#8217;m unusually moved by the news that Gary Gygax, the father of Dungeons &#38; Dragons, has passed away.  I also feel a little older all of a sudden; not because of the obvious mortality issues, but because I haven&#8217;t played D&#38;D in a long time.  And that&#8217;s a shame, too.  Anyone have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m unusually moved by the news that <a href="http://en.wikipedia.org/wiki/Gary_Gygax">Gary Gygax</a>, the father of Dungeons &amp; Dragons, <a href="http://games.slashdot.org/games/08/03/04/1750206.shtml">has</a> <a href="http://www.rockpapershotgun.com/?p=1256">passed</a> <a href="http://www.kottke.org/remainder/08/03/15172.html">away</a>.  I also feel a little older all of a sudden; not because of the obvious mortality issues, but because I haven&#8217;t played D&amp;D in a <em>long</em> time.  And that&#8217;s a shame, too.  Anyone have a d20 handy?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2097racing.com/wordpress/2008/03/04/no-saving-throw-possible/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
