<?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>a dabbler&#039;s journal &#187; Dabbler Notebook</title>
	<atom:link href="http://dabblersjournal.com/category/dabbler/feed/" rel="self" type="application/rss+xml" />
	<link>http://dabblersjournal.com</link>
	<description>prone to enthusiasms....</description>
	<lastBuildDate>Sat, 19 May 2012 10:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bureaucratic Whimsy</title>
		<link>http://dabblersjournal.com/2011/03/26/bureaucratic-whimsy/</link>
		<comments>http://dabblersjournal.com/2011/03/26/bureaucratic-whimsy/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:12:52 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Bureaucratic Whimsy]]></category>
		<category><![CDATA[Dabbler Notebook]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/?p=951</guid>
		<description><![CDATA[<p>When I began this journal, my main purpose was to document the things I did for a living. I wrote these work-triggered essays so for about a year, then stopped. A few months later, as I moved the site to a new server, I removed most of the work-related pages, leaving only a handful of job-related pages which didn't directly touch on <em>my</em> job. I always planned to recover and repost the removed pages at some future date, and have now done so. They can be found in the site's <a href="http://dabblersjournal.com/category/work/">Bureaucratic Whimsy</a> category. A few have minor edits, and I've added an occasional explanatory note. Please be aware that all names (except mine) have been changed, though in most cases the identity will be obvious to folks who worked with me.</p>]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2011/03/26/bureaucratic-whimsy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dabbler Migration</title>
		<link>http://dabblersjournal.com/2007/11/23/dabbler-migration/</link>
		<comments>http://dabblersjournal.com/2007/11/23/dabbler-migration/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 21:09:48 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/11/23/dabbler-migration/</guid>
		<description><![CDATA[<p>That recovery <em>could</em> have been automated, but I chose to review the individual postings. While there's some pain in this recovery method, it gave me the opportunity to reread everything, rework a few entries, and check the links on the recovered postings. While I don't regret the effort, I'm pleased to have the little sub-project complete. Now I can make time for more obviously-interesting activities.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/11/23/dabbler-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes: Lessons from Gangway</title>
		<link>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/</link>
		<comments>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 22:27:08 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/</guid>
		<description><![CDATA[<p>Within the past week I've called LightCMS "well-crafted" (Sreejith is a code artist), Cutline "workmanlike" (Chris Peterson's a problem solver), and ModernPaper "delightful" (Brian Gardner's unusually disciplined). Although they're very different in detail, all use the same basic CSS vocabulary for describing the document. Since I don't follow the CSS discussions, I don't know what standards someone's trying to enforce, but I've read enough code in my life to have preferences. CSS is a rather spare coding language, but you don't need to look at many stylesheets to learn that there are a variety of coding practices (normally I'd call these "styles," but that would be confusing), and that some of those practices are more readable than others. Gangway's style sheet fails the readability test.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes: Lessons from ModernPaper</title>
		<link>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modernpaper/</link>
		<comments>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modernpaper/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 13:14:12 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modernpaper/</guid>
		<description><![CDATA[<p>Behind the scenes, there's a slight surprise; Gardner's used the Home.php page the way most theme designers use Index.php, and Gardner's Index.php is used like most designers use Single.php. (That realization sent me to the Template Hierarchy, where I convinced myself that the design decision makes sense, though it's unconventional.) Opening the files to examine the code is delightful: Gardner writes clean, compact, and obvious code, uses XHTML tags as they're intended, and organizes things well. Needless to say, his CSS files are similarly impressive.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modernpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes: Lessons from Cutline</title>
		<link>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/</link>
		<comments>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 23:04:59 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/</guid>
		<description><![CDATA[<p>Cutline is beautiful, but it's not the answer I'm looking for. Your mileage may well vary, because this is a very attractive theme; unfortunately, it runs up against some of my strong preferences.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes:  Lessons from LightCMS</title>
		<link>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/</link>
		<comments>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 21:58:05 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/</guid>
		<description><![CDATA[<p>The big danger with templating languages, whatever the environment, is the temptation to build something really complicated. LightCMS avoids this. The great strength of this theme is its simplicity: There are just a handful of template files, and a simple CSS template controls the screen layout by doing really obvious things in a delightful, well-organized fashion. Understanding this one's simple; it's a good place to begin exploring WordPress, and could well be a useful skeleton for building something more elaborate. I might return to this one when I'm ready to implement my final design.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Dabbler to WordPress</title>
		<link>http://dabblersjournal.com/2007/09/30/moving-dabbler-to-wordpress/</link>
		<comments>http://dabblersjournal.com/2007/09/30/moving-dabbler-to-wordpress/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 23:55:21 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/09/30/moving-dabbler-to-wordpress/</guid>
		<description><![CDATA[<p>Joan says:  "Whatcha been doing all night?"<br />
"Moving Dabbler's Journal," I replied.<br />
"So you're going to start writing again?"<br /><br /><em>I've done this before....</em></p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2007/09/30/moving-dabbler-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Examining Dabbler</title>
		<link>http://dabblersjournal.com/2004/09/13/examining-dabbler/</link>
		<comments>http://dabblersjournal.com/2004/09/13/examining-dabbler/#comments</comments>
		<pubDate>Mon, 13 Sep 2004 16:23:00 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Bureaucratic Whimsy]]></category>
		<category><![CDATA[Dabbler Notebook]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2004/09/13/examining-dabbler/</guid>
		<description><![CDATA[<p>Now cycle back to the top of the page and remind yourself that the essays about work are the reason for the website. I've quite certain that these readership levels don't justify the effort and the risk those essays entail. While I could address this in a number of ways, I've decided to reclaim the time and put it into another activity.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2004/09/13/examining-dabbler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visited by Visions</title>
		<link>http://dabblersjournal.com/2004/08/03/visited-by-visions/</link>
		<comments>http://dabblersjournal.com/2004/08/03/visited-by-visions/#comments</comments>
		<pubDate>Tue, 03 Aug 2004 16:20:00 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2004/08/03/visited-by-visions/</guid>
		<description><![CDATA[<p>If there's any one thing yesterday's note demonstrates, it's that <strong>Bureaucratic Whimsy</strong> is not a traffic magnet. None of the most popular pages on the site are about my job, and none of the common searches find those pages. That's an issue I expect to discuss next week.</p>
]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2004/08/03/visited-by-visions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Logs</title>
		<link>http://dabblersjournal.com/2004/08/02/blog-logs/</link>
		<comments>http://dabblersjournal.com/2004/08/02/blog-logs/#comments</comments>
		<pubDate>Mon, 02 Aug 2004 13:46:52 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Dabbler Notebook]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2004/08/02/blog-logs/</guid>
		<description><![CDATA[<p>I've come to believe that the most interesting number NetTracker delivers about this site is "Total repeat visitors."&#160; The numbers there suggest that I've got about 25 "daily readers" (user agents, for the most part), and perhaps a hundred readers overall who check the site regularly.&#160; This has been pretty stable since mid-May, when my readership suddenly doubled over a three-week period.</p>]]></description>
		<wfw:commentRss>http://dabblersjournal.com/2004/08/02/blog-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

