This problem makes me really sad. I\'m working with a pretty archaic web application with an eclectic mix of programming languages. Previously, it stored any and all datetimes in a Datetime field in o
We are facing issues of javascript getting embedded into message body, following is the code snippet of the javascript,
I recently took over the development of a CF site and am having some trouble obtaining the login and password to the Admin for CF.I was hoping another StackOverflower may haave some insight on obtaini
I need to develop/design Coldfusion Web Service which uses few object calls and functions. What is good source of samples to develop in terms of OOP?
I\'m getting a signature_invalid error when trying to connect via OAuth to delicious.com. <cfset oUrl = \"https://api.login.yahoo.com/oauth/v2/get_request_token\"/>
I need to know if I am going about something the right way. For a given page, I am instantiating an object for the page itself. Let\'s call that object myPage. Within the page I have containers (usua
Given the following scenario, I would like to know if functionOneLock releases itself before functionTwoLock is triggered, or does it wait until functionTwoLock releases first?
Ok, I have instantiated an object and all is fine. I am able to call various methods of that object easily, such as myobject.getId(), myObject.getName() , etc etc. These examples all return either a s
I am facing a issue ofinvalid UTF-8 data in my application. Actually whenever i opens my application for editing purpose i ge开发者_StackOverflow中文版t the following error:
I want to remove all special characters (\",/{}etc.) from an input field being saved as a string to the DB.