<?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/CFUNITED__EventDriven_Programming_in_ColdFusion" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/CFUNITED__My_Interview" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Scotch__make_mine_a_double" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Speaking_at_CFUNITED_2008" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Edmund__EventDriven_Model_Framework" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/EventDriven_Model_Framework" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
		
		
		
		
		
  	<item rdf:about="http://corfield.org/entry/CFUNITED__EventDriven_Programming_in_ColdFusion">
	<title>CFUNITED - Event-Driven Programming in ColdFusion</title>
	<description>I just got word from Liz at TeraTech that my &lt;a href=&quot;http://cfunited.com/go/topics/2008#topic-1564&quot;&gt;Event-Driven Programming in ColdFusion&lt;/a&gt; talk has proved popular enough that it will be repeated on Saturday (yes, CFUNITED has posted its Saturday...</description>
	<link>http://corfield.org/entry/CFUNITED__EventDriven_Programming_in_ColdFusion</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-04-15T17:14:00-05:00</dc:date>
	<dc:subject>cfunited08</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>edmund</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/CFUNITED__My_Interview">
	<title>CFUNITED - My Interview</title>
	<description>As is traditional, CFUNITED is publishing brief interviews with all of their speakers. My interview &lt;a href=&quot;http://cfunited.com/blog/index.cfm/2008/4/15/CFUnited-Interview-Sean-Corfield---EventDriven-Programming-in-ColdFusion&quot;&gt;about event-driven pro...</description>
	<link>http://corfield.org/entry/CFUNITED__My_Interview</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-04-15T17:11:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>cfunited08</dc:subject>
	<dc:subject>broadchoice</dc:subject>
	<dc:subject>edmund</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Scotch__make_mine_a_double">
	<title>Scotch - make mine a double</title>
	<description>Scotch on the Rocks has just posted its &lt;a href=&quot;http://www.scotch-on-the-rocks.co.uk/agenda.cfm&quot;&gt;initial list of sessions&lt;/a&gt; and it looks like I&apos;ll be giving both of the talks I submitted:
&lt;ul&gt;
&lt;li&gt;Getting Dynamic with ColdFusion&lt;/li&gt;
&lt;li&gt;Event-...</description>
	<link>http://corfield.org/entry/Scotch__make_mine_a_double</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-02-01T10:33:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>edmund</dc:subject>
	<dc:subject>scotch08</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Speaking_at_CFUNITED_2008">
	<title>Speaking at CFUNITED 2008</title>
	<description>TeraTech have just announced the first few topics in the &lt;a href=&quot;http://cfunited.com/blog/index.cfm/2007/11/20/Frameworks-Track-at-CFUnited-USA-2008&quot;&gt;frameworks track&lt;/a&gt; and my talk &quot;Event-Driven Programming in ColdFusion&quot; is on the list.
&lt;blockqu...</description>
	<link>http://corfield.org/entry/Speaking_at_CFUNITED_2008</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-11-20T18:56:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>cfunited08</dc:subject>
	<dc:subject>edmund</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Edmund__EventDriven_Model_Framework">
	<title>Edmund - Event-Driven Model Framework</title>
	<description>Since there seems to be some interest in this, I created a &lt;a href=&quot;http://groups.google.com/group/edmund-coldfusion/&quot;&gt;mailing list for the project&lt;/a&gt;. Quoting from the group&apos;s about page:
&lt;blockquote&gt;
Event-Driven Model Framework for ColdFusion. ...</description>
	<link>http://corfield.org/entry/Edmund__EventDriven_Model_Framework</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-10-24T15:11:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>architecture</dc:subject>
	<dc:subject>edmund</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/EventDriven_Model_Framework">
	<title>Event-Driven Model Framework?</title>
	<description>As folks start adopting more AJAX and Flex for their applications, I see a lot of questions about &quot;how to use &amp;lt;insert favorite HTML framework&amp;gt; to handle AJAX/Flex calls?&quot;

This is based on two things (in my opinion - putting on my flame-retar... [More]</description>
	<link>http://corfield.org/entry/EventDriven_Model_Framework</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-10-23T23:46:00-05:00</dc:date>
	<dc:subject>edmund</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>architecture</dc:subject>
	
	</item>
		
	 	
		</rdf:RDF>

