<?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>Robert Beal &#187; Work</title>
	<atom:link href="http://www.robertbeal.com/archives/category/work/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertbeal.com</link>
	<description>When this baby hits 88mph... you&#039;re gonna see some serious sh!t</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:36:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Importance of Being There at Conception (of a Feature)</title>
		<link>http://www.robertbeal.com/archives/544</link>
		<comments>http://www.robertbeal.com/archives/544#comments</comments>
		<pubDate>Sun, 11 Oct 2009 13:24:19 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[FDD]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=544</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ll use a slightly crude example to get across the point of this post. It&#8217;s maybe not the best comparison, but bare with me. Instead of &#8220;feature&#8221; think of &#8220;child&#8221; in relation to conception.
Let&#8217;s say you weren&#8217;t there from conception of your child. In fact the first 15 years of the child&#8217;s life you missed [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/544/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Go Breaking My Build</title>
		<link>http://www.robertbeal.com/archives/368</link>
		<comments>http://www.robertbeal.com/archives/368#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:12:05 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=368</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve written another article on the Huddle blog, this time detailing about how to stop the build breaking or at least informing people when it has been broken so it can be fixed quickly. There is a Jabber notification NAnt task we use. I&#8217;m working on putting together a NAnt.Util library (pulling together previous tasks [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/368/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speeding Up The Build</title>
		<link>http://www.robertbeal.com/archives/363</link>
		<comments>http://www.robertbeal.com/archives/363#comments</comments>
		<pubDate>Wed, 20 May 2009 13:22:36 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=363</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve written a blog on Huddle about Speeding Up The Build.
It covers a few changes that can be made to help keep your build nice and quick (anything over 60 seconds I would consider slow). Ours is currently at 100 seconds, so we&#8217;ve still got some work to do. It&#8217;s not bad though considering we [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/363/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Build Process Using CruiseControl.Net &amp; NAnt</title>
		<link>http://www.robertbeal.com/archives/252</link>
		<comments>http://www.robertbeal.com/archives/252#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:55:24 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Cruise Control]]></category>
		<category><![CDATA[NAnt]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=252</guid>
		<description><![CDATA[
			
				
			
		
CruiseControl.Net
What Is CruiseControl.Net?

CruiseControl.Net is a free framework for continuous build integration.
It runs as a Windows service on our build server, watching for changes to our source control system. When it detects a change (ie a developer commits some code) it triggers an action.
It also comprised of a Web Dashboard, so that build reports (ie the [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a Better Developer</title>
		<link>http://www.robertbeal.com/archives/290</link>
		<comments>http://www.robertbeal.com/archives/290#comments</comments>
		<pubDate>Tue, 07 Apr 2009 21:08:14 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=290</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve started blogging on Huddle&#8217;s blog too, but will keep any articles I write there, linked on this blog.
Making a better developer, an article about how being at Huddle has made me a better developer, and exploring the reasons why.
]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huddle v2 Launched</title>
		<link>http://www.robertbeal.com/archives/287</link>
		<comments>http://www.robertbeal.com/archives/287#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:33:57 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Huddle]]></category>

		<guid isPermaLink="false">http://www.robertbeal.com/?p=287</guid>
		<description><![CDATA[
			
				
			
		
At last we&#8217;ve released Huddle v2. A vast improvement on the older version, with a completely new UI, more functionality, and far better usability (excluding accessibility). There&#8217;s plenty more to come to, and some rather cool technologies, Microsoft MVC, OpenRasta, OpenAuth, improved REST services and more&#8230;
Here&#8217;s an article from Huddle&#8217;s blog detailing the changes a [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/287/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinkedIn Apps have launched (including Huddle!)</title>
		<link>http://www.robertbeal.com/archives/40</link>
		<comments>http://www.robertbeal.com/archives/40#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:22:48 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Huddle]]></category>

		<guid isPermaLink="false">http://www.robertbeal.info/?p=40</guid>
		<description><![CDATA[
			
				
			
		
Just google for &#8220;LinkedIn Huddle&#8221; and you&#8217;ll get plenty of results.
Today LinkedIn launched their new application framework which allows partners to build apps within LinkedIn. At Huddle we&#8217;ve done just that launching with other popular companies such as Google, Amazon and sites such as Twitter, and Wordpress.
We&#8217;ve explained more in this brief introduction to Huddle&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Collaboration</title>
		<link>http://www.robertbeal.com/archives/15</link>
		<comments>http://www.robertbeal.com/archives/15#comments</comments>
		<pubDate>Sat, 05 Apr 2008 17:34:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Huddle]]></category>

		<guid isPermaLink="false">http://robertbeal.info/blog/?p=15</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve been at Huddle for a couple of weeks now and am very impressed with how things are going. There&#8217;s loads of ideas and things to do that will keep me occupied and interested for a long, long time.
If you&#8217;ve not seen Huddle it&#8217;s well worth a look. You can set up a free Huddle [...]]]></description>
		<wfw:commentRss>http://www.robertbeal.com/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
