<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Raymond Camden&apos;s ColdFusion Blog</title>
			<link>http://www.coldfusionjedi.com/index.cfm</link>
			<description>A blog for ColdFusion, AJAX, Web Development and other topics.</description>
			<language>en-us</language>
			<pubDate>Tue, 09 Feb 2010 06:46:39 -0500</pubDate>
			<lastBuildDate>Mon, 08 Feb 2010 16:37:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ray@camdenfamily.com</managingEditor>
			<webMaster>ray@camdenfamily.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>ray@camdenfamily.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>ORM Entity not available? Check your logs</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/8/ORM-Entity-not-available-Check-your-logs</link>
				<description>
				
				
				This afternoon I was working on a set of persistent entities called event, eventtype, eventstatus, and eventpriority. Event is the &quot;core&quot; entity with hooks to status, type, and priority. When everything was done I whipped up a quick test:





...
				
				 [More]
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 08 Feb 2010 16:37:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/8/ORM-Entity-not-available-Check-your-logs</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Repeat - ColdFusion 9 does NOT remove the need to var scope!</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/8/Repeat--ColdFusion-9-does-NOT-remove-the-need-to-var-scope</link>
				<description>
				
				
				Sorry to yell (well, we don&apos;t have to assume all exclamation marks are equivalent to yelling) but this email came in to me this morning and it is very troubling for me:


I have a question for you about varScoper and CF9. As I understand it, in CF...
				
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 08 Feb 2010 12:59:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/8/Repeat--ColdFusion-9-does-NOT-remove-the-need-to-var-scope</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>AIR 2.0 and Flash 10.1 Betas</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/8/AIR-20-and-Flash-101-Betas</link>
				<description>
				
				
				 As I (slowly) try to recover from yesterday, I thought I&apos;d send out a quick reminder to folks that the latest betas of both AIR 2.0 and Flash 10.1 are available. 

AIR 2.0 should be an amazing release. I highly recommend catching up on Christian C...
				
				
				</description>
				
				
				<category>Adobe</category>
				
				<category>AIR</category>
				
				<category>Flex</category>
				
				<category>Flash</category>
				
				<pubDate>Mon, 08 Feb 2010 08:31:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/8/AIR-20-and-Flash-101-Betas</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Looking for ideas on ORM Optimization (Post Launch)</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/5/Looking-for-ideas-on-ORM-Optimization-Post-Launch</link>
				<description>
				
				
				There are some really good blog entries out there on ColdFusion 9 and optimization (I suggest reading everything at Rupesh&apos;s blog). As a developer, you have multiple options for how your entities are configured, and how related data is loaded. I&apos;m st...
				
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 05 Feb 2010 08:42:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/5/Looking-for-ideas-on-ORM-Optimization-Post-Launch</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Google&apos;s Static Map API</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/4/Googles-Static-Map-API</link>
				<description>
				
				
				I discovered something cool today - Google has a &quot;Static&quot; Maps API. What is that exactly? While Google Maps is very powerful, it requires the use of JavaScript. For simple maps, or for embedding maps into PDFs, you can&apos;t use regular Google Maps. This...
				
				 [More]
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 04 Feb 2010 21:47:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/4/Googles-Static-Map-API</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Cropping to the center of an image</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/3/Cropping-to-the-center-of-an-image</link>
				<description>
				
				This week a user sent in what I thought was a rather simple request. He needed to find the center of an image. That&apos;s pretty trivial math, so I fired back with the following:
				 [More]
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Wed, 03 Feb 2010 17:14:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/3/Cropping-to-the-center-of-an-image</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Translating from Roman to Decimal Numbers with ColdFusion</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/2/Translating-from-Roman-to-Decimal-Numbers-with-ColdFusion</link>
				<description>
				
				
				A few days ago I saw on Twitter a request for code that would convert roman numerals to decimal. CFLib has a UDF for going from decimal to Roman, but not the other way. I did a bit of searching and while I found a bunch of code libraries, I didn&apos;t fi...
				
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Tue, 02 Feb 2010 08:16:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/2/Translating-from-Roman-to-Decimal-Numbers-with-ColdFusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Example of pagination with jQuery and ColdFusion with &quot;External Buttons&quot;</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/2/1/Example-of-pagination-with-jQuery-and-ColdFusion-with-External-Buttons</link>
				<description>
				
				
				That title really isn&apos;t very clear, so let me explain a bit more about what this blog entry is about. A reader asked if it was possible to do pagination via Ajax (ie, each page of content is loaded via Ajax), but have the controls (the previous and n...
				
				 [More]
				</description>
				
				
				<category>jQuery</category>
				
				<category>ColdFusion</category>
				
				<category>AJAX</category>
				
				<pubDate>Mon, 01 Feb 2010 08:49:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/2/1/Example-of-pagination-with-jQuery-and-ColdFusion-with-External-Buttons</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Best of ColdFusion 9 Contest: And the winners are...</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Best-of-ColdFusion-9-Contest-And-the-winners-are</link>
				<description>
				
				
				 So only 4-5 weeks after I said I would wrap things up, it is finally time to announce the winners of the &quot;Best of ColdFusion 9&quot; contest. Before I do so, I have a few things I want to say. 

First - I know that showing other people your code can be...
				
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 29 Jan 2010 16:09:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Best-of-ColdFusion-9-Contest-And-the-winners-are</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 9 Security Bulletin</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/29/ColdFusion-9-Security-Bulletin</link>
				<description>
				
				The first (I think?) ColdFusion 9 Security bulletin has been released: &lt;a href=&quot;http://www.adobe.com/support/security/bulletins/apsb10-04.html&quot;&gt;Solution available for potential ColdFusion information disclosure issue&lt;/a&gt; This relates to Solr and it&apos;s built in web service.
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 29 Jan 2010 10:25:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/29/ColdFusion-9-Security-Bulletin</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Get BIRT-y with Flash and Flex</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Get-BIRTy-with-Flash-and-Flex</link>
				<description>
				
				
				I am not familiar (at all) with BIRT, but I wanted to pass on their announcement of a new contest for Flash and Flex developers. The Get BIRT-y with Flash and Flex contest is open now till March 10 and has a nice (and large) cash prize of up to $5,00...
				
				
				</description>
				
				
				<category>Flex</category>
				
				<pubDate>Fri, 29 Jan 2010 09:40:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Get-BIRTy-with-Flash-and-Flex</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Trouble downloading from RIAForge? Read this</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Trouble-downloading-from-RIAForge-Read-this</link>
				<description>
				
				
				In the past few weeks, I&apos;ve gotten around 10 or so emails from people having issues downloading projects at RIAForge. Because RIAForge allows folks to point to external download locations, I typically just check to see if that is the issue. However -...
				
				
				</description>
				
				
				<category>Misc</category>
				
				<pubDate>Fri, 29 Jan 2010 06:28:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/29/Trouble-downloading-from-RIAForge-Read-this</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>One example of dealing with JSON deserialization issues</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/28/One-example-of-dealing-with-JSON-deserialization-issues</link>
				<description>
				
				
				There have been a few blog posts recently about issues with JSON and ColdFusion. Specifically issues concerning data being &quot;transformed&quot; into other data types. While there are a variety of ways to solve this issue, I thought I&apos;d share one particular ...
				
				
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 28 Jan 2010 17:16:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/28/One-example-of-dealing-with-JSON-deserialization-issues</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Quick example of table sorting with ColdFusion and jQuery</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/28/Quick-example-of-table-sorting-with-ColdFusion-and-jQuery</link>
				<description>
				
				
				For a while now I&apos;ve been meaning to take a look at table sorting via jQuery. I finally got a chance to play with it last night and write up a quick demo. My example makes use of Tablesorter, a jQuery plugin that adds (wait for it) table sorting to e...
				
				 [More]
				</description>
				
				
				<category>jQuery</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 28 Jan 2010 07:04:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/28/Quick-example-of-table-sorting-with-ColdFusion-and-jQuery</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Bug with CFDUMP/output, impacts XML/JSON services</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2010/1/27/Bug-with-CFDUMPoutput-impacts-XMLJSON-services</link>
				<description>
				
				
				While working on a ColdFusion Builder extension (no, not that one) I ran into a bug that caused the response dialog to constantly return an &apos;invalid XML&apos; error. An Adobe engineer discovered that the issue was with the cfdump tag I had in the extensio...
				
				 [More]
				</description>
				
				
				<category>ColdFusion</category>
				
				<pubDate>Wed, 27 Jan 2010 10:11:00 -0500</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2010/1/27/Bug-with-CFDUMPoutput-impacts-XMLJSON-services</guid>
				
				
			</item>
			
		 	
			</channel></rss>