| Thread | Last Post | Replies |
|
| Coldfusion site development & your workflow? | 31 Aug 2008 22:37 GMT | 1 |
Hi all, can anyone could give some sage like advice to a Coldfusion virgin? I've had experience with front end development but I'm struggling to make progress in developing database appplications using Coldfusion. My problem seems to lie with my preferred learning method. In the ...
|
| Idiots guide to application.cfc | 29 Aug 2008 21:15 GMT | 23 |
The code is my very simple application.cfm and onrequestend.cfm how do I combine them into an application.cfc? Thank you application.cfm <cfapplication
|
| built-in cf server - creating virtual host | 29 Aug 2008 17:07 GMT | 1 |
I'm using the built-in coldfusion server developer edition on linux - am I able to create a virtual host? I've only found information relating to apache so far Many thanks Dave
|
| Visual Query Builder Doesn't Work | 29 Aug 2008 15:41 GMT | 3 |
I'm using the ColdFusion extensions to Flex Builder 3 (3.0.1.205647), and I can't use the Visual Query Builder. This is a fresh ColdFusion8 install. I have RDS configured, I even test the connection successfully. I can use the RDS DataView and see the databases, click on ...
|
| record count | 29 Aug 2008 10:38 GMT | 3 |
I have the query return duplicate id and total is 8 records but then when I do the output below it got no duplicate annd it returns 4 record. However, when I do the name.recordcount I got 8 not 4. How do I return the record 4 not 8 for the
|
| UTF-8 encoding Funny characters in DB | 29 Aug 2008 05:29 GMT | 7 |
I am Facing a Critical issue which has been lagging, dragging from 3 days, still couldn't figure out an issue I've an XML file which am Getting it from a Server using <cffile action="READ" file="#application.settings.paths" variable="xml"
|
| Navigation | 29 Aug 2008 03:19 GMT | 1 |
I try to create the navigation and I alomost got there. There is one problem that when i click the "next" go to page2, I got the repeated record from the last record was show on page1. Then I click "next" go to page3 then it worked fine, no repeating
|
| Components Needed for Dynamic Application | 28 Aug 2008 20:50 GMT | 2 |
I'm going to need some help from those of you familiar with my situation. Until now, I have always worked on the front end of dynamic applications. However, I am now putting on the swimsuit and taking a plunge head first into the world of developing Rich Internet Applications. ...
|
| Database questions / Help. | 28 Aug 2008 17:23 GMT | 6 |
I'm back once again with another newbie question for you elite coldfusion developers. Basically I'm in the works of creating a application that allows me to upload site news to a database and then output on our web site. Sounds easy enough right? Well I'm very new to CF and I'm ...
|
| Record count of dates selection | 28 Aug 2008 16:05 GMT | 4 |
I am creating a meeting booking application and have a MySql table of available meeting dates. These dates are placed in a form on a Cfm page for the responders to select the meeting they would like to attend. The results are in a second table of
|
| Cfmail dublicate mails | 27 Aug 2008 04:31 GMT | 2 |
I am trying to create a form to send an e-mail to me (once the form is filled and submitted). It works, however, I get two e-mails send to my email (myemail@hotmail.com) included in the cfmail. I found out that the problem is that the cfmail code is executed twice, the firs is ...
|
| Cant get coldusion 8 working on a 2003 IIS box... | 26 Aug 2008 01:43 GMT | 2 |
I've been trying to get coldfusion 8 installed on our production 2003 IIS box.. but so far i havent had any luck... Here is how i have done the setup so far.. I ran the installation, installing everything except the bottom check box (i
|
| drag and drop | 25 Aug 2008 22:50 GMT | 2 |
I'm looking for some sample code for dragging a table row from one iframe (width=100%;height=300) to a table row in another iframe (width=100%;height=300). Does anybody know if there are any resources out there? If so, please provide links.
|
| Why doesnt this query work on CF when it works fine on MYSQL? | 25 Aug 2008 21:44 GMT | 5 |
Topic says it all. I can run this through mysql console and get the result i need but when i place it inside a cfquery it wont process. SET @saldo=20000; SELECT
|
| flat file database | 25 Aug 2008 20:37 GMT | 3 |
hello i would like to learn how i can create a flat file db..just for the sake of it. can anyone tell me what i need to lookup and learn. thanks alot.
|