<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://citconf.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zeljko.filipin</id>
	<title>CitconWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://citconf.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zeljko.filipin"/>
	<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Special:Contributions/Zeljko.filipin"/>
	<updated>2026-04-24T13:55:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=User:Zeljko.filipin&amp;diff=15690</id>
		<title>User:Zeljko.filipin</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=User:Zeljko.filipin&amp;diff=15690"/>
		<updated>2014-09-16T13:50:02Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: added link to my user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[Željko Filipin]].&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15511</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15511"/>
		<updated>2013-09-28T15:38:54Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* Continuos Rewriting */ added link to the similar session from last year&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic. See also [[Continuous rewriting]] session from CITCON Europe 2012 Budapest.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
(Squirrel thinks the links are http://www.slideshare.net/mobile/pcalcado/from-a-monolithic-ruby-on-rails-app-to-the-jvm and http://www.infoq.com/news/2013/05/dystopia-as-a-service .)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
&lt;br /&gt;
The speaker showed Whooshingby web application that has a slider which determines how much Ruby or Python code the application uses.&lt;br /&gt;
&lt;br /&gt;
How to do it? Find some time every week, find a quiet piece of code (that is not changing a lot at the moment) and rewrite it.&lt;br /&gt;
&lt;br /&gt;
== Puzzle ==&lt;br /&gt;
&lt;br /&gt;
How to find opportunities (paid or open source)  where he could exercise continuous rewriting.&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15508</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15508"/>
		<updated>2013-09-28T15:26:45Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* Puzzle */ created section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
&lt;br /&gt;
The speaker showed Whooshingby web application that has a slider which determines how much Ruby or Python code the application uses.&lt;br /&gt;
&lt;br /&gt;
How to do it? Find some time every week, find a quiet piece of code (that is not changing a lot at the moment) and rewrite it.&lt;br /&gt;
&lt;br /&gt;
== Puzzle ==&lt;br /&gt;
&lt;br /&gt;
How to find opportunities (paid or open source)  where he could exercise continuous rewriting.&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15507</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15507"/>
		<updated>2013-09-28T15:15:35Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* How? -Theory */ fixed title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
&lt;br /&gt;
The speaker showed Whooshingby web application that has a slider which determines how much Ruby or Python code the application uses.&lt;br /&gt;
&lt;br /&gt;
How to do it? Find some time every week, find a quiet piece of code (that is not changing a lot at the moment) and rewrite it.&lt;br /&gt;
&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15506</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15506"/>
		<updated>2013-09-28T15:15:01Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* How? Practice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? -Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
&lt;br /&gt;
The speaker showed Whooshingby web application that has a slider which determines how much Ruby or Python code the application uses.&lt;br /&gt;
&lt;br /&gt;
How to do it? Find some time every week, find a quiet piece of code (that is not changing a lot at the moment) and rewrite it.&lt;br /&gt;
&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15505</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15505"/>
		<updated>2013-09-28T15:08:22Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* How? Practice */ added section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? -Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
&lt;br /&gt;
The speaker showed Whooshingby web application that has a slider which determines how much Ruby or Python code the application uses.&lt;br /&gt;
&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15504</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15504"/>
		<updated>2013-09-28T15:04:22Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* How? -Theory */ mentioned factplace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? -Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software (for example Factplace) has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15503</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15503"/>
		<updated>2013-09-28T15:01:24Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* How? -Theory */ added section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? -Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
If a piece of software has several components in one language with one architecture, single small components (for example, component A) could be rewritten in different ways or languages. The slide shows how component A is implemented in two different languages (A and A&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
(Jason promised to add two links here.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15502</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15502"/>
		<updated>2013-09-28T14:56:21Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: added &amp;quot;why&amp;quot; section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Continuos Rewriting =&lt;br /&gt;
&lt;br /&gt;
CITCON Europe 2013 4:30-5:30 pm topic.&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
Business people find smart people that write a lot of crappy code fast. The code does the job done, but it really needs to be rewritten. If you have read Joel Spolsky&amp;#039;s blog post on how completely rewriting the code is really really (really) bad, then you know it is not what needs to be done.&lt;br /&gt;
&lt;br /&gt;
The speaker found himself several times in a situation to start working on a project that is in a &amp;quot;needs rewrite desperately&amp;quot; mode. What if we could rewrite continuously?&lt;br /&gt;
&lt;br /&gt;
Every week, even if the code is not broken, we rewrite a piece of code. After a while, all code base will be rewritten. We might not use the rewritten code. &lt;br /&gt;
&lt;br /&gt;
One has to invest a amount of time to do that.&lt;br /&gt;
&lt;br /&gt;
You can rewrite a piece of PHP application in Ruby, another piece in Python, and end up with an application that is written in three languages.&lt;br /&gt;
&lt;br /&gt;
If you rewrite, you end up with better code and you understand the code better.&lt;br /&gt;
&lt;br /&gt;
Similar to pair programming, one would invest some time in continuos rewriting, but there are benefits.&lt;br /&gt;
&lt;br /&gt;
== How? -Theory ==&lt;br /&gt;
&lt;br /&gt;
(Insert slide.)&lt;br /&gt;
&lt;br /&gt;
== How? Practice ==&lt;br /&gt;
== Puzzle ==&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15501</id>
		<title>Continuous Rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_Rewriting&amp;diff=15501"/>
		<updated>2013-09-28T14:51:48Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: started the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CITCON Europe 2013 4:30-5:30 pm topic.&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=CITCONEurope2013Sessions&amp;diff=15500</id>
		<title>CITCONEurope2013Sessions</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=CITCONEurope2013Sessions&amp;diff=15500"/>
		<updated>2013-09-28T14:48:59Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* 4:30 Topics */ added Continuous Rewriting topic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CITCON Europe 2013 Turin Sessions&lt;br /&gt;
&lt;br /&gt;
Back to the [[Main Page]]&lt;br /&gt;
&lt;br /&gt;
== 10:00 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Are we doing improvement wrong?]]&lt;br /&gt;
# ---&lt;br /&gt;
# ---&lt;br /&gt;
# ---&lt;br /&gt;
# ---&lt;br /&gt;
&lt;br /&gt;
== 11:15 Topics ==&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
# [[Continuous Delivery with Puppet - what is missing?]]&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
== Lunch Topics ==&lt;br /&gt;
&lt;br /&gt;
# ---&lt;br /&gt;
&lt;br /&gt;
== 2:00 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[ContinuousDeploymentWithoutCI]]&lt;br /&gt;
# ---&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
# ---&lt;br /&gt;
&lt;br /&gt;
== 3:15 Topics ==&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
# &lt;br /&gt;
#&lt;br /&gt;
# [[ Low level test code / library bleeding edge]]&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
== 4:30 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Continuous Rewriting]]&lt;br /&gt;
# &lt;br /&gt;
# ---&lt;br /&gt;
# ---&lt;br /&gt;
# ---&lt;br /&gt;
&lt;br /&gt;
==Final session==&lt;br /&gt;
[[CitconEurope2013: Ah-ha moments]]&lt;br /&gt;
&lt;br /&gt;
== Table View ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Room name&lt;br /&gt;
! 10:00&lt;br /&gt;
! 11:15&lt;br /&gt;
! 2:00&lt;br /&gt;
! 3:15&lt;br /&gt;
! 4:30&lt;br /&gt;
|-&lt;br /&gt;
| The Big Room&lt;br /&gt;
| --- &lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| Meeting One&lt;br /&gt;
| --- &lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| Library&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| Meeting Two&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
| Garden&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=CITCONEurope2013Registrants&amp;diff=15499</id>
		<title>CITCONEurope2013Registrants</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=CITCONEurope2013Registrants&amp;diff=15499"/>
		<updated>2013-09-28T14:46:35Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: fixed link to my user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Do not edit this page manually. Register here: http://citconf.com/turin2013/register.php&lt;br /&gt;
&lt;br /&gt;
[[Adina Moldovan]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Alberto Lagna]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Aldo Piddiu]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Alexander Schinko]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Andrea Francia]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Andrea Papotti]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Andy Parker]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Mike Anh-Ngoc Phung]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Arjan Molenaar]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Carlo Bonamico]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Carlo Garatti]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Chern Kuan Kiew]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Cirilo Wortel]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Cristian Mangiavacchi]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Davor Banovic]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Deepti Gumpula]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Didac Herrera Guardiola]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Douglas Squirrel]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Eliana Alonci]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Enrico Sada]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Eoin OFlynn]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Eric Shamow]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Eriprando Pacces]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Fabio Pellizzaro]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Fabrizio Del Franco]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Federico Fissore]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Federico Paolantoni]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Federico Tolomei]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Felix Schrage]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Flavio Barisone]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Francesco Cotto]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Francesco Gigli]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Giambattista Pieretti]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Giovanni Alberto Caporaletti]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Giovanni Messina]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Giuseppe Pasceri]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Henk van Voorthuijsen]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Hermano Zago]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Indrit Selimi]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ivan Moore]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ivan Okroglic]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jacopo Romei]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jafar Soltani]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jayson Minard]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jeffrey Fredrick]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Karoly Kamaras]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Kishen Simbhoedatpanday]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Lorenzo Sforzini]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Loris Vosilla]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Luis Alberto Sanviti Suarez]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Madalina Sicoi]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Madhu Gumpula]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Marco Borromeo]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Marco Ughetti]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Martin Rost]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Michele Orselli]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Michele	Porelli]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Mocanu	Liviu]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Nicola Bettari]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Nicola Moretto]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Norman Deschauwer]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Orene Gauthier]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Orlando Selenu]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Paolo Sussetto]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Paul Damian]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Paul Julius]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Peter Farkas]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Peter Zsoldos]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Phil Baker]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Raffaele Marranzini]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ran Fan]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Raoul Buzziol]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Riccardo Muzzì]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Robert Calangiu]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Roberto Franchini]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ronald Doelen]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ronen Shenkar Rabinovitz]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Salagean Dan]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Sangeeta Parikh]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Sara Lazzaro]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Sathish Gogineni]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Simone Morlacchini]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Stefano Iasi]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Stefano Locati]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Stephen Pigott]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Steve Freeman]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Steven Mak]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Udi Altaratz]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Valerio]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Will]] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Željko Filipin]] &amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Photos&amp;diff=14785</id>
		<title>Photos</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Photos&amp;diff=14785"/>
		<updated>2012-11-02T21:06:10Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: added link to my photos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also &amp;#039;&amp;#039;&amp;#039;Blog entires, pictures, etc&amp;#039;&amp;#039;&amp;#039;: [[OnTheWeb | CITCON mentions on the web]]&lt;br /&gt;
&lt;br /&gt;
flickr CITCON pool: http://www.flickr.com/groups/525854@N20/pool/&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2012 Budapest ==&lt;br /&gt;
&lt;br /&gt;
Željko Filipin https://picasaweb.google.com/111950614512550819691/CITCONEurope2012InBudapest&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia 2012 Singapore ==&lt;br /&gt;
&lt;br /&gt;
[[Stanly Lau]] https://www.facebook.com/media/set/?set=a.10150712711268802.409606.739923801&amp;amp;type=3&amp;amp;l=8dbfc949bc&lt;br /&gt;
&lt;br /&gt;
[[Erwin Bolwidt]] https://www.facebook.com/media/set/?set=a.443475865677996.94154489.100000467581199&amp;amp;type=1&amp;amp;l=b9f9309105&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157631428888648/&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2011 London ==&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157628110366436/&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2010 London ==&lt;br /&gt;
&lt;br /&gt;
[[Dafydd Rees]] http://www.flickr.com/photos/dafydd_ll_rees/sets/72157625349426352/&lt;br /&gt;
&lt;br /&gt;
[[Kushal Pisavadia]] http://www.flickr.com/photos/kushalp/sets/72157625327748026/&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre-Ardant]] http://www.flickr.com/photos/elefevre/sets/72157625324161984/&lt;br /&gt;
&lt;br /&gt;
[[Claude Falguière]] http://picasaweb.google.com/cfalguiere/Citcon_2010#5537261634880520194&lt;br /&gt;
&lt;br /&gt;
== CITCON Australia/New Zealand 2010 Wellington ==&lt;br /&gt;
&lt;br /&gt;
Mark Berger http://www.flickr.com/photos/moothall/sets/72157624354181078/&lt;br /&gt;
&lt;br /&gt;
Oliver Erlewein http://www.erlewein.net/2010/citcon-conference-in-wellington/&lt;br /&gt;
&lt;br /&gt;
== CITCON US 2010 Raleigh/Durham ==&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre-Ardant]] http://www.flickr.com/photos/elefevre/sets/72157623748380215/&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2009 Paris ==&lt;br /&gt;
&lt;br /&gt;
[[Mathieu Bolla]] http://dedibox.mathieu-bolla.com/citcon-europe-2009/&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre-Ardant]] http://www.flickr.com/photos/elefevre/sets/72157622419361134/&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157622406296822/&lt;br /&gt;
&lt;br /&gt;
[[Joe Schmetzer]] http://www.flickr.com/photos/87709569@N00/sets/72157622434416186/&lt;br /&gt;
&lt;br /&gt;
== CITCON Australia/New Zealand 2009 Brisbane ==&lt;br /&gt;
&lt;br /&gt;
[[Alister Scott]] http://picasaweb.google.com.au/alister.scott/CITCONBrisbane2009#&lt;br /&gt;
&lt;br /&gt;
[[Mark Derricutt]] http://www.flickr.com/photos/talios/sets/72157620567902879/&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157621993632992/&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2009 Minneapolis ==&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157621994965124/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2008 Amsterdam ==&lt;br /&gt;
&lt;br /&gt;
[[Harald Walker]] http://www.flickr.com/photos/sonicwalker/sets/72157607703884204/&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre]] http://www.flickr.com/photos/elefevre/sets/72157607757087968/&lt;br /&gt;
&lt;br /&gt;
[[Yegor Yarko]] http://www.flickr.com/photos/jetbrains_teamcity/sets/72157607811381100/&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157610769419990/&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia-Pacific 2008 Melbourne Australia ==&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/talios/sets/72157605892492402/&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157606010810756/&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2008 Denver ==&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/23896836@N08/sets/72157604541528919/&lt;br /&gt;
&lt;br /&gt;
http://picasaweb.google.com/qualityfrog/CITCONDenver&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157605852079246/&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2007 Brussels ==&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/groups/525854@N20/pool/&lt;br /&gt;
&lt;br /&gt;
Eric http://www.flickr.com/photos/elefevre/sets/72157602714668604/&lt;br /&gt;
&lt;br /&gt;
[[Paul Julius]] http://www.flickr.com/photos/pauljulius/sets/72157602622129818/&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia-Pacific 2007 Sydney Australia ==&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/gp/44124458178@N01/6022U4 Photos]&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/photos/pauljulius/sets/72157601213578931 PJ&amp;#039;s Photos]&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2007 Dallas Texas ==&lt;br /&gt;
&lt;br /&gt;
http://picasaweb.google.com/jrhuggins/CITCONNorthAmerica2007&lt;br /&gt;
&lt;br /&gt;
http://www.developertesting.com/images/entryimages/citconNA2007/pictures/CITCON%20NA%202007.html&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/pauljulius/sets/72157601210414310&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/talios/tags/citcon&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2006 London England ==&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/pauljulius/sets/72157601214489797&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/87709569@N00/sets/72157594318666513/&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2006 Chicago Illinois ==&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/pauljulius/sets/72157601215054025&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=OnTheWeb&amp;diff=14784</id>
		<title>OnTheWeb</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=OnTheWeb&amp;diff=14784"/>
		<updated>2012-11-02T16:42:01Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: /* CITCON Europe 2012 Budapest */ added link to my blog post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technorati CITCON tag: http://technorati.com/tag/citcon&lt;br /&gt;
&lt;br /&gt;
WordPress CITCON tag: http://wordpress.com/tag/citcon/&lt;br /&gt;
&lt;br /&gt;
LinkedIn Group: http://www.linkedin.com/e/gis/132660/0011DE7A82CA&lt;br /&gt;
&lt;br /&gt;
See also [[Photos]]&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2012 Budapest ==&lt;br /&gt;
&lt;br /&gt;
Attila Magyar http://athos.blogs.balabit.com/2012/10/citcon-europe-2012-tdd-is-like-sex/&lt;br /&gt;
&lt;br /&gt;
Željko Filipin http://filipin.eu/citcon-europe-2012-in-budapest/&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia 2012 Singapore ==&lt;br /&gt;
&lt;br /&gt;
[[Riju Kansal]] http://aaoblogkare.blogspot.co.uk/2012/04/citcon-cool-great-experience.html&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2011 London UK ==&lt;br /&gt;
&lt;br /&gt;
[[Peter Zsoldos]] http://zsoldosp.blogspot.com/2011/11/citcon-london-2011.html&lt;br /&gt;
&lt;br /&gt;
Skillsmatter (the venue provider) put up the video recorded of the following sessions on their site at http://skillsmatter.com/event/agile-testing/citcon :&lt;br /&gt;
&lt;br /&gt;
* [[ To_Feature_Branch_Or_Not_To_Feature_Branch ]]&lt;br /&gt;
* [[ Moving_an_Agile_Team_from_CI_to_CD ]]&lt;br /&gt;
* [[ Configuration_Changes ]]&lt;br /&gt;
* [[ Testing_for_Value ]]&lt;br /&gt;
* [[ Radiators ]]&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2010 London UK ==&lt;br /&gt;
[[Eric Lefevre-Ardant]] http://ericlefevre.net/wordpress/2010/11/08/citcon-london-2010/&lt;br /&gt;
&lt;br /&gt;
[[Gojko Adzic]] http://gojko.net/2010/11/09/beyond-basic-tdd/&lt;br /&gt;
&lt;br /&gt;
[[Peter Zsoldos]] http://zsoldosp.blogspot.com/2010/11/my-citcon-london-2010-experience.html&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2009 Paris France ==&lt;br /&gt;
[[Gojko Adzic]] http://gojko.net/2009/09/19/citcon-europe-09/ http://gojko.net/2009/09/21/mocks-are-not-about-isolation-but-about-responsibilities/ http://gojko.net/2009/09/24/top-10-reasons-why-teams-fail-with-acceptance-testing/&lt;br /&gt;
&lt;br /&gt;
[[Joe Schmetzer]] http://www.exubero.com/joe/2009/09/citcon-europe-2009/&lt;br /&gt;
&lt;br /&gt;
[[Nicolas Martignole]] [http://www.touilleur-express.fr/2009/09/20/citcon-2009-paris/ CITCON 2009] (in French), [http://www.touilleur-express.fr/2009/09/20/citcon-2009-done-and-testing/ Done and Testing] (also in French), [http://www.touilleur-express.fr/2009/09/20/citcon-2009-mock-mock-and-mock/ mock, mock and mock] (in French too), [http://www.touilleur-express.fr/2009/09/20/citcon-2009-user-acceptance-test/ user acceptance tests] (yes, in French)&lt;br /&gt;
&lt;br /&gt;
[[Anthony Dahanne]] http://blog.dahanne.net/2009/09/18/citcon-europe-2009-paris/&lt;br /&gt;
&lt;br /&gt;
[[Jérôme Van Der Linden]] http://www.javasioux.fr/blog/2009/09/20/compte-rendu-citcon-paris-2009/ (in French), and also on [http://blog.octo.com/compte-rendu-citcon-paris-2009/ Octo&amp;#039;s blog] (in French)&lt;br /&gt;
&lt;br /&gt;
[[Antony Marcano]] http://www.testingreflections.com/node/view/8274&lt;br /&gt;
&lt;br /&gt;
[[Zouheir Cadi]] [http://www.parisjug.org/xwiki/bin/view/Blog/LeParisJugAuCITCON Paris JUG at CITCON] (in French)&lt;br /&gt;
&lt;br /&gt;
[[Romain Linsolas]] http://linsolas.free.fr/pro-blog/blog4.php/2009/09/21/citconf-paris-2009-autour-des-sessions (in French)&lt;br /&gt;
http://linsolas.developpez.com/articles/conferences/citconf2009/ (in French)&lt;br /&gt;
&lt;br /&gt;
[[Emmanuel Servent]] http://blog.xebia.fr/2009/09/21/citcon-paris-2009/ (in French)&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre-Ardant]] [http://ericlefevre.net/wordpress/2009/09/21/mock-objects-at-citcon-paris-2009/ on mock objects], [http://ericlefevre.net/wordpress/2009/09/22/faster-tests-at-citcon-paris-2009/ on faster test], [http://ericlefevre.net/wordpress/2009/09/23/citcon-paris-2009-a-personal-retrospective-of-the-organization/ on the organization], and [http://ericlefevre.net/wordpress/2009/09/28/predictions-for-citcon-europe-2009/ on the CITCON Europe 2009 predictions]&lt;br /&gt;
&lt;br /&gt;
[[Xavier Bourguignon]] [http://social.hortis.ch/2009/09/24/citcon-paris-2009-le-compte-rendu/ Hortis at CITCON] (in French)&lt;br /&gt;
&lt;br /&gt;
[[Pierre-Emmanuel Dautreppe]] http://www.pedautreppe.com/post/CITCON-2009-in-Paris.aspx&lt;br /&gt;
&lt;br /&gt;
[[Thibaut Van Spaandonck]] http://thibautvs.com/blog/?p=1001&lt;br /&gt;
&lt;br /&gt;
[[Fabien Duminy]] CITCON Europe 2009 : [http://www.duminy.fr/blog/?p=970&amp;amp;language=en in English] [http://www.duminy.fr/blog/?p=970&amp;amp;language=fr in French]&lt;br /&gt;
&lt;br /&gt;
[[Jason Sankey]] [http://www.alittlemadness.com/2009/10/02/citcon-paris-2009/ CITCON Paris 2009: Distributed SCMs] and [http://www.alittlemadness.com/2009/10/09/citcon-paris-2009-mocks-ci-servers-and-acceptance-testing/ CITCON Paris 2009: Mocks, CI Servers and Acceptance Testing]&lt;br /&gt;
&lt;br /&gt;
== CITCON Australia/New Zealand 2009 Brisbane Queensland ==&lt;br /&gt;
&lt;br /&gt;
[[Craig Smith]] http://cds43.wordpress.com/2009/07/06/wrap-up-from-citcon-brisbane/&lt;br /&gt;
&lt;br /&gt;
[[Alex Garrett]] http://lexecorp.com/2009/06/28/citcon/&lt;br /&gt;
&lt;br /&gt;
[[Rowly Emmett]] http://rowlyemmett.blogspot.com/2009/06/citcon-brisbane-2009.html&lt;br /&gt;
&lt;br /&gt;
[[Mirek Rzadkowski]] [http://www.softnexus.com.au/softnexus/citcon.html pencasts]&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2009 Minneapolis Minnesota ==&lt;br /&gt;
&lt;br /&gt;
[[Lisa Crispin]] http://blogs.stickyminds.com/Blogs/tabid/91/EntryId/77/Continuous-Integration-and-Testing.aspx&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2008 Amsterdam Netherlands ==&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre]] : [http://ericlefevre.net/wordpress/2008/10/05/back-from-citcon-europe-amsterdam-2008/ back from CITCON Amsterdam], [http://ericlefevre.net/wordpress/2008/10/07/scrum-is-evil/ Is Scrum evil?], [http://ericlefevre.net/wordpress/2008/10/08/coding-dojo-on-legacy-code/ coding dojo on legacy code]&lt;br /&gt;
&lt;br /&gt;
[[Harald Walker]] : [http://www.bitwalker.nl/blog/citcon-europe-2008-–-less-is-more thinks with open space that less is more]&lt;br /&gt;
&lt;br /&gt;
[[Hinse ter Schuur]] : has posted [http://blog4h.blogspot.com/2008/10/citcon-europe-2008.html one], [http://blog4h.blogspot.com/2008/10/citcon-europe-2008-2.html two], [http://blog4h.blogspot.com/2008/10/citcon-europe-2008-3.html three] different posts with notes from his sessions.&lt;br /&gt;
&lt;br /&gt;
[[Jason Gorman]] : [http://parlezuml.com/blog/?postid=702 in brief]&lt;br /&gt;
&lt;br /&gt;
[[Jason Sankey]] : [http://www.alittlemadness.com/2008/10/09/citcon-amsterdam-2008-retrospective/ favorite session was Flickering Builds]&lt;br /&gt;
&lt;br /&gt;
[[Jean-Michel Garnier]] : [http://21croissants.blogspot.com/2008/10/back-from-citcon-amsterdam-2008.html is also back from CITCON Amsterdam]&lt;br /&gt;
&lt;br /&gt;
[[Markus Hjort]] : [http://www.jroller.com/mhjort/entry/citcon_europe_2008_first_impressions CITCON Amsterdam first impressions]&lt;br /&gt;
&lt;br /&gt;
[[Olivier Gaudin]] : [http://sonar.codehaus.org/back-from-citcon-europe-2008-in-amsterdam/ posted thoughts on several sessions]&lt;br /&gt;
&lt;br /&gt;
[[Patrick Debois]] : was [http://www.jedi.be/blog/2008/10/09/citcon-2008-amsterdam/ convinced to go deeper into development]&lt;br /&gt;
&lt;br /&gt;
[[Yegor Yarko]] : [http://teamcitydev.blogspot.com/2008/10/citcon-amsterdam-2008.html is ready to meet at the next CITCON Europe]&lt;br /&gt;
&lt;br /&gt;
[[Matt Wynne]]: [http://blog.mattwynne.net/2008/10/08/is-the-value-fetish-killing-agile-teams/ on the value fetish]&lt;br /&gt;
&lt;br /&gt;
[[Willem van den Ende]]: [http://me.andering.com/2008/10/21/as-a-programmer-i-want-to-go-to-a-coders-dojo-so-that-i-can-improve-my-skills/ on the coding dojo]&lt;br /&gt;
&lt;br /&gt;
[[Zouheir Cadi]]: [http://www.parisjug.org/xwiki/bin/view/Blog/LeCITCONestfiniviveleprochainCITCON Don&amp;#039;t miss the next European CITCON]&lt;br /&gt;
&lt;br /&gt;
[[Pierre-Emmanuel Dautreppe]]: http://www.pedautreppe.com/post/CITCON-2008-in-Amsterdam---Part-2.aspx&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia-Pacific 2008 Melbourne Australia ==&lt;br /&gt;
&lt;br /&gt;
[[Colin Goudie]] : [http://gommo.tributech.net/?p=78 On his first night in Melbourne]&lt;br /&gt;
&lt;br /&gt;
[[Ronald Sunarno]] : [http://ronaldwidha.net/askbobo/event-log/citcon-anz-2008-in-melbourne/ .Net Developer had fun at CITCON]&lt;br /&gt;
&lt;br /&gt;
[[Tim Koopmans]] : [http://90kts.com/blog/2008/citcon-2008-melbourne/ CITCON 2008 Melbourne]&lt;br /&gt;
&lt;br /&gt;
[[Zutubi]] : [http://www.alittlemadness.com/2008/06/27/zutubi-citcon-asia-pacific-2008 Zutubi announces their presence at CITCON]&lt;br /&gt;
&lt;br /&gt;
[[Ben Kelly]] : [http://www.testjutsu.com/citcon-melbourne-2008-initial-thoughts-and-impressions Ben&amp;#039;s initial thoughts on CITCON Melbourne]&lt;br /&gt;
&lt;br /&gt;
[[Colin Goudie]] : [http://gommo.tributech.net/?p=79 Thoughts on &amp;quot;Session Day&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[Mark Derricutt]] : [http://www.talios.com/citcon_2008__somerset_on_elizabeth.htm Impressed by his hotel room and the conference venue]&lt;br /&gt;
&lt;br /&gt;
[[Eddy Pronk]]: [http://www.muftor.com/blog/?p=7 lessons learned on CITCON]&lt;br /&gt;
&lt;br /&gt;
[[Nigel Charman]]: [http://tutansblog.blogspot.com/2008/07/citcon-melbourne-08.html CITCON Melbourne &amp;#039;08]&lt;br /&gt;
&lt;br /&gt;
[[Stuart Moncrieff]]: [http://www.jds.net.au/news/melbourne-citcon-2008/ JDS at CITCON Asia-Pacific 2008]&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2008 Denver Colorado ==&lt;br /&gt;
&lt;br /&gt;
[[Andrew Binstock]]: [http://binstock.blogspot.com/2008/04/easy-does-it-with-easyb.html Easy Does It With easyb]&lt;br /&gt;
&lt;br /&gt;
[[Paul Holser]]: [http://cleveralias.blogs.com/thought_spearmints/2008/04/citcon-north-am.html shares his thoughts on CITCON Denver]&lt;br /&gt;
&lt;br /&gt;
[[Ben Rady]]: [http://benrady.typepad.com/radyology/2008/04/citcon-rocks.html says CITCON Rocks!]&lt;br /&gt;
&lt;br /&gt;
[[David Vydra]]: [http://www.testdriven.com/modules/news/article.php?storyid=678 is happy he went to CITCON]&lt;br /&gt;
&lt;br /&gt;
[[Jeff Peters]]: [http://www.xaware.org/myblog/citcon-continuous-integration-and-testing-conference-north-america-2008-in-denver-colorado.html recaps the sessions he attended]&lt;br /&gt;
&lt;br /&gt;
[[RJ Bruneel]]: [http://www.opensourceconnections.com/2008/04/08/a-skeptics-perspective-on-the-openspace-conference-format/ was skeptical about the open space format but convinced by the experience]. [http://www.opensourceconnections.com/2008/04/14/continuous-integration-and-testing-conference-citcon-in-denver-colorado/ he also wrote up some notes].&lt;br /&gt;
&lt;br /&gt;
[[Mark Waite]]: [http://blog.360.yahoo.com/blog-4B.afOU8erSVU28a2FPKRNU-?cq=1&amp;amp;p=251 was impressed by the people at the conference] and still needs to write about the conference results...&lt;br /&gt;
&lt;br /&gt;
[[Lisa Crispin]]: [http://lisacrispin.blogspot.com/2008/06/citcon-takeaways.html CITCON Denver takeaways]&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2007 Brussels Belgium ==&lt;br /&gt;
&lt;br /&gt;
[[Erik Doernenburg]]: [http://erik.doernenburg.com/2007/10/20/citcon/ CITCON - CCMenu announcement]&lt;br /&gt;
&lt;br /&gt;
[[Marc Evers]]: [http://blog.piecemealgrowth.net/citcon-europe-2007-2/ CITCON Europe 2007]&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre]]: [http://ericlefevre.net/wordpress/2007/10/24/back-from-citcon-brussels-2007/ Back from CITCON], [http://ericlefevre.net/wordpress/2007/10/24/citcon-brussels-2007-jester-jumble/ Jester &amp;amp; Jumble], [http://ericlefevre.net/wordpress/2007/10/24/citcon-brussels-2007-hudson/ Hudson]. [http://ericlefevre.net/wordpress/2008/04/28/implementation-of-creating-change-one-tic-tac-at-a-time/ Talks about a Hudson plugin using some of the ideas from past CITCONs].&lt;br /&gt;
&lt;br /&gt;
[[Andrew Binstock]] [http://binstock.blogspot.com/2007/10/citcon-brussels-2007.html on Why CITCON?]&lt;br /&gt;
&lt;br /&gt;
[[Ivan Moore]] [http://ivan.truemesh.com/archives/000720.html recaps CITCON Brussels]. And is [http://ivan.truemesh.com/archives/000734.html looking forward to CITCON Amsterdam]&lt;br /&gt;
&lt;br /&gt;
[[Pierre-Emmanuel Dautreppe]] http://www.pedautreppe.com/post/CITCON-2007-in-Brussels---Part-2.aspx&lt;br /&gt;
&lt;br /&gt;
== CITCON Asia-Pacific 2007 Sydney Australia ==&lt;br /&gt;
&lt;br /&gt;
[[User:Talios|Mark Derricutt]]&amp;#039;s blog entries on CITCON: http://www.talios.com/tags/?/citcon&lt;br /&gt;
&lt;br /&gt;
[[Jason Yip]]&amp;#039;s [http://jchyip.blogspot.com/2007/07/key-take-away-points-from-citcon-asia.html key take away points]&lt;br /&gt;
&lt;br /&gt;
[[Erik Petersen]]&amp;#039;s [http://www.testingreflections.com/node/view/5775 mini-review] and mentions-CITCON-in-Passing &lt;br /&gt;
[http://www.testingreflections.com/node/view/5773 musing] on Levi technique&lt;br /&gt;
&lt;br /&gt;
[[Kristan Vingrys]]&amp;#039;s blog entry on CITCON: [http://www.vinktank.com/test-automation/test-code-is-as-important-as-production-code/ one of my key take away points]&lt;br /&gt;
&lt;br /&gt;
[[tomjadams|Tom Adams&amp;#039;]] [http://adams.id.au/blog/2007/08/citcon-2007/ comments]&lt;br /&gt;
&lt;br /&gt;
The [http://www.alittlemadness.com/2007/07/31/citcon-retrospective/ Zutubi retrospective]&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2007 Dallas Texas ==&lt;br /&gt;
&lt;br /&gt;
Jason Huggins pictures taken with his MacBook: http://picasaweb.google.com/jrhuggins/CITCONNorthAmerica2007&lt;br /&gt;
&lt;br /&gt;
Eric Pugh&amp;#039;s blog entries on CITCon: [http://blog.opensourceconnections.com/?s=citcon OpenSource Connections]&lt;br /&gt;
&lt;br /&gt;
[[Chris Turner]]&amp;#039;s summary: [http://bestfriendchris.com/blog/2007/04/30/citcon-north-america-07 CITCON North America Ã¢ÂÂ07]&lt;br /&gt;
&lt;br /&gt;
[[Andy Glover]]: http://thediscoblog.com/2007/04/28/whats-after-ant/&lt;br /&gt;
&lt;br /&gt;
David O&amp;#039;Hara: http://blog.davidohara.net/2007/05/01/citcon-2007/&lt;br /&gt;
&lt;br /&gt;
Vandana Shah: http://www.developertesting.com/archives/month200705/20070504-CITCONOpenSpaceConferenceRocks.html&lt;br /&gt;
&lt;br /&gt;
[[Matt Smith]]: http://netsmith.blogspot.com/2007/05/continuous-integration-and-testing.html&lt;br /&gt;
&lt;br /&gt;
[[Elisabeth Hendrickson]]: http://www.testobsessed.com/2007/05/01/the-power-of-community/&lt;br /&gt;
&lt;br /&gt;
[[Jason Darling]]: http://blogs.dovetailsoftware.com/blogs/jason_darling/archive/2007/05/11/citcon-2007-review.aspx&lt;br /&gt;
&lt;br /&gt;
== CITCON Europe 2006 London England ==&lt;br /&gt;
&lt;br /&gt;
Ivan Moore: http://ivan.truemesh.com/archives/000651.html&lt;br /&gt;
&lt;br /&gt;
Mike Cannon-Brookes:  http://blogs.atlassian.com/rebelutionary/archives/2006/10/citcon_london_2.html&lt;br /&gt;
&lt;br /&gt;
http://www.flickr.com/photos/87709569@N00/sets/72157594318666513/&lt;br /&gt;
&lt;br /&gt;
Julian Simpson: http://juliansimpson.blogspot.com/2006/10/citcon-was-awesome.html&lt;br /&gt;
&lt;br /&gt;
Willem van den Ende: http://me.andering.com/2006/10/08/citcon-london-2006-photos/ &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.willemvandenende.com/photos/?Qwd=./2006/citcon&amp;amp;Qiv=thumbs&amp;amp;Qis=S Willem&amp;#039;s pictures]&lt;br /&gt;
&lt;br /&gt;
[[Eric Lefevre]]: http://ericlefevre.net/wordpress/2006/10/08/citcon-london-2006/&lt;br /&gt;
* [http://ericlefevre.net/pictures/06_07_citcon/subalbum_1_slideshow.html Eric&amp;#039;s pictures]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/16/taking-notes-visibly-to-everyone/ Taking Notes Visibly to Everyone]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/13/citcon-and-the-culture-of-ci-before-installing-cruisecontrol-beyond-installing-it/ The Culture of CI ]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/11/citcon-and-random-figures/ CITCON and Random Figures]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/10/citcon-and-technical-excellence/ CITCON and technical excellence]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/10/ci-and-offshore/ CI and Offshore]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/10/remote-cruisecontrol/ Remote (Cruise)Control: Amazon EC2]&lt;br /&gt;
* [http://ericlefevre.net/wordpress/2006/10/09/open-space-technology/ Open Space Technology]&lt;br /&gt;
&lt;br /&gt;
Joe Schmetzer: http://www.exubero.com/blog/20061012_CITCON_London_2006_Retrospective.html&lt;br /&gt;
&lt;br /&gt;
Owen Evans:&lt;br /&gt;
* [http://www.bgeek.net/node/199 Argument Driven Design]&lt;br /&gt;
* [http://www.bgeek.net/node/198 CITCON Roundup]&lt;br /&gt;
* [http://www.bgeek.net/node/195 CITCON London]&lt;br /&gt;
&lt;br /&gt;
Michael Kloss: http://www.clau-mich.de/weblog/archives/2006/10/#e2006-10-07T08_40_34.txt&lt;br /&gt;
&lt;br /&gt;
== CITCON North America 2006 Chicago Illinois ==&lt;br /&gt;
&lt;br /&gt;
http://java.about.com/b/a/256847.htm&lt;br /&gt;
&lt;br /&gt;
James Shore: http://www.jamesshore.com/Blog/Citcon-in-London.html&lt;br /&gt;
&lt;br /&gt;
[[Jason Huggins]]: http://www.jrandolph.com/blog/2006/04/10/does-a-testing-tool-prove-the-functionality-of-software/&lt;br /&gt;
&lt;br /&gt;
Al Wick: http://wickidcool.com/modules.php?op=modload&amp;amp;name=News&amp;amp;file=article&amp;amp;sid=44&amp;amp;mode=thread&amp;amp;order=0&amp;amp;thold=0&lt;br /&gt;
&lt;br /&gt;
Nola: http://phpgirl.blogspot.com/2006/04/never-dull-moment.html&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Browser_automation_in_the_cloud&amp;diff=14783</id>
		<title>Browser automation in the cloud</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Browser_automation_in_the_cloud&amp;diff=14783"/>
		<updated>2012-11-02T16:38:54Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: added link to the shorter version of the talk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have missed the session, here is a shorter version: [http://filipin.eu/test-automation-at-homeswap-com/ Test automation at HomeSwap.com]&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=%C5%BDeljko_Filipin&amp;diff=14639</id>
		<title>Željko Filipin</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=%C5%BDeljko_Filipin&amp;diff=14639"/>
		<updated>2012-10-09T19:58:25Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: minor formatting fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* name: Željko Filipin. &lt;br /&gt;
* e-mail: zeljko at filipin dot eu &lt;br /&gt;
* blog: http://filipin.eu/&lt;br /&gt;
&lt;br /&gt;
I am freelance software tester, currently working at the [http://wikimediafoundation.org/ Wikimedia Foundation].&lt;br /&gt;
&lt;br /&gt;
Željko is pronounced similar to zhel-ko or jell-ko, in case your Croatian is a bit rusty.&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=%C5%BDeljko_Filipin&amp;diff=14638</id>
		<title>Željko Filipin</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=%C5%BDeljko_Filipin&amp;diff=14638"/>
		<updated>2012-10-09T19:57:31Z</updated>

		<summary type="html">&lt;p&gt;Zeljko.filipin: created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* name: Željko Filipin. &lt;br /&gt;
* e-mail: zeljko at filipin dot eu &lt;br /&gt;
* blog: http://filipin.eu/&lt;br /&gt;
&lt;br /&gt;
I am freelance software tester. I am currently working at the [http://wikimediafoundation.org/ Wikimedia Foundation]&lt;br /&gt;
&lt;br /&gt;
Željko is pronounced similar to zhel-ko or jell-ko, in case your Croatian is a bit rusty.&lt;/div&gt;</summary>
		<author><name>Zeljko.filipin</name></author>
	</entry>
</feed>