<?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/Community_Survey_About_CFML_IDE" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Using_Eclipse_for_ColdFusion_development" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Fast_Views_in_Eclipse" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Is_oXygenXML_worth_it" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/CFEclipseFacade_moved_to_Google_Code" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/A_ColdFusion_8_Debugger_Tip" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Need_help_with_CFEclipse_Read_these_blogs" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/CFEclipse_Error_Logs" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Yes_Virginia_there_IS_a_tag_editor" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Frameworks_Explorer_on_CFEclipse_TV" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Like_Frameworks_Youll_Love_This" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/cfcUnit_Facade_for_CFUnit_Plugin" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/cfcUnit_and_Eclipse_integration" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/Eclipse_and_jUnit" />
			
			<rdf:li rdf:resource="http://corfield.org/entry/CFEclipse_and_FTP" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
		
		
		
		
		
  	<item rdf:about="http://corfield.org/entry/Community_Survey_About_CFML_IDE">
	<title>Community Survey About CFML IDE</title>
	<description>Adobe has conducted surveys on ColdFusion IDEs in the past but, for obvious reasons, hasn&apos;t posted the results. Now
Jim Priest has &lt;a href=&quot;http://www.thecrumb.com/2008/04/09/the-open-cfml-ide-survey/&quot;&gt;created an &apos;Open&apos; CFML IDE survey&lt;/a&gt;. Encourag...</description>
	<link>http://corfield.org/entry/Community_Survey_About_CFML_IDE</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-04-09T10:47:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Using_Eclipse_for_ColdFusion_development">
	<title>Using Eclipse for ColdFusion development</title>
	<description>Just noticed a great &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/articles/eclipse_extensions.html&quot;&gt;article by Roman Villareal on the Adobe Developer Connection&lt;/a&gt; about customizing Eclipse for ColdFusion development.

It walks you through inst...</description>
	<link>http://corfield.org/entry/Using_Eclipse_for_ColdFusion_development</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2008-03-10T20:41:00-05:00</dc:date>
	<dc:subject>adobe</dc:subject>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Fast_Views_in_Eclipse">
	<title>Fast Views in Eclipse</title>
	<description>I&apos;d heard of this option in Eclipse but never tried it... until today!

It started with &lt;a href=&quot;http://www.henke.ws/machblog/index.cfm?event=showEntry&amp;entryId=DA4F4710%2D188B%2D4E84%2D15DAB2449F54C98D&quot;&gt;Michael Henke&apos;s blog&lt;/a&gt;, where he asked peop...</description>
	<link>http://corfield.org/entry/Fast_Views_in_Eclipse</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-10-26T16:22:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>cfeclipse</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Is_oXygenXML_worth_it">
	<title>Is oXygenXML worth it?</title>
	<description>Serious question! I&apos;ve been using the free version of XML Buddy for ages with Eclipse and it mostly works really well but it also kind of  annoys me with its quirkiness.

Some people I respect love oXygenXML and have gone ahead and paid good money ...</description>
	<link>http://corfield.org/entry/Is_oXygenXML_worth_it</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-09-25T00:29:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/CFEclipseFacade_moved_to_Google_Code">
	<title>CFEclipseFacade moved to Google Code</title>
	<description>I just added my cfcUnit facade code into my &lt;a href=&quot;http://code.google.com/p/org-corfield-cfmx/&quot;&gt;Google Code project&lt;/a&gt; that already contained Closures, Concurrency, IRCBot and Scripting. Rich Kroll sent me a nice little fix for a bug in the facade...</description>
	<link>http://corfield.org/entry/CFEclipseFacade_moved_to_Google_Code</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-08-22T10:53:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>oss</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/A_ColdFusion_8_Debugger_Tip">
	<title>A ColdFusion 8 Debugger Tip</title>
	<description>There&apos;s a very useful setting in the CF8 Eclipse-based debugger that you might miss: Break on a CFML runtime exception.

In Eclipse, go to Window &gt; Preferences... &gt; ColdFusion &gt; Debug Settings. If you enable this option, the debugger will stop when...</description>
	<link>http://corfield.org/entry/A_ColdFusion_8_Debugger_Tip</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-08-08T18:16:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Need_help_with_CFEclipse_Read_these_blogs">
	<title>Need help with CFEclipse? Read these blogs</title>
	<description>Charlie Arehart has painstakingly pulled together two great blog entries that &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2007/7/10/come_read_70_CFEclipse_bloggers&quot;&gt;list all blogs that have a CFEclipse category&lt;/a&gt; and &lt;a href=&quot;http://carehart...</description>
	<link>http://corfield.org/entry/Need_help_with_CFEclipse_Read_these_blogs</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-07-10T23:20:00-05:00</dc:date>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>cfeclipse</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/CFEclipse_Error_Logs">
	<title>CFEclipse Error Logs</title>
	<description>A useful tip from Andy Jarrett: if you are having any problems with Eclipse or any of its plugins, you can &lt;a href=&quot;http://www.andyjarrett.co.uk/andy/blog/index.cfm/2007/6/19/Eclipse-error-logs&quot;&gt;easily view the error logs inside Eclipse&lt;/a&gt;. I didn&apos;t...</description>
	<link>http://corfield.org/entry/CFEclipse_Error_Logs</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-06-20T13:42:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Yes_Virginia_there_IS_a_tag_editor">
	<title>Yes Virginia, there IS a tag editor</title>
	<description>This seems to be a Frequently Asked Question lately so I figured I&apos;d highlight it on my blog:

Is there a pop-up tag editor in CFEclipse that is vaguely like CFS / HS?

Yes, click on a tag then right-click and select Edit This Tag. You&apos;ll get a d...</description>
	<link>http://corfield.org/entry/Yes_Virginia_there_IS_a_tag_editor</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-06-07T03:50:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Frameworks_Explorer_on_CFEclipse_TV">
	<title>Frameworks Explorer on CFEclipse TV</title>
	<description>Mark Drew has posted a new video &lt;a
href=&quot;http://www.cfeclipse.org/index.cfm?event=page&amp;amp;page=TV&quot;&gt;introducing the Frameworks Explorer&lt;/a&gt; on the CFEclipse TV page. If you haven&apos;t seen this great new plugin, check it out! I&apos;m finding it invaluable...</description>
	<link>http://corfield.org/entry/Frameworks_Explorer_on_CFEclipse_TV</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-05-11T00:37:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldspring</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Like_Frameworks_Youll_Love_This">
	<title>Like Frameworks? You&apos;ll Love This!</title>
	<description>Mark Drew has released the &lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm/2007/5/5/Project-U-CF-Frameworks-Explorer-Released&quot;&gt;Frameworks Explorer&lt;/a&gt; plugin for CFEclipse (codenamed &quot;Project: Unity&quot;). This is an &lt;strong&gt;incredible&lt;/strong&gt; piece o...</description>
	<link>http://corfield.org/entry/Like_Frameworks_Youll_Love_This</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-05-06T00:19:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/cfcUnit_Facade_for_CFUnit_Plugin">
	<title>cfcUnit Facade for CFUnit Plugin</title>
	<description>I&apos;ve posted the facade CFC that lets you use &lt;a href=&quot;http://cfcunit.org/&quot;&gt;cfcUnit&lt;/a&gt; with the CFUnit plugin for CFEclipse to the &apos;SOFTWARE&apos; pod on my blog.

First, if you haven&apos;t already done so, install cfcUnit.

Second, if you haven&apos;t already...</description>
	<link>http://corfield.org/entry/cfcUnit_Facade_for_CFUnit_Plugin</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-04-21T02:10:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	<dc:subject>tdd</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/cfcUnit_and_Eclipse_integration">
	<title>cfcUnit and Eclipse integration</title>
	<description>After my post about jUnit, decided to have a look at how CFUnit integrates with Eclipse to see how easy or how hard it would be to make it work with cfcUnit.

First off, the CFUnit code is Windows-centric, assuming expanded file paths contain \ ins...</description>
	<link>http://corfield.org/entry/cfcUnit_and_Eclipse_integration</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-04-19T23:11:00-05:00</dc:date>
	<dc:subject>tdd</dc:subject>
	<dc:subject>cfeclipse</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/Eclipse_and_jUnit">
	<title>Eclipse and jUnit</title>
	<description>I&apos;m doing some consulting right now that has me writing Java code. The more Java I write, the more I&apos;m reminded of why I like ColdFusion so much but that&apos;s another story. The company I&apos;m consulting for likes unit testing, which makes me very happy. T...</description>
	<link>http://corfield.org/entry/Eclipse_and_jUnit</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-04-18T22:34:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>programming</dc:subject>
	
	</item>
		
	 	
		
		
		
  	<item rdf:about="http://corfield.org/entry/CFEclipse_and_FTP">
	<title>CFEclipse and FTP</title>
	<description>One of the recent advances in CFEclipse has been the full overhaul of FTP/SFTP support in the File Explorer. Scott Stroz has an excellent &lt;a href=&quot;http://www.boyzoid.com/blog/index.cfm/2007/3/21/Using-FTP-from-inside-CFEclipse&quot;&gt;overview blog post abo...</description>
	<link>http://corfield.org/entry/CFEclipse_and_FTP</link>
	<dc:creator>seancorfield</dc:creator>
	<dc:date>2007-03-22T00:34:00-05:00</dc:date>
	<dc:subject>cfeclipse</dc:subject>
	<dc:subject>coldfusion</dc:subject>
	
	</item>
		
	 	
		</rdf:RDF>

