Does CAPTCHA help commenters feel safe?

  • Post author:
  • Post category:Uncategorized

A couple of people in our community have ditched CAPTCHA recently to give CFFormProtect a try (Dan Wilson and Jason Dean). I'm glad I could help out some fellow CFers.…

Continue Reading Does CAPTCHA help commenters feel safe?

ColdFusion Regular Expressions Tip

  • Post author:
  • Post category:Uncategorized

The other day I came across a situation where I wanted to use regular expression repetition syntax. I was trying to validate US currency, and I was dealing with the…

Continue Reading ColdFusion Regular Expressions Tip

Limits of ColdFusion’s isDate function

  • Post author:
  • Post category:Uncategorized

I was using the isDate function in an app yesterday and noticed that it accepted 200 as a valid year. At first I thought this was a bug, but then…

Continue Reading Limits of ColdFusion’s isDate function