<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
		
		
	<channel rdf:about="http://corfield.org">
	<title>An Architect's View - ColdFusion, Software Design, Frameworks and more...</title>
	<description>Sean Corfield's thoughts on Adobe technologies, software design and application frameworks.</description>
	<link>http://corfield.org</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://corfield.org/entry/Visualizing_ant_buildxml_files" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/XP_is_nothing_new" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/What_Makes_Better_Code" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Do_You_XP" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/To_OO_or_not_to_OO_What_is_the_question" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/10_Skills_Developers_Will_Need" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Designing_objectoriented_software_is_hard" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Hal_Helms__are_you_OOReady" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Why_contributing_to_Open_Source_Projects_can_be_valuable" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/SVN_merge__crib_sheet" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Recognizing_Good_Programmers" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Chuck__a_weird_blast_from_the_past" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Maybe_you_should_decide" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/What_it_takes_to_be_easy" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Creating_HTML_AIR_Applications" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
		
		
		
		
		
  	<item rdf:about="http://corfield.org/entry/Visualizing_ant_buildxml_files">
	<title>Visualizing ant build.xml files</title>
	<description>I&apos;ve spent today working on a reasonably complex build.xml file, refactoring it to reduce duplication by using the ant-contrib foreach task so that similar targets can be reduced to loops over a list of properties (I&apos;ll blog on that later since it in...</description>
	<link>http://corfield.org/entry/Visualizing_ant_buildxml_files</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2010-01-27T23:56:00-04:00</dc:date>
	<dc:subject>oss</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/XP_is_nothing_new">
	<title>XP is nothing new</title>
	<description>When the subject of Agile Methods and Extreme Programming come up in conversation, I find a lot of people tend to dismiss it as some sort of &quot;new fad&quot;. I&apos;m on the XP mailing list (on Yahoo! Groups) and someone just posted today that the first message...</description>
	<link>http://corfield.org/entry/XP_is_nothing_new</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2010-01-01T01:28:00-04:00</dc:date>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/What_Makes_Better_Code">
	<title>What Makes Better Code?</title>
	<description>As you might guess from some of my tweets and blog posts lately, I&apos;ve been reading more about Agile, Lean and XP software processes, looking at how I can improve my own working practices and those of the teams I work with.

Once again the XP mailin... [More]</description>
	<link>http://corfield.org/entry/What_Makes_Better_Code</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2009-11-09T17:28:00-04:00</dc:date>
	<dc:subject>programming</dc:subject>
	<dc:subject>tdd</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Do_You_XP">
	<title>Do You XP?</title>
	<description>I asked a couple of questions on the extreme programming mailing list recently to see how people dealt with distributed teams (and also to gauge feelings on electronic collaboration versus face-to-face, pens-and-cards collaboration).

William Pietr...</description>
	<link>http://corfield.org/entry/Do_You_XP</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2009-11-08T16:55:00-04:00</dc:date>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/To_OO_or_not_to_OO_What_is_the_question">
	<title>To OO or not to OO? What is the question?</title>
	<description>Marc Funaro kicked off quite a heated debate on his blog lately by raging against people pushing object-oriented programing/design and how his attempt to follow their advice nearly led to the collapse of his business. Marc was expressing a common fru... [More]</description>
	<link>http://corfield.org/entry/To_OO_or_not_to_OO_What_is_the_question</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2009-05-31T02:31:00-04:00</dc:date>
	<dc:subject>architecture</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/10_Skills_Developers_Will_Need">
	<title>10 Skills Developers Will Need</title>
	<description>An interesting blog post from TechRepublic was doing the rounds on Twitter this morning so I thought I&apos;d comment on it in terms of revelance to the CF community. The blog post was
&lt;a href=&quot;http://blogs.techrepublic.com.com/10things/?p=643&quot;&gt;10 skills... [More]</description>
	<link>http://corfield.org/entry/10_Skills_Developers_Will_Need</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2009-04-06T13:26:00-04:00</dc:date>
	<dc:subject>adobe</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>flex</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Designing_objectoriented_software_is_hard">
	<title>Designing object-oriented software is hard</title>
	<description>&lt;a href=&quot;http://bennadel.com/&quot;&gt;Ben Nadel&lt;/a&gt; had a bit of a &quot;crisis of faith&quot; last week over his ability to learn OOP the &quot;right&quot; way. He&apos;s highlighted a problem most people have coming to OO these days: in their search for the One True Way(tm), they... [More]</description>
	<link>http://corfield.org/entry/Designing_objectoriented_software_is_hard</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2009-03-30T12:34:00-04:00</dc:date>
	<dc:subject>architecture</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Hal_Helms__are_you_OOReady">
	<title>Hal Helms - are you OO-Ready?</title>
	<description>Several people have been blogging about the &lt;a href=&quot;http://www.halhelms.com/are-you-oo-ready.cfm&quot;&gt;OO Quiz created by Hal Helms&lt;/a&gt;. I&apos;d question the wording of a couple of the questions but it&apos;s a fun way to while away 15-20 minutes and it will defi...</description>
	<link>http://corfield.org/entry/Hal_Helms__are_you_OOReady</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-12-13T14:48:00-04:00</dc:date>
	<dc:subject>architecture</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Why_contributing_to_Open_Source_Projects_can_be_valuable">
	<title>Why contributing to Open Source Projects can be valuable</title>
	<description>Sammy Larbi has a &lt;a href=&quot;http://www.codeodor.com/index.cfm/2008/6/27/Save-Your-Job-Release-Your-Code/2320&quot;&gt;great blog post on the value of contributing to open source projects&lt;/a&gt;. He cites several famous names - people we know because they contrib...</description>
	<link>http://corfield.org/entry/Why_contributing_to_Open_Source_Projects_can_be_valuable</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-06-27T12:49:00-04:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>oss</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/SVN_merge__crib_sheet">
	<title>SVN merge - crib sheet</title>
	<description>Geoff Bowers has posted a &lt;a href=&quot;http://blog.daemon.com.au/index.cfm?objectid=8BD6FDD8-13D4-B1F1-48742F8EE3BEB437&quot;&gt;helpful crib sheet&lt;/a&gt; on the Daemonite blog that shows how to merge branches under SVN. I do this often enough that I get frustrated...</description>
	<link>http://corfield.org/entry/SVN_merge__crib_sheet</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-01-21T00:26:00-04:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Recognizing_Good_Programmers">
	<title>Recognizing Good Programmers</title>
	<description>An interesting blog post aimed at &lt;a href=&quot;http://www.inter-sections.net/2007/11/13/how-to-recognise-a-good-programmer/&quot;&gt;helping non-programmers recognize the indicators common in good programmers&lt;/a&gt;. The comments are long (over 180 as of this writi...</description>
	<link>http://corfield.org/entry/Recognizing_Good_Programmers</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-01-12T11:48:00-04:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>personal</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Chuck__a_weird_blast_from_the_past">
	<title>Chuck - a weird blast from the past</title>
	<description>If you watched this week&apos;s &quot;Chuck&quot;, right at the end he has a C++ book on the bench and, much to my wife&apos;s amusement, I excitedly recognized it &quot;OMG! That&apos;s Barton &amp;amp; Nackman&apos;s book!&quot;

&quot;&lt;a href=&quot;http://amazon.com/dp/0201533936/&quot;&gt;Scientific and E...</description>
	<link>http://corfield.org/entry/Chuck__a_weird_blast_from_the_past</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-11-07T23:47:00-04:00</dc:date>
	<dc:subject>personal</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Maybe_you_should_decide">
	<title>Maybe you should decide?</title>
	<description>Jeffrey Zeldman suggests that &lt;a href=&quot;http://www.zeldman.com/2007/06/20/remove-maybe-from-invitation-systems/&quot;&gt;&quot;maybe&quot; is not an appropriate choice&lt;/a&gt; and should not be offered to users.

As someone building a social networking website, I know wh...</description>
	<link>http://corfield.org/entry/Maybe_you_should_decide</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-06-20T18:18:00-04:00</dc:date>
	<dc:subject>scazu</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/What_it_takes_to_be_easy">
	<title>What it takes to be easy</title>
	<description>Many of us have seen the (infamous) Ruby on Rails &quot;Blog in 15 minutes&quot; video and probably also Joe Rinehart&apos;s &quot;Blog in 9 minutes&quot; Model-Glue: Unity video. It makes it all look so easy. Wow! We should all use Ruby on Rails (or Model-Glue: Unity) becau...</description>
	<link>http://corfield.org/entry/What_it_takes_to_be_easy</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-06-15T15:02:00-04:00</dc:date>
	<dc:subject>architecture</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Creating_HTML_AIR_Applications">
	<title>Creating HTML AIR Applications</title>
	<description>Having just spent the last few days tinkering with AIR applications - including some training at the annual Adobe Summit - I&apos;m pretty fired up about AIR!

You can build AIR applications easily with Flex using the beta of Flex Builder 3 but you can ...</description>
	<link>http://corfield.org/entry/Creating_HTML_AIR_Applications</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-06-13T22:16:00-04:00</dc:date>
	<dc:subject>adobe</dc:subject>
	<dc:subject>air</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		</rdf:RDF>
