<?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>Developer Instinct &#187; sprint</title>
	<atom:link href="http://www.carlosjosebarroso.com/tag/sprint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carlosjosebarroso.com</link>
	<description>Some people just born to do this...</description>
	<lastBuildDate>Mon, 03 May 2010 17:22:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using jgraph to make your burndown chart</title>
		<link>http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/</link>
		<comments>http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:41:26 +0000</pubDate>
		<dc:creator>cjbarroso</dc:creator>
				<category><![CDATA[CLI apps]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[burndown]]></category>
		<category><![CDATA[burndown chart]]></category>
		<category><![CDATA[iteration]]></category>
		<category><![CDATA[lean]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.carlosjosebarroso.com/?p=29</guid>
		<description><![CDATA[In the begining, there was Excel&#8230;
As most of the new scrum practitioners, I started to make my burndown charts in a spreadsheet (Excel, OO Calc). Like all the tools made too generalistic, I don&#8217;t like it, and felt that something is terribly wrong in the universe.
Then I start a search for a tool that:
1- Can [...]]]></description>
			<content:encoded><![CDATA[<p>In the begining, there was Excel&#8230;<br />
As most of the new <a href="http://www.carlosjosebarroso.com/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">scrum</a> practitioners, I started to make my <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a> charts in a spreadsheet (Excel, OO Calc). Like all the tools made too generalistic, I don&#8217;t like it, and felt that something is terribly wrong in the universe.<br />
Then I start a search for a tool that:</p>
<p>1- Can be used from the CLI<br />
2- The graphic can be written / modified by the most quantity of tools possible.<br />
3- Use a text-only format. Well, this wasn&#8217;t a requirement at first, but becames one when I find this tool<br />
<span id="more-29"></span><br />
This excellent tool, found <a href="http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html">here</a> was written by James S. Plank, at the University of Tennessee. In his own words,  &#8220;Jgraph is a program that takes the description of a graph or graphs as input, and produces a postscript file on the standard output.&#8221;.  This is an oversimplified description, and soon you will discover why.<br />
Let&#8217;s get to work. In order to make a simple guide <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">burndown chart</a> to attach to the wall, for example, we will write a simple text file called <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a>.jgr:</p>
<p><code><br />
newgraph<br />
newcurve 0 26 25 0 linetype solid<br />
</code></p>
<p>That&#8217;s it. This is a <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">burndown chart</a> that I can attach to my wall and complement with some color markers while the current <a href="http://www.carlosjosebarroso.com/tag/sprint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sprint">sprint</a> runs:</p>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 218px"><img class="size-full wp-image-37 " title="Burndown Chart" src="http://www.carlosjosebarroso.com/wp-content/uploads/2009/09/blog-burndown1.png" alt="Burndown Chart 1" width="208" height="210" /><p class="wp-caption-text"><a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">Burndown Chart</a> 1</p></div>
<p>Well, that isn&#8217;t very impressive, right ? First, I will explain the parameters</p>
<p>Let&#8217;s add a caption for the graphic and the axes, and ajust a little the scale, so it becames really useful:</p>
<p><code><br />
newgraph<br />
title : <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">Burndown Chart</a> for project "My Project"<br />
newcurve pts 0 26 25 0 linetype solid<br />
xaxis size 9 label : Days<br />
yaxis size 5 label : Story Points</code></p>
<p style="text-align: left;">
<p style="text-align: left;">This give us:</p>
<p style="text-align: left;"><img class="size-full wp-image-40 aligncenter" title="Burndown Chart, version two" src="http://www.carlosjosebarroso.com/wp-content/uploads/2009/09/blog-burndown2.png" alt="Burndown Chart, version two" width="586" height="353" /></p>
<p style="text-align: left;">Well, it&#8217;s getting better. Now let&#8217;s add a real <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a> line, and the line that represents the mean of work that have to be accomplished in the current <a href="http://www.carlosjosebarroso.com/tag/iteration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iteration">iteration</a>. The code is as follows:</p>
<pre style="text-align: left;">newgraph
title : <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">Burndown Chart</a> for project "My Project"
newcurve pts 0 26 1 25 2 23 9 23 50 0 linetype solid
newcurve pts 0 26 50 0 linetype dotted
xaxis size 9 label : Days
yaxis size 5 label : Story Points</pre>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-49" title="blog-burndown3" src="http://www.carlosjosebarroso.com/wp-content/uploads/2009/09/blog-burndown3.png" alt="blog-burndown3" width="592" height="358" />As you can see, we have a dotted line representing the mean work and the line that represent th actual work done in each day. Now, this is all that I need to print and attach to the wall.</p>
<p style="text-align: left;">
<h2 style="text-align: left;">Making the source file useful</h2>
<p style="text-align: left;">
<p>We are missing the one characteritic that wil make this post useful: the ability to edit the source file with automated tools easily. For doing this, we must make some changes to our last graph file, splitting the <em>newcurve</em> lines like this:</p>
<pre>newgraph
title : <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">Burndown Chart</a> for project "My Project"
xaxis size 9 label : Days
yaxis size 5 label : Story Points
newcurve
linetype dotted
pts 0 26
pts 50 0
newcurve
linetype solid
pts 0 26
pts 1 25
pts 2 23
pts 9 23</pre>
<p style="text-align: left;">Note that we have splitted the lines representing the dots in the curve, and rearranged the file a little for automated edition purposes. This is a good time to explain the lines of the graph file:</p>
<ul>
<li>newgraph: Start a new graphic</li>
<li>title: The title of the graphic, located below it</li>
<li>xaxis: This keyword has two attributes now, the size in inches and the label of the axis.</li>
<li>yaxis: Same as xaxis but for the vertical one <img src='http://www.carlosjosebarroso.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
<li>newcurve: Start to plot a new curve in this graphic</li>
<li>linetype: The type of line to plot, in this case a solid line</li>
<li>pts: Each of this line represents a dot in the graphic. The dots are automatically connected with a line.</li>
</ul>
<p>You&#8217;ll see that I&#8217;ve used two linetype keywords, one for each newcurve keyword. This means that I&#8217;ll represent the mean <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a> time with a dotted line, and the real progress with a solid one. Having one dot per line allows me to edit this file using standard CLI tools. Attached to this post I&#8217;ve written a script to manipulate this file, it&#8217;s really more a proof of concept than anything else, but it can give you useful ideas.</p>
<p>In my case, I use <a href="http://trac.edgewall.org/" target="_blank">Trac</a> along with the <a href="http://www.agile-trac.org/" target="_blank">agiletrac</a> extension to control my process. I can write and attach a script triggered by the actual change in Trac, so the source .jgr file gets modified automatically, and the next day I just print the last version of the document again. I use two <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a> charts in my wall: First, the Release burdown chart, with the sum of the agreed stories as the total and the estimated time. The second with *this* <a href="http://www.carlosjosebarroso.com/tag/iteration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iteration">iteration</a> <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a>, showing tha ammount of work commited to do and the <a href="http://www.carlosjosebarroso.com/tag/iteration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iteration">iteration</a> length in the X axis.</p>
<h2>Using the tool</h2>
<p>If you have already intalled jgraph, go ahead. If not, download and build the source yourself or obtain a precompiled package for your OS. In my case (using Debian GNU/Linux 5.0) I just type:</p>
<pre>root@casa:~#  aptitude install jgraph</pre>
<p>You will also need ghostscript, a printing command that understand it or the ps2pdf tool. Use your imagination, my way to do the charts is as follow:</p>
<pre>charlie@casa:~$ jgraph -P -L <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a>.jgr | ps2pdf - <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a>.pdf</pre>
<p>I will have then the <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a>.pdf file containing the plotted graphic with it&#8217;s two curves. The -L parameter makes the grapic landscape, and the -P option outputs postscript code instead of encapsulated postscript.</p>
<h2>Conclusion</h2>
<p>If you are like my and love the CLI, then this is the tool for your <a href="http://www.carlosjosebarroso.com/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">scrum</a> burndowns. It&#8217;s a little help for your process and one trouble less for the post-standup meeting hour.</p>
<p>If you want more information on the use of the tool, don&#8217;t hesitate to write me. Best regards!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;submitHeadline=Using+jgraph+to+make+your+burndown+chart&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;title=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Using+jgraph+to+make+your+burndown+chart+@+http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/&amp;t=Using+jgraph+to+make+your+burndown+chart" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.carlosjosebarroso.com/using-jgraph-to-make-your-burndown-chartu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrum evangelization</title>
		<link>http://www.carlosjosebarroso.com/scrum-evangelization/</link>
		<comments>http://www.carlosjosebarroso.com/scrum-evangelization/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:24:13 +0000</pubDate>
		<dc:creator>cjbarroso</dc:creator>
				<category><![CDATA[HR]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://www.carlosjosebarroso.com/?p=6</guid>
		<description><![CDATA[Today I finally agree with the managers to use Scrum in our software developement process, and possibly in the industrial process too, once I prove that the process is solid and my capabilities to implement it are mature enough.
This will be my diary, where I&#8217;ll write all my experiences in this journey, and I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally agree with the managers to use <a href="http://www.carlosjosebarroso.com/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a> in our software developement process, and possibly in the industrial process too, once I prove that the process is solid and my capabilities to implement it are mature enough.</p>
<p>This will be my diary, where I&#8217;ll write all my experiences in this journey, and I hope several things more.</p>
<p>To begin, lets speak abot the negotiation: in order to change some of the corporative manners, your boss / managers must have a lot of confidence in you, because this looks like a big step (and indeed, it is!). In my case, the only point where the managers get a little nervous was when I say that we will not use gantt charts to track this project. The bosses then ask me some method to know what&#8217;s the project level of success, then I show them the  <a href="http://www.carlosjosebarroso.com/tag/burndown/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown">burndown</a> charts and explained it&#8217;s use, then they remained calmed (for now).</p>
<p>I&#8217;ve promised the first demo in exactly 7 days from now. Wow. I&#8217;ve been working in this since monday, so a first <a href="http://www.carlosjosebarroso.com/tag/iteration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iteration">iteration</a> of 9 workable days, 2 weeks seems reasonable to me.<br />
I&#8217;ll be using plain paper to carry out the whole system, I&#8217;ve designer myself a <a href="http://www.carlosjosebarroso.com/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">scrum</a> board, the history cards and the tasks post-it (not really post-it in my case, but small square pieces of paper). On monday I&#8217;ll start using the <a href="http://www.carlosjosebarroso.com/tag/burndown-chart/" class="st_tag internal_tag" rel="tag" title="Posts tagged with burndown chart">burndown chart</a> updated to thay day, so the managers can remain happy until the demo presentation.</p>
<p>That&#8217;s enough for one day, I&#8217;ll continue soon&#8230;</p>
<div style="border-top: 1px solid #000;">
<img src="http://www.carlosjosebarroso.com/wp-content/uploads/2009/07/foto-para-blog.png" width="122" height="126" style="float: left" />
<div style="margin-left: 15px;">
Carlos Jose is a <a href="http://www.carlosjosebarroso.com/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a> implementor, and is available to help you reach the next level of agility in your company. <br />
<a href="http://www.carlosjosebarroso.com">Carlos Jose's IT Blog</a><br />
</div>
</div><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em> </em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;submitHeadline=Scrum+evangelization&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.carlosjosebarroso.com/scrum-evangelization/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;title=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.carlosjosebarroso.com/scrum-evangelization/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Scrum+evangelization+@+http://www.carlosjosebarroso.com/scrum-evangelization/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.carlosjosebarroso.com/scrum-evangelization/&amp;t=Scrum+evangelization" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.carlosjosebarroso.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.carlosjosebarroso.com/scrum-evangelization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
