Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for kg_ally

Hi, Can anyone tell me how to describe coldfusion architecture. I'm being this question consistently in interviews. I cannot find an answer on Internet. Please help, its urgent and important. Thanks Kanika

Member Avatar for satya339
0
603
Member Avatar for pirula

you have to break your input into 2 elements separated by a delimiter(I did it with a space) and put them into an array [code=coldfusion]<cfparam name="strSearch" default=""> <cfparam name="myArrayList" default=""> <cfset myArrayList=ArrayNew(1)> <cfif isdefined("form.searchMeals") AND form.searchMeals neq ""> <cfset strSearch = #trim(form.searchMeals)#> <cfset strSearch = #lcase(strSearch)#> <cfif strSearch contains ""> …

Member Avatar for samaru
0
681
Member Avatar for kg_ally

hi, Is any one familiar with use of Subcookies with coldfusion? Please help, its urgent. Thanks

0
114
Member Avatar for kg_ally

I've a perfect working code in IE but for some reason its not working in Fire fox...can anyone suggest why?

Member Avatar for mschroeder
0
141

The End.