<?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/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/04/AutoEscaping-Characters-When-Outputting-JS-Function-Calls.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/Elementshowhide-anomoly-in-Prototype.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/TinyMCE-Refusing-to-Display-Icons.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/11/Elegant-Approach-to-Disabling-Submit-Button-on-Forms.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/05/Viewing-Option-Text-in-IE7-thats-Wider-than-the-Select-List.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/2007/07/DEMYSTIFYING-JSON-for-myself.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2007/03/Using-Ajax-with-ModelGlue--its-really-quite-simple.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2006/09/ClientSide-Interactivity-without-Ajax.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2006/08/Cool-Eclipse-Plugin-for-CSS-and-JS.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2006/05/Dont-you-hate-it-when.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<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>javascript, Ajax,goog,placeblogger</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>javascript, Ajax,goog,placeblogger</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/04/AutoEscaping-Characters-When-Outputting-JS-Function-Calls.cfm">
	<title>Auto-Escaping Characters When Outputting JS Function Calls</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I&apos;m blogging this little snippet mostly so that I have a place to find it the next time I need it, but perhaps it&apos;ll come in handy for someone else as well.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I&apos;m creating some Javascript function calls on the fly as I output some query results. One of the parameters in the JS function is the value of an item&apos;s title which may at times contain characters JS tends to barf on, such as the single quote: </description>
	<link>http://www.dougboude.com/blog/1/2009/04/AutoEscaping-Characters-When-Outputting-JS-Function-Calls.cfm</link>
	<dc:date>2009-04-26T18:49:20-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets</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>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/12/Elementshowhide-anomoly-in-Prototype.cfm">
	<title>Element.show/hide anomoly in Prototype</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I am a lover of the Prototype Javascript framework, I must say. But today I found a rather irritating little tidbit that diverted my attention from &amp;quot;real&amp;quot; work. Thought I&apos;d share it just in case it saves someone else a little hair pulling.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;The Scenario:&lt;/strong&gt; You have a button that, onClick, performs an Ajax.Updater call. For aesthetic reasons, you have a hidden div with a spinn</description>
	<link>http://www.dougboude.com/blog/1/2008/12/Elementshowhide-anomoly-in-Prototype.cfm</link>
	<dc:date>2008-12-10T14:49:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/TinyMCE-Refusing-to-Display-Icons.cfm">
	<title>TinyMCE Refusing to Display Icons</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Okay, this post is as much informative as it is a rant, so bear with me while I vent as I share.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Let&apos;s talk TinyMCE. Typically I use FCKEditor, but for my current project I&apos;m going with TinyMCE. How hard can it be, right? An editor is an editor is an editor. I download it, I add the two simple lines needed to transform my textarea into a full blown editor, and voila: it&apos;s an editor.&amp;nbsp;But the men</description>
	<link>http://www.dougboude.com/blog/1/2008/11/TinyMCE-Refusing-to-Display-Icons.cfm</link>
	<dc:date>2008-11-18T13:17:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/11/Elegant-Approach-to-Disabling-Submit-Button-on-Forms.cfm">
	<title>Elegant Approach to Disabling Submit Button on Forms</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;A while back I had a project that required the submit button of the login form to be disabled unless both the username field AND the password field had values. There are probably several ways to skin that cat, but my good friend Boyan Kostadinov offered a more elegant solution (he&apos;s always good for the most elegant approach!), and I thought I&apos;d share it with whoever else may benefit.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;This solution u</description>
	<link>http://www.dougboude.com/blog/1/2008/11/Elegant-Approach-to-Disabling-Submit-Button-on-Forms.cfm</link>
	<dc:date>2008-11-04T17:55:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/05/Viewing-Option-Text-in-IE7-thats-Wider-than-the-Select-List.cfm">
	<title>Viewing Option Text (in IE7) that&apos;s Wider than the Select List</title>
	<description>&lt;font size=&quot;3&quot;&gt;Though a &amp;quot;minor&amp;quot; cosmetic issue at times, it can be challenging to come up with creative ways to accommodate what I consider to be IE&apos;s shortcomings regarding the control of form items, in particular select lists. With at least one project I&apos;m currently working on, I have a select list that lives in a fixed width div, yet there are times when the text values of the options are wider than the div itself. The client respect</description>
	<link>http://www.dougboude.com/blog/1/2008/05/Viewing-Option-Text-in-IE7-thats-Wider-than-the-Select-List.cfm</link>
	<dc:date>2008-05-14T11:31:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie</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>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,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>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,Model-Glue</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2007/03/Using-Ajax-with-ModelGlue--its-really-quite-simple.cfm">
	<title>Using Ajax with Model-Glue - it&apos;s really quite simple</title>
	<description>&lt;font face=&quot;Comic Sans MS&quot; size=&quot;3&quot;&gt;&lt;font face=&quot;Arial&quot;&gt;At first glance, the topic can seem somewhat overwhelming. The key, however, is to understand each of them separately and then using them together won&apos;t seem overwhelming in the least. I&apos;ll touch briefly on each of them independently, but will assume for the bulk of this post that you have at least an elementary understanding of what each is and generally how they work.&lt;br /&gt;&lt;br /&gt;Ajax refers</description>
	<link>http://www.dougboude.com/blog/1/2007/03/Using-Ajax-with-ModelGlue--its-really-quite-simple.cfm</link>
	<dc:date>2007-03-19T23:34:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,Model-Glue,Frameworks</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2006/09/ClientSide-Interactivity-without-Ajax.cfm">
	<title>Client-Side Interactivity without Ajax</title>
	<description>&lt;font size=&quot;2&quot; face=&quot;Comic Sans MS&quot;&gt;Keeping response times down and interactivity high has and always will be two important priorities with web interfaces of any kind. For standard html interfaces, Ajax is all the buzz and is great when it&amp;rsquo;s necessary to maintain interaction with live data. But when a static version of the data will do just fine, there&amp;rsquo;s at least one other alternative that you may want to consider&amp;hellip;.&lt;br /&gt;&lt;br /&gt;</description>
	<link>http://www.dougboude.com/blog/1/2006/09/ClientSide-Interactivity-without-Ajax.cfm</link>
	<dc:date>2006-09-18T19:49:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,Model-Glue,Frameworks</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2006/08/Cool-Eclipse-Plugin-for-CSS-and-JS.cfm">
	<title>Cool Eclipse Plugin for CSS and JS</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;Aptana is an Eclipse plugin that came to me highly recommended by a peer (&lt;/font&gt;&lt;a href=&quot;http://www.evenamonkey.com&quot;&gt;&lt;font size=&quot;3&quot;&gt;Doug Sims&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;3&quot;&gt;) and has proven itself to be a real assett to me as well. What does it do? Only provide code assist with both Javascript and CSS files! Another VERY COOL thing it does within the code assist is provide visual indicators of which CSS and Javascript attributes are </description>
	<link>http://www.dougboude.com/blog/1/2006/08/Cool-Eclipse-Plugin-for-CSS-and-JS.cfm</link>
	<dc:date>2006-08-24T12:28:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,Model-Glue,Frameworks,Eclipse</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2006/05/Dont-you-hate-it-when.cfm">
	<title>Don&apos;t you hate it when...</title>
	<description>Okay, here&apos;s the scene:&lt;br /&gt;&lt;br /&gt;You&apos;re standing in a crowded 4 star hotel lobby, leaning against the 10 ft fountain in the center. In your hand you are holding a javascript array with 5 items in it, the last of which has a null value. So you ask the little Firefox guy on your left shoulder to tell you how many items are in your array. He looks it over, sees that the last item has a null value, and so tells you that your array has 4 items in it</description>
	<link>http://www.dougboude.com/blog/1/2006/05/Dont-you-hate-it-when.cfm</link>
	<dc:date>2006-05-11T01:04:00-05:00</dc:date>
	
	<dc:subject>javascript, Ajax,goog,placeblogger,ColdFusion, code snippets,i18n,SQL,Coldbox,JSON,rant,bill&amp;apos;s browser,ie,Model-Glue,Frameworks,Eclipse,firefox</dc:subject>
	</item>
	</rdf:RDF> 