Samuel
Member since Apr 26, 2010
- Profile: /members/5903-samuel.htm
- Comments: 4
Recent Blog Comments By Samuel
-
Learning ColdFusion 8: CFThread Part I - Data Exchange
Posted on Apr 27, 2010 at 11:39 AM
nice example , i made some exersices to test what is posted here and it seems me very powerfull, for example the multithread , we can see it in action with this example. <cfset person = { fname= "samuel",lname="jaimes"} /> <cfset message = "" /> <cfthread action="run" name="process... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Apr 26, 2010 at 5:02 PM
=) jejeje, excuse me buddy, i was googling searching for what it means <cfif StructKeyExists( URL, "reset" )> i didnt found anything.. i mean , you never defined "reset" in the URL structure, is it a CF predefined value? what it means... :S sorry for beginer questions, jejeje... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Apr 26, 2010 at 4:12 PM
Hi, man, very thanks for sharing... i really apreciate it. =)... read more »