<?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>Nathan's Blog &#187; wordpress</title>
	<atom:link href="http://nathan.studiodifferent.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathan.studiodifferent.com</link>
	<description>Wired World Wonderings</description>
	<lastBuildDate>Mon, 22 Oct 2007 16:50:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Tagging</title>
		<link>http://nathan.studiodifferent.com/2006/04/04/wordpress-tagging/</link>
		<comments>http://nathan.studiodifferent.com/2006/04/04/wordpress-tagging/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 05:11:13 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nathan.studiodifferent.com/2006/04/04/wordpress-tagging/</guid>
		<description><![CDATA[
Once I resolved some minor rewrite problems, Christine Davis&#8217; brilliant plugin Ultimate Tag Warrior allowed me to add a tag cloud to my humble blog. I extended HJL&#8217;s workaround to fix problems I encountered with both tag feeds and traditional feeds.
First, the good news &#8211; Ultimate Tag Warrior (UTW) is amazing. Although WordPress Categories offer [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px"><img width="100" height="105" alt="" src="http://nathan.studiodifferent.com/wp-content/uploads/2006/04/tag.jpg" /></div>
<p>Once I resolved some minor rewrite problems, Christine Davis&#8217; brilliant plugin <a href="http://www.neato.co.nz/archives/2006/03/12/ultimate-tag-warrior-31/">Ultimate Tag Warrior</a> allowed me to add a tag cloud to my humble blog. I extended <a href="http://www.hojohnlee.com/hacks/2006/01/14/a-temporary-htaccess-rewrite-fix-for-ultimate-tag-warrior-and-wordpress-20/">HJL&#8217;s workaround</a> to fix problems I encountered with both tag feeds and traditional feeds.<span id="more-20"></span></p>
<p>First, the good news &#8211; Ultimate Tag Warrior (UTW) is amazing. Although WordPress Categories offer a flexible taxonomy, they are still rigid when compared to the free form nature of Tagging. UTW adds a tag box when writing posts &#8211; enter a list of comma-delimited tags, and UTW transparently offers a drop-in tag cloud as well as optional tag lists at the end of your posts.</p>
<p>In my environment &#8211; WordPress 2.0.2 and Ultimate Tag Warrior 3.1 &#8211; friendly URL rewrites were not working (e.g. /tag/TAGNAME vs. index.php?tag=TAGNAME). Apparently WordPress 2 added a PHP rewrite layer for new plugin flexibility, but this rewriting occasionaly breaks traditional .htaccess rewrites. For instance, WordPress now <a href="http://www.neato.co.nz/archives/2005/12/05/wordpress-20-rc1-plugins-and-url-rewriting/">internally handles</a> &#8220;/tag/TAGNAME&#8221; requests.</p>
<p>Building on the concept of <a href="http://www.hojohnlee.com/hacks/2006/01/14/a-temporary-htaccess-rewrite-fix-for-ultimate-tag-warrior-and-wordpress-20/">HJL&#8217;s workaround</a>, I created <a href="/wp-content/uploads/static/wp-htaccess.txt">an .htaccess</a> that offers friendly tag and feed rewrites. The in-line comments explain what each line does. Your mileage may vary.</p>
<p>Thanks in particular to Christine/UTW, and also to HJL, whose demo .htaccess was the first I found that was even close to what I wanted.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.studiodifferent.com/2006/04/04/wordpress-tagging/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Props and Patches: WordPress theme &quot;Lush&quot;</title>
		<link>http://nathan.studiodifferent.com/2006/03/28/props-and-patches-wordpress-theme-lush/</link>
		<comments>http://nathan.studiodifferent.com/2006/03/28/props-and-patches-wordpress-theme-lush/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 06:45:55 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nathan.studiodifferent.com/2006/03/28/props-and-patches-wordpress-theme-lush/</guid>
		<description><![CDATA[
When looking for a WordPress theme, it wasn&#8217;t long before I happened upon Lush, a theme that Jeriko ported from Typo. This beautiful theme features AJAX searches and an attractive color scheme, and quickly became my hands-down choice. Many thanks to the original Lush Typo theme from w3-labs.com and Jeriko&#8217;s faithful port. In the spirit [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px"><img width="299" height="122" src="http://nathan.studiodifferent.com/wp-content/uploads/2006/03/lush_thumb.png" alt=""/></div>
<p>When looking for a WordPress theme, it wasn&#8217;t long before I happened upon Lush, a theme that <a href="http://jeriko.l-tech.org/2006/03/06/introducing-lush-for-wordpress/">Jeriko ported from Typo</a>. This beautiful theme features AJAX searches and an attractive color scheme, and quickly became my hands-down choice. Many thanks to the original Lush Typo theme from <a href="http://www.w3-labs.com/">w3-labs.com</a> and Jeriko&#8217;s faithful port. In the spirit of <a href="http://creativecommons.org/licenses/by-nc/2.5/">Creative Commons By-NC</a>, I made a couple of changes&#8230;<span id="more-8"></span></p>
<p>I experienced duplicate HTML headers displayed by single.php when viewing individual posts, and I also got PHP &#8220;headers already sent&#8221; errors due to extraneous carriage returns at the end of functions.php. I also disabled the ladybugs, added orange RSS icons to the sidebar, and added a style-corrected calendar.</p>
<p>Here is my hack-job of a patch; sorry I haven&#8217;t better documented, or verified XHTML compliance, but I&#8217;m currently of the mentality <em>post first, and ask questions later</em>: <a href="/wp-content/uploads/static/lush-nathan.patch">lush-nathan.patch</a>. Good night, and good luck x-)</p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.studiodifferent.com/2006/03/28/props-and-patches-wordpress-theme-lush/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
