

CFMLRepo.com has installers for ColdFusion dating back to version 1.5.
Do you lament that CF training sources seem to be dated? While that may be true for some resources, it’s not for all. There is far more available than I think most people realize.
This is my code for which i have written to encript..bt instead of AES i need to give my value..i mean i should generate secrate key in the form of surveyId_InviteId ….help me with this this is my code: <cfset InviteArray=[1,2,3,4,5,6,7,8,9,10]> <cfset surveyID=1> <cfset encryptArray=arrayNew(1)/> <cfloop from=”1″ to=”#arraylen(InviteArray)#” index=”j”> <cfset encryptionKey = generateSecretKey( “surveyID_InviteID” ) /> <cfset inviteandandSurvey=surveyID&InviteArray[j]> <cfset EncryptedSurveyID = encrypt(inviteandandSurvey,encryptionKey,”surveyID_InviteID”,”hex”) /> <cfset decoded = decrypt(EncryptedSurveyID,encryptionKey,”surveyID_InviteID”,”hex”) /> <cfset encryptArray[j]=”#EncryptedSurveyID#”> <cfdump var=”#encryptArray[j]#”></br> </cfloop>
I need to retrieve multiple email which is provided in the form..And for every mail i need to create unique id.please help with this.
I have to generate encrypted id to every unique id and need to attach it to my url.That encrypted id should not be repeated..can u help me with this please.
Hi My DBA is going to upgrade our current Oracle from 12c Release 1 to Release 2. For the datasource of my app I have been using JDBC (oracle.jdbc.OracleDriver) to connect to Oracle and it has been working fine. Does anyone know if Release 2 will have any negative impact on CF 2016? Thanks. Nathan
Maintaining a legacy application can be a challenge, especially when the team is reluctant to try new techniques. Increment new methodologies gradually so as not to scare off developers stuck in their ways.
After the success at the CF Summit East in Washington DC, it seems that the spring conference season is fully underway. Our next major upcoming conference is the much anticipated Into the Box 2019. The conference will be held in just inside the Houston, TX region at The Woodlands. It will run for three exciting days starting on the May 1st with pre-conference workshops and culminating on May 3rd with Closing remarks and a raffle. Pre-Conference Workshops- Into the Box 2019 […]
I want to display the custom errror…I am not getting how to start the code…Or how to start writing onError method,can u help me with the flow and if possible send some sample code for hadling the custom error
When you’re dealing with and lots of variables that exist in (potentially) many different scopes, one approach could be to pass the whole scope into the thread.
Hello there. We wish to retire our Windows 2008 64-bit R2 servers which a number of them are still running CF 10 Enterprise. Which version of Coldfusion would your recommend that would be able to run well and security on a Windows 2016 R2 server? Thank you.
A new set of updates to Java 8 and 11 have been released on Apr 16, 2019. Read about whether you can apply it, why you should, how to do it, and more.