<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Eliminating Whitespace in ColdFusion</title>
	<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion</link>
	<description>The opposite of every great idea is another great idea</description>
	<pubDate>Mon, 12 May 2008 12:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2961</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 26 Oct 2007 13:23:10 +0000</pubDate>
		<guid>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2961</guid>
		<description>@Petron - Thanks for noticing the error, I've corrected the image.</description>
		<content:encoded><![CDATA[<p>@Petron - Thanks for noticing the error, I&#8217;ve corrected the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petron</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2960</link>
		<dc:creator>petron</dc:creator>
		<pubDate>Fri, 26 Oct 2007 13:04:46 +0000</pubDate>
		<guid>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2960</guid>
		<description>This works awesome!

However make sure you put *.cfm instead of *.jsp in the url-pattern if you want it to work on your CF pages.

Thanks!</description>
		<content:encoded><![CDATA[<p>This works awesome!</p>
<p>However make sure you put *.cfm instead of *.jsp in the url-pattern if you want it to work on your CF pages.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2959</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 26 Oct 2007 12:59:22 +0000</pubDate>
		<guid>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2959</guid>
		<description>@Marcel - I haven't come across a problem with javascript. If the javascript statements are correctly terminated etc, they should be rendered as intended. The servlet filter seems to be pretty clever at only removing what is not needed, but as with everything, give it a thorough test as my environment won't be the same as yours.</description>
		<content:encoded><![CDATA[<p>@Marcel - I haven&#8217;t come across a problem with javascript. If the javascript statements are correctly terminated etc, they should be rendered as intended. The servlet filter seems to be pretty clever at only removing what is not needed, but as with everything, give it a thorough test as my environment won&#8217;t be the same as yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2958</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Fri, 26 Oct 2007 10:11:06 +0000</pubDate>
		<guid>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2958</guid>
		<description>Do you know how trimFilter behaves with Javascript code. A lot of these filters and solutions are breaking your javascript code, becuase they remove line breaks where they are needed.</description>
		<content:encoded><![CDATA[<p>Do you know how trimFilter behaves with Javascript code. A lot of these filters and solutions are breaking your javascript code, becuase they remove line breaks where they are needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Cane</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2957</link>
		<dc:creator>Ethan Cane</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:59:48 +0000</pubDate>
		<guid>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comment-2957</guid>
		<description>Hi Simon,

I have used the trim method you mentioned before and it does indeed work wonderfully, however there is a side effect to this approach which I believe affects connections made via RDS. That is the only point to be wary of. As far as I can remember it will perform compression (white space management) against templates you load into Eclipse/Dreamweaver/(any other RDS capable client) rendering the content either un-editable or garbled.

Hopefully since most savvy developers won't be using RDS (insecure) it won't pose a huge problem and is best left for production setups anyway.

Hope that helps.

Ethan Cane
Web Developer</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>I have used the trim method you mentioned before and it does indeed work wonderfully, however there is a side effect to this approach which I believe affects connections made via RDS. That is the only point to be wary of. As far as I can remember it will perform compression (white space management) against templates you load into Eclipse/Dreamweaver/(any other RDS capable client) rendering the content either un-editable or garbled.</p>
<p>Hopefully since most savvy developers won&#8217;t be using RDS (insecure) it won&#8217;t pose a huge problem and is best left for production setups anyway.</p>
<p>Hope that helps.</p>
<p>Ethan Cane<br />
Web Developer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
