<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>DickBlog - Not much original comment, but lots of great resources - Fusebox 4.1</title>
			<link>http://www.dickblog.com/index.cfm</link>
			<description>DickBlog.com</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 06:43:24 +0100</pubDate>
			<lastBuildDate>Tue, 26 Apr 2005 16:18:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dick@dickblog.com</managingEditor>
			<webMaster>dick@dickblog.com</webMaster>
			
			<item>
				<title>CFC To Generate Fusebox Parsed Files</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=7F19B970-C974-D691-4E0619791138E2DD</link>
				<description>
				
				Brian Kotek has a neat cfc to &lt;a href=&quot;http://www.briankotek.com/blog/index.cfm?mode=entry&amp;amp;entry=7BBAA948-3048-23C1-DD5D5CCFC26306E1&quot; target=&quot;_blank&quot;&gt;re-generate the Fusebox parse files&lt;/a&gt;. It could be the start of a FB4 version of Barney&apos;s &lt;a href=&quot;http://www.barneyb.com/blog/archives/000483.jsp&quot; target=&quot;_blank&quot;&gt;Fusedocer&lt;/a&gt;?&lt;br/&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Tue, 26 Apr 2005 16:18:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=7F19B970-C974-D691-4E0619791138E2DD</guid>
				
			</item>
			
			<item>
				<title>Reset Fusebox</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=D3CEFE05-7E97-F825-52C98820EF3495D3</link>
				<description>
				
				To ensure that a fusebox is completely cleared, put his code in the fusebox.init.cfm file.&lt;br/&gt;&lt;br/&gt;&amp;lt;!------------------------------------------------------------------------------&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if the app is to be reset a password is also required&lt;br/&gt;-------------------------------------------------------------------------------&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfif NOT StructKeyExists(application,&amp;quot;isApplicationAlive&amp;quot;) &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; OR (url.reset AND url.password EQ application.fusebox.password)&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;!------------------------------------------------------------------------------&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear out the parsed directory&lt;br/&gt;-------------------------------------------------------------------------------&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cflock scope=&amp;quot;application&amp;quot; type=&amp;quot;exclusive&amp;quot; timeout=&amp;quot;3000&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset strParseDirectory = &amp;quot;#application.fusebox.rootdirectory#parsed&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset StructDelete(application,&amp;quot;fusebox&amp;quot;)&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfdirectory action=&amp;quot;list&amp;quot; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; name=&amp;quot;rstParseDirectory&amp;quot; directory=&amp;quot;#strParseDirectory#&amp;quot; filter=&amp;quot;*.cfm&amp;quot;&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfloop query=&amp;quot;rstParseDirectory&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cffile action=&amp;quot;delete&amp;quot; file=&amp;quot;#strParseDirectory#/#rstParseDirectory.name#&amp;quot;&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfloop&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cflock&amp;gt;&lt;br/&gt;&amp;lt;/cfif&amp;gt;&lt;br/&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Wed, 02 Feb 2005 16:01:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=D3CEFE05-7E97-F825-52C98820EF3495D3</guid>
				
			</item>
			
			<item>
				<title>How to Use FUSEBOX_APPLICATION_PATH</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8FFD7096-7E97-F825-57C4F70D01BB38FF</link>
				<description>
				
				Sean Corfield (as usual) has detailed &lt;a href=&quot;http://www.fusebox.org/forums/messageview.cfm?catid=27&amp;amp;threadid=4259&quot; target=&quot;_blank&quot;&gt;the way &lt;/a&gt;&lt;font class=&quot;ftalternatingbartextlarge&quot;&gt;&lt;a href=&quot;javascript:void(0);/*1106222215450*/&quot;&gt;FUSEBOX_APPLICATION_PATH works&lt;/a&gt;.&lt;br/&gt;&lt;/font&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Thu, 20 Jan 2005 11:57:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8FFD7096-7E97-F825-57C4F70D01BB38FF</guid>
				
			</item>
			
			<item>
				<title>DAO or DTO?</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A97C60B-7E97-F825-5E8603086AA56735</link>
				<description>
				
				An interesting thread on the Fusebox forum discussing the &lt;a href=&quot;http://www.fusebox.org/forums/messageview.cfm?catid=27&amp;amp;threadid=4190&amp;amp;FTVAR_MSGDBTABLE=&quot; target=&quot;_blank&quot;&gt;difference between DAO and DTO&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>OOP</category>				
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Wed, 19 Jan 2005 10:48:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A97C60B-7E97-F825-5E8603086AA56735</guid>
				
			</item>
			
			<item>
				<title>Learning Fusebox</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A84505B-7E97-F825-5C13F86B647ACD14</link>
				<description>
				
				Another hat tip to John Beynon.&lt;br/&gt;Here&apos;s a link to his &amp;quot;&lt;a target=&quot;_blank&quot; href=&quot;http://www.beynon.org.uk/index.cfm?fuseaction=blog.show&amp;amp;mode=cat&amp;amp;catid=8C3B9E31-802D-00D5-73ADB5D764E60C74&quot;&gt;Learning Fusebox&lt;/a&gt;&amp;quot; blog category.&lt;br type=&quot;_moz&quot;/&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<category>Fusebox 4.x</category>				
				
				<pubDate>Wed, 19 Jan 2005 10:26:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A84505B-7E97-F825-5C13F86B647ACD14</guid>
				
			</item>
			
			<item>
				<title>Frameset and FB4.1</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A60EB90-7E97-F825-5E98BE594391CFB7</link>
				<description>
				
				Another interesting posting by John Beynon. This time on &lt;a target=&quot;_blank&quot; href=&quot;http://www.beynon.org.uk/index.cfm?mode=entry&amp;amp;entry=85453379-3FFB-32D3-56A45C0C90CB90F0&quot;&gt;frameset and FB4.1&lt;/a&gt; which is of current interest.&lt;br/&gt;I thought I&apos;d got a good handle on FB framesets, but it&apos;s alway good to have a second opinion!&lt;br/&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Wed, 19 Jan 2005 09:48:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A60EB90-7E97-F825-5E98BE594391CFB7</guid>
				
			</item>
			
			<item>
				<title>Fusebox Doc&apos;s</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A5AD66F-7E97-F825-5A32F3D2E814349D</link>
				<description>
				
				Here&apos;s a &lt;a href=&quot;http://fbx4.salientdigital.com/tiki-index.php&quot; target=&quot;_blank&quot;&gt;PHP Wiki&lt;/a&gt; on the FB4 core files etc.&lt;br/&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Wed, 19 Jan 2005 09:42:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=8A5AD66F-7E97-F825-5A32F3D2E814349D</guid>
				
			</item>
			
			<item>
				<title>FB 4.1: Order of Execution</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=76212A7E-805F-FD36-6C6D9BC5C0F49138</link>
				<description>
				
				&lt;P&gt;Hey, &lt;A class=&quot;&quot; href=&quot;http://www.corfield.org/blog/index.cfm?do=blog.entry&amp;amp;entry=3DB6B0F8-DEFA-9C14-AD423A1261191FB8&quot; target=_blank&gt;this was me&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&quot;The exact order of execution of various phases and plugins in Fusebox 4.1&quot;.
&lt;OL&gt;
&lt;LI&gt;fusebox.init.cfm - note that this cannot output anything! 
&lt;LI&gt;preProcess plugin phase - for the entire request 
&lt;LI&gt;preFuseaction plugin phase - for global preprocess fuseaction 
&lt;LI&gt;globalPreprocess - the actual fuse for a global preprocess fuseaction 
&lt;LI&gt;postFuseaction plugin phase - for global preprocess fuseaction 
&lt;LI&gt;preFuseaction plugin phase - for the main fuseaction 
&lt;LI&gt;mainFuse - the fuse invoked by the requested fuseaction 
&lt;LI&gt;postFuseaction plugin phase - for the main fuseaction 
&lt;LI&gt;preFuseaction plugin phase - for global postprocess fuseaction 
&lt;LI&gt;globalPostprocess - the actual fuse for a global postprocess fuseaction 
&lt;LI&gt;postFuseaction plugin phase - for global postprocess fuseaction 
&lt;LI&gt;postProcess plugin phase - for the entire request &lt;/LI&gt;&lt;/OL&gt; 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Tue, 16 Nov 2004 00:00:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=76212A7E-805F-FD36-6C6D9BC5C0F49138</guid>
				
			</item>
			
			<item>
				<title>Fusebox 4.1 + Blog CFC</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=762123EC-805F-FD36-6CB69C8A872B4ECC</link>
				<description>
				
				Sean Corfield&amp;nbsp;has reworked &lt;A class=&quot;&quot; href=&quot;http://www.corfield.org/blog/index.cfm?mode=entry&amp;amp;entry=34BED60F-E607-33CC-869D140F506BB365&quot; target=_blank&gt;Ray&apos;s Blog CFC to work under FB4.1&lt;/A&gt;. 
				</description>
				
				<category>Fusebox 4.1</category>				
				
				<pubDate>Mon, 27 Sep 2004 00:00:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=762123EC-805F-FD36-6CB69C8A872B4ECC</guid>
				
			</item>
			</channel></rss>