<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 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>Fri, 18 May 2012 21:49:44 +0000</lastBuildDate>
	<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/" /><geo:lat>38.885337</geo:lat><geo:long>-77.09512</geo:long><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><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><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>Code from TDD Demystified through Katas</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/Ttp_lVqQguQ/</link>
		<comments>http://jdowdle.com/wp/2010/10/code-from-tdd-demystified-through-katas/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 18:54:25 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[kata]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=708</guid>
		<description><![CDATA[A big thanks to everyone that came out for today's CFMeetup. The code is located here and the presentation is located here. While practicing for this presentation, I noticed a few things. Solving the same problem sparks creativity After solving the problem for the 2nd time, I noticed my brain starting to tweak what I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jdowdle.com/wp/wp-content/uploads/2010/10/ScreenClip.png"><img class="alignright size-full wp-image-711" title="Passing" src="http://jdowdle.com/wp/wp-content/uploads/2010/10/ScreenClip.png" alt="" width="375" height="226" /></a>A big thanks to everyone that came out for today's CFMeetup. The code is located <a href="http://github.com/jonDowdle/kata-fizzbuzz">here</a> and the presentation is located <a href="http://experts.na3.acrobat.com/p54641845/">here</a>.</p>
<p>While practicing for this presentation, I noticed a few things.</p>
<h2>Solving the same problem sparks creativity</h2>
<p>After solving the problem for the 2nd time, I noticed my brain starting to tweak what I was doing. At first it was only a small change. Then as I took another go at the fizzbuzz problem, I tried something else. My only guess is that a few things are in place to allow my brain worry about the <em>how</em> and not the <em>what</em>.</p>
<p>The biggest thing seemed to be that I knew the answer to the problem before I started solving it. Just knowing that I had solved this problem but not 30 minutes earlier made it easier for my brain to think in another direction than "How am I going to solve this?".</p>
<p>The other large contributing factor is the use of TDD. As I wrote each test and made it pass, I then had the freedom to refactor until I was blue in the face. No matter the size of the change, I only had to do one thing to check on the build status, run my tests.</p>
<h2>Katas make a killer brain warm up</h2>
<p>Earlier this week, I preformed a few of these practice sessions before I started my normal work day. Once I started my regular work, I noticed an immediate difference in my level of clarity while reading and writing code.  The confidence given by solving a problem by 9:00am and knowing that it's 100% correct is unbelievable. Plus, doesn't this beat reading email?</p>
<p><strong>Thanks to...</strong></p>
<p><a href="http://blog.bittersweetryan.com/">Ryan Anklam</a> who had the original idea for this meetup. Ryan's coding portion can be seen <a href="http://github.com/bittersweetryan/Katas">here</a> and the slides are <a href="http://slidesix.com/view/TDD-Demystified">here</a>.</p>
<p><a href="http://www.carehart.org/">Charlie Arehart</a> who puts on a meetup that is priceless to the ColdFusion community.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Ttp_lVqQguQ:La3Qaot5OYc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Ttp_lVqQguQ:La3Qaot5OYc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Ttp_lVqQguQ:La3Qaot5OYc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Ttp_lVqQguQ:La3Qaot5OYc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Ttp_lVqQguQ:La3Qaot5OYc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Ttp_lVqQguQ:La3Qaot5OYc:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/Ttp_lVqQguQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/10/code-from-tdd-demystified-through-katas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/10/code-from-tdd-demystified-through-katas/</feedburner:origLink></item>
		<item>
		<title>Awesome Web Development Links Found This Week</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/n9_05HmNoZE/</link>
		<comments>http://jdowdle.com/wp/2010/09/awesome-web-development-links-found-this-week/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 05:15:17 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[link-roundup]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=650</guid>
		<description><![CDATA[I've come across some really interesting articles this week. Here's a quick list of things I'd highly recommend spending a few moments reading this weekend: International Freelancer's Day - Sept 24-25, 2010 A free online conference, the only requirement is a quick registration. The thought of listening to "social media experts" is much out weighed [...]]]></description>
			<content:encoded><![CDATA[<p>I've come across some really interesting articles this week. Here's a quick list of things I'd highly recommend spending a few moments reading this weekend:</p>
<ul>
<li><a href="http://www.internationalfreelancersday.com/">International Freelancer's Day</a> - Sept 24-25, 2010
<ul>
<li>A free online conference, the only requirement is a quick registration. The thought of listening to "social media experts" is much out weighed by hearing Mike McDerment (of FreshBooks) speak.</li>
</ul>
</li>
<li><a href="http://ethercodes.com/">EtherCodes </a>- EtherPad for programming
<ul>
<li>Should be live at 2pm EST today.</li>
</ul>
</li>
<li><a href="http://msdn.microsoft.com/en-us/scriptjunkie/ff928319.aspx">Fixing Common Browser Issues: Dealing With Key Events</a>
<ul>
<li>I've had this nagging issue with a key event, this helped shed a lot of light on it.</li>
</ul>
</li>
<li><a href="http://css3generator.com/">Css3 Generator</a>
<ul>
<li>Even with all of the CSS3 resources available, I still found this to be to the point and helpful.</li>
</ul>
</li>
<li><a href="http://blog.evernote.com/2010/09/09/evernote-site-memory-button/">Everynote Site Memory - Another sharing button</a>
<ul>
<li>As an Evernote user, I like the way you can customize this. You, the site owner, may select which parts of your page are clipped. You can even suggest which tags the resulting note gets!</li>
</ul>
</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=n9_05HmNoZE:7tPwmG3d8TY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=n9_05HmNoZE:7tPwmG3d8TY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=n9_05HmNoZE:7tPwmG3d8TY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=n9_05HmNoZE:7tPwmG3d8TY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=n9_05HmNoZE:7tPwmG3d8TY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=n9_05HmNoZE:7tPwmG3d8TY:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/n9_05HmNoZE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/09/awesome-web-development-links-found-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/09/awesome-web-development-links-found-this-week/</feedburner:origLink></item>
		<item>
		<title>Taggable Demo Video (now with more code)</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/UC-TOrqC6gQ/</link>
		<comments>http://jdowdle.com/wp/2010/07/taggable-demo-video-now-with-more-code/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 20:35:35 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=616</guid>
		<description><![CDATA[Similar to the last post but this one is just showing a little bit of the code that was sending the data to the server. If it's hard to see the code in the video, I've pasted the relevant Javascript below.]]></description>
			<content:encoded><![CDATA[<p>Similar to the last post but this one is just showing a little bit of the code that was sending the data to the server.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/3_1hfIi3p6E&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube-nocookie.com/v/3_1hfIi3p6E&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If it's hard to see the code in the video, I've pasted the relevant Javascript below.</p>
<p><script src="http://gist.github.com/483517.js"> </script></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=UC-TOrqC6gQ:KxHkQAZB_CQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=UC-TOrqC6gQ:KxHkQAZB_CQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=UC-TOrqC6gQ:KxHkQAZB_CQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=UC-TOrqC6gQ:KxHkQAZB_CQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=UC-TOrqC6gQ:KxHkQAZB_CQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=UC-TOrqC6gQ:KxHkQAZB_CQ:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/UC-TOrqC6gQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/07/taggable-demo-video-now-with-more-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/07/taggable-demo-video-now-with-more-code/</feedburner:origLink></item>
		<item>
		<title>Taggable Demo Video</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/Rzn_t6aYNZc/</link>
		<comments>http://jdowdle.com/wp/2010/07/taggable-demo-video/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:55:36 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[taggable]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=580</guid>
		<description><![CDATA[In the comments of my last post on Taggable, John F asked to see a video of Taggable in action. I felt like the example I created for the original post wasn't very exciting, so I created one better. This demo shows how it could look if you used Taggable to save tags on the [...]]]></description>
			<content:encoded><![CDATA[<p>In the comments of my last post on Taggable, John F asked to see a video of Taggable in action.</p>
<p>I felt like the example I created for the original post wasn't very exciting, so I created one better.  This demo shows how it could look if you used Taggable to save tags on the server as the users interacts with items.</p>
<p>Enjoy!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/EBuRe2fJTqA&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube-nocookie.com/v/EBuRe2fJTqA&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Rzn_t6aYNZc:Lyu4ZcifPSw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Rzn_t6aYNZc:Lyu4ZcifPSw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Rzn_t6aYNZc:Lyu4ZcifPSw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Rzn_t6aYNZc:Lyu4ZcifPSw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Rzn_t6aYNZc:Lyu4ZcifPSw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Rzn_t6aYNZc:Lyu4ZcifPSw:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/Rzn_t6aYNZc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/07/taggable-demo-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/07/taggable-demo-video/</feedburner:origLink></item>
		<item>
		<title>New jQuery Plugin: Taggable</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/ip9Sr86eJxU/</link>
		<comments>http://jdowdle.com/wp/2010/06/new-jquery-plugin-taggable/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:30:12 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[taggable]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=514</guid>
		<description><![CDATA[Summary for the busy Allows elements to become "tags" and "taggable" Easily customizable actions on tag / untag Download here (plugin only) Download here (with examples) Fork it here Motivation I've really enjoyed using jQuery over the last few years. It's been quite wonderful really. Outside of the core being easy to use and very [...]]]></description>
			<content:encoded><![CDATA[<p><!-- cbddc89381944ed0a6e2d09be93e66dd --></p>
<h3>Summary for the busy</h3>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2010/05/jquery_white_contur1.png"><img class="alignright size-full wp-image-526" style="border: 0 none;" title="jquery_white_contur" src="http://jdowdle.com/wp/wp-content/uploads/2010/05/jquery_white_contur1.png" alt="" width="398" height="192" /></a></p>
<ul>
<li>Allows elements to become "tags" and "taggable"</li>
<li>Easily customizable actions on tag / untag</li>
<li><a href="http://github.com/jonDowdle/jqTaggable/downloads" target="_blank">Download here (plugin only)</a></li>
<li><a href="http://github.com/jonDowdle/jqTaggable/zipball/v0.1" target="_blank">Download here (with examples)</a></li>
<li><a href="http://github.com/jonDowdle/jqTaggable" target="_blank">Fork it here</a></li>
</ul>
<h3>Motivation</h3>
<p>I've really enjoyed using jQuery over the last few years. It's been quite wonderful really. Outside of the core being easy to use and very solid, the plugins available really make jQuery sizzle.</p>
<p>So I thought I'd take a crack at writing my very own plugin. My main goal was to imitate the tagging interface you've seen in some desktop UIs, with Evernote being my main inspiration.</p>
<h3>Lessons Learned</h3>
<p>A few things I learned while writing the plugin:</p>
<ol>
<li>Writing a jQuery plugin is not that hard</li>
<li>Developing jQuery plugins is  really really fun (no really, it is)</li>
</ol>
<h3>Details</h3>
<p>The plugin requires jQuery and jQuery UI. Once you have the jQuery requirements and the plugin file, using the plugin is simple. Just call <code>.taggable()</code> on the element that you want to have tags attached to. There are various ways to customize it beyond this of course. For those details, check out the <a href="http://github.com/jonDowdle/jqTaggable/blob/master/README.markdown">README</a>.</p>
<h3>Other Tag-ish Plugins Out There</h3>
<p>I fought the urge to look at existing work, mainly so that I could learn as much from tripping over my own two feet as possible. Upon writing this post, I decided 'why not' and Googled around for "jquery plugins tag" and other permutations. I was thrilled to <a title="Tag based plugins for jQuery" href="http://plugins.jquery.com/taxonomy/term/113" target="_blank">see</a> that it doesn't look like there are any other plugins that do quite this. All of the other options turn input into tags or create tag clouds.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ip9Sr86eJxU:QUwfd9eaGhU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ip9Sr86eJxU:QUwfd9eaGhU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ip9Sr86eJxU:QUwfd9eaGhU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=ip9Sr86eJxU:QUwfd9eaGhU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ip9Sr86eJxU:QUwfd9eaGhU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=ip9Sr86eJxU:QUwfd9eaGhU:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/ip9Sr86eJxU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/06/new-jquery-plugin-taggable/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/06/new-jquery-plugin-taggable/</feedburner:origLink></item>
		<item>
		<title>WikiText &amp; Eclipse: Making Documentation Easier</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/EA20WfVMLDM/</link>
		<comments>http://jdowdle.com/wp/2010/04/wikitext-eclipse-creating-documentation/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 15:30:18 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Markup languages]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wikitext]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=438</guid>
		<description><![CDATA[Writing documentation can be a serious pain. So the oft taken path is to not write anything. Recently, I was exploring menu options in Eclipse and noticed the WikiText option. I must have been hiding under a rock because I haven't noticed how nice WikiText is nor where it is applicable. About WikiText WikText is [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Aloe  polyphylla Schönland ex Pillans" href="http://flickr.com/photos/93452909@N00/184343329"><img class="alignright" src="http://farm1.static.flickr.com/58/184343329_3cb642233b_m.jpg" alt="" width="240" height="180" /></a>Writing documentation can be a serious pain. So the oft taken path is to not write anything. Recently, I was exploring menu options in Eclipse and noticed the WikiText option. I must have been hiding under a rock because I haven't noticed how nice WikiText is nor where it is applicable.</p>
<h3>About WikiText</h3>
<p>WikText is a structured language that is easily readable by humans and is pretty easy to parse. As an example this is how you write a h1:</p>
<pre>h1. Main heading
</pre>
<h3>Examples</h3>
<p>It really couldn't be any more simple than that. Similar markup exists for a larger part of HTML as well. Here are a few more examples:</p>
<pre style="padding-left: 30px;">*this creates bold text*
__italic text__
#Numbered list item 1
#Numbered list item 2
*Bulleted list item
bc. Block Code in here
</pre>
<p>An easy to use markup language isn't that interesting on it's own IMO, but when it's natively supported by your tooling things get a lot more useful.</p>
<h3></h3>
<p>So typing something like this in Eclipse:</p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2010/04/source_view.png"><img class="aligncenter size-full wp-image-498" title="WikiText Source View" src="http://jdowdle.com/wp/wp-content/uploads/2010/04/source_view.png" alt="" width="577" height="217" /></a></p>
<p>Generates something like this:</p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2010/04/preview_view1.png"><img class="aligncenter size-full wp-image-500" title="WikiText Preview" src="http://jdowdle.com/wp/wp-content/uploads/2010/04/preview_view1.png" alt="" width="667" height="328" /></a>Eclipse is very happy to convert your WikiText to HTML, DocBook and Eclipse help files.</p>
<p>Even outside of Eclipse, I find this useful as many sites will parse your .textile files. Outside of wiki sites, I think the most notable would be git hub. If you have a README.textile they will parse it and generate the HTML for your project page based off of it.</p>
<p>The Eclipse documentation <a href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.mylyn.wikitext.help.ui/help/Markup-Conversion.html">here</a> talks more about the capabilities but I think the above are the most important (especially if your like me and didn't know about it).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=EA20WfVMLDM:bzrfbVxK3Ns:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=EA20WfVMLDM:bzrfbVxK3Ns:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=EA20WfVMLDM:bzrfbVxK3Ns:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=EA20WfVMLDM:bzrfbVxK3Ns:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=EA20WfVMLDM:bzrfbVxK3Ns:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=EA20WfVMLDM:bzrfbVxK3Ns:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/EA20WfVMLDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/04/wikitext-eclipse-creating-documentation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/04/wikitext-eclipse-creating-documentation/</feedburner:origLink></item>
		<item>
		<title>ColdFusion Job in Washington DC</title>
		<link>http://feedproxy.google.com/~r/jdowdle_blog/~3/T3vbGxnabMA/</link>
		<comments>http://jdowdle.com/wp/2010/04/coldfusion-job-in-washington-dc/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 16:35:28 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[Interfolio]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[washington dc]]></category>

		<guid isPermaLink="false">http://jdowdle.com/wp/?p=448</guid>
		<description><![CDATA[Tired of your boring job? Love making exceptional software and directly impacting users? Thinking about moving to the national's capital? Want to work with amazing people? Want to eat lunch with President Obama?* If you answered yes to the first four questions, then I have a great opportunity for you! Interfolio is currently looking to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tired of your boring job?</strong><a href="http://jdowdle.com/wp/wp-content/uploads/2010/04/Picture-1.png"><img class="size-full wp-image-450 alignright" style="margin: 0px; border-width: 1px; border-style: solid;" title="Interfolio Logo" src="http://jdowdle.com/wp/wp-content/uploads/2010/04/Picture-1.png" alt="" width="210" height="78" /></a><br />
Love making exceptional software and directly impacting users?<br />
Thinking about moving to the national's capital?<br />
Want to work with amazing people?<br />
Want to eat lunch with President Obama?<a href="#disclaimer"><sup>*</sup></a></p>
<p>If you answered yes to the first four questions, then I have a great opportunity for you! Interfolio is currently looking to hire an intermediate ColdFusion Developer in the downtown Washington DC area.</p>
<p>I've taken the requirements and qualifications out of the job description and pasted them below. If you'd like to read the full job description, see the link at the bottom of the page.</p>
<p><strong>Responsibilities:</strong></p>
<ul>
<li>Digest and understand user requirements/specifications</li>
<li>Participate  in maintenance, enhancements and new development</li>
<li>Contribute to  the testing and release of new software</li>
<li>Work with other members  of the technical team to plan software solutions</li>
<li>Make  recommendations to improve the products and software to increase  revenue/profitability</li>
<li>Keep track of multiple projects at once  and adapt to shifting priorities</li>
<li>Perform other related duties to  support Interfolio's technology</li>
</ul>
<p><strong>Required Qualifications:</strong></p>
<ul>
<li>ColdFusion MX and above (3+ years)</li>
<li>SQL, preferable MySQL</li>
<li>HTML</li>
<li>JavaScript</li>
<li>CSS</li>
<li>AJAX</li>
<li>Mach-II or similar Object-Oriented Framework</li>
<li>Good written and verbal communication skills with both technical and non-technical audiences</li>
</ul>
<p>If you're interested  send your cover letter and resume to <a href="mailto:recruiting@interfolio.com">recruiting@interfolio.com</a></p>
<p><a href="http://jdowdle.com/wp/wp-content/uploads/2010/04/InterfolioTechPosting.pdf">Full job posting here.</a></p>
<p><a href="http://www.interfolio.com/portfolio/work-at-interfolio/" target="_blank">Here</a> is one of the Interfolio products ("Portfolio") in use to display the  job description.</p>
<p>Here is Interfolio's website: <a href="http://www.interfolio.com">http://www.interfolio.com</a>.</p>
<p><a style="text-decoration: none;" name="disclaimer">* This posting makes no guarantees for lunch with President Obama, but Interfolio's office is within walking distance of the White House</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=T3vbGxnabMA:bbokOsMNdEE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=T3vbGxnabMA:bbokOsMNdEE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=T3vbGxnabMA:bbokOsMNdEE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=T3vbGxnabMA:bbokOsMNdEE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=T3vbGxnabMA:bbokOsMNdEE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=T3vbGxnabMA:bbokOsMNdEE:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jdowdle_blog/~4/T3vbGxnabMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jdowdle.com/wp/2010/04/coldfusion-job-in-washington-dc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://jdowdle.com/wp/2010/04/coldfusion-job-in-washington-dc/</feedburner:origLink></item>
		<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[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 [...]]]></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>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=0rbG-WFsI9k:C4ciG9TVvpI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=0rbG-WFsI9k:C4ciG9TVvpI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=0rbG-WFsI9k:C4ciG9TVvpI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=0rbG-WFsI9k:C4ciG9TVvpI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=0rbG-WFsI9k:C4ciG9TVvpI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=0rbG-WFsI9k:C4ciG9TVvpI:-BTjWOF_DHI" border="0"></img></a>
</div><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 15:07:09 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Programming]]></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?) [...]]]></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="App View" 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="Dock View" title="Dock View" /></a>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ZBwH83oUI94:fduYp4PUaJ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ZBwH83oUI94:fduYp4PUaJ4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ZBwH83oUI94:fduYp4PUaJ4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=ZBwH83oUI94:fduYp4PUaJ4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=ZBwH83oUI94:fduYp4PUaJ4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=ZBwH83oUI94:fduYp4PUaJ4:-BTjWOF_DHI" border="0"></img></a>
</div><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 13:15:31 +0000</pubDate>
		<dc:creator>Jon Dowdle</dc:creator>
				<category><![CDATA[Events]]></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>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Arrs9xHpGew:WuD4QH-hfCs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Arrs9xHpGew:WuD4QH-hfCs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Arrs9xHpGew:WuD4QH-hfCs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Arrs9xHpGew:WuD4QH-hfCs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/jdowdle_blog?a=Arrs9xHpGew:WuD4QH-hfCs:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/jdowdle_blog?i=Arrs9xHpGew:WuD4QH-hfCs:-BTjWOF_DHI" border="0"></img></a>
</div><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>
	</channel>
</rss>

