<?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"
	>
<channel>
	<title>Comments on: ColdFusion Checks String Length</title>
	<atom:link href="http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/</link>
	<description>Bread was overrated.</description>
	<pubDate>Fri, 21 Nov 2008 19:39:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joshua Curtiss</title>
		<link>http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/#comment-9304</link>
		<dc:creator>Joshua Curtiss</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/#comment-9304</guid>
		<description>I was wondering if I needed to escape the code.. Here's the code snippet:

&#60;cfset IsItBig = (MyNum GT 10000)&#62;</description>
		<content:encoded><![CDATA[<p>I was wondering if I needed to escape the code.. Here&#8217;s the code snippet:</p>
<p>&lt;cfset IsItBig = (MyNum GT 10000)&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Curtiss</title>
		<link>http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/#comment-9303</link>
		<dc:creator>Joshua Curtiss</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neatlysliced.com/2008/03/coldfusion-checks-string-length/#comment-9303</guid>
		<description>You'll find this is a common shortcut in most langs, actually. Of course, some argue it is poor practice because it is less readable; others say it is better because it is less code. 

Here's another cool thing you can do:


The alternative would be a clumsy if statement to do the assignment.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll find this is a common shortcut in most langs, actually. Of course, some argue it is poor practice because it is less readable; others say it is better because it is less code. </p>
<p>Here&#8217;s another cool thing you can do:</p>
<p>The alternative would be a clumsy if statement to do the assignment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
