<?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 PANESAR.net</title>
	<atom:link href="http://www.panesar.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.panesar.net</link>
	<description>The secrets of a system integrator. My Journey of Startup, Product + Project Development</description>
	<lastBuildDate>Mon, 28 Mar 2011 22:46:34 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lessons learnt from migrating a ColdFusion site from Windows to Linux by Jas Panesar</title>
		<link>http://www.panesar.net/2011/03/14/tips-for-migrating-a-coldfusion-site-from-windows-to-linux/comment-page-1/#comment-1048</link>
		<dc:creator>Jas Panesar</dc:creator>
		<pubDate>Mon, 28 Mar 2011 22:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=325#comment-1048</guid>
		<description>Thanks Sean, that&#039;s a great tip.. I only write my paths using / and it&#039;s never burnt me.</description>
		<content:encoded><![CDATA[<p>Thanks Sean, that&#8217;s a great tip.. I only write my paths using / and it&#8217;s never burnt me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lessons learnt from migrating a ColdFusion site from Windows to Linux by Sean Corfield</title>
		<link>http://www.panesar.net/2011/03/14/tips-for-migrating-a-coldfusion-site-from-windows-to-linux/comment-page-1/#comment-1028</link>
		<dc:creator>Sean Corfield</dc:creator>
		<pubDate>Thu, 24 Mar 2011 22:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=325#comment-1028</guid>
		<description>The #1 thing I tell people is: / works on all operating systems, \ does not. To simplify code dealing with filepaths, it&#039;s often worth doing replace(path,&#039;\&#039;,&#039;/&#039;,&#039;all&#039;) wherever you get a filepath (from the user or from one if the built-in functions) and then you only gave to work with / everywhere else in your code.</description>
		<content:encoded><![CDATA[<p>The #1 thing I tell people is: / works on all operating systems, \ does not. To simplify code dealing with filepaths, it&#8217;s often worth doing replace(path,&#8217;\',&#8217;/',&#8217;all&#8217;) wherever you get a filepath (from the user or from one if the built-in functions) and then you only gave to work with / everywhere else in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lessons learnt from migrating a ColdFusion site from Windows to Linux by Robert Zehnder</title>
		<link>http://www.panesar.net/2011/03/14/tips-for-migrating-a-coldfusion-site-from-windows-to-linux/comment-page-1/#comment-963</link>
		<dc:creator>Robert Zehnder</dc:creator>
		<pubDate>Tue, 15 Mar 2011 04:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=325#comment-963</guid>
		<description>I also think it is important to invest a little bit of time into learning the OS you intend to use as your new server of choice.  I know a lot of devs who have Linux VPS servers setup yet they have difficulty setting up new sites and other day to day tasks.  I know when I made the switch to Linux there definitely was a learning curve.  Not (necessarily) having a GUI for everything was one of the reasons for my late adoption, but now I find it easier to work through the shell.</description>
		<content:encoded><![CDATA[<p>I also think it is important to invest a little bit of time into learning the OS you intend to use as your new server of choice.  I know a lot of devs who have Linux VPS servers setup yet they have difficulty setting up new sites and other day to day tasks.  I know when I made the switch to Linux there definitely was a learning curve.  Not (necessarily) having a GUI for everything was one of the reasons for my late adoption, but now I find it easier to work through the shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lessons learnt from migrating a ColdFusion site from Windows to Linux by Michael Sharman</title>
		<link>http://www.panesar.net/2011/03/14/tips-for-migrating-a-coldfusion-site-from-windows-to-linux/comment-page-1/#comment-960</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Mon, 14 Mar 2011 20:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=325#comment-960</guid>
		<description>Even on a mac we enforce case sensitive development for this exact reason.

http://www.chapter31.com/2010/10/04/case-sensitive-development-on-mac-os-x/</description>
		<content:encoded><![CDATA[<p>Even on a mac we enforce case sensitive development for this exact reason.</p>
<p><a href="http://www.chapter31.com/2010/10/04/case-sensitive-development-on-mac-os-x/" rel="nofollow">http://www.chapter31.com/2010/10/04/case-sensitive-development-on-mac-os-x/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Captcha to Mura CMS Form by Jake Munson</title>
		<link>http://www.panesar.net/2011/03/01/adding-captcha-to-mura-cms-form/comment-page-1/#comment-771</link>
		<dc:creator>Jake Munson</dc:creator>
		<pubDate>Wed, 02 Mar 2011 00:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=318#comment-771</guid>
		<description>Just a nitpick...Captcha != CFFormProtect.  :)  Captcha is those images with hard to read characters that you have to type in to &quot;prove&quot; you are human.  CFFormProtect doesn&#039;t ask the user to do anything, all validation is behind the scenes.</description>
		<content:encoded><![CDATA[<p>Just a nitpick&#8230;Captcha != CFFormProtect.  <img src='http://www.panesar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Captcha is those images with hard to read characters that you have to type in to &#8220;prove&#8221; you are human.  CFFormProtect doesn&#8217;t ask the user to do anything, all validation is behind the scenes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Address to Site Member Registration in Mura CMS by Jas Panesar</title>
		<link>http://www.panesar.net/2011/02/27/adding-address-to-site-membe-registration-in-mura-cms/comment-page-1/#comment-765</link>
		<dc:creator>Jas Panesar</dc:creator>
		<pubDate>Mon, 28 Feb 2011 19:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=298#comment-765</guid>
		<description>Hey Matt,

Thanks for the clarification!  

I&#039;ll do the same first myself (I thought site bundles would take care of it but you&#039;re right, an update will overwrite the changes)

Jas</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>Thanks for the clarification!  </p>
<p>I&#8217;ll do the same first myself (I thought site bundles would take care of it but you&#8217;re right, an update will overwrite the changes)</p>
<p>Jas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Address to Site Member Registration in Mura CMS by Matt Levine</title>
		<link>http://www.panesar.net/2011/02/27/adding-address-to-site-membe-registration-in-mura-cms/comment-page-1/#comment-763</link>
		<dc:creator>Matt Levine</dc:creator>
		<pubDate>Mon, 28 Feb 2011 05:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=298#comment-763</guid>
		<description>One more thing that I would add is that you should first copy the dsp_edit_profile.cfm to your site&#039;s display_objects/custom directory.  That way your changes will be update safe.</description>
		<content:encoded><![CDATA[<p>One more thing that I would add is that you should first copy the dsp_edit_profile.cfm to your site&#8217;s display_objects/custom directory.  That way your changes will be update safe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ideas are worthless. Tune out the noise. by Craig Baranieski</title>
		<link>http://www.panesar.net/2010/10/17/ideas-are-worthless-tune-out-the-noise/comment-page-1/#comment-552</link>
		<dc:creator>Craig Baranieski</dc:creator>
		<pubDate>Tue, 11 Jan 2011 09:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=245#comment-552</guid>
		<description>Hi Jas,

This article as well as the ones above are so true. Very straightforward, communicative and concise.

Thanks,
Craig</description>
		<content:encoded><![CDATA[<p>Hi Jas,</p>
<p>This article as well as the ones above are so true. Very straightforward, communicative and concise.</p>
<p>Thanks,<br />
Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello 2011, meet the future: ColdFusion, Mura CMS and Startups. by Jas Panesar</title>
		<link>http://www.panesar.net/2011/01/06/hello-2011-meet-my-future-coldfusion-mura-cms-and-startup/comment-page-1/#comment-545</link>
		<dc:creator>Jas Panesar</dc:creator>
		<pubDate>Mon, 10 Jan 2011 05:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=274#comment-545</guid>
		<description>@Greg - Thanks for writing.  I have always felt ahead of the curve using ColdFusion the last 12 years, but building the business logic around my application logic time and time again was getting to be a major drag.  Mura + Plugin development seems to take that part of the headache away quite nicely!  Any nice surprises you&#039;ve discovered while developing apps in Mura?</description>
		<content:encoded><![CDATA[<p>@Greg &#8211; Thanks for writing.  I have always felt ahead of the curve using ColdFusion the last 12 years, but building the business logic around my application logic time and time again was getting to be a major drag.  Mura + Plugin development seems to take that part of the headache away quite nicely!  Any nice surprises you&#8217;ve discovered while developing apps in Mura?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello 2011, meet the future: ColdFusion, Mura CMS and Startups. by Greg Moser</title>
		<link>http://www.panesar.net/2011/01/06/hello-2011-meet-my-future-coldfusion-mura-cms-and-startup/comment-page-1/#comment-538</link>
		<dc:creator>Greg Moser</dc:creator>
		<pubDate>Fri, 07 Jan 2011 01:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.panesar.net/?p=274#comment-538</guid>
		<description>Glad to hear that you settled on the same technologies as I did.  I&#039;ve been working with Mura now for about a year, and developing FW/1 app&#039;s on top of it for about the past 6 months and couldn&#039;t be happier.  You made a great choice!

-Greg</description>
		<content:encoded><![CDATA[<p>Glad to hear that you settled on the same technologies as I did.  I&#8217;ve been working with Mura now for about a year, and developing FW/1 app&#8217;s on top of it for about the past 6 months and couldn&#8217;t be happier.  You made a great choice!</p>
<p>-Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>

