<?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/2010/03/Easy-Way-to-Integrate-ColdFusion-into-NonColdFusion-Templates.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2010/03/Leveraging-Response-Headers-in-Ajax-Calls.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2010/02/Registered-Ajax-Responders-Not-Responding-Properly.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2010/03/Easy-Way-to-Integrate-ColdFusion-into-NonColdFusion-Templates.cfm">
	<title>Easy Way to Integrate ColdFusion into Non-ColdFusion Templates</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Have you ever found yourself in a situation where you needed to implement some new feature using one scripting language within a template that is written in a different scripting language, or possibly no scripting language at all (pure HTML)?&amp;nbsp; Of course, you could just turn the pure HTML template into a CFML template, and at times that is indeed the best route to go, as long as breaking every link pointing back to this page</description>
	<link>http://www.dougboude.com/blog/1/2010/03/Easy-Way-to-Integrate-ColdFusion-into-NonColdFusion-Templates.cfm</link>
	<dc:date>2010-03-31T15:52:00-05:00</dc:date>
	
	<dc:subject> Ajax,goog,placeblogger</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2010/03/Leveraging-Response-Headers-in-Ajax-Calls.cfm">
	<title>Leveraging Response Headers in Ajax Calls</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;If you&apos;re doing any sort of Ajax development, then you undoubtedly already are quite familiar with the different ways you can use an Ajax call. For instance, you can have the call return a fragment of fully formed html (such as a table populated with data). For a more advanced user, you may have your Ajax calls returning raw data in the form of JSON or XML and parse it on the client side. In either case, though, your single Ajax</description>
	<link>http://www.dougboude.com/blog/1/2010/03/Leveraging-Response-Headers-in-Ajax-Calls.cfm</link>
	<dc:date>2010-03-16T12:47:00-05:00</dc:date>
	
	<dc:subject> Ajax,goog,placeblogger,javascript</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2010/02/Registered-Ajax-Responders-Not-Responding-Properly.cfm">
	<title>Registered Ajax Responders Not Responding Properly</title>
	<description>&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;If you use the Prototype Javascript library and you chain your Ajax calls together at times, you may have run into the issue that I just dealt with regarding your registered responders not responding correctly! Since I spent more time than I care to share trying to figure out why my global responders weren&apos;t working like I thought they should, I thought I&apos;d share what I learned. Hope it saves somebody some time! :)&lt;/fo</description>
	<link>http://www.dougboude.com/blog/1/2010/02/Registered-Ajax-Responders-Not-Responding-Properly.cfm</link>
	<dc:date>2010-02-19T11:20:00-05:00</dc:date>
	
	<dc:subject> Ajax,goog,placeblogger,javascript</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm">
	<title>Basic Ajax Select List Filter in PHP</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I am a ColdFusion guy, without a doubt. At my new job, however, I have inherited the maintenance and enhancement duties of a large PHP application as well. One of the enhancements I was asked to make was to produce a select list of names that could be filtered on the fly as the user typed into a text box. Being somewhat new to PHP and having had to figure out a good approach to creating this feature, I thought I&apos;d share it in ca</description>
	<link>http://www.dougboude.com/blog/1/2009/05/Basic-Ajax-Select-List-Filter-in-PHP.cfm</link>
	<dc:date>2009-05-20T14:02:00-05:00</dc:date>
	
	<dc:subject> Ajax,goog,placeblogger,javascript,PHP</dc:subject>
	</item>
	</rdf:RDF> 