<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:13:40 +0000</lastBuildDate>
    <item>
      <title>(ColdFusion) Coldfusion CAPTCHA Generate - nehringryan</title>
      <link>https://snipplr.com/view/53246/coldfusion-captcha-generate</link>
      <description>&lt;p&gt;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:&lt;/p&gt;</description>
      <pubDate>Mon, 09 May 2011 21:57:25 UTC</pubDate>
      <guid>https://snipplr.com/view/53246/coldfusion-captcha-generate</guid>
    </item>
    <item>
      <title>(ColdFusion) Auto Trim/Clean Submitted Form Data in Coldfusion - nehringryan</title>
      <link>https://snipplr.com/view/53228/auto-trimclean-submitted-form-data-in-coldfusion</link>
      <description>&lt;p&gt;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.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Mon, 09 May 2011 16:16:16 UTC</pubDate>
      <guid>https://snipplr.com/view/53228/auto-trimclean-submitted-form-data-in-coldfusion</guid>
    </item>
    <item>
      <title>(ColdFusion) Coldfusion Variable Checking / Setting Default - nehringryan</title>
      <link>https://snipplr.com/view/52811/coldfusion-variable-checking--setting-default</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Apr 2011 22:30:15 UTC</pubDate>
      <guid>https://snipplr.com/view/52811/coldfusion-variable-checking--setting-default</guid>
    </item>
  </channel>
</rss>
