| Thread | Last Post | Replies |
|
| Simple Google search | 30 Apr 2006 14:40 GMT | 2 |
I'm trying to develop a search page for my website, but rather than using Verity I want to use Google. I have a search box in my cfm.dwt.template that I want people to be able to type in a phrase and then Coldfusion query Google and then return the details
|
| Newbie cfc question | 30 Apr 2006 11:24 GMT | 1 |
I have an index.cfm with a login form which uses the security.cfc below There are two cffunctions. The first one "authenticate" works fine which checks the passed username and password from the login form
|
| What I need to run Coldfusion on the internet? | 30 Apr 2006 06:20 GMT | 1 |
I really want to add ColdFusion into my toolkit, but I am not sure if it will pay off. I am a webdesign, and programmer. I love how coldfusion is setup, and I would like to use it with clients site. However, sometimes clients have there own servers already bought, or whatever. ...
|
| cfincludes on hosting server | 29 Apr 2006 23:54 GMT | 4 |
I have a website that is hosted through godaddy. It has coldfusion on it which I enabled. I set up my files as .cfms and am using <cfinclude> tags. for brining in common files. nothing is showing up.
|
| simple server side form validaiton | 29 Apr 2006 16:29 GMT | 4 |
Hi, I've been building my first CF app for several months now, I have just moved it to a "proper host" and now the outside world can see my handy work (or not as the case may be..) My problem is that Javascript does my head in so I have left the form
|
| upload with extra fields | 29 Apr 2006 08:12 GMT | 14 |
I've this addproduct.cfm page that i want to add product to my db. I also want to add images of the products. I saw couple of examples but didnt find one exactly what i was looking for. I want to implement this code with my addproduct.cfm page.
|
| Using Cookies - How To | 29 Apr 2006 04:22 GMT | 2 |
All we tried just didn't work at all. We want to have a cookie with a list of values. We need to check if a cookie exists and checking for the existence of certain values to activate or deactivate a link.
|
| cfc question | 28 Apr 2006 20:02 GMT | 1 |
I have an authenticate cfc which checks whether users have entered the right username/password which works fine. I have been trying to set some sessions and also update the db if users enter the right information. I therefore added the userID, totallogins, lastIP, lastbrowser ...
|
| <cfif form.secret_word EQ #session.secretWord#> thank you <cfelse>sorry </cfif> | 28 Apr 2006 19:21 GMT | 4 |
If users enter the secret_word which coincides with the session.secretWord then the form can continue and do its validating. If not the form stops and the cfelse message is shown. The cfif code is here: <cfif form.secret_word EQ #session.secretWord#>
|
| ColdFusion 7 install on OSX 10.4.6 fails | 28 Apr 2006 17:50 GMT | 2 |
I have tried to install ColdFusion 7 on OSX after the 10.4.6 update and it throws a 500 server error after entering the password in the Configuration and Settings Migration Wizard page. This is a developer stand alone install on a 1GB RAM/1.5Ghz G4 powerbook.
|
| I need help on a main page. basic for u but not for me | 28 Apr 2006 04:20 GMT | 5 |
I need help on a main page. I have this page called themainpage.cfm which someone here asked me to make it the main page of my cf pages. I have 2 pages right now in testing server.
|
| display page | 28 Apr 2006 00:34 GMT | 4 |
Hello there I am a novist in html slash cold fusion and in general web development I have a cfm that contains my queries and my business logic And have an index page
|
| ColdFusion Mac Date Error | 27 Apr 2006 23:47 GMT | 2 |
Does anyone have any info on the date error which is generated by ColdFusion when run on a Mac. I've tested the same structure and code on a Windows machine and do not get the same error; This is the error which is returned - "Error Executing Database Query.
|
| Session Help Needed | 27 Apr 2006 18:01 GMT | 16 |
I have inherited a coldfusion site and am very familiar with coldfusion so any help will be much appreciated. I have having problems with the administrative part of the site. In my application.cfm file I have
|
| Error set application DSN | 27 Apr 2006 16:39 GMT | 1 |
When I set up applicant dsn on a new application, got the following message: "Symbol application.dsn is in a scope that contains data shared across threads and cannot be accessed without an active lock ." I did exactly the same thing in another application and it is working. ...
|