<?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>Coyote Tracks &#187; Wordpress</title>
	<atom:link href="http://kagan.mactane.org/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://kagan.mactane.org/blog</link>
	<description>The prints of an Internet-enabled coyote.</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:26:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Evolution of WordPress</title>
		<link>http://kagan.mactane.org/blog/2009/11/06/the-evolution-of-wordpress/</link>
		<comments>http://kagan.mactane.org/blog/2009/11/06/the-evolution-of-wordpress/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 23:54:02 +0000</pubDate>
		<dc:creator>Kai MacTane</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://kai.mactane.org/blog/?p=139</guid>
		<description><![CDATA[For backward-compatibility testing, I&#8217;ve just installed a few versions of WordPress ranging back to version&#160;2.0. It&#8217;s kind of fascinating to see a sort of fast-rewind retrospective of the software. Even just looking at the installation experience, it&#8217;s like watching HAL&#160;9000 descend into childish incoherence as Dave Bowman yanks his memory chips. By the time you [...]]]></description>
			<content:encoded><![CDATA[<p>For backward-compatibility testing, I&#8217;ve just installed a few versions of WordPress ranging back to version&nbsp;2.0. It&#8217;s kind of fascinating to see a sort of fast-rewind retrospective of the software. Even just looking at the installation experience, it&#8217;s like watching HAL&nbsp;9000 descend into childish incoherence as Dave Bowman yanks his memory chips.
</p>
<p>By the time you get back to WordPress&nbsp;2.0 and try hitting the blog installation directory in your web browser, all you get is a plain, unstyled page that says:
</p>
<blockquote class="notice">It doesn&#8217;t look like you&#8217;ve installed WP yet. Try running <u>install.php</u>.</blockquote>

<p>The funny thing is, that page works just fine. You click the link, it takes you to install.php, and&#8230; that&#8217;s really just a splash page, which talks about what you&#8217;re going to do, and requires that you click on a big link that says &#8220;First Step&#8221; in order to proceed. So, while it does &#8220;work&#8221;, it does so at the expense of making the user click the mouse twice, unnecessarily.
</p>
<p>In the past 4 years, the WordPress team has made the install process look sleeker and more styled. But I think the real improvement in user experience isn&#8217;t the visuals&nbsp;&mdash; it&#8217;s the removal of those two unnecesary, time-wasting mouse clicks.
</p>]]></content:encoded>
			<wfw:commentRss>http://kagan.mactane.org/blog/2009/11/06/the-evolution-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When Have You Accomplished Enough?</title>
		<link>http://kagan.mactane.org/blog/2009/05/10/when-have-you-accomplished-enough/</link>
		<comments>http://kagan.mactane.org/blog/2009/05/10/when-have-you-accomplished-enough/#comments</comments>
		<pubDate>Mon, 11 May 2009 00:36:54 +0000</pubDate>
		<dc:creator>Kai MacTane</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[Dreamwidth]]></category>
		<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[my projects]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kai.mactane.org/blog/?p=43</guid>
		<description><![CDATA[Okay, let me see if I can take stock of the day: I started off by getting my /etc, /usr/local/bin and /usr/local/sbin, and /var/named directories under version control. That&#8217;s good. Plus I think I&#8217;ve got things set up to where I can upgrade WordPress plugins on my local setup, then reliably push the changes through [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, let me see if I can take stock of the day:</p>
<p>I started off by getting my <code>/etc</code>, <code>/usr/local/bin</code> and <code>/usr/local/sbin</code>, and <code>/var/named</code> directories under version control. That&#8217;s good. Plus I think I&#8217;ve got things set up to where I can upgrade WordPress plugins on my local setup, then reliably push the changes through version control to my live site.</p>
<p>Oh, and my Twitter feed importer is a little prettier, in terms of how it displays how long ago a tweet was posted.</p>
<p>But then there&#8217;s the Live+Press plugin&#8230; I have high hopes that I&#8217;ll be able to use that to automatically crosspost from here to my new Dreamwidth account, but for now, it only seems to communicate with Livejournal. Since there&#8217;s a feature request open in <a href="http://code.google.com/p/livepress/wiki/WishList">the project&#8217;s wish list</a> to make it work with other LJ-codebase sites, I figure I may as well pick that up and run with it.</p>
<p>Of course, that just slows me down on LJ Content Sieve&#8230; <i>*sigh*</i></p>
<p>Because I don&#8217;t have <em>everything</em> done, I feel like I didn&#8217;t accomplish much today. That&#8217;s silly, but knowing that it&#8217;s silly doesn&#8217;t chance my feelings much.</p>
]]></content:encoded>
			<wfw:commentRss>http://kagan.mactane.org/blog/2009/05/10/when-have-you-accomplished-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

