| Thread | Last Post | Replies |
|
| Regex for matching a string not in a URL | 08 Apr 2005 18:11 GMT | 1 |
Returning text from a database...want to find and replace any matching keyword, with a string but ONLY if the keyword DOES NOT reside as part of a LINK. How can I check to make sure that the keyword isn't anywhere within the LINK tags??
|
| Rows, Cols, Queries and Arrays | 08 Apr 2005 13:52 GMT | 2 |
Please help..... :( I have been working on a page that displays data from a database query. The query returns data like this: Herbicide1, Weed1, Weed1Rating Herbicide1, Weed2, Weed2Rating Herbicide2, Weed1, Weed1Rating Herbicide2, Weed2, Weed2Rating The way the database is ...
|
| moving data from one data source to another | 07 Apr 2005 23:58 GMT | 2 |
I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert into using a select statement is what I need. I seem to be hung up on the from clause of query q4... Is this the proper way to ...
|
| Coding Standards & Code Reviews? | 07 Apr 2005 19:36 GMT | 1 |
Aside from inplementing a framework like fusebox or mach, what type of coding standards has anyone implemented within a development group. I am looking to implement some coding standards amongst my team as well as utillize codes reviews. I would like to hear what some people may ...
|
| Communicate between Java & ColdFusion | 07 Apr 2005 18:16 GMT | 3 |
I've got a ColdFusion shopping cart system that I'm building using CF MX. I need to get data from a database that's managed by a program written in Java on a seperate server. I'm thinking that the easiest way to get the data would be through XML. - Does CF already have an XML ...
|
| cffile + Win IE issues | 07 Apr 2005 16:02 GMT | 10 |
I've built a form where the visitor inputs a bit of copy into a text area, answers a couple of questions, browses their computer for an image to upload, then hits submit. The data goes into a MySQL db and the image should be written to a particular directory on the server. Now, ...
|
| CF 5 to 6.1 upgrade | 07 Apr 2005 16:00 GMT | 3 |
I have delayed upgrading from CF 5 to CF 6.1 for 2 years because when I do the response for cf pages is at least 3 times slower with cf 6.1. I have a need to upgrade the os from Windows 2000 to Windows 2003 which requires at least cf 6.1. Is there any solution to the slower ...
|
| starting a windows app from CF | 07 Apr 2005 15:48 GMT | 2 |
Does anyone know if there is a way to start a windows application locally on the visitors PC from CF? If that is possible, will it accept arguments such as an XML doc as input?
|
| CFMAIL Problem | 07 Apr 2005 13:26 GMT | 7 |
Hi, im having a problem with cfmail. I have a field in my database that will contain my email message. So i would like to call that message from cfmail and have it formated in html and use the coldfusion tags. like this: <cfmail to='#form.payer_email#' cc='#getsettings ...
|
| Passing the value of a Dynamic List | 07 Apr 2005 01:59 GMT | 3 |
Hi all - not sure what I am missing here, however I would like to pass the option value of my list to the desired URL within my on-change event. I can get two out of three to pass, however I cant pass the selection made from the list. I've included the code below, any ideas? ...
|
| cfinvoke on wsdl, saxexception | 07 Apr 2005 01:07 GMT | 4 |
here is the WSDL : <?xml version='1.0' encoding='UTF-8'?> <wsdl:definitions name='RmOutXMLInvoice_Williams_Control' targetNamespace='http://win-wmdev/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:xsd='http://www.w3.org/2001/XMLSchema'
|
| Clustering Question | 07 Apr 2005 01:03 GMT | 2 |
I have one thing I dont understand about the new multiple instance clustering in CFMX 7 Enterprise. I want to make 3 instances all serving the same doc root. Basically they're just there for failover. When I initially install CFMX, it starts with 1 instance named 'cfusion'. I ...
|
| calling java object from cf | 06 Apr 2005 23:43 GMT | 7 |
Hi there, I am trying to call a java object from cf script but its not working. I know the class should be in web_root/WEB-INF/classes folder and i've my class in C:\Program Files\Apache Group\Apache2\htdocs\WEB-INF\classes folder. where C:\Program Files\Apache ...
|
| cfform tabnavigation | 06 Apr 2005 20:51 GMT | 1 |
I have a cfform with two tabs. On the first tab the user selects fields and I need to pass the data to the second tab to process queries to display data on the second tab. Is the doable? I using CFMX 7. Here is my code:
|
| sms barcodes to phone | 06 Apr 2005 20:49 GMT | 1 |
Has any one got any pointers or any idea for sending barcodes to sms/ems mobile phones. Alot of sms bulk providers claim they can do this but when you ask any they say its still in development. Is it difficult to send a barcode to a normail mobile phone ? I thought you just ...
|