<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.cfwheels.org/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
   <channel>
      <title>ColdFusion on Wheels</title>
      <description>A full stream of Wheels blog posts, articles, discussion, and screencasts.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=8701a02d9b531e30868b2616fa80eec8</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=8701a02d9b531e30868b2616fa80eec8&amp;_render=rss&amp;page=2" />
      <pubDate>Thu, 17 May 2012 12:52:26 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.cfwheels.org/cfwheels" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cfwheels" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
         <title>Quick example of cfWheels hasManyCheckbox()</title>
         <link>http://www.oxalto.co.uk/2012/05/quick-example-of-cfwheels-hasmanycheckbox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quick-example-of-cfwheels-hasmanycheckbox</link>
         <description>I pulled this together from existing code for someone on the cfWheels mailing list: it&amp;#8217;s a quick example of three models &amp;#8211; two main entities with a join table &amp;#8211; and using hasManyCheckbox() to update them in a form. See &amp;#8230; &lt;a rel="nofollow" target="_blank" href="http://www.oxalto.co.uk/2012/05/quick-example-of-cfwheels-hasmanycheckbox/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/cfwheels/bloggers/~4/WMByI3vQTHA" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">http://www.oxalto.co.uk/?p=456</guid>
         <pubDate>Tue, 15 May 2012 14:51:44 +0000</pubDate>
      </item>
      <item>
         <title>"C" Is for "Create" - Basic CRUD</title>
         <link>http://cfwheels.org/screencasts/view/20</link>
         <description>Learn about basic create operations when building standard CRUD functionality in CFWheels. Chris Peters from Liquifusion Studios presents.

You can download source code used in this screencast at our GitHub repo:
&lt;a rel="nofollow" target="_blank" href="https://github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/003"&gt;github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/003&lt;/a&gt;</description>
         <guid isPermaLink="false">http://cfwheels.org/screencasts/view/20</guid>
         <pubDate>Tue, 15 May 2012 07:05:33 +0000</pubDate>
         <media:content fileSize="45024952" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-003.mp4" />
         <enclosure length="45024952" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-003.mp4" />
      </item>
      <item>
         <title>ColdRoute Plugin</title>
         <link>http://cfwheels.org/screencasts/view/19</link>
         <description>Chris Peters from Liquifusion demonstrates the ColdRoute plugin for CFWheels. Learn how to set up RESTful resources, nested resources, and namespaces (i.e., subfolders in controllers and views directories).

Source code used in this screencast can be in this GitHub repo:
&lt;a rel="nofollow" target="_blank" href="https://github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/002"&gt;github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/002&lt;/a&gt;</description>
         <guid isPermaLink="false">http://cfwheels.org/screencasts/view/19</guid>
         <pubDate>Mon, 07 May 2012 15:05:35 +0000</pubDate>
         <media:content fileSize="56160393" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-002.mp4" />
         <enclosure length="56160393" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-002.mp4" />
      </item>
      <item>
         <title>JUnify Plugin for CFWheels</title>
         <link>http://chapmandu.com/2012/05/05/junify-plugin-for-cfwheels/</link>
         <description>Make the CFWheels test framework return jUnit XML JUnify will run your CFWheels unit tests, then return the results in jUnit formatted XML. Use it for automated testing with your Continuous Integration server. Following the road to jUnit Glory Download &amp;#8230; &lt;a rel="nofollow" target="_blank" href="http://chapmandu.com/2012/05/05/junify-plugin-for-cfwheels/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&amp;#038;blog=27782653&amp;#038;post=131&amp;#038;subd=chapmanic&amp;#038;ref=&amp;#038;feed=1" width="1" height="1"/&gt;</description>
         <guid isPermaLink="false">http://chapmandu.com/?p=131</guid>
         <pubDate>Sat, 05 May 2012 06:01:06 +0000</pubDate>
         <content:encoded><![CDATA[<p>Make the <a rel="nofollow" target="_blank" href="http://cfwheels.org/">CFWheels</a> test framework return jUnit XML</p>
<p>JUnify will run your <a rel="nofollow" target="_blank" href="http://code.google.com/p/cfwheels/wiki/TestingFramework">CFWheels unit tests</a>, then return the results in jUnit formatted XML. Use it for automated testing with your <a rel="nofollow" target="_blank" href="http://jenkins-ci.org/">Continuous Integration</a> server.</p>
<p><strong>Following the road to jUnit Glory</strong></p>
<ul>
<li>Download and install the JUnify plugin from <a rel="nofollow" target="_blank" href="http://cfwheels.org/plugins/listing/83">CFWheels </a>or <a rel="nofollow" target="_blank" href="https://github.com/chapmandu/junify-cfwheels-plugin">GitHub</a></li>
<li>Create a JUnifyController.cfc controller that calls the JUnify() function*</li>
<li>Write some unit tests for your app or plugin</li>
<li>Make a call to your JUnify url</li>
</ul>
<p>* Controller filename and action names are unimportant</p>
<p><strong>JUnifyController.cfc</strong></p>
<p><pre>
&lt;cfcomponent extends=&quot;Controller&quot;&gt;
	
	&lt;cffunction name=&quot;index&quot;&gt;
		&lt;cfset JUnify(params)&gt;
	&lt;/cffunction&gt;
		
&lt;/cfcomponent&gt;
</pre></p>
<p><strong>Your JUnify URL</strong></p>
<p>http://yourserver/index.cfm?controller=junifycontroller&#038;action=index&#038;type=app</p>
<p>Pay particular attention to the type parameter.<br />
- type=app will run tests for your application<br />
- type=myplugin will run tests for your plugin<br />
- type=core will run tests for the CFWheels framework itself</p>
<p>Props to <a rel="nofollow" target="_blank" href="http://rocketboots.com.au">Rocketboots</a> for their RocketUnit test framework</p>
<br />  <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godelicious/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gofacebook/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gotwitter/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gostumble/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godigg/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chapmanic.wordpress.com/131/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/goreddit/chapmanic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chapmanic.wordpress.com/131/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&#038;blog=27782653&#038;post=131&#038;subd=chapmanic&#038;ref=&#038;feed=1" width="1" height="1"/><img src="http://feeds.feedburner.com/~r/cfwheels/bloggers/~4/gyrTAAgJmVc" height="1" width="1"/>]]></content:encoded>
         <media:content medium="image" url="http://0.gravatar.com/avatar/a47432c17792247e305cde5689823425?s=96&amp;amp;amp;d=identicon&amp;amp;amp;r=G">
            <media:title type="html">adamc1974</media:title>
         </media:content>
      </item>
      <item>
         <title>DatePicker Plugin for CFWheels</title>
         <link>http://chapmandu.com/2012/05/05/datepicker-plugin-for-cfwheels/</link>
         <description>Use a jQuery UI datePicker widget in your CFWheels forms datePicker and datePickerTag functions accept the same arguments as CFWheels textField and textFieldTag functions respectively, but they also accept all options for the jQuery datePicker widget Following the road to &amp;#8230; &lt;a rel="nofollow" target="_blank" href="http://chapmandu.com/2012/05/05/datepicker-plugin-for-cfwheels/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&amp;#038;blog=27782653&amp;#038;post=120&amp;#038;subd=chapmanic&amp;#038;ref=&amp;#038;feed=1" width="1" height="1"/&gt;</description>
         <guid isPermaLink="false">http://chapmandu.com/?p=120</guid>
         <pubDate>Sat, 05 May 2012 05:46:47 +0000</pubDate>
         <content:encoded><![CDATA[<p>Use a jQuery UI <a rel="nofollow" target="_blank" href="http://jqueryui.com/demos/datepicker/">datePicker</a> widget in your CFWheels forms</p>
<p>datePicker and datePickerTag functions accept the same arguments as CFWheels textField and textFieldTag functions respectively, but they also accept all options for the jQuery datePicker widget</p>
<p><strong>Following the road to DatePicker Glory</strong></p>
<p>1. Install the DatePicker plugin from <a rel="nofollow" target="_blank" href="http://cfwheels.org/plugins/listing/82">CFWheels</a> or <a rel="nofollow" target="_blank" href="https://github.com/chapmandu/datepicker-cfwheels-plugin">GitHub</a><br />
2. Make sure you have setup jQuery AND jQuery UI in your app (consider my <a rel="nofollow" target="_blank" href="http://chapmandu.com/2012/04/03/jquack-for-jquery-cfwheels-plugin/" title="JQuack for jQuery CFWheels&#xa0;Plugin">JQuack plugin</a>)<br />
3. Use the <code>datePicker()</code> and <code>datePickerTag()</code> form helpers</p>
<p><strong>Examples</strong><br />
<pre>
&lt;!--- Use with objects ---&gt;
#datePicker(label=&quot;Birthday&quot;, objectName=&quot;user&quot;, property=&quot;birthday&quot;)#

&lt;!--- Use without objects ---&gt;
#datePickerTag(label=&quot;Birthday&quot;, name=&quot;birthday&quot;, value=Now())#
</pre></p>
<p>Note: All jQuery specific arguments (jQuery datePicker options) are case-sensitive</p>
<br />  <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godelicious/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gofacebook/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gotwitter/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gostumble/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godigg/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chapmanic.wordpress.com/120/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/goreddit/chapmanic.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chapmanic.wordpress.com/120/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&#038;blog=27782653&#038;post=120&#038;subd=chapmanic&#038;ref=&#038;feed=1" width="1" height="1"/><img src="http://feeds.feedburner.com/~r/cfwheels/bloggers/~4/U0h4Hp_-CZc" height="1" width="1"/>]]></content:encoded>
         <media:content medium="image" url="http://0.gravatar.com/avatar/a47432c17792247e305cde5689823425?s=96&amp;amp;amp;d=identicon&amp;amp;amp;r=G">
            <media:title type="html">adamc1974</media:title>
         </media:content>
      </item>
      <item>
         <title>CFWheels</title>
         <link>http://cfwheels.org/events/listing/25</link>
         <description>&lt;h2&gt;Date/Time&lt;/h2&gt;
			&lt;p&gt;Wednesday, June 13, 2012 6:30 pm Central Time&lt;/p&gt;
			
			&lt;h2&gt;Location&lt;/h2&gt;
			&lt;p&gt;Houston, Texas&lt;/p&gt;
			
			&lt;h2&gt;Presenter&lt;/h2&gt;
			&lt;p&gt;John C. Bland II&lt;/p&gt;
			
			&lt;h2&gt;Abstract&lt;/h2&gt;
			&lt;p&gt;CFWheels is a ColdFusion framework patterned after Ruby on Rails.&lt;/p&gt;
&lt;p&gt;John C. Bland II, one of the co-authors of the popular ColdFusion Web Application Construction Kit, will be giving us an introduction to this powerful framework. We'll look at it as a framework, compare it to other ColdFusion MVC frameworks, and compare it to Ruby on Rails.&lt;/p&gt;</description>
         <guid isPermaLink="false">http://cfwheels.org/events/listing/25</guid>
         <pubDate>Thu, 03 May 2012 07:05:27 +0000</pubDate>
      </item>
      <item>
         <title>xavier on Creating Records</title>
         <link>http://cfwheels.org/docs/chapter/creating-records#comment-298</link>
         <description>&lt;p&gt;
				&lt;a rel="nofollow" target="_blank" href="http://cfwheels.org/docs/chapter/creating-records#comment-298"&gt;Documentation Comment&lt;/a&gt;
				by xavier on
				&lt;a rel="nofollow" target="_blank" href="http://cfwheels.org/docs/chapter/creating-records"&gt;Creating Records&lt;/a&gt;:
			&lt;/p&gt;
			&lt;p&gt;Hi&lt;br /&gt;
when I use &amp;quot;.save(reload=true)&amp;quot; on my model object, I face an error:&lt;br /&gt;
&amp;quot;The value for cfqueryparam cannot be determined&lt;br /&gt;
/.../wheels/global/cfml.cfm line 157&amp;quot;&lt;/p&gt;

&lt;p&gt;My domain object pk is composite.&lt;/p&gt;

&lt;p&gt;any idea?&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;</description>
         <guid isPermaLink="false">
			http://cfwheels.org/docs/chapter/creating-records#comment-298
		</guid>
         <pubDate>Wed, 02 May 2012 11:05:35 +0000</pubDate>
      </item>
      <item>
         <title>Wirebox Plugin for CFWheels</title>
         <link>http://cfwheels.org/screencasts/view/18</link>
         <description>Doug Boude demonstrates using his new Wirebox plugin for CFWheels.</description>
         <guid isPermaLink="false">http://cfwheels.org/screencasts/view/18</guid>
         <pubDate>Tue, 01 May 2012 10:05:46 +0000</pubDate>
         <media:content fileSize="19666784" type="video/mp4" url="http://cfwheels.org/files/screencasts/wirebox-plugin-demo.mp4" />
         <enclosure length="19666784" type="video/mp4" url="http://cfwheels.org/files/screencasts/wirebox-plugin-demo.mp4" />
      </item>
      <item>
         <title>DBMigrate Create Operations</title>
         <link>http://cfwheels.org/screencasts/view/17</link>
         <description>Chris Peters from Liquifusion demonstrates creating tables and records in the DBMigrate plugin for ColdFusion on Wheels.

Source code hosted on GitHub:
&lt;a rel="nofollow" target="_blank" href="https://github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/001"&gt;github.com/liquifusion/liquifusion-cfwheels-screencasts/tree/master/001&lt;/a&gt;</description>
         <guid isPermaLink="false">http://cfwheels.org/screencasts/view/17</guid>
         <pubDate>Tue, 24 Apr 2012 17:04:26 +0000</pubDate>
         <media:content fileSize="58372803" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-001.mp4" />
         <enclosure length="58372803" type="video/mp4" url="http://cfwheels.org/files/screencasts/liquifusion-001.mp4" />
      </item>
      <item>
         <title>CFWheels Plugin Function Argument Defaults</title>
         <link>http://chapmandu.com/2012/04/20/plugin-function-argument-defaults/</link>
         <description>A handy and powerful CFWheels feature for keeping your code DRY is to be able to configure application-wide default for wheels functions. It&amp;#8217;s also possible to tap into the CFWheels framework to make this feature available to functions added by &amp;#8230; &lt;a rel="nofollow" target="_blank" href="http://chapmandu.com/2012/04/20/plugin-function-argument-defaults/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&amp;#038;blog=27782653&amp;#038;post=100&amp;#038;subd=chapmanic&amp;#038;ref=&amp;#038;feed=1" width="1" height="1"/&gt;</description>
         <guid isPermaLink="false">http://chapmandu.com/?p=100</guid>
         <pubDate>Fri, 20 Apr 2012 04:16:29 +0000</pubDate>
         <content:encoded><![CDATA[<p>A handy and powerful CFWheels feature for keeping your code <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Don't_repeat_yourself">DRY</a> is to be able to configure application-wide default for wheels functions.</p>
<p>It&#8217;s also possible to tap into the CFWheels framework to make this feature available to functions added by your own plugins. Here&#8217;s how.. (props to <a rel="nofollow" target="_blank" href="http://cfwheels.org/user/profile/24">Andy Bellenie</a>)</p>
<p>Let&#8217;s assume you have created a plugin called <code>putOnWeight</code> and in this plugin, you have a function called <code>eatCake()</code></p>
<p>As per the CFWheels <a rel="nofollow" target="_blank" href="http://cfwheels.org/docs/1-1/chapter/configuration-and-defaults">documentation</a> you set your application-wide function defaults in your <code>settings.cfm</code> like so:</p>
<p><pre>
&lt;!--- config/settings.cfm ---&gt;
&lt;cfset set(functionName=&quot;eatCake&quot;, howMany=20)&gt;
</pre></p>
<p>To have your plugin accept these function defaults, you will need to tap into the CFWheels <code>$args()</code> function.. like so:</p>
<p><pre>
&lt;!--- plugins/PutOnWeight.cfc ---&gt;
&lt;cfcomponent output=&quot;false&quot; mixin=&quot;controller&quot;&gt;

	&lt;cffunction name=&quot;init&quot;&gt;
		&lt;cfset this.version = &quot;1.1.7&quot;&gt;
		&lt;cfreturn this&gt;
	&lt;/cffunction&gt;

	&lt;cffunction name=&quot;eatCake&quot;&gt;
		&lt;!--- note that howMany argument is not required, and has no default ---&gt;
		&lt;cfargument name=&quot;howMany&quot; type=&quot;numeric&quot; required=&quot;false&quot;&gt;
		&lt;!--- use the CFWheels $args function to look for default arguments set in settings.cfm ---&gt;
		&lt;cfset $args(name=&quot;eatCake&quot;, args=arguments)&gt;
		&lt;!--- cake.. nom nom nom! ---&gt;
		&lt;cfset var loc = {}&gt;
		&lt;cfset loc.cakesEaten = arguments.howMany&gt;
		&lt;cfreturn loc.cakesEaten&gt;
	&lt;/cffunction&gt;

&lt;/cfcomponent&gt;
</pre></p>
<p>Disclaimer: the <code>$args()</code> function is a private cfwheels framework function so use at your own peril&#8230; I am.</p>
<br />  <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godelicious/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gofacebook/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gotwitter/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gostumble/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/godigg/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chapmanic.wordpress.com/100/"/></a> <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/goreddit/chapmanic.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chapmanic.wordpress.com/100/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chapmandu.com&#038;blog=27782653&#038;post=100&#038;subd=chapmanic&#038;ref=&#038;feed=1" width="1" height="1"/><img src="http://feeds.feedburner.com/~r/cfwheels/bloggers/~4/dhHjrRkU4O4" height="1" width="1"/>]]></content:encoded>
         <media:content medium="image" url="http://0.gravatar.com/avatar/a47432c17792247e305cde5689823425?s=96&amp;amp;amp;d=identicon&amp;amp;amp;r=G">
            <media:title type="html">adamc1974</media:title>
         </media:content>
      </item>
   </channel>
</rss><!-- fe3.yql.bf1.yahoo.com compressed/chunked Thu May 17 12:52:20 UTC 2012 -->

