Justin Small
Member since Apr 28, 2012
- Profile: /members/9889-justin-small.htm
- URL: http://www.texascws.com
- Comments: 2
Recent Blog Comments By Justin Small
-
ColdFusion DateTimeFormat() Utility Function
Posted on Nov 28, 2012 at 3:22 PM
Hey I have a quick question for you regarding coldfusion date/time... pretty much I'm working on an employee portal and I want the timestamps for their posts to a bulletin board to be formatted to their timezone. I have their timezones saved according to their useraccounts (database) and now I'm try... read more »
-
Using CAPTCHA In ColdFusion 8
Posted on Apr 28, 2012 at 12:46 PM
For my cfcaptcha's, I just grab the gettickcount() and look at the 5 on the right... I use that as my image and if people enter that 4 or 5 number, they're good to go. That seems to work for me and the code is simple enough. <cfset botchecker=right(GetTickCount(),"5")> <cfimage ... read more »