<?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>Goblincave &#187; * Rants</title>
	<atom:link href="http://goblincave.net/category/english/rants_english/feed" rel="self" type="application/rss+xml" />
	<link>http://goblincave.net</link>
	<description>WPF, C# i den lidt stÃ¸rre sammenhÃ¦ng</description>
	<lastBuildDate>Sun, 15 Aug 2010 19:18:58 +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>WPF DataGrid &#8211; Gotchas</title>
		<link>http://goblincave.net/07/2010/wpf-datagrid-gotcha.php</link>
		<comments>http://goblincave.net/07/2010/wpf-datagrid-gotcha.php#comments</comments>
		<pubDate>Sat, 17 Jul 2010 23:55:04 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=546</guid>
		<description><![CDATA[The WPF DataGrid is a monster of a control (just like the DataGridView in Windows Forms is), but some things drive me crazy. They baked a lot of functionality into this control &#8211; and then they skipped easy functionality because&#8230; well, who knows. Below, I&#8217;ll present a few of the ones, I&#8217;ve dealt with: CellAlignment [...]]]></description>
		<wfw:commentRss>http://goblincave.net/07/2010/wpf-datagrid-gotcha.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Approximately TestDriven</title>
		<link>http://goblincave.net/07/2010/approximately-testdriven.php</link>
		<comments>http://goblincave.net/07/2010/approximately-testdriven.php#comments</comments>
		<pubDate>Sat, 17 Jul 2010 09:49:58 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Coding]]></category>
		<category><![CDATA[* Rants]]></category>
		<category><![CDATA[English posts]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[DDD]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=544</guid>
		<description><![CDATA[As it might shine through in my previous posts &#8211; I have a pragmatic view on TDD. I understand why tests are important &#8211; I do tests, but I don&#8217;t test everything &#8211; maybe I approach 15% test-coverage. I chose to make ERP-systems my speciality &#8211; and I land at lousy 15% coverage? Many would [...]]]></description>
		<wfw:commentRss>http://goblincave.net/07/2010/approximately-testdriven.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping vs. doing &#8216;real&#8217; developement</title>
		<link>http://goblincave.net/07/2010/prototyping-vs-doing-real-developement.php</link>
		<comments>http://goblincave.net/07/2010/prototyping-vs-doing-real-developement.php#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:32:24 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Coding]]></category>
		<category><![CDATA[* Rants]]></category>
		<category><![CDATA[English posts]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=538</guid>
		<description><![CDATA[I&#8217;m currently making a prototype where I have to show how the final application will look. That means, I have to build basically everything, I would normally build for the &#8216;real&#8217; application (data, styling and command-logic). This is not my preferred way of working &#8211; normally I would build it incrementally &#8211; one functionality at [...]]]></description>
		<wfw:commentRss>http://goblincave.net/07/2010/prototyping-vs-doing-real-developement.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How people always try to do things the hard way with WPF</title>
		<link>http://goblincave.net/07/2010/how-people-always-try-to-do-things-the-hard-way-with-wpf.php</link>
		<comments>http://goblincave.net/07/2010/how-people-always-try-to-do-things-the-hard-way-with-wpf.php#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:00:44 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Coding]]></category>
		<category><![CDATA[* Rants]]></category>
		<category><![CDATA[English posts]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=533</guid>
		<description><![CDATA[I lurk a lot on StackOverflow - it sometimes strikes me how hard people try to make their problems. Instead of using a simple solution, they will over-engineer it until it becomes impossible to do what they&#8217;re trying to accomplish. If you are trying to bind to the parent control via templatebinding and do a [...]]]></description>
		<wfw:commentRss>http://goblincave.net/07/2010/how-people-always-try-to-do-things-the-hard-way-with-wpf.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NHibernate querying &#8211; a matter of knowing your scenarios</title>
		<link>http://goblincave.net/06/2010/nhibernate-querying-a-matter-of-knowing-your-scenarios.php</link>
		<comments>http://goblincave.net/06/2010/nhibernate-querying-a-matter-of-knowing-your-scenarios.php#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:48:57 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=518</guid>
		<description><![CDATA[These past few days, I&#8217;ve held a company-specific course on NHibernate. It went really well, and I believe the participants also got those few golden eggs that makes the course worthwhile for them. They had been using NHibernate for some time and have specialists abroad &#8211; so, it was with some trepidation I approached the [...]]]></description>
		<wfw:commentRss>http://goblincave.net/06/2010/nhibernate-querying-a-matter-of-knowing-your-scenarios.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google vs books</title>
		<link>http://goblincave.net/06/2010/google-vs-books.php</link>
		<comments>http://goblincave.net/06/2010/google-vs-books.php#comments</comments>
		<pubDate>Sat, 19 Jun 2010 20:56:14 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=514</guid>
		<description><![CDATA[I am reading up on usability at the moment and I passed a usability guru&#8217;s website &#8211; Jacob Jensen. He has strong opinions &#8211; and I like strong opinions and tend to agree with him mostly. Well, that&#8217;s up until now &#8211; I read an article by him entitled &#8220;Google makes you dumber&#8221; (link). That [...]]]></description>
		<wfw:commentRss>http://goblincave.net/06/2010/google-vs-books.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is this thing on..? *taps microphone*</title>
		<link>http://goblincave.net/06/2010/is-this-thing-on-taps-microphone.php</link>
		<comments>http://goblincave.net/06/2010/is-this-thing-on-taps-microphone.php#comments</comments>
		<pubDate>Sun, 13 Jun 2010 21:00:21 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/06/2010/is-this-thing-on-taps-microphone.php</guid>
		<description><![CDATA[Sometimes, I&#8217;m wondering whether anyone is actually reading my posts here at GoblinCave. I realize that many will stop by only once or twice when a google search has turned this way &#8211; but I have no idea if there is an audience for the posts I&#8217;m writing. So, a quick raise of hands (read: [...]]]></description>
		<wfw:commentRss>http://goblincave.net/06/2010/is-this-thing-on-taps-microphone.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Status pÃ¥ mine projekter i Ã¸jeblikket</title>
		<link>http://goblincave.net/04/2010/status-pa-mine-projekter-i-%c3%b8jeblikket.php</link>
		<comments>http://goblincave.net/04/2010/status-pa-mine-projekter-i-%c3%b8jeblikket.php#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:27:58 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=350</guid>
		<description><![CDATA[Det her er egentlig mest en chance for mig selv for at danne et overblik over mine igangvÃ¦rende projekter (sÃ¥ jeg kan grine af det om 10 Ã¥r&#8230;). PÃ¥ arbejde er der ild i 3 forskellige projekter med varierende formÃ¥l. Hovedprioriteten er vores branchelÃ¸sning, som kÃ¸rer i drift hos den fÃ¸rste kunde, og som snart [...]]]></description>
		<wfw:commentRss>http://goblincave.net/04/2010/status-pa-mine-projekter-i-%c3%b8jeblikket.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tilbage til undervisning</title>
		<link>http://goblincave.net/10/2009/tilbage-til-undervisning.php</link>
		<comments>http://goblincave.net/10/2009/tilbage-til-undervisning.php#comments</comments>
		<pubDate>Sat, 31 Oct 2009 20:14:13 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Kursus]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=342</guid>
		<description><![CDATA[SÃ¥ er mit fÃ¸rste kursus vel overstÃ¥et. Det var en fornÃ¸jelse at prÃ¸ve at undervise igen. Alt taget i betragtning gik det ogsÃ¥ godt. Deltagerne var positivt stemte og havde bortset et par mindre ting omkring kursusmaterialet ikke det store at indvende. Jeg var lidt nervÃ¸s fÃ¸r vi gik i gang &#8211; jeg havde kun [...]]]></description>
		<wfw:commentRss>http://goblincave.net/10/2009/tilbage-til-undervisning.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking a break from Danish (no &#8211; the pastry will stay&#8230;)</title>
		<link>http://goblincave.net/01/2009/taking-a-break-from-danish-no-the-pastry-will-stay.php</link>
		<comments>http://goblincave.net/01/2009/taking-a-break-from-danish-no-the-pastry-will-stay.php#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:46:54 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>
		<category><![CDATA[English posts]]></category>

		<guid isPermaLink="false">http://goblincave.net/?p=299</guid>
		<description><![CDATA[I&#8217;ve changed the layout of this blog in subtle ways &#8211; the posts are now divided into an English section and a Danish ditto &#8211; also, I switched to the default theme while adjusting the old one (I&#8217;ll have to brush up on my mad php-skills, darn it). I&#8217;ve learned that some subjects are better [...]]]></description>
		<wfw:commentRss>http://goblincave.net/01/2009/taking-a-break-from-danish-no-the-pastry-will-stay.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A must-see blog!</title>
		<link>http://goblincave.net/06/2007/a-must-see-blog.php</link>
		<comments>http://goblincave.net/06/2007/a-must-see-blog.php#comments</comments>
		<pubDate>Fri, 15 Jun 2007 19:35:16 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/06/2007/a-must-see-blog.php</guid>
		<description><![CDATA[I stumbled upon this guy (StumbleUpon is simply too great a service) and promptly added him to my RSS-feeds. Basically his blog is about DRM and all things related to policy making related to copyright and such. He addresses Congress in the US and is a guy you&#8217;ll want to listen to. He gives a [...]]]></description>
		<wfw:commentRss>http://goblincave.net/06/2007/a-must-see-blog.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supermarkets&#8230; have to hate them</title>
		<link>http://goblincave.net/05/2007/supermarkets-have-to-hate-them.php</link>
		<comments>http://goblincave.net/05/2007/supermarkets-have-to-hate-them.php#comments</comments>
		<pubDate>Fri, 18 May 2007 16:35:58 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/05/2007/supermarkets-have-to-hate-them.php</guid>
		<description><![CDATA[We're not bloody stupid guinea pigs...]]></description>
		<wfw:commentRss>http://goblincave.net/05/2007/supermarkets-have-to-hate-them.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argueing over the internet&#8230;</title>
		<link>http://goblincave.net/01/2007/argueing-over-the-internet.php</link>
		<comments>http://goblincave.net/01/2007/argueing-over-the-internet.php#comments</comments>
		<pubDate>Sun, 07 Jan 2007 21:56:35 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=39</guid>
		<description><![CDATA[Things that make me go Aaaaargh..]]></description>
		<wfw:commentRss>http://goblincave.net/01/2007/argueing-over-the-internet.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://goblincave.net/08/2006/people-wants-to-be-fooled-f%c3%b8tex-vs-bilka.php</link>
		<comments>http://goblincave.net/08/2006/people-wants-to-be-fooled-f%c3%b8tex-vs-bilka.php#comments</comments>
		<pubDate>Fri, 11 Aug 2006 20:11:42 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=36</guid>
		<description><![CDATA[The fianc? discovered something the other day &#8211; one of the clear-cut discoveries that make you realize how much you get ripped off sometimes. For the danish audience &#8211; take a look at the following two web-sites: Føtex vs. Bilka. See any similarities? Okay, that was a rhetorical question &#8211; F?tex and Bilka is brands [...]]]></description>
		<wfw:commentRss>http://goblincave.net/08/2006/people-wants-to-be-fooled-f%c3%b8tex-vs-bilka.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>In other news &#8211; Nybolig sucks</title>
		<link>http://goblincave.net/08/2006/in-other-news-nybolig-sucks.php</link>
		<comments>http://goblincave.net/08/2006/in-other-news-nybolig-sucks.php#comments</comments>
		<pubDate>Mon, 07 Aug 2006 21:14:57 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=35</guid>
		<description><![CDATA[So, the site has been updated &#8211; I promised not to say who did it, but I&#8217;m soon going to marry her&#8230; Well, anyhows &#8211; much is happening at the moment. Our old apartment has been sold &#8211; much to our surprise since the realtor was probably the daftest around. After hearing nothing for 2 [...]]]></description>
		<wfw:commentRss>http://goblincave.net/08/2006/in-other-news-nybolig-sucks.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confessions of a 28-year-old virgin</title>
		<link>http://goblincave.net/09/2005/confessions-of-a-28-year-old-virgin.php</link>
		<comments>http://goblincave.net/09/2005/confessions-of-a-28-year-old-virgin.php#comments</comments>
		<pubDate>Fri, 23 Sep 2005 09:39:58 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=29</guid>
		<description><![CDATA[But who cares, really?]]></description>
		<wfw:commentRss>http://goblincave.net/09/2005/confessions-of-a-28-year-old-virgin.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MLM: It&#8217;s the cheapest way to become self-employed!</title>
		<link>http://goblincave.net/09/2005/mlm-its-the-cheapest-way-to-become-self-employed.php</link>
		<comments>http://goblincave.net/09/2005/mlm-its-the-cheapest-way-to-become-self-employed.php#comments</comments>
		<pubDate>Tue, 20 Sep 2005 00:03:21 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=28</guid>
		<description><![CDATA[May be, but if it looks too good to be true... There is no such thing as 'Free lunch'!]]></description>
		<wfw:commentRss>http://goblincave.net/09/2005/mlm-its-the-cheapest-way-to-become-self-employed.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MLM: It&#8217;s the biggest success-story since indoor plumbing!</title>
		<link>http://goblincave.net/09/2005/mlm-its-the-biggest-success-story-since-indoor-plumbing.php</link>
		<comments>http://goblincave.net/09/2005/mlm-its-the-biggest-success-story-since-indoor-plumbing.php#comments</comments>
		<pubDate>Wed, 14 Sep 2005 19:57:53 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=27</guid>
		<description><![CDATA[Or was that... biggest mess ever since...]]></description>
		<wfw:commentRss>http://goblincave.net/09/2005/mlm-its-the-biggest-success-story-since-indoor-plumbing.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MLM: We&#8217;re not a pyramid-scheme!</title>
		<link>http://goblincave.net/09/2005/mlm-were-not-a-pyramid-scheme.php</link>
		<comments>http://goblincave.net/09/2005/mlm-were-not-a-pyramid-scheme.php#comments</comments>
		<pubDate>Tue, 13 Sep 2005 21:17:05 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=26</guid>
		<description><![CDATA[How to anger a MLM'er...]]></description>
		<wfw:commentRss>http://goblincave.net/09/2005/mlm-were-not-a-pyramid-scheme.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MLM &#8211; the marketing to end all marketing?</title>
		<link>http://goblincave.net/09/2005/mlm-the-marketing-to-end-all-marketing.php</link>
		<comments>http://goblincave.net/09/2005/mlm-the-marketing-to-end-all-marketing.php#comments</comments>
		<pubDate>Sun, 11 Sep 2005 14:31:41 +0000</pubDate>
		<dc:creator>GoblinHero</dc:creator>
				<category><![CDATA[* Rants]]></category>

		<guid isPermaLink="false">http://goblincave.net/goblog/?p=25</guid>
		<description><![CDATA[Is the revolution here? Did I forget to sign up?]]></description>
		<wfw:commentRss>http://goblincave.net/09/2005/mlm-the-marketing-to-end-all-marketing.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
