<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ColdFusioning - Fusebox</title>
			<link>http://www.coldfusioning.com/index.cfm</link>
			<description>My personal blog about ColdFusion, code, Adobe, Google, &amp; computers...</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 20:30:09 -0400</pubDate>
			<lastBuildDate>Wed, 19 Aug 2009 17:52:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>james@gulftobaytrading.com</managingEditor>
			<webMaster>james@gulftobaytrading.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>james@gulftobaytrading.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>ColdFusioning</title>
				<link>http://www.coldfusioning.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Fusebox Production Mode for Live Websites</title>
				<link>http://www.coldfusioning.com/index.cfm/2009/8/19/Fusebox-Production-Mode-for-Live-Websites</link>
				<description>
				
				If you are using Fusebox, when you put your site into production, make sure you set your site into &quot;production mode&quot;.  If you go into fusebox.xml.cfm and look for the &quot;mode&quot; parameter, there are three options you can use:
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;development-full-load&lt;/strong&gt;&lt;br /&gt;
Does a full load (slowest but most useful for developing)
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;development-circuit-load&lt;/strong&gt;&lt;br /&gt;
Just loads the circuit on each call.  I personally don&apos;t use this setting, ever.
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;production&lt;/strong&gt;&lt;br /&gt;
Full production mode.  The quickest but requires you reload the application if you make any changes to the XML files.
&lt;br /&gt;&lt;br /&gt;
Make sure your mode is set to production to get the full performance out of your site:
&lt;code&gt;&lt;parameter name=&quot;mode&quot; value=&quot;production&quot; /&gt;
&lt;/code&gt;
&lt;br /&gt;&lt;br /&gt; 
				</description>
				
				<category>Fusebox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 19 Aug 2009 17:52:00 -0400</pubDate>
				<guid>http://www.coldfusioning.com/index.cfm/2009/8/19/Fusebox-Production-Mode-for-Live-Websites</guid>
				
			</item>
			
			<item>
				<title>QueryDeleteRows UDF in CFLib</title>
				<link>http://www.coldfusioning.com/index.cfm/2009/4/3/QueryDeleteRows</link>
				<description>
				
				Oddly enough, ColdFusion doesn&apos;t have a QueryDeleteRows function.  Luckily for us, &lt;a href=&quot;http://www.coldfusionjedi.com/&quot;&gt;Ray Camden&lt;/a&gt; has come up with a UDF to help us.  If you view the &lt;a href=&quot;http://www.cflib.org/index.cfm?event=page.udfbyid&amp;udfid=11&quot;&gt;UDF in CFLib&lt;/a&gt; you can plug that UDF into your code and then just issue a
&lt;code&gt;
&lt;cfset x = &quot;1&quot; /&gt;
&lt;cfset Query = QueryDeleteRows(Query,x) /&gt;
&lt;/code&gt;
&lt;br /&gt;
and it will remove your row.  You can even list multiple rows (e.g.  &quot;1,3,5&quot;).  This function is especially helpful with Fusebox because I had pre-existing to create a drop-down menu and I didn&apos;t need a row.  

Thanks Ray! 
				</description>
				
				<category>Fusebox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 03 Apr 2009 17:14:00 -0400</pubDate>
				<guid>http://www.coldfusioning.com/index.cfm/2009/4/3/QueryDeleteRows</guid>
				
			</item>
			</channel></rss>