<?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>Ramon's weblog</title>
	<atom:link href="http://blog.ramondeklein.nl/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramondeklein.nl</link>
	<description>A developer's view on the world</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:44:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Organizing Generic.xaml</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/08/18/organizing-generic-xaml/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/08/18/organizing-generic-xaml/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:44:23 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=542</guid>
		<description><![CDATA[WPF assemblies that use themes for the default control style can often become large. This post explains how to fix that problem.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/08/18/organizing-generic-xaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TabControl&#8217;s ContentTemplate cannot be changed dynamically</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/07/28/tabcontrols-contenttemplate-cannot-be-changed-dynamically/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/07/28/tabcontrols-contenttemplate-cannot-be-changed-dynamically/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:59:54 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ContentTemplate]]></category>
		<category><![CDATA[TabControl]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=510</guid>
		<description><![CDATA[Changes to the TabControl's ContentTemplate are not propagated directly. In this post, I'll explain what is happening and how you can fix this problem.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/28/tabcontrols-contenttemplate-cannot-be-changed-dynamically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish SABnzbd via Bonjour</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/07/25/publish-sabnzbd-via-bonjour/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/07/25/publish-sabnzbd-via-bonjour/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:39:07 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[sabnzbd]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=506</guid>
		<description><![CDATA[This post describes how you can publish SABnzbd via Bonjour on a FreeBSD system with AVAHI installed.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/25/publish-sabnzbd-via-bonjour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install SABnzbd on FreeBSD</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/07/25/install-sabnzbd-on-freebsd/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/07/25/install-sabnzbd-on-freebsd/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 12:47:10 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[SABnbzd]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=483</guid>
		<description><![CDATA[The FreeBSD port collection contains an old SABnzbd version. In this post I will describe how you can upgrade to the latest version.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/25/install-sabnzbd-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Beware of routed events</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/07/23/beware-of-routed-events/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/07/23/beware-of-routed-events/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:12:20 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[routed events]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=461</guid>
		<description><![CDATA[WPF introduces the concept of routed events. There are different routing strategies, but the most commonly used strategy is the bubbling strategy. With the bubbling strategy, the event handlers on the event source are invoked. The routed event then routes to successive parent elements until reaching the element tree root or when a handler sets [...]]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/23/beware-of-routed-events/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 SDK</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/07/17/windows-phone-7-sdk/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/07/17/windows-phone-7-sdk/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 18:09:30 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=455</guid>
		<description><![CDATA[Microsoft shipped the Windows Phone 7 SDK this week. Let's take a first look at it...]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/17/windows-phone-7-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable remote support for Asrock ION 330HT</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/01/20/enable-remote-support-for-asrock-ion-330ht/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/01/20/enable-remote-support-for-asrock-ion-330ht/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:25:36 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[XBMC]]></category>
		<category><![CDATA[Asrock ION 330HT]]></category>
		<category><![CDATA[Remote]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=433</guid>
		<description><![CDATA[The Asrock ION 330HT is a great device for XBMC, but configuring the remote is quite difficult. In this post I will describe each step to get the remote to work.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/01/20/enable-remote-support-for-asrock-ion-330ht/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WPF Control Development Unleashed</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/10/06/wpf-control-development-unleashed/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2009/10/06/wpf-control-development-unleashed/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:22:47 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=421</guid>
		<description><![CDATA[Finally there is a book about WPF that doesn't discuss the basics, but is about the advanced topics. It's called WPF Control Development Unleashed.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/10/06/wpf-control-development-unleashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create applications for the iPhone</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/10/05/create-applications-for-the-iphone/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2009/10/05/create-applications-for-the-iphone/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:40:48 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=322</guid>
		<description><![CDATA[Creating for the iPhone has two major challenges. The first is to learn and master Objective-C and the iPhone SDK. The second is to get the software up and running on your Mac and the iPhone. It's tricky, when you don't want to pay Apple $100, but it can be done. In this post I'll tell you how.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/10/05/create-applications-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth profile selector [jailbreak]</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/10/04/btps/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2009/10/04/btps/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:41:02 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[A2DP]]></category>
		<category><![CDATA[BlueTooth]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=346</guid>
		<description><![CDATA[There is no standard way to disable Bluetooth profiles on the iPhone. This post describes a utility that I have created to disable Bluetooth profiles that get in your way. Unfortunately, it only works on jailbroken iPhones.]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/10/04/btps/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
	</channel>
</rss>
