<?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/01/Special-CharacterUnicode-Issue-in-Ajax-Data-Retrieval.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/03/test.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/02/CFJSON-MAYBE-CF8-DIDNT-MAKE-YOU-OBSOLETE-AFTER-ALL.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2007/07/DEMYSTIFYING-JSON-for-myself.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<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>i18n,SQL,javascript,Coldbox,goog,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/03/test.cfm">
	<title>Client-Side Drilldowns Made Easy</title>
	<description>&lt;font size=&quot;3&quot;&gt;Last September I shared a post on an &lt;a href=&quot;http://www.dougboude.com/blog/1/2006/09/ClientSide-Interactivity-without-Ajax.cfm&quot;&gt;alternative to Ajax for client-side interactivity&lt;/a&gt; leveraging Coldfusion&apos;s WDDX. I&apos;d like to take it a step further now and share an approach (and corresponding code) I often use in my Model-Glue apps when needing to create tiered or drilldown-type select lists &lt;i&gt;withOUT&lt;/i&gt; having to make numerous ca</description>
	<link>http://www.dougboude.com/blog/1/2008/03/test.cfm</link>
	<dc:date>2008-03-09T22:46:00-05:00</dc:date>
	
	<dc:subject>i18n,SQL,javascript,Coldbox,goog,JSON,ColdFusion, code snippets,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/02/CFJSON-MAYBE-CF8-DIDNT-MAKE-YOU-OBSOLETE-AFTER-ALL.cfm">
	<title>JSON.CFC, MAYBE CF8 DIDN&apos;T MAKE YOU OBSOLETE AFTER ALL!</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Back in July I shared the results of my personal forray into JSON as a blog post, comparing it to XML as a means of returning Ajax data. In order to conduct my experiments, I had utilized an open source CFC called JSON.CFC in order to do the conversion from CF data types to JSON and vica versa. After the post, one individual made the comment that once CF 8 came out, there wouldn&apos;t be a need for JSON.CFC anymore. Well, until toda</description>
	<link>http://www.dougboude.com/blog/1/2008/02/CFJSON-MAYBE-CF8-DIDNT-MAKE-YOU-OBSOLETE-AFTER-ALL.cfm</link>
	<dc:date>2008-02-06T16:20:00-05:00</dc:date>
	
	<dc:subject>i18n,SQL,javascript,Coldbox,goog,JSON,ColdFusion, code snippets,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2007/07/DEMYSTIFYING-JSON-for-myself.cfm">
	<title>DEMYSTIFYING JSON (for myself)</title>
	<description>&lt;font size=&quot;2&quot; face=&quot;Comic Sans MS&quot;&gt;I&apos;m doing this post because the term &apos;JSON&apos; has continued to appear here and there within blog posts, conference sessions, articles, and emails that I consume as part of my professional growth regimen. Despite the fact that the term is so very often mentioned casually as if everybody has known about it since Kindergarten, the greater part of my understanding of JSON is barren except for the few clues I have man</description>
	<link>http://www.dougboude.com/blog/1/2007/07/DEMYSTIFYING-JSON-for-myself.cfm</link>
	<dc:date>2007-07-05T17:50:00-05:00</dc:date>
	
	<dc:subject>i18n,SQL,javascript,Coldbox,goog,JSON,ColdFusion, code snippets,Model-Glue,placeblogger</dc:subject>
	</item>
	</rdf:RDF> 