<?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://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/07/How-to-Think-about-Controller-objects-and-Model-objects.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/07/Using-Special-Characters-within-ColdspringXML.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2007/12/ModelGlue-Error-Matrix.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2007/06/Global-Configuration-Settings-in-ModelGlueUnity.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2007/03/Coldspring-automagic-lesson.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/07/How-to-Think-about-Controller-objects-and-Model-objects.cfm">
	<title>How to Think about Controller objects and Model objects</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Even though MVC has been &amp;quot;all the rage&amp;quot; now for a good long time and several frameworks have been lovingly and painstakingly developed and shared by the CF community to help facilitate the migration to a more standardized OO approach to development, I do believe that there will always be a need to regularly return to the foundational principles of our craft. For some, an affirmation or further perfecting of their core </description>
	<link>http://www.dougboude.com/blog/1/2008/07/How-to-Think-about-Controller-objects-and-Model-objects.cfm</link>
	<dc:date>2008-07-29T09:31:00-05:00</dc:date>
	
	<dc:subject>OOP,coldspring,goog,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/07/Using-Special-Characters-within-ColdspringXML.cfm">
	<title>Using Special Characters within Coldspring.XML</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Just because a person uses Model Glue and has learned enough about XML to know how to create basic settings doesn&apos;t necessarily mean that they have a strong command of XML, right? Well, I needed to put a funky, &amp;quot;special character filled&amp;quot; value into my global config object for use later, and through some experimentation found that using XML&apos;s &apos;CDATA&apos; allowed me to do this so I thought I&apos;d share it since I hadn&apos;t seen it</description>
	<link>http://www.dougboude.com/blog/1/2008/07/Using-Special-Characters-within-ColdspringXML.cfm</link>
	<dc:date>2008-07-24T00:09:05-05:00</dc:date>
	
	<dc:subject>OOP,coldspring,goog,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2007/12/ModelGlue-Error-Matrix.cfm">
	<title>Model-Glue Ambiguous Error Matrix</title>
	<description>&lt;font size=&quot;3&quot; face=&quot;Arial&quot;&gt;As any user of Model-Glue can attest to, there are often times when you get the ol&apos; &amp;quot;OOPS!&amp;quot; message and it doesn&apos;t give you much of a clue as to what the REAL issue is. Well, in order to help myself save time during future development and decipher these rather vague and even misleading types of errors, I&apos;ve begun keeping track of them. I capture the error itself, what I found the TRUE cause to be, and what I </description>
	<link>http://www.dougboude.com/blog/1/2007/12/ModelGlue-Error-Matrix.cfm</link>
	<dc:date>2007-12-12T11:20:00-05:00</dc:date>
	
	<dc:subject>OOP,coldspring,goog,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2007/06/Global-Configuration-Settings-in-ModelGlueUnity.cfm">
	<title>Global Configuration Settings in Model-Glue:Unity</title>
	<description>&lt;font face=&quot;Comic Sans MS&quot; size=&quot;3&quot;&gt;&lt;font face=&quot;Arial&quot;&gt;When making the transition from procedural CF to OO, sometimes what was SO simple before can become a challenge (at least the first time). For instance, the way we used to pass around our app&apos;s DSN value was probably something along the lines of setting an application variable in our application.cfm or cfc, thus making it accessible throughout our app while consolidating the value to a single</description>
	<link>http://www.dougboude.com/blog/1/2007/06/Global-Configuration-Settings-in-ModelGlueUnity.cfm</link>
	<dc:date>2007-06-10T09:58:00-05:00</dc:date>
	
	<dc:subject>OOP,coldspring,goog,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2007/03/Coldspring-automagic-lesson.cfm">
	<title>Coldspring Automagic Lesson</title>
	<description>&lt;font size=&quot;2&quot; face=&quot;Comic Sans MS&quot;&gt;Okay, I spent the greater part of today at work wrestling with a situation involving the injection of objects into other objects using Coldspring. After far too many hours of experimentation, furrowed brow, taking up my teammate&apos;s time, and frustration, I came to some conclusions. I can&apos;t explain the &amp;quot;WHY&apos;s&amp;quot; of the conclusions, but i can definately validate the conclusions themselves by my results.&lt;br</description>
	<link>http://www.dougboude.com/blog/1/2007/03/Coldspring-automagic-lesson.cfm</link>
	<dc:date>2007-03-05T00:00:00-05:00</dc:date>
	
	<dc:subject>OOP,coldspring,goog,Model-Glue,Frameworks,ColdFusion</dc:subject>
	</item>
	</rdf:RDF> 