Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top CFML Solutions: 1 - 25 of 163
 
I'm trying to create a map based on a list of locations nearest to a given address. I retrieve the various locations using PHP and then call a javascript function (in the code) to add a marker...
Hi, I have an application that is taking a large amount of memory to run.  This application would run under coldfusion 7, however it is now not working in CF8. Any ideas what I can do to...
I'm trying to get a ColdFusion/JQuery based example of drag n' drop reordering of items working, but am encountering some difficulty. A non-working example (and the underlying source code) can...
Hello experts. I want to use the jquery prettyphot plugin:http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/  with coldfusion. I have a result page with n recor...
While running a page with CFhttp to bring in another page, Internet Explorer 8 now stops the page from loading and complains about "internet explorer has modified this page to help prevent cro...
I am having difficulty generating cfgrid.  I have tried a number of different configurations and I recieve different error messages for each. When I surround each new argument in braces (bi...
The result of encrypt(myText, key, "BLOWFISH", "HEX") gives you a value that you can decrypt just fine in coldfusion, but not the same value as you would get if you ran the same encryption (bl...
Hello,   I am having an issue where some users are receiving the following error when using a particular form: Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access ...
Currently I have a single page, I'll call it "page1", that contains a search form, a cfgrid and an insert form. Originally, the search form submitted to a separate page which I'll call "page2"...
Hello experts. I want to use the jquery ui selectmenu (http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html) but i have a problem using this with cfselect. When there are ...
Hello experts. I want to limit the number of invalid login attempts using coldfusion. (after f.e 5 invalid login attempts ,allow the client to try again after 15 min and If the email that th...
I want to make sure that at least one checkbox is checked in each of several checkbox groups (within each group, all the checkboxes have the same name) before the form can be submitted. I want...
I'm sending the userID from Flex to ColdFusion as a URLVariable when the user uploads a file. The only problem is I don't now how to get ColdFusion to handle the URLVariable. What do I need to...
I'm using the following code to get images from a url.  The problem is that I'm getting the console warning in the browser: "Resource interpreted as image but transferred with MIME type text/p...
Hello experts. I have a form with a captcha image (cfimage). How can i add a button so that a client can renew this image without reloading the page?
I am trying to group by post_date. I keep getting an aggregate error. I need all the information in the cfquery but I want to output in groups by date. How can I do this with this cfquery? It'...
I need to extract certain text from a string, for example: <span id="city">Washington DC</span> How would I create a statement in ColdFusion to extract just Washington DC ? Please pro...
I am trying to figure out a way to modify a slideshow script to include text to the left of each image. Found script for the slideshow at dynamicdrive.com that will do what I want image-wise, ...
I am using CF8 on IIS. Whenever I use a mask attribute within my CFINPUT fields, it auto scrolls to the first form field, which causes big usability problems, as one might imagine. As soon ...
Hi experts. i am working on a module where user can access private areas only when they enter a password and they they can view the files inside it. also in the same module a public opti...
Hi. I'm having more trouble with RECAPTCHA. This is similar to my situation that I discussed here: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
i am having an issue converting a string to datetime from a coldfusion for that has 3 fields that I need to combine for month day and year ERROR: Conversion failed when converting datetim...
Ok ! I have an issue where i read values from a text file which have values stored as comma separed list. i used the following code but i am confused at a part how i assign the value of eac...
I'd like to create a schedule to run every 30 minutes... using cfschedule, so not through the administrator... At each schedule I'd like to check my DB to see if the time stored in the DB h...
I'm trying to establish a simple open and close ftp connection using the following..However, in the browser it returns.. An exception occurred when establishing a FTP connection.   The cau...