<?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&#039;s weblog &#187; Development</title>
	<atom:link href="http://blog.ramondeklein.nl/index.php/category/develop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramondeklein.nl</link>
	<description>A developer&#039;s view on the world</description>
	<lastBuildDate>Mon, 06 Jun 2011 08:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Visual Studio 2010 help</title>
		<link>http://blog.ramondeklein.nl/index.php/2010/10/29/visual-studio-2010-help/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2010/10/29/visual-studio-2010-help/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 20:41:28 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=563</guid>
		<description><![CDATA[Visual Studio 2010 comes with the worst help file viewer ever. Fortunately, Rob Chandler created a help file viewer that Microsoft should have made. <a href="http://blog.ramondeklein.nl/index.php/2010/10/29/visual-studio-2010-help/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/10/29/visual-studio-2010-help/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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. <a href="http://blog.ramondeklein.nl/index.php/2010/08/18/organizing-generic-xaml/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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. <a href="http://blog.ramondeklein.nl/index.php/2010/07/28/tabcontrols-contenttemplate-cannot-be-changed-dynamically/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2010/07/28/tabcontrols-contenttemplate-cannot-be-changed-dynamically/feed/</wfw:commentRss>
		<slash:comments>1</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 &#8230; <a href="http://blog.ramondeklein.nl/index.php/2010/07/23/beware-of-routed-events/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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... <a href="http://blog.ramondeklein.nl/index.php/2010/07/17/windows-phone-7-sdk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>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. <a href="http://blog.ramondeklein.nl/index.php/2009/10/06/wpf-control-development-unleashed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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. <a href="http://blog.ramondeklein.nl/index.php/2009/10/05/create-applications-for-the-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/10/05/create-applications-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>1</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. <a href="http://blog.ramondeklein.nl/index.php/2009/10/04/btps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/10/04/btps/feed/</wfw:commentRss>
		<slash:comments>229</slash:comments>
		</item>
		<item>
		<title>Parallel processing</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/09/14/parallel-processing/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2009/09/14/parallel-processing/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:18:14 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[GCD]]></category>
		<category><![CDATA[Grand Central Dispatch]]></category>
		<category><![CDATA[P/Linq]]></category>
		<category><![CDATA[Parallel extensions for .NET]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=302</guid>
		<description><![CDATA[Apple's introduced Grand Central Dispatch in Snow Leopard. Microsoft will integrate the Parallel extensions for .NET in .NET 4. In this post I will describe why these technologies are important and why you should use it. <a href="http://blog.ramondeklein.nl/index.php/2009/09/14/parallel-processing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/09/14/parallel-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF TextBox differences</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/08/10/wpf-textbox-differences/</link>
		<comments>http://blog.ramondeklein.nl/index.php/2009/08/10/wpf-textbox-differences/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:13:50 +0000</pubDate>
		<dc:creator>Ramon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=264</guid>
		<description><![CDATA[WPF control share no code with the old-style Win32 controls that are used in traditional Windows applications. The WinForms controls wrap the native Win32 controls and extend them in some areas. The WPF library complete rewrites these controls in native .NET code, so some differences may occur. In this post I will describe two small differences that might be annoying. <a href="http://blog.ramondeklein.nl/index.php/2009/08/10/wpf-textbox-differences/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.ramondeklein.nl/index.php/2009/08/10/wpf-textbox-differences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

