<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - nehringryan</title>
<link>http://snipplr.com/users/nehringryan</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 19:38:55 GMT</pubDate>
<item>
<title>(ColdFusion) Coldfusion CAPTCHA Generate</title>
<link>http://snipplr.com/view/53246/coldfusion-captcha-generate/</link>
<description><![CDATA[ <p>Built right into Coldfusion is the ability to generate CAPTCHA images for form validation without any outside library's, plug-ins, or crazy workarounds.  It's incredibly simple using the cfimage tag as below:</p> ]]></description>
<pubDate>Mon, 09 May 2011 21:57:25 GMT</pubDate>
<guid>http://snipplr.com/view/53246/coldfusion-captcha-generate/</guid>
</item>
<item>
<title>(ColdFusion) Auto Trim/Clean Submitted Form Data in Coldfusion</title>
<link>http://snipplr.com/view/53228/auto-trimclean-submitted-form-data-in-coldfusion/</link>
<description><![CDATA[ <p>A lot of people forget that the FORM scope is just a structure, and as such can be manipulated in all the same ways any other Struct could be... including looping through it with a cfloop collection... below is an example of code you could have at the top of a CFM action page or in a CFC Function to strip out any whitespace/invalid letters from a forms values before using them.

This collection cfloop performs native coldfusion functions htmlEditFormat and trim on each value from the form struct before saving the clean variable back to form.</p> ]]></description>
<pubDate>Mon, 09 May 2011 16:16:16 GMT</pubDate>
<guid>http://snipplr.com/view/53228/auto-trimclean-submitted-form-data-in-coldfusion/</guid>
</item>
<item>
<title>(ColdFusion) Coldfusion Variable Checking / Setting Default</title>
<link>http://snipplr.com/view/52811/coldfusion-variable-checking--setting-default/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Apr 2011 22:30:15 GMT</pubDate>
<guid>http://snipplr.com/view/52811/coldfusion-variable-checking--setting-default/</guid>
</item>
</channel>
</rss>