<?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>DigitalHobbit &#187; Blogging</title>
	<atom:link href="http://www.digitalhobbit.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalhobbit.com</link>
	<description>Thoughts from the Hobbit Hole</description>
	<lastBuildDate>Sun, 04 Apr 2010 16:52:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Goodbye HTML, Hello Markdown</title>
		<link>http://www.digitalhobbit.com/2008/02/18/goodbye-html-hello-markdown/</link>
		<comments>http://www.digitalhobbit.com/2008/02/18/goodbye-html-hello-markdown/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 19:20:44 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2008/02/18/goodbye-html-hello-markdown/</guid>
		<description><![CDATA[Yesterday I set up Markdown support for my blog, as I was getting tired of typing &#60;li&#62;, &#60;a href="..."&#62;, etc. I&#8217;ve had my blog for almost four years now, and I can&#8217;t believe that I have not done this before. It finally allows me to focus on the actual content while I&#8217;m writing a blog [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I set up <a href="http://daringfireball.net/projects/markdown/">Markdown</a> support for my blog, as I was getting tired of typing <code>&lt;li&gt;</code>, <code>&lt;a href="..."&gt;</code>, etc. I&#8217;ve had my blog for almost four years now, and I can&#8217;t believe that I have not done this before. It finally allows me to focus on the actual content while I&#8217;m writing a blog post, without having to contort my fingers to type the necessary HTML tags.</p>

<p>I&#8217;m using the <a href="http://michelf.com/projects/php-markdown/">PHP Markdown</a> script, which can be used standalone but also functions as a WordPress plugin. You simply copy the script into your <code>wp-content\plugins</code> folder, activate it on the Plugins tab, and you&#8217;re all set.</p>

<p>I am currently evaluating <a href="http://www.red-sweater.com/marsedit/">MarsEdit</a>, a very nice blogging application for OSX. When configuring your blog in MarsEdit, you can set the <em>Preview Text Filter</em> to <em>Markdown</em>, which will give you a nice realtime preview of your post, the same way it is going to appear on your blog.</p>

<p>See here for a <a href="http://michelf.com/projects/php-markdown/concepts/">brief overview of Markdown syntax</a>, and here for the full <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax reference</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2008/02/18/goodbye-html-hello-markdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://www.digitalhobbit.com/2008/01/22/twitter/</link>
		<comments>http://www.digitalhobbit.com/2008/01/22/twitter/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 04:38:18 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2008/01/22/twitter/</guid>
		<description><![CDATA[As you may have noticed, I haven&#8217;t been blogging much lately. I am hoping to change this and start posting more regularly again. In the mean time, I have adopted Twitter, so please feel free to follow my Twitter stream.
]]></description>
			<content:encoded><![CDATA[<p>As you may have noticed, I haven&#8217;t been blogging much lately. I am hoping to change this and start posting more regularly again. In the mean time, I have adopted Twitter, so please feel free to follow <a href="http://twitter.com/digitalhobbit">my Twitter stream</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2008/01/22/twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Syntax Highlighting Plugin</title>
		<link>http://www.digitalhobbit.com/2006/09/04/wordpress-syntax-highlighting-plugin/</link>
		<comments>http://www.digitalhobbit.com/2006/09/04/wordpress-syntax-highlighting-plugin/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 21:34:22 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2006/09/04/wordpress-syntax-highlighting-plugin/</guid>
		<description><![CDATA[I&#8217;ve been meaning to post some sample code for a while, and I always wanted to have a nice WordPress plugin to perform syntax highlighting of code. A cursory search of the WordPress website brought up this page, which lists a bunch of syntax highlighting pluging. However, it appears to be a bit outdated, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to post some sample code for a while, and I always wanted to have a nice WordPress plugin to perform syntax highlighting of code. A cursory search of the WordPress website brought up <a href="http://codex.wordpress.org/Plugins/Syntax_Highlighting">this page, which lists a bunch of syntax highlighting pluging</a>. However, it appears to be a bit outdated, and many of the plugins are no longer supported, don&#8217;t work with WordPress 2.x, or their websites have simply disappeared. Some of the other plugins are too specific and only handle PHP code, etc.</p>

<p>However, the <a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/">iG:Syntax Hiliter</a> plugin completely fits the bill. It uses the popular and powerful <a href="http://qbnz.com/highlighter/">GeSHI Syntax Highlighter</a>, which is also embedded in several Wiki syntax highlighting plugins that I&#8217;ve used. Installation is simple as usual for WordPress plugins: Just download the plugin and copy it to the &#8220;plugins&#8221; folder. It uses tags of the form</p>

<pre>[language name]...[/language name]</pre>

<p>and supports most popular languages, including Ruby (the support for which was actually added by the plugin author).</p>

<p>The plugin also adds a nice options page in the WordPress admin interface, which allows configuration of many details, including colors, whether to display line numbers, the name of the language, whether to add a plaintext option, and more.</p>

<p>Here are some samples:</p>

<p>[ruby]
class Foo
  attr_reader: @bar</p>

<p>def initialize(bar)
    @bar = bar
  end</p>

<p>def do_stuff
    puts &#8220;Bar: #{bar}&#8221;
  end
end
[/ruby]</p>

<p>[java]
public class Foo {
  String bar;</p>

<p>public Foo(String bar) {
    this.bar = bar;
  }</p>

<p>public doStuff() {
    System.out.println(&#8221;Bar: &#8221; + bar);
  }
}
[/java]</p>

<p>[sql]
SELECT People.*
FROM People, Cars
WHERE People.car_id = Cars.id
AND Cars.manufacturer = &#8216;honda&#8217;
[/sql]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2006/09/04/wordpress-syntax-highlighting-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.02</title>
		<link>http://www.digitalhobbit.com/2006/05/18/wordpress-202/</link>
		<comments>http://www.digitalhobbit.com/2006/05/18/wordpress-202/#comments</comments>
		<pubDate>Fri, 19 May 2006 06:00:21 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2006/05/18/wordpress-202/</guid>
		<description><![CDATA[I decided to take my recent comment / trackback spam issues as an opportunity to upgrade Wordpress from 1.5 to the latest version (2.02) and try the new Akismet anti-comment-spam plugin that is included in the release.

Comments are re-enabled for now. Let&#8217;s see how this goes&#8230; Either way, the upgrade was worth it. The WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to take my recent comment / trackback spam issues as an opportunity to upgrade Wordpress from 1.5 to the latest version (2.02) and try the new <a href="http://akismet.com/">Akismet</a> anti-comment-spam plugin that is included in the release.</p>

<p>Comments are re-enabled for now. Let&#8217;s see how this goes&#8230; Either way, the upgrade was worth it. The WordPress 2.02 admin interface looks a lot more modern and polished, and I look forward to exploring some of the new themes and plugins.</p>

<p><strong>Update:</strong> So far so good. Akismet already caught over 200 spam comments / trackbacks in the 11 hours since I installed it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2006/05/18/wordpress-202/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Typo Theme Contest</title>
		<link>http://www.digitalhobbit.com/2005/12/11/typo-theme-contest/</link>
		<comments>http://www.digitalhobbit.com/2005/12/11/typo-theme-contest/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 06:03:41 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/?p=198</guid>
		<description><![CDATA[The Typo Theme Contest ended on 11/28, and the final results were posted two days ago. I didn&#8217;t win anything, but my humble contribution &#8220;opyT&#8221; admittedly pales in light of the many awesome themes that were submitted by others.

Most importantly, over 120 Typo themes resulted from this competition! The themes are very diverse, and everybody [...]]]></description>
			<content:encoded><![CDATA[<p>The Typo Theme Contest ended on 11/28, and the <a href="http://www.typogarden.com/articles/2005/12/10/final-results">final results</a> were posted two days ago. I didn&#8217;t win anything, but my humble contribution <a href="http://www.typogarden.com/articles/2005/11/16/opyt-theme">&#8220;opyT&#8221;</a> admittedly pales in light of the many awesome themes that were submitted by others.</p>

<p>Most importantly, <a href="http://www.typogarden.com/">over 120 Typo themes</a> resulted from this competition! The themes are very diverse, and everybody who is interested in hosting a Typo blog should be able to find at least a couple themes to their liking.</p>

<p>I am still happily running on Wordpress and not in a rush to abandon it, although I am definitely intrigued by <a href="http://typo.leetsoft.com/trac/">Typo</a>. It has come a long way and is now a very capable blog engine. If you are in the market for a new blog engine and have a Rails capable webhost, I strongly encourage you to check it out.</p>

<p>I should also mention that Geoffrey Grosenbach (who also hosts the official <a href="http://podcast.rubyonrails.com/">Ruby on Rails Podcast</a>), is going to continue maintaining the <a href="http://www.typogarden.com/">Typo Theme Contest</a> blog. Although now that there are 120 themes spread across 14 pages of the blog, I hope that somebody writes a Typo theme switcher plugin, or at least a webpage that lists all known plugins on a single page and links to a live preview of the theme, similar to what Alex King did for the <a href="http://www.alexking.org/index.php?content=software/wordpress/themes.php">Wordpress Theme Competition</a> earlier this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/12/11/typo-theme-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo Theme: opyT</title>
		<link>http://www.digitalhobbit.com/2005/11/15/typo-theme-opyt/</link>
		<comments>http://www.digitalhobbit.com/2005/11/15/typo-theme-opyt/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 08:06:40 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/?p=192</guid>
		<description><![CDATA[The Rails based Typo blog engine has been gaining a lot of traction lately, and I&#8217;m seriously considering switching from WordPress. Don&#8217;t get me wrong &#8211; I love WordPress. It is a very solid and full featured blog engine that has never let me down. But I can&#8217;t deny that there&#8217;s a certain attraction to [...]]]></description>
			<content:encoded><![CDATA[<p>The Rails based <a href="http://typo.leetsoft.com/">Typo</a> blog engine has been gaining a lot of traction lately, and I&#8217;m seriously considering switching from WordPress. Don&#8217;t get me wrong &#8211; I love WordPress. It is a very solid and full featured blog engine that has never let me down. But I can&#8217;t deny that there&#8217;s a certain attraction to running a Rails based blog. I might even want to fiddle with the blog engine itself as an opportunity to get more up to speed on Rails.</p>

<p>Anyway, I decided to take the <a href="http://www.typogarden.com">Typo Theme Contest</a> that is currently in progress as an opportunity to play a bit with Typo and check out its theming capabilities. I&#8217;m impressed with the quality of the themes that have been submitted so far. If you are interested in a simple but colorful theme that gets by without using any images at all, you may want to check out my own submission to the contest: <a href="http://www.digitalhobbit.com/download/opyt.zip">opyT</a>.</p>

<p>It is based on the <a href="http://quotedprintable.com/articles/2005/11/07/scribbish-0-1">Scribbish</a> theme, which has a very clean layout and has the CSS broken into several files. This makes it a lot easier to find the rules that are relevant for the aspect of the theme you are currently modifying. If you are planning on building your own Typo theme, I recommend you base this on Scribbish rather than the default Azure theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/11/15/typo-theme-opyt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Blog Search</title>
		<link>http://www.digitalhobbit.com/2005/09/14/google-blog-search/</link>
		<comments>http://www.digitalhobbit.com/2005/09/14/google-blog-search/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 05:11:09 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/?p=165</guid>
		<description><![CDATA[Google has just launched another beta service: Google Blog Search. It looks pretty good already, and for example searching for relevant phrases brought up the expected postings from my blog. There is no way to explicitly submit a blog to Google, and the key to getting your blog listed is to submit it to relevant [...]]]></description>
			<content:encoded><![CDATA[<p>Google has just launched another beta service: <a href="http://www.google.com/blogsearch">Google Blog Search</a>. It looks pretty good already, and for example searching for relevant phrases brought up the expected postings from my blog. There is no way to explicitly submit a blog to Google, and the key to getting your blog listed is to submit it to relevant blog lists, which is most easily done by pinging a service such as <a href="http://pingomatic.com/">Ping-o-Matic</a>. If you&#8217;re using a nice blogging tool like WordPress, it should automatically take care of this for you.</p>

<p>Somebody has written up a nice <a href="http://frenchfragfactory.net/ozh/archives/2005/09/14/google-blog-search-vs-technorati-vs-icerocket-vs-blogpulse/">comparison between Google Blog Search, Blog Pulse, Technorati, and Ice Rocket</a>. While Google still appears to be playing catch up in a few minor areas, they already do what they do best: provide lightning fast access to relevant search results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/09/14/google-blog-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adsense obsessed with Flying Spaghetti Monster</title>
		<link>http://www.digitalhobbit.com/2005/08/31/google-adsense-obsessed-with-flying-spaghetti-monster/</link>
		<comments>http://www.digitalhobbit.com/2005/08/31/google-adsense-obsessed-with-flying-spaghetti-monster/#comments</comments>
		<pubDate>Thu, 01 Sep 2005 05:50:22 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/?p=161</guid>
		<description><![CDATA[Google Adsense seems to be very sensitive to certain content. I have only posted two entries about Flying Spaghetti Monsterism (this one and this one), and currently the main page displays these two posts among various others about topics such as iPod, podcasting, Ruby, Java, Cafepress, Spreadshirt, Xbox, etc. Still, as of the time of [...]]]></description>
			<content:encoded><![CDATA[<p>Google Adsense seems to be very sensitive to certain content. I have only posted two entries about Flying Spaghetti Monsterism (<a href="/archives/2005/08/22/flying-spaghetti-monster/">this one</a> and <a href="/archives/2005/08/25/what-if-god-wanted-pasta-sauce/">this one</a>), and currently the main page displays these two posts among various others about topics such as iPod, podcasting, Ruby, Java, Cafepress, Spreadshirt, Xbox, etc. Still, as of the time of this writing the Google banner exclusively contains ads for websites on religion or spaghetti recipes.</p>

<p>I shudder to think that I might actually be inadvertently promoting religion via the ads displayed on my blog. <img src='http://www.digitalhobbit.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> 
Those spaghetti recipes might come in handy, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/08/31/google-adsense-obsessed-with-flying-spaghetti-monster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin Competition</title>
		<link>http://www.digitalhobbit.com/2005/04/05/wordpress-plugin-competition/</link>
		<comments>http://www.digitalhobbit.com/2005/04/05/wordpress-plugin-competition/#comments</comments>
		<pubDate>Wed, 06 Apr 2005 04:24:03 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2005/04/05/wordpress-plugin-competition/</guid>
		<description><![CDATA[Weblog Tools Collection is organizing a WordPress Plugin and Mod Competition. The competion will start on April 15 and run for two months.

If the participation is anything like the recent WordPress Themes Competition, we can be sure to see some excellent plugins coming our way.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogtoolscollection.com/">Weblog Tools Collection</a> is organizing a <a href="http://weblogtoolscollection.com/archives/2005/04/04/wordpress-plugin-competition/trackback/">WordPress Plugin and Mod Competition</a>. The competion will start on April 15 and run for two months.</p>

<p>If the participation is anything like the recent <a href="http://www.alexking.org/software/wordpress/themes/blog/">WordPress Themes Competition</a>, we can be sure to see some excellent plugins coming our way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/04/05/wordpress-plugin-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slight URL Change</title>
		<link>http://www.digitalhobbit.com/2005/03/27/slight-url-change/</link>
		<comments>http://www.digitalhobbit.com/2005/03/27/slight-url-change/#comments</comments>
		<pubDate>Mon, 28 Mar 2005 03:38:20 +0000</pubDate>
		<dc:creator>DigitalHobbit</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.digitalhobbit.com/archives/2005/03/27/slight-url-change/</guid>
		<description><![CDATA[I moved the blog from the &#8220;/blog&#8221; context to the webroot (http://www.digitalhobbit.com). Old links should still work. Please leave me a comment in case you run into any issues.
]]></description>
			<content:encoded><![CDATA[<p>I moved the blog from the &#8220;/blog&#8221; context to the webroot (<a href="http://www.digitalhobbit.com">http://www.digitalhobbit.com</a>). Old links should still work. Please leave me a comment in case you run into any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalhobbit.com/2005/03/27/slight-url-change/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
