<?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 for Resultant Systems</title>
	<atom:link href="http://www.resultantsys.com/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.resultantsys.com</link>
	<description>Make the Web Work for Your Business</description>
	<pubDate>Wed, 10 Mar 2010 04:13:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adventures in Mura &#8212; Customizing a Site by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/adventures-in-mura-customizing-a-site//comment-page-1#comment-875</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Fri, 19 Feb 2010 23:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=119#comment-875</guid>
		<description>Exactly -- That's the way Mura is designed! This way, you can use the custom folder to override the original version.</description>
		<content:encoded><![CDATA[<p>Exactly &#8212; That&#8217;s the way Mura is designed! This way, you can use the custom folder to override the original version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Mura &#8212; Customizing a Site by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/adventures-in-mura-customizing-a-site//comment-page-1#comment-874</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Fri, 19 Feb 2010 23:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=119#comment-874</guid>
		<description>There's a trick in Mura that will prevent Mura from overwriting your code during an upgrade. The trick is: Don't customize the Default site. Instead, create a new site in the Mura admin and customize it. In the blog post, I mentioned creating a site called MySite for this very reason.

Mura uses eventHandler.cfc in the MySite/Includes folder, so the file won't get overwritten. Of course, if Mura fixes a bug, it also won't get updated. But, normally, this isn't a problem.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a trick in Mura that will prevent Mura from overwriting your code during an upgrade. The trick is: Don&#8217;t customize the Default site. Instead, create a new site in the Mura admin and customize it. In the blog post, I mentioned creating a site called MySite for this very reason.</p>
<p>Mura uses eventHandler.cfc in the MySite/Includes folder, so the file won&#8217;t get overwritten. Of course, if Mura fixes a bug, it also won&#8217;t get updated. But, normally, this isn&#8217;t a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Mura &#8212; Customizing a Site by White Castle Lover</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/adventures-in-mura-customizing-a-site//comment-page-1#comment-869</link>
		<dc:creator>White Castle Lover</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=119#comment-869</guid>
		<description>Wait a second! I just saved a copy of dsp_mailing_list_master.cfm into the custom folder, and Mura (5.2) detected and rendered that one instead of the original. So it seems that any code in the custom folder is run instead of the original code? Huh. Do you know why that is? Thanks.</description>
		<content:encoded><![CDATA[<p>Wait a second! I just saved a copy of dsp_mailing_list_master.cfm into the custom folder, and Mura (5.2) detected and rendered that one instead of the original. So it seems that any code in the custom folder is run instead of the original code? Huh. Do you know why that is? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Mura &#8212; Customizing a Site by White Castle Lover</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/adventures-in-mura-customizing-a-site//comment-page-1#comment-866</link>
		<dc:creator>White Castle Lover</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=119#comment-866</guid>
		<description>Thanks for the post. I'm having fun learning about Mura. Won't an upgrade to Mura overwrite your custom code in the eventHandler.cfc file and cause your system to revert to the use of your original gallery? Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I&#8217;m having fun learning about Mura. Won&#8217;t an upgrade to Mura overwrite your custom code in the eventHandler.cfc file and cause your system to revert to the use of your original gallery? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-830</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-830</guid>
		<description>I've just been adding some custom tags to the &lt;a href="http://www.splashcms.com/" rel="nofollow"&gt;Splash CMS&lt;/a&gt; that runs on top of CFWheels. 

As impressive as CFWheels and its documentation have become, I still didn't realize how powerful CFWheels can be. It took me a while to figure out how to use ColdFusion custom tags effectively. But, on the Wheels side, every time I need a piece of data or a function to access the data, it was already there for me. 

Its like CFWheels knew what I was going to want before I did. Amazing!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just been adding some custom tags to the <a href="http://www.splashcms.com/" rel="nofollow">Splash CMS</a> that runs on top of CFWheels. </p>
<p>As impressive as CFWheels and its documentation have become, I still didn&#8217;t realize how powerful CFWheels can be. It took me a while to figure out how to use ColdFusion custom tags effectively. But, on the Wheels side, every time I need a piece of data or a function to access the data, it was already there for me. </p>
<p>Its like CFWheels knew what I was going to want before I did. Amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Sam Singer</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-829</link>
		<dc:creator>Sam Singer</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-829</guid>
		<description>&lt;a href="#comment-45" rel="nofollow"&gt;@Raul Riera&lt;/a&gt; 
Hello Raul,
I started using cfwheels more than 2 years ago.  That's when I experienced the seemingly stalled development and incomplete docs. Today it's terrific!  Coding is Good!</description>
		<content:encoded><![CDATA[<p><a href="#comment-45" rel="nofollow">@Raul Riera</a><br />
Hello Raul,<br />
I started using cfwheels more than 2 years ago.  That&#8217;s when I experienced the seemingly stalled development and incomplete docs. Today it&#8217;s terrific!  Coding is Good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onError Handling for CFWheels and Splash CMS by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/onerror-handling-for-cfwheels-and-splash-cms//comment-page-1#comment-775</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Fri, 05 Feb 2010 12:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=134#comment-775</guid>
		<description>Good point John! My approach is best for a site that's ready for production and that has a clean, error-free, error page.</description>
		<content:encoded><![CDATA[<p>Good point John! My approach is best for a site that&#8217;s ready for production and that has a clean, error-free, error page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onError Handling for CFWheels and Splash CMS by John C. Bland II</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/onerror-handling-for-cfwheels-and-splash-cms//comment-page-1#comment-771</link>
		<dc:creator>John C. Bland II</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=134#comment-771</guid>
		<description>Be careful redirecting back to an action. If you have an controller filters and an error exists in there, you could end up with a never ending loop (ultimately ending in a hard crash).

Just an fyi but great post.</description>
		<content:encoded><![CDATA[<p>Be careful redirecting back to an action. If you have an controller filters and an error exists in there, you could end up with a never ending loop (ultimately ending in a hard crash).</p>
<p>Just an fyi but great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in Mura &#8212; Customizing a Site by Michael Miller</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/adventures-in-mura-customizing-a-site//comment-page-1#comment-423</link>
		<dc:creator>Michael Miller</dc:creator>
		<pubDate>Wed, 02 Dec 2009 20:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=119#comment-423</guid>
		<description>Thanks Clarke.  I keep telling people around here that the first person to write a book on Mura will make a lot of money.  Have to bookmark this.</description>
		<content:encoded><![CDATA[<p>Thanks Clarke.  I keep telling people around here that the first person to write a book on Mura will make a lot of money.  Have to bookmark this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Chris Peters</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-322</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-322</guid>
		<description>FYI, the PluginManager has been updated and can be downloaded here:
http://cfwheels.org/plugins/listing/8

I'll be updating it again here soon too. The biggest thing that I want to add is a version comparison that shows an "Upgrade" link when an update is available.</description>
		<content:encoded><![CDATA[<p>FYI, the PluginManager has been updated and can be downloaded here:<br />
<a href="http://cfwheels.org/plugins/listing/8" rel="nofollow">http://cfwheels.org/plugins/listing/8</a></p>
<p>I&#8217;ll be updating it again here soon too. The biggest thing that I want to add is a version comparison that shows an &#8220;Upgrade&#8221; link when an update is available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a Web Application Server? by Keendra</title>
		<link>http://www.resultantsys.com/index.php/general/what-is-a-web-application-server//comment-page-1#comment-232</link>
		<dc:creator>Keendra</dc:creator>
		<pubDate>Sun, 01 Nov 2009 15:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=9#comment-232</guid>
		<description>&lt;a href="#comment-231" rel="nofollow"&gt;@Clarke Bishop&lt;/a&gt; Ah.. Thank you so much for your reply, now it's all so clear to me. You have no idea how helpfull this was (have been chasing answers all day).</description>
		<content:encoded><![CDATA[<p><a href="#comment-231" rel="nofollow">@Clarke Bishop</a> Ah.. Thank you so much for your reply, now it&#8217;s all so clear to me. You have no idea how helpfull this was (have been chasing answers all day).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a Web Application Server? by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/general/what-is-a-web-application-server//comment-page-1#comment-231</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Sun, 01 Nov 2009 14:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=9#comment-231</guid>
		<description>The important thing to understand is that a pure web server &lt;strong&gt;ONLY &lt;/strong&gt;&lt;em&gt;grabs files and sends them along to the browser. 

If you want the server to do something more like retrieve information from a database or do some processing, you need an application server. Fortunately, application servers have become very common and most people just assume that any web server has an application server built in. PHP, Ruby on Rails, ColdFusion, .Net, J2EE -- These are all types of application servers.

You mentioned plugins. Well, a plugin is just a piece of code that runs in an application server. Without the application server, there wouldn't be anything that could run the plugin's code.

Javascript lets you script or program the browser, so it's really not part of the server.

I hope this helps.</description>
		<content:encoded><![CDATA[<p>The important thing to understand is that a pure web server <strong>ONLY </strong><em>grabs files and sends them along to the browser. </p>
<p>If you want the server to do something more like retrieve information from a database or do some processing, you need an application server. Fortunately, application servers have become very common and most people just assume that any web server has an application server built in. PHP, Ruby on Rails, ColdFusion, .Net, J2EE &#8212; These are all types of application servers.</p>
<p>You mentioned plugins. Well, a plugin is just a piece of code that runs in an application server. Without the application server, there wouldn&#8217;t be anything that could run the plugin&#8217;s code.</p>
<p>Javascript lets you script or program the browser, so it&#8217;s really not part of the server.</p>
<p>I hope this helps.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a Web Application Server? by Keendra</title>
		<link>http://www.resultantsys.com/index.php/general/what-is-a-web-application-server//comment-page-1#comment-230</link>
		<dc:creator>Keendra</dc:creator>
		<pubDate>Sun, 01 Nov 2009 14:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=9#comment-230</guid>
		<description>Could you please explain to me what dynamic functionality is added with an application server that can't be made by using for example javascripts or plugins? Can you give an example on what exacly this is used for?</description>
		<content:encoded><![CDATA[<p>Could you please explain to me what dynamic functionality is added with an application server that can&#8217;t be made by using for example javascripts or plugins? Can you give an example on what exacly this is used for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels by Mike Henke</title>
		<link>http://www.resultantsys.com/index.php/cfwheels/comment-page-1#comment-94</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?page_id=47#comment-94</guid>
		<description>Keep up the great work.  I kinda stalled finishing up my series :-)</description>
		<content:encoded><![CDATA[<p>Keep up the great work.  I kinda stalled finishing up my series <img src='http://www.resultantsys.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-57</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-57</guid>
		<description>It's probably just my ignorance of ColdBox showing up. Several of the examples I saw seemed to rely on Reactor &amp; Coldspring. 

From what I can tell ColdBox is very powerful -- In fact, it was too much for me. CFWheels has been a great fit and I've been able to get down the MVC learning curve more easily.

Thanks for your clarification on ColdBox!</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably just my ignorance of ColdBox showing up. Several of the examples I saw seemed to rely on Reactor &#038; Coldspring. </p>
<p>From what I can tell ColdBox is very powerful &#8212; In fact, it was too much for me. CFWheels has been a great fit and I&#8217;ve been able to get down the MVC learning curve more easily.</p>
<p>Thanks for your clarification on ColdBox!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Tony Garcia</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-56</link>
		<dc:creator>Tony Garcia</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-56</guid>
		<description>I'm not sure why you say that you "really have to learn Transfer or Reactor and Coldspring at the same time" if you want to learn ColdBox. I've been using ColdBox for the last couple of years and haven't done a single thing with Reactor or Transfer. Also, you COULD use ColdSpring but you don't have to (specially with the built-in IOC, AOP, and remote proxying capabilities built in to ColdBox). I could understand that if ORM is one of your requirements why you made that statement (and why you chose CFWheels since it has ORM built in). But not everyone wants or needs ORM.
Of course, I'm happy for you that CFWheels is working out for you. But that statement about ColdBox was very misleading, IMHO.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why you say that you &#8220;really have to learn Transfer or Reactor and Coldspring at the same time&#8221; if you want to learn ColdBox. I&#8217;ve been using ColdBox for the last couple of years and haven&#8217;t done a single thing with Reactor or Transfer. Also, you COULD use ColdSpring but you don&#8217;t have to (specially with the built-in IOC, AOP, and remote proxying capabilities built in to ColdBox). I could understand that if ORM is one of your requirements why you made that statement (and why you chose CFWheels since it has ORM built in). But not everyone wants or needs ORM.<br />
Of course, I&#8217;m happy for you that CFWheels is working out for you. But that statement about ColdBox was very misleading, IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels &#8212; Adding a new table with model, view, and controller by Clarke Bishop</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-adding-a-new-table-with-model-view-and-controller//comment-page-1#comment-49</link>
		<dc:creator>Clarke Bishop</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=43#comment-49</guid>
		<description>You know, I don't like the way Rails does things because you end up having to learn a new SQL-like syntax. As long as you have to do that, you may as well just learn enough SQL to do things!

It would be cool to have a more visual way to specify your fields and field types that was right there inside CFWheels!

On the specs folder, I keep looking for a good way to specify and document my "has many" and "belongs to" associations. Maybe you have a good idea?</description>
		<content:encoded><![CDATA[<p>You know, I don&#8217;t like the way Rails does things because you end up having to learn a new SQL-like syntax. As long as you have to do that, you may as well just learn enough SQL to do things!</p>
<p>It would be cool to have a more visual way to specify your fields and field types that was right there inside CFWheels!</p>
<p>On the specs folder, I keep looking for a good way to specify and document my &#8220;has many&#8221; and &#8220;belongs to&#8221; associations. Maybe you have a good idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels &#8212; Adding a new table with model, view, and controller by Raul Riera</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-adding-a-new-table-with-model-view-and-controller//comment-page-1#comment-48</link>
		<dc:creator>Raul Riera</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=43#comment-48</guid>
		<description>I like the idea about the specs folder.. would love for Wheels to output the SQL file for me... maybe I will write a plugin for that or someone will :)</description>
		<content:encoded><![CDATA[<p>I like the idea about the specs folder.. would love for Wheels to output the SQL file for me&#8230; maybe I will write a plugin for that or someone will <img src='http://www.resultantsys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Peter Amiri</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-47</link>
		<dc:creator>Peter Amiri</dc:creator>
		<pubDate>Wed, 19 Aug 2009 15:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-47</guid>
		<description>Clarke,

When I got involved with the CFWheels project almost two years ago one of my goals was to take a Rails book and translate the examples in the book to Wheels. But of coarse life got in the way and that task is still on my to do list. I'm glad that someone else has picked up the baton and is running with it. Great job and keep the posts coming.</description>
		<content:encoded><![CDATA[<p>Clarke,</p>
<p>When I got involved with the CFWheels project almost two years ago one of my goals was to take a Rails book and translate the examples in the book to Wheels. But of coarse life got in the way and that task is still on my to do list. I&#8217;m glad that someone else has picked up the baton and is running with it. Great job and keep the posts coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFWheels Scaffolding Basics by Mike Henke</title>
		<link>http://www.resultantsys.com/index.php/coldfusion/cfwheels-scaffolding-basics//comment-page-1#comment-46</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Mon, 17 Aug 2009 01:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.resultantsys.com/?p=26#comment-46</guid>
		<description>I tried http://localhost/index.cfm/wheels/plugins?name=scaffold for my setup and it loaded fine but didn't work when submitting.</description>
		<content:encoded><![CDATA[<p>I tried <a href="http://localhost/index.cfm/wheels/plugins?name=scaffold" rel="nofollow">http://localhost/index.cfm/wheels/plugins?name=scaffold</a> for my setup and it loaded fine but didn&#8217;t work when submitting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
