<?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>andy goundry &#187; Productivity</title>
	<atom:link href="http://www.andygoundry.com/category/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andygoundry.com</link>
	<description>many things web</description>
	<lastBuildDate>Tue, 23 Mar 2010 01:53:18 +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>Furthering the quest to *get* agile</title>
		<link>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/</link>
		<comments>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 16:40:52 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.andygoundry.com/?p=332</guid>
		<description><![CDATA[My academic learning focus has been a bit off recently, what with the amount of work i&#8217;ve had on. But, no excuses &#8211; my quest to grasp the academic history of agile delivery is taking steps forward, with my digging into DSDM. I&#8217;ve decided to focus on DSDM due to its UK-centricity, which I feel [...]]]></description>
			<content:encoded><![CDATA[<p>My academic learning focus has been a bit off recently, what with the amount of work i&#8217;ve had on. But, no excuses &#8211; my quest to grasp the academic history of agile delivery is taking steps forward, with my digging into <a href="http://en.wikipedia.org/wiki/Dynamic_Systems_Development_Method">DSDM</a>. I&#8217;ve decided to focus on DSDM due to its UK-centricity, which I feel will have the greatest short term impact. I&#8217;ll get to SCRUM, XP, RUP, et al when i get to them.</p>
<p>I <a href="http://www.andygoundry.com/2008/09/14/uprooting-agile/">started</a> the quest ages ago and have progressed it, but more in practice than in reading. Now&#8217;s the time for the reading to pick up again&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2009/04/15/furthering-the-quest-to-get-agile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Now we&#8217;re rocking! DSL story driven development and testing in Java!</title>
		<link>http://www.andygoundry.com/2008/12/09/now-were-rocking-dsl-story-driven-development-in-java/</link>
		<comments>http://www.andygoundry.com/2008/12/09/now-were-rocking-dsl-story-driven-development-in-java/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 00:04:44 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=152</guid>
		<description><![CDATA[At TechnoPhobia, we have an interesting challenge to implement a technology agnostic requirements capture process that (in my mind) will enable us, with very minimal effort, to repurpose these documented requirements into fully automated browser tests. I&#8217;m thinking that the process could look something like this:

The project and client team write end-user functional requirements as User Stories and [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.technophobia.com">TechnoPhobia</a>, we have an interesting challenge to implement a <strong>technology agnostic requirements capture process</strong> that (in my mind) will enable us, with very minimal effort, to repurpose these documented requirements into fully automated browser tests. I&#8217;m thinking that the process could look something like this:</p>
<ol>
<li>The project and client team write end-user functional requirements as <strong><a href="http://tinyurl.com/story-driven-testing">User </a></strong><strong><a href="http://tinyurl.com/story-driven-testing">Stories and Scenarios</a></strong></li>
<li>The stories are stored as plain text in SVN or GIT and made immediately available to the development and test teams</li>
<li>The development and test teams create a few executable padder files, wrapped around these stories, turning them into fully automatable browser tests</li>
<li>The executable files are run, they read the stories and interact with the browser to determine if the stories successfully pass</li>
</ol>
<p><strong>Pretty cool, huh! </strong>No more massive team specific documents, just good old plain textual stories that are shared by all on the project, including the client.</p>
<p><strong>Making this happen across multiple technologies</strong></p>
<ul>
<li>In Ruby, we&#8217;ve already used this parts of this approach on a <a href="http://selfreview.becta.org.uk">live project</a> using <a href="http://github.com/aslakhellesoy/cucumber/wikis">Cucumber (formally RSpec story runner)</a>. It worked pretty well. </li>
<li>In Java, <a href="http://easyb.org/">easyb</a> seems to be the a good forward. Here&#8217;s a little more about <a href="http://tinyurl.com/java-dsl">using easyb</a></li>
</ul>
<p>I am <strong>WAY TOO EXCITED</strong> to see an implementation in Java! This opens massive opportunity to progress with a technology agnostic approach. Now to find a suitable solution for .Net and perhaps PHP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/12/09/now-were-rocking-dsl-story-driven-development-in-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Omnifocus &#8211; getting more beautiful by the day</title>
		<link>http://www.andygoundry.com/2008/12/02/omnifocus-getting-more-beautiful-by-the-day/</link>
		<comments>http://www.andygoundry.com/2008/12/02/omnifocus-getting-more-beautiful-by-the-day/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:33:43 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[organisation]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=138</guid>
		<description><![CDATA[I have many notes on my use of OmniFocus on mac and iPhone to GTD but none quite ready to post. But, if you your&#8217;re not Getting Things Done or are on a mac and are not using OmniFocus, perhaps you should! It&#8217;s lovely!
]]></description>
			<content:encoded><![CDATA[<p>I have many notes on my use of OmniFocus on mac and iPhone to GTD but none quite ready to post. But, if you your&#8217;re not <a href="http://www.amazon.co.uk/Getting-Things-Done-Stress-free-Productivity/dp/0749922648/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1228221162&amp;sr=8-1">Getting Things Done</a> or are on a mac and are not using <a href="http://blog.omnigroup.com/2008/11/19/omnifocus-15-is-final/">OmniFocus</a>, perhaps you should! It&#8217;s lovely!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/12/02/omnifocus-getting-more-beautiful-by-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dave Thomas: Security as a measure of effectiveness</title>
		<link>http://www.andygoundry.com/2008/10/26/dave-thomas-security-as-a-measure-of-effectiveness/</link>
		<comments>http://www.andygoundry.com/2008/10/26/dave-thomas-security-as-a-measure-of-effectiveness/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 18:20:18 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=127</guid>
		<description><![CDATA[I really like this approach &#8211; Assess the state of security within a development team and project as an indication of how well a project is going and how effective processes are working out.
It&#8217;s another one of those many obvious tests that we all do, but at times i&#8217;ve certainly found myself accepting insecurity within [...]]]></description>
			<content:encoded><![CDATA[<p>I really like this approach &#8211; <strong>Assess the state of security within a development team and project as an indication of how well a project is going and how effective processes are working out</strong>.</p>
<p>It&#8217;s another one of those many obvious tests that we all do, but at times i&#8217;ve certainly found myself accepting insecurity within a project team as <em>one of those thing</em><em>s</em> because <em>the team are new to the pressures</em> or <em>software projects are always uncertain and as such stressful</em>. With a little consideration, it&#8217;s clearly more useful to use perceptions of insecurity as more direct indications that change is required.</p>
<p>What might we be looking for? A few possible ideas:</p>
<ul>
<li>How secure are the developers about the quality and stability of their code?</li>
<li>How secure are the developers about rolling code to the various hosting platforms?</li>
<li>How secure are team members about their relationship with others on the team?</li>
<li>How secure is the project manager about hitting the deadline?</li>
<li>How secure is the account manager about conversations with the client?</li>
<li>How secure are senior management about project and team performance?</li>
</ul>
<p>The overall intention of improving security is to make everyone feel <strong>relaxed</strong>. Software development is meant to be fun after all!</p>
<p>Source: <a href="http://agiletoolkit.libsyn.com/index.php?post_id=86965">Agile Toolkit Podcast &#8216;No fluff just stuff 2006 tour&#8217;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/10/26/dave-thomas-security-as-a-measure-of-effectiveness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jason Calacanis &#8211; work hard and succeed. don&#8217;t and fail</title>
		<link>http://www.andygoundry.com/2008/10/15/jason-calacanis-work-hard-and-succeed-dont-and-fail/</link>
		<comments>http://www.andygoundry.com/2008/10/15/jason-calacanis-work-hard-and-succeed-dont-and-fail/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 13:07:54 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[work/life balance]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.adveho.net/?p=105</guid>
		<description><![CDATA[A blunt and no-nonsense approach: Watch the video on Work/Life Balance and Blood Sweat and Tears
37Signals don&#8217;t like his style, but in person i very much got where he was coming from &#8211; work hard and succeed! As it happens, I&#8217;m not working at his pace currently as it&#8217;s time for a family life (well, [...]]]></description>
			<content:encoded><![CDATA[<p>A blunt and no-nonsense approach: <a href="http://events.carsonified.com/fowa/2008/london/videos/jason-calcanis-tom-nixon/">Watch the video on Work/Life Balance and Blood Sweat and Tears</a></p>
<p>37Signals <a href="http://www.37signals.com/svn/posts/902-fire-the-workaholics">don&#8217;t like</a> his style, but in person i very much got where he was coming from &#8211; work hard and succeed! As it happens, I&#8217;m not working at his pace currently as it&#8217;s time for a family life (well, as well as working hard, just not 6-7 days a week like i have in the past), but what he says about people not pulling their weight rings too many bells!</p>
<p>Calacanis has more advice on &#8220;<em>How to save money running a startup (17 really good tips)</em>&#8220; <a href="http://calacanis.com/2008/03/07/how-to-save-money-running-a-startup-17-really-good-tips/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andygoundry.com/2008/10/15/jason-calacanis-work-hard-and-succeed-dont-and-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
