<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>QuackFuzed [ Ramblings of a Con..ColdFuzed Mind ] - ColdBox</title>
			<link>https://quackfuzed.com/index.cfm</link>
			<description>The personal blog of Matt Quackenbush, with discussions mostly about ColdFusion and related web development topics.  This blog exists primarily as a means for the author to learn and to post about his learning in an effort to assist others in the ColdFusion community in learning and avoiding some of the same pitfalls and mistakes.</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 20:42:52 -0700</pubDate>
			<lastBuildDate>Wed, 17 Jun 2009 19:33:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>quack@quackfuzed.com</managingEditor>
			<webMaster>quack@quackfuzed.com</webMaster>
			
			
			
			
			
			<item>
				<title>I Am a Complete Moron</title>
				<link>https://quackfuzed.com/index.cfm/2009/6/17/I-Am-a-Complete-Moron</link>
				<description>
				
				Ayep, you read the title right.  Quite frankly, it totally sucks that I have been forced to come to that realization, but I suppose in the end, it is better that I realized it before it was too late.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 17 Jun 2009 19:33:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2009/6/17/I-Am-a-Complete-Moron</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using Multi-Word-Actions in ColdBox 2.6</title>
				<link>https://quackfuzed.com/index.cfm/2008/11/11/Using-MultiWordActions-in-ColdBox-26</link>
				<description>
				
				The other day &lt;a href=&quot;http://www.durhamcons.com/&quot;&gt;Jason Durham&lt;/a&gt; posed a question to me:

&lt;blockquote&gt;

How can I go about using multi-word actions, using hyphens as separators, in my ColdBox handlers?

&lt;/blockquote&gt;

After my initial &quot;Why on earth would you want to do that?&quot; response, Jason pointed out the SEO benefits of doing so, which makes perfect sense.  (That&apos;s when I thought to myself, &quot;Hmmm, why didn&apos;t &lt;em&gt;I&lt;/em&gt; think of that?&quot;)
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 11 Nov 2008 17:06:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/11/11/Using-MultiWordActions-in-ColdBox-26</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Where In The World Is The Next ColdBox Training Session?</title>
				<link>https://quackfuzed.com/index.cfm/2008/11/5/Where-In-The-World-Is-The-Next-ColdBox-Training-Session</link>
				<description>
				
				The question:

Where in the world is the next ColdBox training session going to take place?

The answer:

Like about everything else in ColdFusion, &quot;it depends&quot;.  That is, it depends upon YOU!  That&apos;s right folks, YOU can have a say in where the next ColdBox training session takes place.  Go right now to the &lt;a href=&quot;http://blog.coldboxframework.com/post.cfm/next-coldbox-training-seminar-location-and-date-survey&quot;&gt;ColdBox blog and voice your opinion&lt;/a&gt;.
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 05 Nov 2008 16:25:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/11/5/Where-In-The-World-Is-The-Next-ColdBox-Training-Session</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox Platform Training Seminars Releases October 2008 Outline and Extends Early-Bird Price</title>
				<link>https://quackfuzed.com/index.cfm/2008/8/5/ColdBox-Platform-Training-Seminars-Releases-October-2008-Outline-and-Extends-EarlyBird-Special-Pric</link>
				<description>
				
				&lt;strong&gt;Rancho Cucamonga, CA, August 5, 2008&lt;/strong&gt; - ColdBox Platform Official Training Seminars today released the Course Outline for their October 2008 ColdBox Platform 101 seminar to be held in Dallas, Texas, and also announced that the Early-Bird Special Price of just $1,195 has been extended through August 31, 2008.  Registrants can take advantage of this $200 savings over the full seminar price of $1,395 by completing their registration before 5PM (Pacific Daylight Time) on August 31, 2008.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 05 Aug 2008 16:58:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/8/5/ColdBox-Platform-Training-Seminars-Releases-October-2008-Outline-and-Extends-EarlyBird-Special-Pric</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Transfer: Incrementing IDs and an Oooops</title>
				<link>https://quackfuzed.com/index.cfm/2008/7/21/Transfer-Incrementing-IDs-and-an-Oooops</link>
				<description>
				
				&lt;a href=&quot;http://www.transfer-orm.com/&quot;&gt;Transfer&lt;/a&gt; allows you the option of having the database handle your IDs for new records (e.g. &apos;identity&apos; in MSSQL or &apos;auto_increment&apos; in MySQL), which is the default behavior for Transfer, or you can have Transfer generate your new IDs for you by utilizing the &apos;generate&apos; attribute on your ID tag in your &lt;a href=&quot;http://docs.transfer-orm.com/wiki/Transfer_Configuration_File.cfm&quot;&gt;transfer.xml config&lt;/a&gt; file, and setting it to &apos;true&apos;.  I personally prefer having the database handle my IDs for me, so I never really paid much attention to this particular feature of Transfer until recently.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<category>Transfer</category>				
				
				<pubDate>Mon, 21 Jul 2008 18:53:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/7/21/Transfer-Incrementing-IDs-and-an-Oooops</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox Reaches 2.6 Final Release</title>
				<link>https://quackfuzed.com/index.cfm/2008/7/21/ColdBox-Reaches-26-Final-Release</link>
				<description>
				
				&lt;a href=&quot;http://www.luismajano.com/blog/&quot;&gt;Luis Majano&lt;/a&gt; announced that &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt; hit &lt;a href=&quot;http://www.luismajano.com/blog/index.cfm/2008/7/20/ColdBox-260-Final-Release-is-now-available&quot;&gt;2.6 Final Release&lt;/a&gt; today.  This release boasts a number of new features.  Here is a quick overview of some of my personal favorites:
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 21 Jul 2008 02:28:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/7/21/ColdBox-Reaches-26-Final-Release</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox Platform Official Training Seminars Announces Early-Bird Special Pricing for October 2008</title>
				<link>https://quackfuzed.com/index.cfm/2008/7/4/ColdBox-Platform-Official-Training-Seminars-Announces-EarlyBird-Special-Pricing-for-October-2008</link>
				<description>
				
				&lt;strong&gt;Ontario, CA, July 3, 2008&lt;/strong&gt; - ColdBox Platform Official Training Seminars today announced an Early-Bird Special discount registration price of just $1,195 for their October 2008 ColdBox Platform 101 seminar to be held in Dallas, Texas.  Registrants can take advantage of this $200 savings over the full seminar price of $1,395 by completing their registration before 5PM (Pacific Daylight Time) on July 31, 2008.

The ColdBox Platform 101 Seminar is a 2-Day Introduction to ColdBox and ColdBox Platform Application Development providing 16+ hours of intense, hands-on training with ColdBox author &lt;a href=&quot;http://www.luismajano.com/blog/&quot;&gt;Luis Majano&lt;/a&gt; and other qualified ColdBox Trainers in an intimate setting with only 15 seats available.  Attendees will be guided through a quick overview of &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt; and then step-by-step instruction on putting ColdBox to work for themselves in their own applications.  The skills learned in this seminar can be immediately applied to a developer&apos;s daily tasks.

For more information on ColdBox Platform Training or to register, please visit the &lt;a href=&quot;http://www.coldboxframework.com/index.cfm/support/training&quot;&gt;ColdBox Training web site&lt;/a&gt;.
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<pubDate>Fri, 04 Jul 2008 00:28:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/7/4/ColdBox-Platform-Official-Training-Seminars-Announces-EarlyBird-Special-Pricing-for-October-2008</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6 RC2 Released</title>
				<link>https://quackfuzed.com/index.cfm/2008/6/16/ColdBox-26-RC2-Released</link>
				<description>
				
				&lt;a href=&quot;http://www.luismajano.com/blog/index.cfm/2008/6/15/ColdBox-260-RC2-Released--Announcements&quot;&gt;Luis Majano&lt;/a&gt; announced that &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox 2.6 RC2&lt;/a&gt; is now available.  Check out the following diagram of this awesome application platform:

&lt;img src=&quot;http://www.quackfuzed.com/images/ColdBoxPlatform.png&quot;  alt=&quot;ColdBox Application Platform Diagram&quot; /&gt;

If you&apos;re still on the fence about ColdBox, I urge you to download and take a serious look.
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 16 Jun 2008 18:57:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/6/16/ColdBox-26-RC2-Released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox: Using &apos;Persist&apos;</title>
				<link>https://quackfuzed.com/index.cfm/2008/6/10/ColdBox-Using-Persist</link>
				<description>
				
				Back in the &lt;a href=&quot;http://www.quackfuzed.com/index.cfm/2007/12/21/Upgrading-From-ColdBox-20x-to-251&quot;&gt;ColdBox 2.5.1 release&lt;/a&gt;, a new feature was added: persist.  Think of it as a sort of &quot;flash memory&quot;, allowing your application to &quot;remember&quot; event variables when moving the user to the next event.  I was recently asked about this feature, so I figured I would make a quick post about it in an effort to help more people.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 10 Jun 2008 17:48:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/6/10/ColdBox-Using-Persist</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Another Development House Goes Cold</title>
				<link>https://quackfuzed.com/index.cfm/2008/6/10/Another-Development-House-Goes-Cold</link>
				<description>
				
				&lt;a href=&quot;http://www.amcomtech.net/&quot;&gt;Amcom Technology&lt;/a&gt;, a software development house based in the San Francisco Bay Area just &lt;a href=&quot;http://www.amcomtech.net/client/index.cfm/2008/6/10/Amcom-Technology-chooses-the-ColdBox-MVC-Framework&quot;&gt;announced their move to ColdBox&lt;/a&gt;.  As an avid &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt; supporter and user myself, I am happy to hear of more people coming on board.

In his announcement, Tariq Ahmed, Manager of Product Development, made the following statement:
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 10 Jun 2008 17:20:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/6/10/Another-Development-House-Goes-Cold</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6 Makes ColdCourse Integration Even Easier</title>
				<link>https://quackfuzed.com/index.cfm/2008/5/17/ColdBox-26-Makes-ColdCourse-Integration-Even-Easier</link>
				<description>
				
				Awhile back I posted about &lt;a href=&quot;http://www.quackfuzed.com/index.cfm/2007/12/23/ColdCourse-Integration-in-ColdBox-25&quot;&gt;ColdCourse Integration&lt;/a&gt; in &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt;, and how easy it is to use SES (or &quot;pretty&quot;) URLs with ColdBox.  Today I was taking a peek at the &lt;a href=&quot;http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbWhatsNew2.60&quot;&gt;What&apos;s New in ColdBox 2.6&lt;/a&gt; documentation, and down at the very bottom I spotted something that seems so trivial, but is so totally cool that I wanted to be sure to highlight it.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sat, 17 May 2008 19:30:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/5/17/ColdBox-26-Makes-ColdCourse-Integration-Even-Easier</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6 + AJAX (powered by jQuery) = Sinfully Easy</title>
				<link>https://quackfuzed.com/index.cfm/2008/5/16/ColdBox-26--AJAX-powered-by-jQuery--Sinfully-Easy</link>
				<description>
				
				I&apos;ve mentioned before that &lt;a href=&quot;http://www.quackfuzed.com/index.cfm/2007/12/23/ColdCourse-Integration-in-ColdBox-25&quot;&gt;I &amp;lt;3 ColdBox&lt;/a&gt; and that &lt;a href=&quot;http://www.quackfuzed.com/index.cfm/2008/1/1/Have-I-Ever-Mentioned-That-I-3-jQuery&quot;&gt;I &amp;lt;3 jQuery&lt;/a&gt;.  Independently of one another, they are just a pleasure to work with.  Today I decided to write my first-ever &lt;a href=&quot;http://jquery.com/&quot;&gt;jQuery&lt;/a&gt;-powered AJAX functionality inside a &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt;-powered application.  It&apos;s ridiculously simple to do - one might even say sinful.  So easy in fact, that I decided to post a quick &quot;tutorial&quot; on how to handle a pretty common task with ColdBox and jQuery.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<category>jQuery</category>				
				
				<pubDate>Fri, 16 May 2008 16:48:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/5/16/ColdBox-26--AJAX-powered-by-jQuery--Sinfully-Easy</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.6.0 Beta 1 Available</title>
				<link>https://quackfuzed.com/index.cfm/2008/4/21/ColdBox-260-Beta-1-Available</link>
				<description>
				
				&lt;a href=&quot;http://www.luismajano.com/&quot;&gt;Luis Majano&lt;/a&gt; has released ColdBox 2.6.0 Beta 1.  There are a &lt;a href=&quot;http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbWhatsNew2.60&quot;&gt;number of new features&lt;/a&gt; included in this release that are sure to make your development life even easier.  It never ceases to amaze me how many great new features and improved &quot;old&quot; features Team ColdBox manages to fit into each release.

You can download the latest release from the &lt;a href=&quot;http://www.coldboxframework.com/index.cfm/download/main&quot;&gt;ColdBox Framework site&lt;/a&gt;.  For full documentation, check the &lt;a href=&quot;http://ortus.svnrepository.com/coldbox&quot;&gt;Trac site&lt;/a&gt;.
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 21 Apr 2008 04:13:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/4/21/ColdBox-260-Beta-1-Available</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using Mapped Views in ColdBox</title>
				<link>https://quackfuzed.com/index.cfm/2008/4/14/Using-Mapped-Views-in-ColdBox</link>
				<description>
				
				I don&apos;t know about you guys, but there are a number of simple, boring view files that are identical across multiple applications.  One such example would be a standard user login form.  Nothing fancy - it&apos;s the same on pretty much all websites.  In the past I have always done the ol&apos; copy/paste for these files and had them residing in the directory structure of each application that they were needed in.  Well, thanks to &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt; those days are now gone forever in QuackApps.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 14 Apr 2008 15:55:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/4/14/Using-Mapped-Views-in-ColdBox</guid>
				
				<enclosure url="https://quackfuzed.com/enclosures/extView.zip" length="768" type="application/x-zip-compressed"/>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox 2.5.2 Now Available</title>
				<link>https://quackfuzed.com/index.cfm/2008/2/18/ColdBox-252-Now-Available</link>
				<description>
				
				&lt;a href=&quot;http://www.luismajano.com/blog/index.cfm/2008/2/16/ColdBox-252-and-New-Official-ColdBox-Website-Released-Today&quot;&gt;Luis Majano recently announced&lt;/a&gt; that &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox 2.5.2 and the new website&lt;/a&gt; has been released.  Be sure to check out the &lt;a href=&quot;http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbWhatsNew2.52&quot;&gt;What&apos;s New? guide&lt;/a&gt; for all of the new features.

Simply put, I continue to be amazed at how powerful a framework ColdBox is, and how pleasurable it is to build applications on it.  Thank you again to Luis and Team ColdBox for all of your hard work!
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 18 Feb 2008 19:35:00 -0700</pubDate>
				<guid>https://quackfuzed.com/index.cfm/2008/2/18/ColdBox-252-Now-Available</guid>
				
			</item>
			
		 	
			</channel></rss>