rookie Info on SSL CF 101

2000-11-26 Thread Birgit Pauli-Haack
hi, my experiments are not going well, and I need some tutorials how SSL and CF would and should work together in IIS 4.0 to bring up to speed. Trouble shooting issues would be a great plus. I already checked the Allaire forums but it's all is only bits and bytes and I can't see the greater

RE: rookie Info on SSL CF 101

2000-11-26 Thread Dave Watts
my experiments are not going well, and I need some tutorials how SSL and CF would and should work together in IIS 4.0 to bring up to speed. Trouble shooting issues would be a great plus. I already checked the Allaire forums but it's all is only bits and bytes and I can't see the greater

RE: Dave Watts please read - Re: BLOCKFACTOR and MAXROWS

2000-11-26 Thread Dave Watts
Here's a follow up question. Imagine a situation where you pass a list of IDs to a query. You know that the query will only return, at most, the same # of rows as IDs. Taking the same kind of query, where the amount of bytes returned per row divided into the buffers size would tell us to

CFLOCK and Custom Tags

2000-11-26 Thread Jeffry Houser
I was flipping through the documentation, and it mentions that CFLOCKs should be used around CFX custom tags. But it doesn't say anything about CFML custom tags. Does anyone have any thoughts, opinions, observations, or real world experiences to share on this topic? I would imagine

Re: rookie Info on SSL CF 101

2000-11-26 Thread Jim McAtee
my experiments are not going well, and I need some tutorials how SSL and CF would and should work together in IIS 4.0 to bring up to speed. Trouble shooting issues would be a great plus. I already checked the Allaire forums but it's all is only bits and bytes and I can't see the greater

CF-based management-tool for a great number of web-sites

2000-11-26 Thread cf-talk
Hi list, a company called Trident Inc. ( www.trident.net ) has got a neat product. It is called Domain Master. (At least it sounds nice on their Web-Site) It is based on ColdFusion. They write: --- We have designed Domain Master to ease

Tell Me and CF

2000-11-26 Thread Eric Dawson
Here is my post to a tell me newsgroup. It is actually a CF question thoguh so I thought I would post here. OK I am closer now. I can get it to record, playback and post. but when I try save the posted contents I get a Cold Fusion error. Basically when I branch to the "Make a Game Report"

certification percentage?

2000-11-26 Thread sknyppy
What's the avg test percentage that those have passed received? Seems like it should be a mandatory 80% or better to pass instead of 60%. Just curious... ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CFIF

2000-11-26 Thread James McCullough
Oh, I see. Try this. CFIF Isdefined(form.URL) CFOUTPUTCFLOCATION url="#form.URL#"CFOUTPUT /CFIF -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 25, 2000 8:27 PM To: CF-Talk Subject: Re: CFIF Thanks again, But I want to know what URL the user

Linking

2000-11-26 Thread Michael Barnum
I have a table and where the complete name is I want to have a link to the subdirectory where the resume's are kept, all the examples are referencing querys and databases. Say if John Smith is in the list then when clicked on his resume should open in microsoft word. Thanks Also I didnt know if

Re: Linking

2000-11-26 Thread Michael She
When you say table, are you talking about database table or HTML table? If it is a database table: Just place a new field in your database called resumepath, and when the person uploads his/her resume, you insert the filename (and path) into this field? If it is an HTML/Database table:

Re: Linking

2000-11-26 Thread Jeffry Houser
If we are speaking of an HTML table, I want to add that clicking a standard HREF link will not necesarilly open a doc file in Word. I believe I have both browsers (Netscape and IE) set to prompt before downloading, or opening, any files. If this is intranet-based application, you may

Re: Linking

2000-11-26 Thread Michael She
Hello, Very true, but there is no way of "forcing" a user to open a document in Word. You can try adding a no-right-click javascript to the page too. That'll make most non-technical users use the open-link command rather than trying to do a save as. However, like you mentioned, if you

CFPOP and Forwarded Mail from AOL

2000-11-26 Thread Lance Ong
I've got a problem with an Email application using CFPOP. We've been able to get all the functions going with attachments, etc. However, we've found that an email forward from AOL is sent as an attachment that does not conform to the way that CFPOP wants to receive attachments, and the mail

RE: Caching Queries......

2000-11-26 Thread Scott, Andrew
I am a little confused on this, this is something I haven't dealt with much... So forgive me if I don't understand. Anyway I have done the following as a test. cf_timer CFQUERY NAME="ASTest" DATASOURCE="anything" cachedwithin="#CreateTimeSpan(1,0,0,0)#" select * from bp_modules /CFQUERY

RE: CFLOCK and Custom Tags

2000-11-26 Thread Scott, Andrew
I will only say that from my experience if a developer creates a cfx_ custom tag and forgets to make it thread safe then they deserve to be burnt by crashing the server!!! It makes common sense to make a dll in a shared environment as thread safe, does it not!!! But I guess this warning should

Cookie Monster

2000-11-26 Thread paul smith
Hello Fellow Lister! I have an application that maintains state by passing CFID/CFTOKEN in the URL from one page request to another (no cookies). It works fine with CFAS 4.5.1. A typical URL looks like the following: http://www.MyApp.com/INDEX.CFM/IN.235/CD.401/CN.46089116.htm where CFID

Re: Caching Queries......

2000-11-26 Thread David Shadovitz
What is cf_timer? Why not just print out CFQUERY.ExecutionTime ? -David On Mon, 27 Nov 2000 14:23:06 +1100 "Scott, Andrew" [EMAIL PROTECTED] writes: I am a little confused on this, this is something I haven't dealt with much... So forgive me if I don't understand. Anyway I have done the

RE: Cookie Monster

2000-11-26 Thread Scott, Andrew
I am assuming that you are setting the CFID CFToken with the passed values on the url? If not then this is your problem! regards Andrew Scott Senior Cold Fusion Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED]

RE: Cookie Monster

2000-11-26 Thread paul smith
Yes, I set CFID/CFTOKEN with each page request. That is no problem. The curious part is why IE would set a cookie. best, paul At 03:02 PM 11/27/00 +1100, you wrote: I am assuming that you are setting the CFID CFToken with the passed values on the url? If not then this is your problem!

RE: CF-based management-tool for a great number of web-sites

2000-11-26 Thread John McKown
Isn't that what a Cobalt server is for? ;) John McKown, VP Business Services Delaware.Net, Inc. 30 Old Rudnick Lane, Suite 200 Dover, DE 19901 eMail: [EMAIL PROTECTED] Phone: 302-736-5515 Fax: 302-736-5945 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Re: CF-based management-tool for a great number of web-sites

2000-11-26 Thread John Foulds
Has anyone put CF-Linux on a cobalt cube? - Original Message - From: "John McKown" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 12:50 AM Subject: RE: CF-based management-tool for a great number of web-sites Isn't that what a Cobalt server is for?

Clustering for Linux

2000-11-26 Thread Gena
Does anybody has URL or just information about tips and tricks about clustering of CF on Linux? Regards, Gennadi ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Clustering for Linux

2000-11-26 Thread William J Wheatley
o yes =) let me get my note book out. Lol actually clustering on Linux was very very easy after i realized i made a few stupid mistakes. Cluster Cats works great, and use SSH Rsync to synchronize data, if there is something better and more cost effective then rsync let me know =) Bill

Re: Clustering for Linux

2000-11-26 Thread John Foulds
There was an Allaire guy at the conference, I think his name was Josh. He was the Allaire guy for all-things-Linux. Even said he liked personal emails. You might want to try and track him down through Allaire. - Original Message - From: "Gena" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

RE: Application.cfm inheritence

2000-11-26 Thread Scott, Andrew
Yes provided they belong to the same directory structure for this application. For example, if I have application.cfm in the application root directory, then later I call a file that was in another directory as /includes then it will say it can't find it, move up a directory until it can't reach

RE: which is faster?

2000-11-26 Thread Scott, Andrew
It would depend on your requirements, for example setting the application variable means that it now becomes a global variable. However when you come to use the date, depending on when you set the variable it will hold the incorrect time stamp. Unless this is not a problem for you. My solution