Community Member Profile
- Profile: /members/5903-Samuel.htm
- Comments: 4
- Points: 44
Recent Blog Comments By Samuel
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 24, 2010 at 12:01 PM
hi buddy, i tested it in coldfusion 8, in local host... there was an error "Unable to determine MIME type of file" and that is what i have to add a line to this <cfhttp url="#strURL#" method="POST" useragent="#CGI.http_user_agent#" result="objGet"
read more » -
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="... 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 quest... 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 »



