<?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>Martín Alaimo</title>
	<atom:link href="http://www.martinalaimo.com/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinalaimo.com</link>
	<description>... de personas y sistemas.</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:41:03 +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>WebTest Fixtures, FitNesse, Selenium and Integrated Windows Authentication</title>
		<link>http://www.martinalaimo.com/en/2010/09/webtest-fixtures-fitnesse-selenium-windows-auth/</link>
		<comments>http://www.martinalaimo.com/en/2010/09/webtest-fixtures-fitnesse-selenium-windows-auth/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 18:41:03 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agile Projects]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=592</guid>
		<description><![CDATA[As part of one of the latests coaching on implementing Scrum in a software development team, it was decided to implement ATDD and we decided to use FitNesse for preparing and writing of the tests and Selenium to execute them. In order to link both Selenium and FitNesse, we use WebTests Fixtures (Thanks Gojko et]]></description>
			<content:encoded><![CDATA[<p>As part  of one of the latests coaching on implementing Scrum in a software  development team, it was decided to implement ATDD and we decided to use <a href="http://fitnesse.org/" target="_blank">FitNesse</a> for preparing and writing of the tests and <a href="http://seleniumhq.org/" target="_blank">Selenium</a> to execute them.<br />
In order to link both <a href="http://seleniumhq.org/" target="_blank">Selenium</a> and <a href="http://fitnesse.org/" target="_blank">FitNesse</a>, we use <a href="http://sourceforge.net/projects/webtestfixtures/" target="_blank">WebTests Fixtures</a> (Thanks Gojko et al.)</p>
<p>The surprise that awaited us was a web application developed in. NET with <a href="http://en.wikipedia.org/wiki/Integrated_Windows_Authentication" target="_blank">Windows Integrated Authentication</a>. Anyone who has been through this, would know that there is not much information online that would solve the problem. Except  for a couple of modifications to the core of WebTest and a few isolated  posts, we were unable to find a unified source to solve this problem.</p>
<p>From  the beginning, we knew we didn&#8217;t want to modify the code of the testing tools we decided to  use, to enable them to be updated as new versions come out without major  problems, therefore, that solution was discarded.</p>
<p>After  researching a while, we decided the best option was to have Selenium  running an instance of Firefox onfigured enough to set Integrated Windows  Authentication with no problems.</p>
<h2>Context</h2>
<p><a href="http://fitnesse.org/" target="_blank">FitNesse</a> and <a href="http://seleniumhq.org/" target="_blank">Selenium</a> are both installed and running as services on a windows server. <a href="http://fitnesse.org/" target="_blank">FitNesse</a> version is the one that comes with the download of <a href="http://sourceforge.net/projects/webtestfixtures/" target="_blank">WebTests Fixtures</a>, while the version of <a href="http://seleniumhq.org/" target="_blank">Selenium</a> is the latest, since that comes  with WT supports up to Firefox 2, not 3.</p>
<h2>Solution</h2>
<p>In  principle, we must create a new Firefox profile with a given configuration for user credentials under which the service is running Selenium  are sent to the Web application in a transparent manner, without popups  or alerts that prevent Selenium do its job. Then we configure selenium to lift the specific profile of Firefox, and not another.</p>
<h3>Creating the Profile in Firefox</h3>
<p>To create a new profile for firefox it&#8217;s important to be logged with the user under which the service is running Selenium. Once inside the system you must follow these steps (Note: This assumes Windows):</p>
<p>1. Run:</p>
<pre>firefox.exe -ProfileManager</pre>
<p>2. Click &#8220;Create Profile&#8221;<br />
3. Naming Your profile. In our case we use &#8220;WebTest-FFPROFILE-IWA&#8221;<br />
4. Select a folder. In our case we use &#8220;C:\webtest\WebTest-FFPROFILE-IWA&#8221;<br />
5. Click &#8220;Finish&#8221;<br />
6. Select &#8220;Do not ask at startup&#8221;</p>
<h3>Configuring Profile in Firefox</h3>
<p>1. Continuing from the previous step, select the newly created profile and click on &#8220;Start Firefox&#8221;<br />
2. Go to &#8220;View-&gt; Toolbars&#8221; and uncheck &#8220;Bookmarks&#8221;<br />
3. Right click on the toolbar and select &#8220;Customize&#8221;<br />
4. Select &#8220;Use Small Icons&#8221; and accept<br />
5. Go to &#8220;Tools-&gt; Options<br />
6. In the tab &#8220;Main&#8221; setear &#8220;about: blank&#8221; homepage and off as &#8220;Show Downloads&#8221;<br />
7. In the Tab &#8220;Perstañas&#8221; select new window to new pages and disable all alerts<br />
8. In the Tab &#8220;Content&#8221; Disabling Pop-Ups<br />
9. Tab In the &#8220;Privacy&#8221; all options off History<br />
10. In the Tab &#8220;Security&#8221; Security Options unselect and &#8220;Settings &#8230;&#8221; disable alerts<br />
11. In  the Tab &#8220;Advanced&#8221; deactivate &#8220;automatic transfer&#8221; of the subtab  &#8220;General&#8221; and turn off alerts and search engines the tab &#8220;Updates&#8221;<br />
12. Go to &#8220;Tools-&gt; Extensions&#8221; and install Firebug, and ScreenGrab Selenium IDE<br />
13. In the address bar type &#8220;about: config&#8221;<br />
14. Create logic input (boolean) &#8220;extensions.update.notifyUser&#8221; -&gt; false<br />
15. Create logic input (boolean) &#8220;extensions.newAddons&#8221; -&gt; false<br />
16. Modify  the entry &#8220;network.automatic-ntlm-auth.trusted-uris&#8221; and enter the  domain of the server where we want to test the Web application<br />
17. Modify the entry &#8220;network.ntlm.send-lm-response&#8221; and give it a value of &#8220;true&#8221;</p>
<p>At this point we have properly configured Firefox profile.</p>
<h3>Selenium configuration to take your Firefox profile created</h3>
<p>Modify  the batch file that runs Selenium (in the root of WebTest) and include the following parameter after the call to the JAR file: &#8220;-firefoxProfileTemplate C:\webtest\WebTest-FFPROFILE-IWA&#8221; (change C:\webtest\WebTest-FFPROFILE-IWA with the foldername into which you saved the newly created Firefox profile.</p>
<p>Done, your tests now should run under Windows Integrated Authentication.</p>
<p>I hope to serve you at some point if you run into this problem. <img src='http://www.martinalaimo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/09/webtest-fixtures-fitnesse-selenium-windows-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmers are not Developers</title>
		<link>http://www.martinalaimo.com/en/2010/09/programador-no-significa-desarrollador/</link>
		<comments>http://www.martinalaimo.com/en/2010/09/programador-no-significa-desarrollador/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 22:18:07 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=586</guid>
		<description><![CDATA[I often find myself in situations where people mistakes &#8220;programmer&#8221; with &#8220;developer&#8221; or even &#8220;developer&#8221; with &#8220;programmer.&#8221; Before proceeding, I should clarify that my position is to define the programmer as someone who does not specialize in something else other than coding new features based on designs received. Does not help to write or understand]]></description>
			<content:encoded><![CDATA[<p>I often find myself in situations where people mistakes &#8220;programmer&#8221; with &#8220;developer&#8221; or even &#8220;developer&#8221; with &#8220;programmer.&#8221;</p>
<p>Before  proceeding, I should clarify that my position is to define the  programmer as someone who does not specialize in something else other  than coding new features based on designs received. Does not help to write or understand the specifications. Does not even occur to write automated tests. Doesn´t work to keep the build up to date. Not to mention the tests. He doesn&#8217;t help the client understand their needs or solve their problems. He&#8217;s dedicated only to write code.</p>
<p>The  current trend in software development and agile methodologies are  increasingly realizing the need for multidisciplinary teams, or in other  words, people who contribute in various ways to the aim pursued, rather  than people who only specialize in one part of the process and do not have a complete view of the project.</p>
<p>Thus, all are equally responsible for achieving the successes and learn from the failures  (if any exists.) The  most reasonable solution that some organizations are finding in order to meet the  changing business context is to increase their flexibility. It  is even logical to deduce that the engagement of specialists in certain  areas alone will create many economic losts and even higher costs of  communication within the team, which can impair the successful product  development.</p>
<p>What is expected of a developer then? The  developer is basically who does EVERYTHING but not at the same time (that  would be an absurdity), he knows the process from beginning to end and  therefore is able to detect &#8220;on time&#8221; any &#8220;misadventure&#8221; that might  arise. In other words, it would be like  those new digital cameras that obtain a panoramic image providing a  comprehensive view of the scene photographed.</p>
<p>The tasks of a developer are:</p>
<ul>
<li> Understand the business and the objectives that are being pursued</li>
<li>Collaborate with the Product Owner to identify the user stories and acceptance criteria</li>
<li>Being part player at the time of assembly and maintenance of the working environment</li>
<li> Ensure agile practices for software development as continuous integration, TDD, ATDD</li>
<li> Participate in the design of the solution, both logical and architectural</li>
</ul>
<p>For  a better world, the responsibilities of product development must be  shared among all those involved in the project, with the exception that  the Product Owner does not, in most cases, have the necessary expertise about thechnical topics.  Yes, I see the next question is: what about the Scrum Master? My  answer is another question: How could the Scrum Master to remove  impediments and ensure an adequate team work environment if he doesn&#8217;t  have the technical expertise required? Quote:</p>
<blockquote><p>&#8220;A  detailed and intimate knowledge of how something works posibilidade  increases that help the team leader to discover more subtle technical  issues that must be addressed&#8221; (LaFasto &amp; Larson, When teams work  best, 2001, p. 133).</p></blockquote>
<p>At  bottom, though the team is the primary caretaker of product development  and of course is best known its development, the Scrum Master should  not ignore the aspects of development and in some cases, who should be  better known if it is want to avoid communication problems, interpretation and estimation, but above all, if we are to achieve a successful goal.</p>
<p>Returning  to the beginning: what we need are real developers who have the tools  and practices needed to achieve a successful development process and a  high quality product. This does not mean that there is also need for programmers, but do not confuse a developer or &#8220;developer&#8221; with a simple timer. Even  a good programmer could be a bad developer and Scrum Master who has not  acquired these tools during their training could possibly be perceived  by the development team as lacking the necessary skills to perform their  duties.</p>
<p>If only we can understand these fundamental differences, we will have taken another step towards a better working world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/09/programador-no-significa-desarrollador/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is this PMI Agile perspective?</title>
		<link>http://www.martinalaimo.com/en/2010/09/es-esta-la-perspectiva-agil-del-pmi/</link>
		<comments>http://www.martinalaimo.com/en/2010/09/es-esta-la-perspectiva-agil-del-pmi/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:04:55 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agile Projects]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=577</guid>
		<description><![CDATA[In the August edition of &#8220;PM Network&#8221; a short presentation about what is and whether to adopt Agile was published. It touches on several of the principles and suggested (in a somewhat biased way in my opinion) the situations where they apply or situations where they don&#8217;t. Anyone interested in seeing it, can do it]]></description>
			<content:encoded><![CDATA[<p>In the August edition of &#8220;PM Network&#8221; a short presentation about what is and whether to adopt Agile was published. It touches on several of the principles and suggested (in a somewhat biased way in my opinion) the situations where they apply or situations where they don&#8217;t. Anyone interested in seeing it, can do it here::</p>
<p><a href="http://www.pmi.org/resources/pages/agile.aspx" target="_blank">http://www.pmi.org/resources/pages/agile.aspx</a></p>
<p>But the interesting part is the response posted by some Agile Folks <img src='http://www.martinalaimo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Enjoy:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="height=390&amp;width=480&amp;file=http://newvideos.xtranormal.com/web_final_lo/ca4e6b70-ad68-11df-93cf-003048d6740d_10_web_final_lo_web_finallo-flv.flv&amp;image=http://newvideos.xtranormal.com/web_final_lo/ca4e6b70-ad68-11df-93cf-003048d6740d_10_web_final_lo_poster.jpg&amp;link=http://www.xtranormal.com/watch/6973505&amp;searchbar=false&amp;autostart=false" /><param name="src" value="http://www.xtranormal.com/site_media/players/jwplayer.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://www.xtranormal.com/site_media/players/jwplayer.swf" flashvars="height=390&amp;width=480&amp;file=http://newvideos.xtranormal.com/web_final_lo/ca4e6b70-ad68-11df-93cf-003048d6740d_10_web_final_lo_web_finallo-flv.flv&amp;image=http://newvideos.xtranormal.com/web_final_lo/ca4e6b70-ad68-11df-93cf-003048d6740d_10_web_final_lo_poster.jpg&amp;link=http://www.xtranormal.com/watch/6973505&amp;searchbar=false&amp;autostart=false" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Video: <a href="http://www.xtranormal.com/watch/6973505" target="_blank">http://www.xtranormal.com/watch/6973505</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/09/es-esta-la-perspectiva-agil-del-pmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mariana&#8217;s Scrum Implementation Laws</title>
		<link>http://www.martinalaimo.com/en/2010/08/leyes-para-implementar-scrum/</link>
		<comments>http://www.martinalaimo.com/en/2010/08/leyes-para-implementar-scrum/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:58:32 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=571</guid>
		<description><![CDATA[Who is Mariana? True to the best journalistic style that doesn&#8217;t reveal its sources, sometimes for professional or ethic reasons and many other times just for fun (to annoy the audience), I won&#8217;t reveal his true identity. Let&#8217;s call it simply &#8220;Mariana.&#8221; &#8220;Mariana&#8221; is one of the students who attended one of the Scrum courses]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="../wp-content/uploads/2010/08/laws.jpg"><img title="Leyes" src="../wp-content/uploads/2010/08/laws.jpg" alt="" width="404" height="302" /></a></p>
<p>Who is Mariana? True  to the best journalistic style that doesn&#8217;t reveal its sources, sometimes  for professional or ethic reasons and many other times just for fun (to annoy the  audience), I won&#8217;t reveal his true identity. Let&#8217;s call it simply &#8220;Mariana.&#8221;</p>
<p>&#8220;Mariana&#8221; is one of the students who attended one of the Scrum courses I taught this year. Upon finalization, I gathered all my stuff, including the material  usually used as letters, cards, post-its, tape rolls, markers, etc. Later when I got home, I proceed to arrange all those things and found this paper:</p>
<blockquote><p><strong>Infallible laws to Implement Scrum </strong></p>
<p>1. Do it Iterativly, Incrementaly</p>
<p>2. Don&#8217;t try to cover everything from the beginning</p>
<p>3. Manage the expectations for the first Sprints</p>
<p>4. Don&#8217;t feel overwhelmed by all the impediments that will arise (previously hidden)</p>
<p>5. Have courage, experience and let experience &#8211; Its nor bad to fail, it&#8217;s bad if you don&#8217;t learn from your failure.</p></blockquote>
<p>Well, the truth is that I do not know who was the author of this note because it wasn&#8217;t signed. Just guess it was a woman because she folded the paper very suspiciously neat and so I called her &#8220;Mariana.&#8221; Today  I regret this haven&#8217;t been shared with the rest of the class, it would have been very productive, but at least the good thing is that she  understood what it is to bring Scrum to practice.</p>
<p><em>photo by http://www.flickr.com/photos/limaoscarjuliet/225249268/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/08/leyes-para-implementar-scrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>August 31st &#8211; Agile Development with Scrum</title>
		<link>http://www.martinalaimo.com/en/2010/08/31-de-agosto-desarrollo-agil-con-scrum/</link>
		<comments>http://www.martinalaimo.com/en/2010/08/31-de-agosto-desarrollo-agil-con-scrum/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:26:56 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agenda]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=568</guid>
		<description><![CDATA[Sorry, this entry is only available in Español.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.martinalaimo.com/es/feed/">Español</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/08/31-de-agosto-desarrollo-agil-con-scrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RVM Instalation</title>
		<link>http://www.martinalaimo.com/en/2010/08/instalacion-de-rvm/</link>
		<comments>http://www.martinalaimo.com/en/2010/08/instalacion-de-rvm/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:57:42 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agile Projects]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=563</guid>
		<description><![CDATA[Sorry, this entry is only available in Español.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://www.martinalaimo.com/es/feed/">Español</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/08/instalacion-de-rvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrum in Rosario City!</title>
		<link>http://www.martinalaimo.com/en/2010/07/scrum-en-rosario/</link>
		<comments>http://www.martinalaimo.com/en/2010/07/scrum-en-rosario/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 02:55:30 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agenda]]></category>
		<category><![CDATA[Agile Projects]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=557</guid>
		<description><![CDATA[During a new visit to the beautiful riverside city, this time supported by Fundación Libertad, I have the chance to chat a few hours about the meaning of Scrum in order to get a little bit closer to Agile. We were fortunate to enjoy a cool winter morning, in a high floor of a building]]></description>
			<content:encoded><![CDATA[<p>During a new visit to the beautiful riverside city, this time supported  by <a href="http://www.libertad.org.ar/" target="_blank">Fundación Libertad</a>, I have the chance to chat a few hours about the  meaning of Scrum in order to get a little bit closer to Agile.</p>
<p>We  were fortunate to enjoy a cool winter morning, in a high floor of a    building in downtown that offers a breathtaking view of the river    Paraná. Gorgeous!</p>
<p>At the beginning, we held a dynamic called    &#8220;tribes&#8221; through which  we identified different groups of professionals   and their knowledge and  use of Agile methodologies in their projects   (it&#8217;s amazing how this  kind of exercise always works, whatever the   context or group of  persons).</p>
<p>Later on, we started talking about  the Principles, the Agile  Manifesto,  User Stories, Sprints, Product  Backlog, Release Plan, Task  Board, Daily  Standup Meetings,  Retrospectives&#8230;, trying to understand  what makes  Agile Methodologies  so effective when talking about  improving the  quality delivered to  the customer and the practices of  our daily work.<br />
Even though many  people are reluctact about these methodolgies and find   them strongly  contrasting with what they´ve learnt so far, there are   many others who  are positively interested and look forward both to   learning more  about Agile and applying it at work. The mere act of   participating in  this experience is a great way to do it!</p>
<p>Here I post the presentation we used (in spanish):</p>
<div id="__ss_4854017" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Gestión Ágil de Proyectos Scrum - Rosario - Julio-2010" href="http://www.slideshare.net/kleerer/gestin-gil-de-proyectos-scrum-rosario-julio2010">Gestión Ágil de Proyectos Scrum &#8211; Rosario &#8211; Julio-2010</a></strong><object id="__sse4854017" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gestingildeproyectosscrum-rosario-100727213059-phpapp02&amp;stripped_title=gestin-gil-de-proyectos-scrum-rosario-julio2010" /><param name="name" value="__sse4854017" /><param name="allowfullscreen" value="true" /><embed id="__sse4854017" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gestingildeproyectosscrum-rosario-100727213059-phpapp02&amp;stripped_title=gestin-gil-de-proyectos-scrum-rosario-julio2010" name="__sse4854017" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Hope to see you again soon, Rosario!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/07/scrum-en-rosario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSD – Certified Scrum Developer in BA</title>
		<link>http://www.martinalaimo.com/en/2010/07/csd-certified-scrum-developer-at-bs-as/</link>
		<comments>http://www.martinalaimo.com/en/2010/07/csd-certified-scrum-developer-at-bs-as/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:11:19 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agenda]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=552</guid>
		<description><![CDATA[Last Week, from Monday to Wednesday, I facilitated another session of a 24hs intensive workshop about agile software development that belongs to the CSD certification (Certified Scrum Developer). Here I post a video that illustrates the session: For more information about these CSD certification workshops you can visit Keer&#8217;s dedicated webpage: http://www.kleerer.com/en/CSD]]></description>
			<content:encoded><![CDATA[<p>Last Week, from Monday to Wednesday, I facilitated another session of a 24hs intensive workshop about agile software development that belongs to the CSD certification (Certified Scrum Developer).</p>
<p>Here I post a video that illustrates the session:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yofbt57yEME&amp;hl=es_ES&amp;fs=1?rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/yofbt57yEME&amp;hl=es_ES&amp;fs=1?rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For more information about these CSD certification workshops you can visit Keer&#8217;s dedicated webpage: <a href="http://www.kleerer.com/en/CSD">http://www.kleerer.com/en/CSD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/07/csd-certified-scrum-developer-at-bs-as/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What if Doctors were Treated Like Web Developers?</title>
		<link>http://www.martinalaimo.com/en/2010/06/medicos-como-desarrolladores-web/</link>
		<comments>http://www.martinalaimo.com/en/2010/06/medicos-como-desarrolladores-web/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 19:02:27 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Pensamientos]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Traducciones]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=540</guid>
		<description><![CDATA[See Original Post&#8230;]]></description>
			<content:encoded><![CDATA[<p><p style="text-align: center;"><a href="http://www.martinalaimo.com/wp-content/uploads/2010/06/Hey_Doc.jpg"><img class="aligncenter" title="Hola Doc!" src="http://www.martinalaimo.com/wp-content/uploads/2010/06/Hey_Doc.jpg" alt="" width="608" height="588" /></a></p>
<p style="text-align: center;">See <a href="http://www.agent-x.com.au/comic/poor-treatment/" target="_blank">Original Post</a>&#8230;</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/06/medicos-como-desarrolladores-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Español) Música ágil para mis oidos</title>
		<link>http://www.martinalaimo.com/en/2010/06/musica-agil-para-mis-oidos/</link>
		<comments>http://www.martinalaimo.com/en/2010/06/musica-agil-para-mis-oidos/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:11:38 +0000</pubDate>
		<dc:creator>Martin Alaimo</dc:creator>
				<category><![CDATA[Agenda]]></category>
		<category><![CDATA[Experiences]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.martinalaimo.com/en/?p=530</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinalaimo.com/en/2010/06/musica-agil-para-mis-oidos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
