<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CFDUMP ColdFusion Tip of the Day</title>
	<atom:link href="http://www.weberika.com/2009/12/17/coldfusion-tip-of-the-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weberika.com/2009/12/17/coldfusion-tip-of-the-day/</link>
	<description>Social Media &#38; Marketing Strategist</description>
	<lastBuildDate>Sun, 31 Jul 2011 11:55:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: todd sharp</title>
		<link>http://www.weberika.com/2009/12/17/coldfusion-tip-of-the-day/comment-page-1/#comment-20</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Tue, 29 Dec 2009 04:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberika.com/?p=82#comment-20</guid>
		<description>shoot...tag stripped:

&lt;cfdump format=â€htmlâ€ output=â€#expandPath(&quot;dump.htmlâ€)#&quot; var=â€$${var to dump}â€ /&gt;</description>
		<content:encoded><![CDATA[<p>shoot&#8230;tag stripped:</p>
<p>&lt;cfdump format=â€htmlâ€ output=â€#expandPath(&#8220;dump.htmlâ€)#&#8221; var=â€$${var to dump}â€ /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://www.weberika.com/2009/12/17/coldfusion-tip-of-the-day/comment-page-1/#comment-19</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Tue, 29 Dec 2009 04:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberika.com/?p=82#comment-19</guid>
		<description>heh - yeah, that&#039;s an awesome one.  i actually have that as a snippet - so i just type df [ctrl+j] and get a prompt for the var i want to dump.  

here&#039;s the whole snippet if you want it - i use dump.html because it will actually append to the file instead of overwriting - so you can keep a running dump log:

and map it to df (dump file) or whatever you want - then type the shortcut and ctrl+j

you could also add the pound signs in the snippet to avoid having to enter them in the prompt every time like so:

another cfdump gem is the &#039;abort&#039; attribute (to avoid the usual cfabort right after the cfdump).  just set abort=&quot;true&quot; in the cfdump tag (cf9 only).</description>
		<content:encoded><![CDATA[<p>heh &#8211; yeah, that&#8217;s an awesome one.  i actually have that as a snippet &#8211; so i just type df [ctrl+j] and get a prompt for the var i want to dump.  </p>
<p>here&#8217;s the whole snippet if you want it &#8211; i use dump.html because it will actually append to the file instead of overwriting &#8211; so you can keep a running dump log:</p>
<p>and map it to df (dump file) or whatever you want &#8211; then type the shortcut and ctrl+j</p>
<p>you could also add the pound signs in the snippet to avoid having to enter them in the prompt every time like so:</p>
<p>another cfdump gem is the &#8216;abort&#8217; attribute (to avoid the usual cfabort right after the cfdump).  just set abort=&#8221;true&#8221; in the cfdump tag (cf9 only).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

