Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested CFML Solutions: 1 - 25 of 574
 
in the following code, I am getting an error that form is undefined when I click the links in the bottom table, the checkboxes work just fine, but the <a href="#"> tags wont submit the form. W...
Hello, I need to select a number of records using a query. The records have to have an eventDate that is greater than today's date to be selected. How do I do a query that will do that? ...
Is there anything wrong with this query? I keep getting a error saying Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the keyword 'IF'.    
I need to do a character replace on a string I need to turn + into _ and I need to turn / into ~ And = into * Something like  <cfset TheStringPlus = REReplace(TheString,"+","_","ALL")>...
Hi there, I try to put one or several photo in a row of a jqgrid  (http://www.trirand.com/blog/). Here is my source
I have several number fields in my database.  My number fields are not required, zero length is allowed and they have a defaultt value of 0 in the database. If I leave the filed blank in the f...
We need code that changes Latitude/Longitude coordinates into MGRS (Military Grid Reference System) Coordinates. It can be Java, JavaScript, CF Script, or anything ColdFusion can take in and i...
I am trying to display multiple markers and associated info windows using Coldfusion and Google Maps. Using a test data base with 2 records and a query which restricts the number of records to...
Hello experts. I want to use the jquery modal and in the pop up window the google maps . I downloaded the google maps code with the reverse geocoding tutorial from here: http://code.google....
user clicks on browser upload button, the explorer window appears.   is there any way I can only show certain file types in this window, jpg, png etc? , like what you see in Photoshop?   PS...
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...
I'm using the new CFLAYOUT tool with tabs. i have 2 significant problems. Every time I modify an item on one of the tabs, I get a javascript error.     ("Error processing JavaScript in ...
Hi there. Can someone point me in the right direction on how to create a new custom button that inserts a piece a code at the cursor location. I basically want to add a <more> or [more] tag to...
Coldfusion code with MS SQL back end. My question is how do make my dorp down list dynamic. My first drop down has a query= "qQuestTypes". Table name "tCLETestType" The primary key is qT...
hi does anyone know how to serve a file to the browser over https in IE and not allow the file to cache in IE's temporary internet files? Personally - I don't think it's possible! It's not so...
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 copy files from one server to another.  I'm using ColdFusion.  I have a CFM page set up that reads (and outputs the info to the screen so I can see it)  the files from a particul...
I have been working on this for hours and can't work it out.  You can find reference to the webserver documentation at http://help.cj.com/en/web_services/web_services.htm "click "Real time com...
I'm using this regular expression which correctly identifies dates as valid or not in online regex testers, but when I put it into Coldfusion it doesn't correctly verify the validity of the fi...
I am working with coldfusion and the FCKEditor. How do i grab focus on the text area of the FCKEditor? Please take a look at the simplified cf code attached. When i click the button to grab fo...
I have just finished upgrading our entire Intranet application to CF8. The upgrade went well, and all is working as it should. However, I've recently started diving into some of the new Ajax c...
I have created an app in Coldfusion to where company employees can put their bios on the company website. It starts with staff index.cfm (see screenshot) If an employee's image is missing...
We are having a problem with displaying smart quotes and apostrophes on the web particularly those coming from a database using SQL and coldfusion. Smart quotes are displaying as ý Apo...
Windows server 2003 IIS 6 ColdFusion 8 Hi. ColdFusion keeps eating up my server's memory, crashing the server. I would like to adjust the JVM Heap Size. Currently JVM Heap is set to...
Hi i want that i select one city and in another drop down the cities of that state should be populated automatically. please also guide me how i make the database of city and state and link...