<?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/2009/11/Coldbox-101-Training-Review.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/06/My-Twelve-Steps-to-a-Coldbox-App.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/02/Presented-My-First-Talk-on-ColdBox-Tonight.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/12/Using-DatabaseDriven-Configuration-Settings-in-Coldbox.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/12/Coldbox-Interceptors-and-Custom-Interception-Points-Demystified.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/My-First-Excursion-into-using-Ajax-with-Coldbox.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/Using-Variables-in-Coldspringxml-with-Coldbox.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-II-of-II.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-I.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/11/Coldbox-101-Training-Review.cfm">
	<title>Coldbox 101 Training Review</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;This past weekend I had the privilege of attending Ortus Solution&apos;s Coldbox 101 training class in Grapevine, Texas. It is true that I did pay&amp;nbsp;for the opportunity, but the price was obscured and more than justified by the quantity, quality, and cohesiveness of the knowledge that was shared. Coldbox&apos;s master architect himself, Luis Majano, was the instructor, and it was with the same level of zeal and attention to detail that</description>
	<link>http://www.dougboude.com/blog/1/2009/11/Coldbox-101-Training-Review.cfm</link>
	<dc:date>2009-11-17T10:33:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/06/My-Twelve-Steps-to-a-Coldbox-App.cfm">
	<title>My Twelve Steps to a Coldbox App</title>
	<description>&lt;p&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana&quot;&gt;Yesterday I had the privilege of providing my first consultation job as an instructor on the subject of Coldbox. The team that hired me are at the stage in their project where they&apos;re ready to start writing code (database is designed, UML and usecase diagrams are complete, mockups have been created), and they wanted to &amp;quot;experience&amp;quot; my thought processes, the questions I ask myself, my approaches to implem</description>
	<link>http://www.dougboude.com/blog/1/2009/06/My-Twelve-Steps-to-a-Coldbox-App.cfm</link>
	<dc:date>2009-06-11T10:58:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/02/Presented-My-First-Talk-on-ColdBox-Tonight.cfm">
	<title>Presented My First Talk on ColdBox Tonight!</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;In case anybody wanted to attend but was unable, I just wanted to make it known that I did present at the Alamo Area ColdFusion Usergroup meeting tonight on the topic of the ColdBox framework. I was given 45 minutes, and finished precisely within my time limits, except for a few questions at the end that I had to field.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;A link to the&amp;nbsp;recorded presentation can be found at UG TV ( &lt;a href=&quot;http:/</description>
	<link>http://www.dougboude.com/blog/1/2009/02/Presented-My-First-Talk-on-ColdBox-Tonight.cfm</link>
	<dc:date>2009-02-04T00:41:52-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm">
	<title>Special Character/Unicode Issue in Ajax Data Retrieval</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;My most recent project has caused me to have to be &amp;quot;unicode aware&amp;quot; at times (something I&apos;ve never had to do before), and so I am learning a lot about encoding and display of special characters as I go along. My latest challenge related to this topic involved a User Manager section I created, wherein the users could very well have names that contain special characters (foreign names). This particular section performs it</description>
	<link>http://www.dougboude.com/blog/1/2009/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm</link>
	<dc:date>2009-01-22T22:54:35-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/12/Using-DatabaseDriven-Configuration-Settings-in-Coldbox.cfm">
	<title>Using Database-Driven Configuration Settings in Coldbox</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;The Scenario:&lt;/strong&gt; My Coldbox/Coldspring/Transfer application has settings that I want to make maintainable via a user interface. Now, the Coldbox.xml.cfm file &lt;em&gt;does&lt;/em&gt; make provision for me to add as many custom settings as I want to my app, but I don&apos;t want to require the end user to know how to edit this xml file (nor would I trust them to). I came up with a solution&amp;nbsp;to this challenge that I&apos;m really hap</description>
	<link>http://www.dougboude.com/blog/1/2008/12/Using-DatabaseDriven-Configuration-Settings-in-Coldbox.cfm</link>
	<dc:date>2008-12-10T15:54:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/12/Coldbox-Interceptors-and-Custom-Interception-Points-Demystified.cfm">
	<title>Coldbox Interceptors and Custom Interception Points Demystified</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Although ANYTHING you could ever want to know about coldbox is definitely in its documentation, I find that it is still necessary sometimes to have to piece things together bit by bit...&amp;quot;...line upon line, line upon line; here a little, and there a little:....&amp;quot; as the prophet Isaiah said... in order to fully comprehend them. In this post I&apos;d like to share what I have distilled from the docs regarding the subject of usi</description>
	<link>http://www.dougboude.com/blog/1/2008/12/Coldbox-Interceptors-and-Custom-Interception-Points-Demystified.cfm</link>
	<dc:date>2008-12-07T02:32:28-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/My-First-Excursion-into-using-Ajax-with-Coldbox.cfm">
	<title>My First Excursion into using Ajax with Coldbox</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I had my first successful forray using Ajax in Coldbox today! After reading a LOT, checking out some examples, and then letting my natural developer&apos;s instinct take its course, I ended up with a design that left me really wondering if I had taken a wrong turn or had a moment of brilliance . As I said, it works great, but is it an ideal pattern to use or did I cross one of those invisible &amp;quot;development ethics&amp;quot; lines with</description>
	<link>http://www.dougboude.com/blog/1/2008/11/My-First-Excursion-into-using-Ajax-with-Coldbox.cfm</link>
	<dc:date>2008-11-15T01:22:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/Using-Variables-in-Coldspringxml-with-Coldbox.cfm">
	<title>Using Variables in Coldspring.xml with Coldbox</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;As you can tell from&amp;nbsp; my last two posts, I am getting pretty deep into Coldbox used in conjunction with Coldspring. One of the things that Coldbox does for us is pass in our configuration settings to the Coldspring bean factory when it initially loads our beans (from Coldspring.xml), thus allowing us to use configuration variables, like so:&lt;/font&gt;&lt;font size=&quot;3&quot;&gt;
&lt;div class=&quot;code&quot;&gt;&lt;font size=&quot;3&quot;&gt;&amp;lt;bean id=&amp;quot;transferFa</description>
	<link>http://www.dougboude.com/blog/1/2008/11/Using-Variables-in-Coldspringxml-with-Coldbox.cfm</link>
	<dc:date>2008-11-10T17:00:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-II-of-II.cfm">
	<title>Basic Security in Coldbox using Transfer and Coldspring - Part II (of II)</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;In &lt;a href=&quot;http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-I.cfm&quot;&gt;the first post on this subject&lt;/a&gt;, I shared my 10,000 foot view of what pieces needed to go where in a Coldbox app in order to implement security. A lot of the code in that post was probably unfamiliar looking to many people (I know it would have been to me a couple of days ago!). So in this post I want to sh</description>
	<link>http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-II-of-II.cfm</link>
	<dc:date>2008-11-09T01:58:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-I.cfm">
	<title>Basic Security in Coldbox using Transfer and Coldspring - Part I</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;There&apos;s no denying it: the plethora of documentation and examples that exist for the Coldbox framework is invaluable and undoubtedly covers every possible scenario to one degree or another. As I press on into a project where the use of Coldbox, Coldspring, and Transfer has been mandated to me, I&apos;m finding that, despite the documentation and tutorials, I&apos;m still having to search around and piece together for myself some of the in</description>
	<link>http://www.dougboude.com/blog/1/2008/11/Basic-Security-in-Coldbox-using-Transfer-and-Coldspring--Part-I.cfm</link>
	<dc:date>2008-11-09T00:30:00-05:00</dc:date>
	
	<dc:subject>Coldbox,goog,Frameworks,i18n,SQL,javascript,JSON</dc:subject>
	</item>
	</rdf:RDF> 