Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 26741 - 26771 of 42882   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26741
Hello, I want to use apache web server in a DMZ. and a coldfusion server an another computer not in DMZ. I some have some problem because the coldfusion plug...
Emmanuel Blot
emmanuel_blot
Offline Send Email
Jul 1, 2004
7:31 am
26742
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jul 1, 2004
3:14 pm
26743
Hi All, In cold fusion I want to restrict access of a page based on the port number that the user has tried. I mean , we develop one web based application, it...
dmindia
Offline Send Email
Jul 1, 2004
5:14 pm
26744
Steve (or anyone) Did you ever find a download of this on the Macromedia site or a mirror? Thanks, Chris. ... From: Ball, Steve...
Christopher
usachrisk
Online Now Send Email
Jul 1, 2004
5:19 pm
26745
this has multiple answers, depending on if you want to keep all the code (normal and admin) in one directory or not. 1) In my example I will use IIS since that...
kaigler
bkaigler
Offline Send Email
Jul 1, 2004
5:25 pm
26746
Ok, I have no idea where to start, but I have a 2d array that has over 500 entries that needs to be inserted into a table as a new record for each array item....
Arthur, Douglas
douga2k2
Offline Send Email
Jul 1, 2004
7:56 pm
26747
<cfquery...> <cfloop> Build individual insert statement </cfloop> </cfquery> You just have all 500 inside 1 CFQUERY. mcg _____ From: Arthur, Douglas...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Jul 1, 2004
8:14 pm
26748
You can run 500 resultSets using JDBC <cfloop to="1" from=" arrayLen(array)" Index="x"> <cfloop to="1" from=" arrayLen(array)" Index="y"> <cfscript> results =...
Dan Plesse
empiricallys...
Offline Send Email
Jul 1, 2004
9:01 pm
26749
Try this too: http://www.onjava.com/pub/a/onjava/excerpt/javaentnut_2/index2.html?page =3 ... From: Dan Plesse [mailto:dplesse@...] Sent: Thursday,...
Dan Plesse
empiricallys...
Offline Send Email
Jul 1, 2004
9:08 pm
26750
What about checking if the CGI.HTTP_HOST is part of the CGI.HTTP_REFERER variable? I did something like this for a site where I did not want users to view...
Rosario Morgan
rosario_morgan
Online Now Send Email
Jul 2, 2004
6:28 am
26751
Database interaction 101 without SQL: Step 1. Create a DB connection and make sure the resultset is updateable: <cfscript> ResultSet = createObject("java",...
Dan Plesse
empiricallys...
Offline Send Email
Jul 2, 2004
7:24 am
26752
I'd like to learn more about all this java, where is a good place to start? Because all of that is greek to me. Also, what is the benefit of doing that over...
Arthur, Douglas
douga2k2
Offline Send Email
Jul 2, 2004
2:07 pm
26753
Hello to all. This is my first message so I'll try to be clear and concise. I've created a cfquery that finds about 300 people. One of the fields is the...
rjjdinc
Offline Send Email
Jul 2, 2004
4:31 pm
26754
Looks about right, what happens when you try this? ... From: rjjdinc [mailto:rjdougherty@...] Sent: Fri 7/2/2004 12:30 PM To:...
Christopher
usachrisk
Online Now Send Email
Jul 2, 2004
5:57 pm
26755
Hi Christopher, The text "Email this group" shows up on the web interface, but when I try to click on it, it is inactive. It appears as an active link, ...
Dougherty, Robert J.
rjjdinc
Offline Send Email
Jul 2, 2004
6:00 pm
26756
The advantage over cfquery is that you are diversifying your skillset, while becoming more compliant with the universal language of java and still get to use...
Dan Plesse
empiricallys...
Offline Send Email
Jul 2, 2004
6:15 pm
26757
... Cfoutput with a query attribute will loop over each row in the resultset, generating 300 "Email this group" links (one for each of the 300 addresses)....
Ben Curtis
wsi_ben
Offline Send Email
Jul 2, 2004
6:25 pm
26758
I need to do 2 things: - randomize the output from a database query, ensuring that the records are ordered randomly each time. - with that record set, I need...
jipsy1234
Offline Send Email
Jul 2, 2004
7:23 pm
26759
... From: Tara [mailto:tara@...] Hello... I'm looking for a reasonably priced photo album application for my family website. Does anyone have any...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jul 2, 2004
7:40 pm
26760
It can be done, we have six servers running in such an environment, three outside, three inside. I'll see if I can get a comment from our of our SA's. -John ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jul 2, 2004
7:43 pm
26761
Here's the response I got: This link should explain how he or she needs to configure CFMX for distributed mode. ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Jul 2, 2004
9:01 pm
26762
I have some code that I created for my spouse that I could probably bundle together for you. You can see it at: http://www.stampin.info/showgallery.cfm If you...
kaigler
bkaigler
Offline Send Email
Jul 2, 2004
9:40 pm
26763
Hello Is there any word on if Blackstone will work on the same hardware as MX or if it will work on the same operating systems? I've got ColdFusion MX 6.1...
Peter Mount
infopmount
Offline Send Email
Jul 3, 2004
1:22 am
26764
Coldfusion is based on java so the requirements will remain the same. ... From: Peter Mount [mailto:infopmount@...] Sent: Friday, July 02, 2004 9:23...
Dan Plesse
empiricallys...
Offline Send Email
Jul 3, 2004
4:28 am
26765
you may need to configure the .htaccess file add .cfm extension see http://wsabstract.com/howto/htaccess.shtml also check permissions on your images directory ...
Colm Brazel
otiscb
Offline Send Email
Jul 3, 2004
8:46 am
26767
Hello there, I want to program a n-level access program. How can I implement a security system such as the widnows. I want to give permission per functions. ...
mahdi_zare
mehdi_zare@...
Send Email
Jul 4, 2004
4:51 am
26768
This query works: <cfquery name="testing" datasource="datasourceName"> SELECT * FROM resources, tracking, submission WHERE resources.resourceid = ...
Trevor Lyman
trevormorris...
Offline Send Email
Jul 4, 2004
7:35 am
26769
Hi Trevor, Is ResourceID the key linking these two tables, and if so, are you then trying to find all rows from resources that don't have a row in tracking?...
Christopher
usachrisk
Online Now Send Email
Jul 4, 2004
12:05 pm
26770
Thanks Chris, I tried what you said and got a different and closer result! This is my new code: <cfquery name="testing" datasource="submissions"> SELECT * ...
Trevor Lyman
trevormorris...
Offline Send Email
Jul 4, 2004
4:52 pm
26771
Glad we're closer now :) Did you try using my select statement inside the parens you have instead of just (tracking.resourceid) ? _____ From: Trevor Lyman...
Christopher
usachrisk
Online Now Send Email
Jul 4, 2004
9:58 pm
Messages 26741 - 26771 of 42882   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help