<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>about:software development</title>
	<atom:link href="https://glenndejaeger.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://glenndejaeger.wordpress.com</link>
	<description>Personal opinion on software development in general, development methodologies, tools and best practices in particular</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='glenndejaeger.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s-ssl.wordpress.com/i/buttonw-com.png</url>
		<title>about:software development</title>
		<link>https://glenndejaeger.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://glenndejaeger.wordpress.com/osd.xml" title="about:software development" />
	<atom:link rel='hub' href='https://glenndejaeger.wordpress.com/?pushpress=hub'/>
		<item>
		<title>7 mistakes of software testing</title>
		<link>https://glenndejaeger.wordpress.com/2012/01/12/7-mistakes-in-software-testing/</link>
		<comments>https://glenndejaeger.wordpress.com/2012/01/12/7-mistakes-in-software-testing/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:03:43 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Quality]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=220</guid>
		<description><![CDATA[Though most developers know the importance of testing, it seems that a lot of them still aren&#8217;t testing enough. And if they write tests, they test just test wrong. Unit tests If some tests are written in applications, most of them will be unit tests. It&#8217;s easy to test a utility class by just calling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=220&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2012/01/12/7-mistakes-in-software-testing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>
	</item>
		<item>
		<title>What if there were no innovative companies in IT?</title>
		<link>https://glenndejaeger.wordpress.com/2011/08/07/what-if-there-were-no-innovative-companies-in-it/</link>
		<comments>https://glenndejaeger.wordpress.com/2011/08/07/what-if-there-were-no-innovative-companies-in-it/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 13:15:21 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=210</guid>
		<description><![CDATA[Recently I was wondering how the web, technology market, gadgets, &#8230; should look like if there were no big innovators the last few years. I thought it was worth it to share my thoughts with you. What if there was no Google? We would probably still combine all kind of search engine&#8217;s suboptimal search results [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=210&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2011/08/07/what-if-there-were-no-innovative-companies-in-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>
	</item>
		<item>
		<title>The Ceylon Project</title>
		<link>https://glenndejaeger.wordpress.com/2011/05/14/the-ceylon-project/</link>
		<comments>https://glenndejaeger.wordpress.com/2011/05/14/the-ceylon-project/#comments</comments>
		<pubDate>Sat, 14 May 2011 19:07:46 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ceylon]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Virtual Machine]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=205</guid>
		<description><![CDATA[A couple of weeks ago I heard about Ceylon for the first time. Ceylon is a new language which will run on the JVM, influenced by Java and Scala, and has many similarities with Java and C#.  The name comes from the island Sri Lanka, also called Ceylon, and from the Ceylon tea, so the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=205&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2011/05/14/the-ceylon-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>
	</item>
		<item>
		<title>Will Google become the new Sun?</title>
		<link>https://glenndejaeger.wordpress.com/2011/03/28/will-google-become-the-new-sun/</link>
		<comments>https://glenndejaeger.wordpress.com/2011/03/28/will-google-become-the-new-sun/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 20:10:20 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=176</guid>
		<description><![CDATA[Since Oracle took over Sun a lot of Java community members feared the future of their favourite programming language. And their worst nightmare came true. Oracle started lawsuits against different companies, they postponed the implementation of new language features requested through JSR&#8217;s, OpenSolaris is no longer really open source, the JDK based on JRockit is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=176&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2011/03/28/will-google-become-the-new-sun/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/03/google-java.jpg" medium="image">
			<media:title type="html">google-java</media:title>
		</media:content>
	</item>
		<item>
		<title>Scrum and fixed price: impossible?</title>
		<link>https://glenndejaeger.wordpress.com/2011/01/30/scrum-and-fixed-price-impossible/</link>
		<comments>https://glenndejaeger.wordpress.com/2011/01/30/scrum-and-fixed-price-impossible/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 13:46:51 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[SCRUM]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=178</guid>
		<description><![CDATA[When you want to introduce Scrum in a fixed price project, the majority of people you&#8217;re talking to about this idea will immediately say that it&#8217;s impossible to use Scrum in a fixed price project.  Do they know that for sure? Did they ever try it? The answer to both questions is &#8216;NO&#8217;, no doubt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=178&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2011/01/30/scrum-and-fixed-price-impossible/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/01/scrum_israeli_logo.jpg" medium="image">
			<media:title type="html">scrum_israeli_logo</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/01/money.jpg?w=300" medium="image">
			<media:title type="html">money</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/01/scrum_large.png" medium="image">
			<media:title type="html">scrum_large</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/01/peter_stevens-money-for-nothing-changes-for-free.png" medium="image">
			<media:title type="html">Peter_Stevens-money-for-nothing-changes-for-free</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2011/01/variable_scope_cost_ceiling.jpg" medium="image">
			<media:title type="html">variable_scope_cost_ceiling</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>https://glenndejaeger.wordpress.com/2011/01/02/2010-in-review/</link>
		<comments>https://glenndejaeger.wordpress.com/2011/01/02/2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 11:15:07 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=174</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Wow. Crunchy numbers A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 9,100 times in 2010. That&#8217;s about 22 full 747s. &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=174&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2011/01/02/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/agile.jpg?w=288" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>How to become hyper-productive</title>
		<link>https://glenndejaeger.wordpress.com/2010/11/26/how-to-become-hyper-productive/</link>
		<comments>https://glenndejaeger.wordpress.com/2010/11/26/how-to-become-hyper-productive/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 21:55:04 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=73</guid>
		<description><![CDATA[Last week I attended a talk called &#8216;Productive Programmer&#8217; at Devoxx, Antwerp, Belgium. It inspired me to write a blog about this interesting subject which can help us all to become more productive and even to end up in hyper productive state. And with &#8216;all&#8217; I mean everyone working in the IT business: developers, testers, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=73&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2010/11/26/how-to-become-hyper-productive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/individual_improvement.jpg?w=150" medium="image">
			<media:title type="html">Individual_improvement</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/copy-paste-multiple-clipboards-200x200.jpg" medium="image">
			<media:title type="html">copy-paste-multiple-clipboards-200X200</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/no-mouse.jpg?w=141" medium="image">
			<media:title type="html">no-mouse</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/focus.jpg?w=150" medium="image">
			<media:title type="html">focus</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/automated.gif?w=150" medium="image">
			<media:title type="html">AUtomated</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/pairon.jpg?w=300" medium="image">
			<media:title type="html">pairon</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/yagni060524c.png" medium="image">
			<media:title type="html">yagni060524c</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/yagni-development-assistant-1.gif" medium="image">
			<media:title type="html">yagni-development-assistant-1</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/yagni-development-assistant-2.gif" medium="image">
			<media:title type="html">yagni-development-assistant-2</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/a-team.jpg?w=300" medium="image">
			<media:title type="html">a-team</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/images.jpg?w=150" medium="image">
			<media:title type="html">images</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/foreign-ownership.jpg?w=203" medium="image">
			<media:title type="html">foreign-ownership</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/11/cooperation.jpg?w=300" medium="image">
			<media:title type="html">cooperation</media:title>
		</media:content>
	</item>
		<item>
		<title>Vaadin: what&#8217;s new</title>
		<link>https://glenndejaeger.wordpress.com/2010/09/27/vaadin-whats-new/</link>
		<comments>https://glenndejaeger.wordpress.com/2010/09/27/vaadin-whats-new/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 17:24:13 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Vaadin]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=134</guid>
		<description><![CDATA[It&#8217;s been a while since my last blog post about Vaadin. Summertime you know But Vaadin was still evolving towards an even better framework. I&#8217;ll summarize the new fancy features. Last week I went to a very interesting talk about Android. THe programming language isn&#8217;t Java but is very similar to Java. Creating fancy applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=134&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2010/09/27/vaadin-whats-new/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/09/vaadin1.png" medium="image">
			<media:title type="html">Vaadin</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/09/vaadin-sampler.png?w=150" medium="image">
			<media:title type="html">Vaadin sampler</media:title>
		</media:content>

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/09/vaadin-add-ons.png" medium="image">
			<media:title type="html">Vaadin add-ons</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/09/devoxx.jpg" medium="image">
			<media:title type="html">Devoxx</media:title>
		</media:content>

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />

		<media:content url="http://jpp.realdolmen.com/confluence/images/icons/linkext7.gif" medium="image" />
	</item>
		<item>
		<title>Vaadin, Maven and Spring</title>
		<link>https://glenndejaeger.wordpress.com/2010/06/10/vaadin-maven-and-spring/</link>
		<comments>https://glenndejaeger.wordpress.com/2010/06/10/vaadin-maven-and-spring/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:53:31 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Vaadin]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=107</guid>
		<description><![CDATA[Vaadin is a Rapid Application Development (RAD) framework for RIA applications. I only know it for a few months but since I started experimenting with it, I&#8217;m really in favor of it. I see a lot of advantages compared to Sun&#8217;s Java EE standard front-end framework JSF. First of all Vaadin is a java library, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=107&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2010/06/10/vaadin-maven-and-spring/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/06/vaadin.png" medium="image">
			<media:title type="html">Vaadin</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/06/maven.gif" medium="image">
			<media:title type="html">Maven</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/06/spring.jpg" medium="image">
			<media:title type="html">Spring</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make Scrum fail</title>
		<link>https://glenndejaeger.wordpress.com/2010/05/06/how-to-make-scrum-fail/</link>
		<comments>https://glenndejaeger.wordpress.com/2010/05/06/how-to-make-scrum-fail/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:33:52 +0000</pubDate>
		<dc:creator>glenndejaeger</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[SCRUM]]></category>

		<guid isPermaLink="false">http://glenndejaeger.wordpress.com/?p=80</guid>
		<description><![CDATA[A lot of people heard about Scrum, some of them know what it is, some of them tried it already and for some of them it failed. In this blog post I&#8217;ll enumerate things you should do if you want your Scrum project to fail. For those who don&#8217;t like failure, keep on reading the descriptions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=glenndejaeger.wordpress.com&amp;blog=11172593&amp;post=80&amp;subd=glenndejaeger&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>https://glenndejaeger.wordpress.com/2010/05/06/how-to-make-scrum-fail/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/ab065eee8a1121bbdf54afe0ad6aefa8?s=96&#38;d=retro&#38;r=X" medium="image">
			<media:title type="html">glenndejaeger</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/agile.jpg" medium="image">
			<media:title type="html">Agile</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/bad-retrospective.jpg" medium="image">
			<media:title type="html">Bad Retrospective</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/product-owner.jpg" medium="image">
			<media:title type="html">Product Owner</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/scrum-master.jpg" medium="image">
			<media:title type="html">Scrum Master</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/done.jpg" medium="image">
			<media:title type="html">Done</media:title>
		</media:content>

		<media:content url="http://glenndejaeger.files.wordpress.com/2010/05/silver-bullet.jpg" medium="image">
			<media:title type="html">Silver Bullet</media:title>
		</media:content>
	</item>
	</channel>
</rss>
