<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2titles.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemtitles.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>jDowdle.com</title>
	
	<link>http://jdowdle.com/wp</link>
	<description />
	<lastBuildDate>Tue, 16 Feb 2010 19:03:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jdowdle_blog" /><feedburner:info uri="jdowdle_blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>jdowdle_blog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjdowdle_blog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/jdowdle_blog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fjdowdle_blog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><item>
		<title>cfCalais – A Coldfusion tag to easily create semantic data</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/0rbG-WFsI9k/</link>
		<comments>http://jdowdle.com/wp/2010/02/explore-the-semantic-web-with-coldfusion-cf_calais/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:33:23 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[calais]]></category>
		<category><![CDATA[custom tag]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=392</guid>
		<description><![CDATA[Something that I've been interested in for a while now is the semantic web. I don't claim to be any kind of expert on it and have barely scratched the surface.
After finding about the Open Calais service from Thompson Reuters I was pretty excited. I've created a custom tag that sends data to the service [...]]]></description>
			<content:encoded><![CDATA[<p>Something that I've been interested in for a while now is the semantic web. I don't claim to be any kind of expert on it and have barely scratched the surface.</p>
<p>After finding about the Open Calais service from Thompson Reuters I was pretty excited. I've created a custom tag that sends data to the service which in turn returns the resulting semantic data.</p>
<p>The tag is pretty easy to use. Just surround the text you want to parse with the &lt;cf_calais&gt;  tags and off you go. The default variable returned is cfcalais. You can override this by setting the "name" attribute.</p>
<div>
<h3>Introduction to OpenCalais</h3>
<p><a title="Home" rel="home" href="http://www.opencalais.com/" target="_blank"><img id="logo-image" class="alignright" style="border: 0pt none;" src="http://www.opencalais.com/files/calais_logo.png" alt="Home" width="215" height="94" /></a><br />
If you are unfamiliar with the OpenCalais service, here  is a short description:</p>
<blockquote><p>We want to make all the world's content more accessible,  interoperable and valuable. Some call it Web 2.0, Web 3.0, the Semantic Web or the Giant Global  Graph - we call our piece of it Calais.</p>
<p>Calais is a rapidly growing toolkit of capabilities that allow you to  readily incorporate state-of-the-art semantic functionality within your blog, content  management system, website or application.</p>
<p><em>Taken from <a href="http://www.opencalais.com" target="_blank">OpenCalais website</a></em></p></blockquote>
<h3>Tag Use</h3>
<ol>
<li>Obtain a license key at <a title="Open Calais Website" href="http://www.opencalais.com/">http://www.opencalais.com/</a></li>
<li>Place in a directory where your CFML engine can find it</li>
<li>Wrap your content like this:
<pre><code>&lt;cf_calais name="myLittlePony" license='#myLicenseKey#'&gt;
Some content here
&lt;/cf_calais&gt;
</code></pre>
</li>
<li>Use the returned data</li>
</ol>
<h3>Return Variable</h3>
<p>A structure is returned which contains various keys depending on the  content that was parsed. A full list of returned metadata returned can  be found here: <a href="http://www.opencalais.com/documentation/calais-web-service-api/api-metadata/entity-index-and-definitions">http://www.opencalais.com/documentation/calais-web-service-api/api-metadata/entity-index-and-definitions</a></p>
<p>For the example content (taken from tagTest.cfm):</p>
<blockquote><p>Amazon's Kindle e-book reader is going on sale in more  than 100 countries around the world, including the UK. The reader has  been confined to the US since its launch in November 2007; Amazon  expects to have sold a million of the devices by the end of the year.  The global version will run on the 3G network, although Amazon has not  specified the networks that will provide connectivity for the devices.  The Kindle store will offer over 200,000 English-language titles.  Hundreds of publishers are signed up including Penguin, Faber and Faber,  and HarperCollins. It will also carry more than 85 US and international  newspapers and magazines. "We have millions of customers in countries  all over the world who read English-language books. Kindle enables these  customers to think of a book and download it in less than 60 seconds,"  said Amazon founder Jeff Bezos. Penguin chief executive John Makinson  hopes it will kickstart digital book sales in Europe. "The publishing  industry is experiencing explosive growth in digital book sales in the  US," he said. KINDLE IN EUROPE Amazon Kindle 0.36 inches thick with 6in  e-ink display 2GB of internal memory QWERTY keyboard to add notes to  text Battery life "weeks on a single charge" USB synching for people out  of coverage area The look and feel of the device will be the same as  the US version with the exception of network access. Following  difficulties making the Kindle's Whispernet wireless download system  work in the Europe, Amazon has decided to make downloads available via  the 3G network. This means that people wishing to download a book  outside of a 3G coverage area will have to transfer content over USB. In  May of this year, Amazon unveiled a new version of its e-reader aimed  at reading magazines, newspapers and documents. The Kindle DX is  currently available only in the US. The European version of the Kindle  will begin shipping on October 19 with a $279 (£175) price tag.</p></blockquote>
<p>Returns a structure that would have the following keys and values:</p>
<ul>
<li>Technology : 3G</li>
<li>socialTag : Technology_Internet,Printing,Ur,Mass media,E-book,Amazon  Kindle,Amazon.com,Media technology,Publishing,Linux based  devices,Electronic publishing,E Ink,3G</li>
<li>Country : United Kingdom,United States</li>
<li>Person : John Makinson,Jeff Bezos</li>
<li>Position : chief executive</li>
<li>Company : Amazon,Penguin</li>
<li>Facility : Kindle store</li>
<li>Currency : GBP,USD</li>
<li>Product : Kindle</li>
<li>Continent : Europe</li>
<li>IndustryTerm : e-reader,e-ink,e-book,wireless download system  work,3G network</li>
</ul>
</div>
<p>Download the tag and code here: <a href="http://github.com/jonDowdle/cfCalais">http://github.com/jonDowdle/cfCalais</a></p>
<p>I hope you find this tag useful and let's make Coldfusion an integral part of building Web 3.0!</p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/0rbG-WFsI9k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/02/explore-the-semantic-web-with-coldfusion-cf_calais/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/02/explore-the-semantic-web-with-coldfusion-cf_calais/</feedburner:origLink></item>
		<item>
		<title>Make CF Builder and OS X Prettier</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/ZBwH83oUI94/</link>
		<comments>http://jdowdle.com/wp/2009/10/cf-builder-os-x-icon/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:07:09 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=404</guid>
		<description><![CDATA[At CFinNC, Sam Farmer mentioned that one draw back of using CF Builder as a plugin was that you don't have the CF Builder icon displayed. While I agree this isn't a huge issue, it does take a bit away from the 'experience' (OS X looks good and who are we to detract from that?)
Good [...]]]></description>
			<content:encoded><![CDATA[<p>At CFinNC, Sam Farmer mentioned that one draw back of using CF Builder as a plugin was that you don't have the CF Builder icon displayed. While I agree this isn't a huge issue, it does take a bit away from the 'experience' (OS X looks good and who are we to detract from that?)</p>
<p>Good news, it's an easy fix. You'll soon have a nice high-resolution icon for both your dock icons and Eclipse.app.</p>
<ol>
<li>Save the Coldfusion PNG from Wikipedia (<a href="http://en.wikipedia.org/wiki/File:ColdFusion_icon.png">http://en.wikipedia.org/wiki/File:ColdFusion_icon.png</a>) to your hard drive</li>
<li>Convert the PNG from step 1 to an ICNS and save back to your hard drive. (I used iConvert <a href="http://iconverticons.com/">http://iconverticons.com/</a>)</li>
<li>Open /Applications/eclipse (or wherever you installed Eclipse)</li>
<li>Right click on Eclipse, select Show Package Contents</li>
<li>Go to Contents &gt; Resources</li>
<li>[Optional] Rename Eclipse.icns to Eclipse_old.icns</li>
<li>Copy Eclipse.icns from step 1 into the Resources folder</li>
<li>Launch Eclipse</li>
<li>Enjoy.</li>
</ol>
<p>You should then see something like this:</p>

<a href='http://jdowdle.com/wp/2009/10/cf-builder-os-x-icon/picture-1/' title='App View'><img width="150" height="150" src="http://jdowdle.com/wp/wp-content/uploads/2009/10/Picture-1-150x150.png" class="attachment-thumbnail" alt="" title="App View" /></a>
<a href='http://jdowdle.com/wp/2009/10/cf-builder-os-x-icon/picture-2/' title='Dock View'><img width="81" height="150" src="http://jdowdle.com/wp/wp-content/uploads/2009/10/Picture-2-81x150.png" class="attachment-thumbnail" alt="" title="Dock View" /></a>

<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/ZBwH83oUI94" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/10/cf-builder-os-x-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/10/cf-builder-os-x-icon/</feedburner:origLink></item>
		<item>
		<title>I’m attending CFinNC</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/Arrs9xHpGew/</link>
		<comments>http://jdowdle.com/wp/2009/10/attending-cfinnc-2009/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:15:31 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=394</guid>
		<description><![CDATA[I'll be attending CFinNC on October 17-18. If you're going, let's meet up!

]]></description>
			<content:encoded><![CDATA[<p>I'll be attending CFinNC on October 17-18. If you're going, let's meet up!</p>
<p><a title="CFinNC - Carolina ColdFusion / Flex / Air Conference - Oct 17-18, 2009" href="http://cfinnc.com"><img class="alignleft" src="http://cfinnc.com/2009/cfinnc-125x125-attending-3.gif" border="0" alt="CFinNC - Carolina ColdFusion / Flex / Air Conference - Oct 17-18, 2009" /></a></p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/Arrs9xHpGew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/10/attending-cfinnc-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/10/attending-cfinnc-2009/</feedburner:origLink></item>
		<item>
		<title>Query the Web with a Simple Tag: YQL Custom Tag + examples</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/4LN3BvpIGKo/</link>
		<comments>http://jdowdle.com/wp/2009/09/query-the-web-with-a-simple-tag-yql-custom-tag-examples/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:42:17 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=377</guid>
		<description><![CDATA[I've created a Coldfusion tag to make using YQL (even) easier. I was really surprised to find nothing doing this already. I'm not sure if it is just to simple in the first place or that there is a general lack of interest. Feel free to shed some light on this in the comments. Enough [...]]]></description>
			<content:encoded><![CDATA[<p>I've created a Coldfusion tag to make using YQL (even) easier. <span style="text-decoration: line-through;">I was really surprised to find nothing doing this already</span>. <span style="text-decoration: line-through;">I'm not sure if it is just to simple in the first place or that there is a general lack of interest</span>.<span style="text-decoration: line-through;"> Feel free to shed some light on this in the comments.</span> Enough talking already, lets get some demo action going.</p>
<p>The basic usage is pretty similar to another oh-so familiar tag:</p>
<pre>&lt;cf_yql&gt;
Select * from flickr.photos.recent
&lt;/cf_yql&gt;

&lt;cfloop query="cfyql"&gt;
 &lt;!---Format of the static urls to flickr images---&gt;
 &lt;cfoutput&gt;
   &lt;img src="http://farm#farm#.static.flickr.com/#server#/#id#_#secret#_s_d.jpg" /&gt;
 &lt;/cfoutput&gt;
&lt;/cfloop&gt;</pre>
<p>Creates...</p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2009/09/2009-09-10-195536.png"><img class="alignnone size-full wp-image-383" title="Top Flickr Photos" src="http://jdowdle.com/wp/wp-content/uploads/2009/09/2009-09-10-195536.png" alt="Top Flickr Photos" width="805" height="96" /></a></p>
<p>As you can see, the format is pretty similar to cfquery. The table name "flickr.photos.recent" is table supported by the YQL (for a full listing of available tables see the footnotes).</p>
<p>Here is another example using an RSS feed:</p>
<pre>&lt;cf_yql format="query"&gt;
select * from rss where url='http://rss.news.yahoo.com/rss/topstories'
limit 5
&lt;/cf_yql&gt;

&lt;cfloop query="cfyql"&gt;
 &lt;li&gt;
 &lt;cfoutput&gt;&lt;a href="#link#"&gt;#title# &amp;mdash; #Source# &amp;mdash; #pubdate#&lt;/a&gt;
 &lt;div&gt;#description#&lt;/div&gt;
 &lt;/cfoutput&gt;
 &lt;/li&gt;
&lt;/cfloop&gt;
&lt;/ul&gt;</pre>
<p>Creates...</p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2009/09/2009-09-10-195903.png"><img class="alignnone size-full wp-image-384" title="News Feed" src="http://jdowdle.com/wp/wp-content/uploads/2009/09/2009-09-10-195903.png" alt="News Feed" width="550" height="287" /></a></p>
<p>In the future, I'd like to take this further by using YQL's newly added 'execute' functionality.</p>
<p>The project is hosted on <a title="cfYQL project on Github" href="http://github.com/jonDowdle/cfYQL/">github</a>. Feel free to fork me or download the code <a href="http://github.com/jonDowdle/cfYQL/zipball/master">here</a>.</p>
<p><em>Edit: Yes, I know this looks like Ray Camden's cf_yql example (</em><a href="http://www.coldfusionjedi.com/index.cfm/2009/9/10/Yahoo-Query-Language">http://www.coldfusionjedi.com/index.cfm/2009/9/10/Yahoo-Query-Language</a><em>) posted earlier today (9/10/09). I had written this post originally on 8/28 and just never got around to publishing it. Ray just lit a fire under my arse by posting his, so thanks Ray!<br />
</em></p>
<div style="font-size:.8em;">Items referenced while writing this post:</div>
<div style="font-size:.8em;">
<ul>
<li>YQL OpenData Tables: <a title="YQL opendata tables" href="http://github.com/spullara/yql-tables/tree/master">http://github.com/spullara/yql-tables/tree/master</a></li>
<li>YQL Execute: <a href="http://developer.yahoo.net/blog/archives/2009/04/yql_execute.html">http://developer.yahoo.net/blog/archives/2009/04/yql_execute.html</a></li>
<li><a title="Building a KML feed with YQL and Coldfusion" href="http://eatyourgreens.org.uk/archives/2009/04/building-a-kml-feed-with-yql-and-coldfusion.html" target="_blank">http://eatyourgreens.org.uk/archives/2009/04/building-a-kml-feed-with-yql-and-coldfusion.html</a></li>
</ul>
</div>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/4LN3BvpIGKo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/09/query-the-web-with-a-simple-tag-yql-custom-tag-examples/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/09/query-the-web-with-a-simple-tag-yql-custom-tag-examples/</feedburner:origLink></item>
		<item>
		<title>Finding international characters with MySQL</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/m8yYP0wqApA/</link>
		<comments>http://jdowdle.com/wp/2009/08/finding-international-characters-with-mysql/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:10:37 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=346</guid>
		<description><![CDATA[I recently had to find the rows in a database that contained any multibyte characters. My first thought was to leverage the difference between length() and char_length(). The query would be similiar to this:
Select pKey, dataCol
From myTable
Where length(dataCol) != char_length(dataCol)
To my surprise this query didn't work. After mulling it over in my mind, I tried [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to find the rows in a database that contained any multibyte characters. My first thought was to leverage the difference between length() and char_length(). The query would be similiar to this:</p>
<pre>Select pKey, dataCol
From myTable
Where length(dataCol) != char_length(dataCol)</pre>
<p>To my surprise this query didn't work. After mulling it over in my mind, I tried a few debugging statements such as:</p>
<pre>Select pKey,
  dataCol,
  length(dataCol),
  char_length(dataCol)
From myTable</pre>
<p>That only reaffirmed that all return values of the char_length() were equal to the length() results.</p>
<p>Then it hit me, I (or rather the database) was using the latin1 character set. So I quickly cast the data into utf8 and it worked! Below is the resulting query.</p>
<pre>Select pKey, dataCol
From myTable
Where length( cast(dataCol <strong>using utf8</strong>) ) !=
        char_length( cast(dataCol <strong>using utf8</strong>) )</pre>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/m8yYP0wqApA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/08/finding-international-characters-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/08/finding-international-characters-with-mysql/</feedburner:origLink></item>
		<item>
		<title>Bundle of Coldfusion Feeds</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/LeR_JGT_KkY/</link>
		<comments>http://jdowdle.com/wp/2009/05/coldfusion-feed-bundle/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:22:11 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[coldfusion]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=338</guid>
		<description><![CDATA[Since Coldfusion isn't dead, I've combined the Coldfusion feeds that I'm subscribed to into a bundle (using Google Reader's newest feature).
You can subscribe to or view the feed bundle here: CF Feed Bundle
]]></description>
			<content:encoded><![CDATA[<p>Since Coldfusion isn't dead, I've combined the Coldfusion feeds that I'm subscribed to into a bundle (using Google Reader's newest <a href="http://googlereader.blogspot.com/2009/05/life-is-great-bundle-of-little-things.html">feature</a>).</p>
<p>You can subscribe to or view the feed bundle here: <a href="http://bit.ly/15fJMP">CF Feed Bundle</a></p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/LeR_JGT_KkY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/05/coldfusion-feed-bundle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/05/coldfusion-feed-bundle/</feedburner:origLink></item>
		<item>
		<title>Transforming Coldfusion code with XSLT</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/LXdNGAkD0Bs/</link>
		<comments>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/#comments</comments>
		<pubDate>Sat, 16 May 2009 21:24:39 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=306</guid>
		<description><![CDATA[Note: For those looking for something useful, you won't find it in this post. 
For a little Saturday fun, I set out to transform Coldfusion code using XSLT. It didn't take long before I ran into some issues.
The first problem I ran into was that most Coldfusion code doesn't have a root element (not to [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: For those looking for something useful, you won't find it in this post. </em></p>
<p>For a little Saturday fun, I set out to transform Coldfusion code using XSLT. It didn't take long before I ran into some issues.</p>
<p>The first problem I ran into was that most Coldfusion code doesn't have a root element (not to mention it isn't well formed XML in any sense).  You might be thinking "Well CFCs have a root node" and you'd be right. So I tried to transform a really simple CFC and I was somewhat successful.</p>
<p>The only caveat is that the use of <span style="text-decoration: line-through;">a few</span> almost all tags won't work. For example, &lt;cfreturn foo /&gt; isn't proper XML and Saxon complains.  So at this point, this is pretty much a worthless exercise (see note above). Either way I ended up with something that did work (in the functional sense, not the useful sense). See the code below if you're interested in what the XSLT looks like.</p>
<p><em> </em><a href="http://jdowdle.com/wp/wp-content/uploads/2009/05/cf.xml">XSLT Coldfusion</a></p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2009/05/inputcf.cfc">Very Simple CFC</a></p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2009/05/transformedcf.html">Transformed Output<br />
</a></p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/LXdNGAkD0Bs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/</feedburner:origLink></item>
		<item>
		<title>My New Job at Interfolio Inc.</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/5SrvfWP7TAE/</link>
		<comments>http://jdowdle.com/wp/2009/05/new-job-at-interfolio-inc/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:22:59 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[washington dc]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=290</guid>
		<description><![CDATA[Two weeks ago I posted to Twitter that Emily and I would be moving to Washington, D.C.  I wanted to fill in the blanks for anyone that hasn't heard the whole story.
Around mid-November, I applied for a job after seeing a post on Sam Farmer's blog. Long story short, one phone interview, one trip to [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago I posted to Twitter that Emily and I would be moving to Washington, D.C.  I wanted to fill in the blanks for anyone that hasn't heard the whole story.</p>
<p>Around mid-November, I applied for a job after seeing a post on Sam Farmer's blog. Long story short, one phone interview, one trip to D.C. and four months later, I formally accepted a position with the Interfolio team. I've now officially started in my new position and thought a blog post was deserving.</p>
<p>As far as time lines, I will be working from home for the rest of May and we're moving during the first week of June. We're both excited for the great opportunities that this move presents to us.</p>
<p>Also, I'd like to say thank you to the team that I left at Mojo Interactive. If you're looking for a Coldfusion job in the Orlando area, send me your resume and I'll pass it to the right person at Mojo Interactive.</p>
<ul>
<li><a href="http://www.interfolio.com">Interfolio<br />
</a></li>
<li><a href="http://www.mojointeractive.com">Mojo Interactive</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/5SrvfWP7TAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/05/new-job-at-interfolio-inc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/05/new-job-at-interfolio-inc/</feedburner:origLink></item>
		<item>
		<title>Interest in Topics for BarcampOrlando</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/XfR4vdGNRGk/</link>
		<comments>http://jdowdle.com/wp/2009/04/barcamporlando-topic-surve/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 15:17:18 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[barcamporlando]]></category>
		<category><![CDATA[orlando]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=284</guid>
		<description><![CDATA[Loading...
]]></description>
			<content:encoded><![CDATA[<p><iframe src="https://spreadsheets.google.com/embeddedform?key=p_mW9DZs6a_QJs0AiAcJCcg" width="500" height="1407" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/XfR4vdGNRGk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/04/barcamporlando-topic-surve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/04/barcamporlando-topic-surve/</feedburner:origLink></item>
		<item>
		<title>Get Your Geek On In April</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/z04WfDzonU0/</link>
		<comments>http://jdowdle.com/wp/2009/04/april-tech-events-orlando/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:54:20 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[barcamporlando]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[orlando]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=276</guid>
		<description><![CDATA[It turns out April is full of events for the tech and creative communities in Orlando. I've listed all of the upcoming events below. If you know of something that didn't make it on the list please add it to the comments.
4/9 (Thursday) 6:30pm  Battle of Web Frameworks at Slingapours (map)
4/10 (Friday) 5pm Photowalking starts [...]]]></description>
			<content:encoded><![CDATA[<p>It turns out April is full of events for the tech and creative communities in Orlando. I've listed all of the upcoming events below. If you know of something that didn't make it on the list please add it to the comments.</p>
<p>4/9 (Thursday) 6:30pm  <a href="http://www.doterati.com/events/battle-of-the-web-frameworks">Battle of Web Frameworks</a> at Slingapours <a href="http://www.doterati.com/events/battle-of-the-web-frameworks">(</a><a href="http://bit.ly/172Fr">map</a>)</p>
<p>4/10 (Friday) 5pm <a href="http://floridacreatives.com/florida-creatives/event/lake-eola-photowalk">Photowalking</a> starts at CoLab Orlando (<a href="http://bit.ly/19jCjY">map</a>)<a href="http://bit.ly/19jCjY"><br />
</a></p>
<p>4/17 (Friday) 8-11am <a href="http://floridacreatives.com/florida-creatives/event/likemind-orlandos-brain-trust">Likemind Orlando</a> at Drunken Monkey Coffee Bar (<a href="http://bit.ly/ivIqN">map</a>)</p>
<p>4/18 (Saturday)9am-6pm BarCamp Orlando at Wall St Plaza (<a href="http://bit.ly/172Fr">map</a>)</p>
<p>4/18 (Saturday) <a href="http://bit.ly/jZRD">Music After BarCamp</a> at Wall St Plaza (<a href="http://bit.ly/172Fr">map</a>)</p>
<p>4/20 (Monday) 6-9pm Florida Creatives at Crooked Bayou (<a href="http://bit.ly/Ynxe">map</a>)</p>
<p>4/22 (Wednesday) 6pm <a href="http://bit.ly/2BbzUu">Forrester's Orlando Tweetup</a> at Big River Grille &amp; Brewing (<a href="http://bit.ly/x3tA">map</a>)</p>
<p>4/24 (Friday) 12-1pm SCRUM Lunch and Learn at CoLab Orlando (<a href="http://bit.ly/19jCjY">map</a>)<a href="http://bit.ly/19jCjY"><br />
</a></p>
<p>4/30 (Thursday) 6-11pm <a href="http://tr.im/hFW5">Orlando Tweetup II</a> at TBD</p>
<p>I hope to see you at one/all of these events. Have a geeky April!</p>
<p><em>I can't take credit for most of this list but I couldn't find it online either. </em><em>Originally, t</em><em>he list made its way to me in an email from Gregg Pollack to the BarCamp Orlando mailing list.</em></p>
<img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/z04WfDzonU0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2009/04/april-tech-events-orlando/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2009/04/april-tech-events-orlando/</feedburner:origLink></item>
	</channel>
</rss>
