<?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>Daniele Demichelis</title>
	<atom:link href="http://www.danidemi.com/mainwww/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danidemi.com/mainwww</link>
	<description>There are 10 types of people in the world: Those who understand binary, and those who don&#039;t...</description>
	<lastBuildDate>Sat, 31 Mar 2012 09:17:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Corso Test Driven Development a Milano</title>
		<link>http://www.danidemi.com/mainwww/2012/03/corso-test-driven-development-a-milano/</link>
		<comments>http://www.danidemi.com/mainwww/2012/03/corso-test-driven-development-a-milano/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 09:17:20 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[corso]]></category>
		<category><![CDATA[sviluppo]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=245</guid>
		<description><![CDATA[Mercoledi 16 Maggio terrò un corso sull&#8217;utilizzo di Unit Test e sull&#8217;adozione di Test Driven Development presso la Fondazione dell&#8217;Ordine degli Ingegneri della Provincia di Milano. La giornata sarà focalizzata su tre argomenti principali: l&#8217;analisi di costi e benefici dell&#8217;adozione &#8230; <a href="http://www.danidemi.com/mainwww/2012/03/corso-test-driven-development-a-milano/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2012/03/corso-test-driven-development-a-milano/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What I liked of Codemotion 2012</title>
		<link>http://www.danidemi.com/mainwww/2012/03/what-i-liked-of-codemotion-2012/</link>
		<comments>http://www.danidemi.com/mainwww/2012/03/what-i-liked-of-codemotion-2012/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 15:49:20 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=235</guid>
		<description><![CDATA[A quick recap of talks I attended during Codemotion 2012 <a href="http://www.danidemi.com/mainwww/2012/03/what-i-liked-of-codemotion-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2012/03/what-i-liked-of-codemotion-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What a Project Manager would like to know about unit testing</title>
		<link>http://www.danidemi.com/mainwww/2011/04/what-a-project-manager-would-like-to-know-about-unit-testing/</link>
		<comments>http://www.danidemi.com/mainwww/2011/04/what-a-project-manager-would-like-to-know-about-unit-testing/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 14:29:11 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=212</guid>
		<description><![CDATA[Which is the most pragmatic approach to introduce automated unit testing to project managers ? In this article I describe you what are the questions made by a PM I worked with about automated unit testing. <a href="http://www.danidemi.com/mainwww/2011/04/what-a-project-manager-would-like-to-know-about-unit-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2011/04/what-a-project-manager-would-like-to-know-about-unit-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install a Perl module with CPANP</title>
		<link>http://www.danidemi.com/mainwww/2011/03/how-to-install-a-perl-module/</link>
		<comments>http://www.danidemi.com/mainwww/2011/03/how-to-install-a-perl-module/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 10:23:11 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=207</guid>
		<description><![CDATA[Example about how to install a Perl module through cpanp. <a href="http://www.danidemi.com/mainwww/2011/03/how-to-install-a-perl-module/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2011/03/how-to-install-a-perl-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diff in Java</title>
		<link>http://www.danidemi.com/mainwww/2010/11/diff-in-java/</link>
		<comments>http://www.danidemi.com/mainwww/2010/11/diff-in-java/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 15:43:12 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=194</guid>
		<description><![CDATA[How to implement diff in Java <a href="http://www.danidemi.com/mainwww/2010/11/diff-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/11/diff-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A journey with Test and Performance Tools Platform (TPTP)</title>
		<link>http://www.danidemi.com/mainwww/2010/11/a-journey-with-test-and-performance-tools-platform-tptp/</link>
		<comments>http://www.danidemi.com/mainwww/2010/11/a-journey-with-test-and-performance-tools-platform-tptp/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 15:27:43 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=186</guid>
		<description><![CDATA[I got some spare time, so I decided to give TPTP a try. After all I was thinking about it for some months. I got the chance to apply TPTP to an applet I&#8217;m working to. The applet&#8217;s main task &#8230; <a href="http://www.danidemi.com/mainwww/2010/11/a-journey-with-test-and-performance-tools-platform-tptp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/11/a-journey-with-test-and-performance-tools-platform-tptp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FormFramework for iPhone</title>
		<link>http://www.danidemi.com/mainwww/2010/11/formframework-for-iphone/</link>
		<comments>http://www.danidemi.com/mainwww/2010/11/formframework-for-iphone/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:18:35 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=184</guid>
		<description><![CDATA[FormFramework allows you to easily include well designed forms in your iPhone app. <a href="http://www.danidemi.com/mainwww/2010/11/formframework-for-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/11/formframework-for-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to efficiently show file elaboration</title>
		<link>http://www.danidemi.com/mainwww/2010/11/how-to-efficiently-show-file-elaboration/</link>
		<comments>http://www.danidemi.com/mainwww/2010/11/how-to-efficiently-show-file-elaboration/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 16:22:12 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[graohics]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=182</guid>
		<description><![CDATA[How to organize a GUI that effectively shows the users the upload and the elaboration processes of a local file to a remote application server ? Here's my proposal. <a href="http://www.danidemi.com/mainwww/2010/11/how-to-efficiently-show-file-elaboration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/11/how-to-efficiently-show-file-elaboration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Http commons too standard for some web servers</title>
		<link>http://www.danidemi.com/mainwww/2010/10/http-commons-too-standard-for-some-web-servers/</link>
		<comments>http://www.danidemi.com/mainwww/2010/10/http-commons-too-standard-for-some-web-servers/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 10:18:40 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[rfc]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=176</guid>
		<description><![CDATA[By default commons http sends POST multipart/form-data messages obeying the RFC standards. This can make some web servers to reject the message. This is a way to fix the problem. <a href="http://www.danidemi.com/mainwww/2010/10/http-commons-too-standard-for-some-web-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/10/http-commons-too-standard-for-some-web-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Provide all Ruby Enterprise dependencies</title>
		<link>http://www.danidemi.com/mainwww/2010/09/provide-all-ruby-enterprise-dependencies/</link>
		<comments>http://www.danidemi.com/mainwww/2010/09/provide-all-ruby-enterprise-dependencies/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:28:07 +0000</pubDate>
		<dc:creator>danidemi</dc:creator>
				<category><![CDATA[Rails & C.]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.danidemi.com/mainwww/?p=173</guid>
		<description><![CDATA[I was trying to install Ruby Enterprise on my Ubuntu machine. I discover you need to be sure to have some package installed if you really want to build all gems needed by Ruby On Rails. So be sure to &#8230; <a href="http://www.danidemi.com/mainwww/2010/09/provide-all-ruby-enterprise-dependencies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.danidemi.com/mainwww/2010/09/provide-all-ruby-enterprise-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

