Revision: 45849
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 9, 2011 21:57 by nehringryan
Initial Code
<cfset size = 25 * 11 * 1.08/> <cfimage action="captcha" fontSize="25" width="#size#" height="50" text="ThisIsATest" fonts="Verdana,Arial,Courier New,Courier" difficulty="low">
Initial URL
http://ryannehring.com/
Initial Description
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:
Initial Title
Coldfusion CAPTCHA Generate
Initial Tags
Initial Language
ColdFusion