Re: Server-to-Server FTP

2001-06-03 Thread defective dreams
There are FTP clients that can do server to server FTP transfers like SmartFTP and CuteFTP. From doing this myself, it seems like the commands are handled by my computer, but the data never hits my connection, it goes from one server to another. I understand the strict definition of client and

cfhttp/cffile locking?

2001-06-03 Thread Michael Lugassy
I've heard that I need to lock cffile and cfhttp also? Is that right? what SCOPE should I use?! -=Michael. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: cfhttp/cffile locking?

2001-06-03 Thread Bryan LaPlante
You only need to use scope on server, application and session. To single thread another resource like cfhttp, cffile or cfregistry use the name attribute instead. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development - Original Message - From: Michael

Re: cfhttp/cffile locking?

2001-06-03 Thread Michael Lugassy
but do I must lock them?? and what about CFX? Thanks, Michael Lugassy IT/WEB Specialist Interactive Music Ltd. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: cfhttp/cffile locking?

2001-06-03 Thread Kei Muryobayashi
Good Morning, Michael You do not need to lock cfhttp or cffile if they don't handle shared data or the data are not written or read by others during the transaction. Well, for most of cases, you have to lock around these functions... :( As for CFXs, if they are not multithread safe, you need

OT: html as xml for asp :)

2001-06-03 Thread Michael Lugassy
I'm trying to locate a code or object that will easily convert/create xml document from asp structre or variable. something easy like the CF_SOXML tag, just for ASP. Thanks, Michael. ~~ Structure your ColdFusion code with Fusebox. Get the

Bizarre Browser Problem

2001-06-03 Thread Rich Z
I'm using a CF web hosting service and I'm getting an absolutely bizarre scenario: When I open the CF pages on my PC at home, they come into the browser with all the CF code intact (i.e. unprocessed). I thought this was an issue at the host, but it turns out if I surf anywhere else, it works

Re: REFindnocase - Parsing URL's (spidering)

2001-06-03 Thread Dain Anderson
Jon, Here is some code I've used in the past to parse/spider URL's (using CFHTTP, but you can use whatever means you want). !--- Specify a URL to spider content from. --- CFSET URL = http://www.allaire.com/; !--- Use a TRY/CATCH block for HTTP connection failures. --- CFTRY !--- All CFHTTP

RE: cfhttp/cffile locking?

2001-06-03 Thread Daniel Kemp
-Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] I've heard that I need to lock cffile and cfhttp also? Is that right? If you're reading from a file, which is never going to be updated, written to, or otherwise manipulated, then you do not need to lock a cffile.

Warehouse management software

2001-06-03 Thread jeff
Is anyone aware of an application written in CF for Warehouse Management, Inventory Control for a manufacturing environment? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: cfhttp/cffile locking?

2001-06-03 Thread Michael Lugassy
Let me see if I got this figured out: About CFFILE: You're saying that if I read lots of times from the file and just doing one update (daily, off-hours) I just need to exclusive lock this one cffile write once? no lock around cffile read? or include that uses the same file? you see - I'm

Site to Site Transfers (FXP)

2001-06-03 Thread Eric Root
I checked into CuteFTP Help file. Here is what it said (below). Note that CuteFTP allows you to automate and script tasks, so depending upon your situation, you might be able to automate it that way. Another thing that might help you is to perform it in cute and capture the commands that cute

schedule/postpone a CFMAIL

2001-06-03 Thread Michael Lugassy
hi, what's the easiest way to postpone a cfmail sending in 30 minutes? I need to send an email 30 minutes after it was issued. Thanks, Michael Lugassy ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: schedule/postpone a CFMAIL

2001-06-03 Thread Jim McAtee
Save any data that will be included in the body of the email to a database and programmatically schedule a template to run 30 minutes later. Use CFSchedule or your favorite scheduling service. When that template runs, mark the data as 'sent' (or delete it) and remove the task from the schedule.

RE: html as xml for asp :)

2001-06-03 Thread Paul Mone
WDDX is the tool for the job. http://www.openwddx.org --- Paul Mone Ninthlink Consulting Group [EMAIL PROTECTED] http://www.ninthlink.com 619.222.7082 -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 6:56 AM To: CF-Talk Subject: OT: html

Resubmit: cfgraph problem

2001-06-03 Thread Jim Watkins
Know one responded to this so am resending. Sure would appreciate some help here. Jim - Original Message - From: Jim Watkins [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 02, 2001 11:43 AM Subject: cfgraph problem I have tried creating a sample graph in CF 5

Series of errors using Harpoon

2001-06-03 Thread Cameron Childress
I'm getting a series of errors while attempting to use the Macromedia Flash Component Kit (Harpoon). First, when trying to view the samples, I got Error resolving parameter REQUEST.UITOOLKITPATH, then after attempting to fix the error by adding REQUEST.UITOOLKITPATH the into the application.cfm

Alternative to CFSchedule?

2001-06-03 Thread Michael Kear
I have a CF Hosting service that doesn't allow CF Schedule and I want a site to run a daily check on itself and report to me if any of my users have added links, changed details, etc on any of my pages so I can go and check they're all Ok. The only alternative I've thought of so far is to have a

Re: Server-to-Server FTP

2001-06-03 Thread Tony Schreiber
There's a name for that, it might be called Remote Transfer. The data does not go through your computer. Very useful for moving big files from one server to another when you're on a dialup. ;p The client fakes the connection to each computer so they think they're talking to each other

Re: Series of errors using Harpoon

2001-06-03 Thread Marc Garrett
I think it's supposed to be uitoolkitCFpath instead of uitoolkitpath. Regards, Marc Garrett - Original Message - From: Cameron Childress [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 8:29 PM Subject: Series of errors using Harpoon

Re: Resubmit: cfgraph problem

2001-06-03 Thread Jon Hall
There was a problem with the documentation being incorrect for cfgraph during the betas. If you are still working with a beta, that may be the problem... I dont think the majority of us have CF5 final yet though. IIRC it is supposed to be shipping this week? You will probably get more responses

Re: Series of errors using Harpoon

2001-06-03 Thread Frank Mamone
I had this problem because my root was on a differnt drive than the Custom Tags. What I did was change the path pointing to the Custom Tag ( I think it was first one) relative to the C:drive. Hope this helps. - Original Message - From: Cameron Childress [EMAIL PROTECTED] To: CF-Talk

problems with cfschedule and cfftp

2001-06-03 Thread Marc Garrett
[Sorry in advance if this is a repeat. I don't think my first post went through]. I'm having problems with cfschedule. I'd like to ftp a file from a remote server to my local server once a day. When I run the template manually, cfftp works fine. When I try to run the cfftp template via

Re: Alternative to CFSchedule?

2001-06-03 Thread Bud
On 6/4/01, Michael Kear penned: I have a CF Hosting service that doesn't allow CF Schedule and I want a site to run a daily check on itself and report to me if any of my users have added links, changed details, etc on any of my pages so I can go and check they're all Ok. When you say they don't

Re: Alternative to CFSchedule?

2001-06-03 Thread Jim McAtee
Do you have access to any machine that you can be sure will be running and online 24x7? You can call your cf template via http (this is what CFSchedule does) using a variety of languages or scripted commands. Another way: This depends a little on how long the 'daily check' template takes to

Re: problems with cfschedule and cfftp

2001-06-03 Thread Jim McAtee
Are you sure that cfschedule is operational? This could be disabled by the server administrators. Just ask them. If cfschedule is operating, see if they'll check within the CF Administrator for you to see if your task was successfully scheduled. The only other thing I'd add is that I've had

RE: Resubmit: cfgraph problem

2001-06-03 Thread Ann Harrell
I went back to the beta forum to see if the information about the problem was still there, but all the beta information is gone. Here is a working example of a line graph with a fill though. If you want, I have other examples I can send you. Ann Harrell cfset Q1income=760 cfset

RE: Series of errors using Harpoon

2001-06-03 Thread Alii Design
Take the custom tags out of the folder they came in and put them all individually in the cfusion/customtags folder. This is how it works for me. Rich -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 8:30 PM To: CF-Talk Subject: Series of

RE: Series of errors using Harpoon

2001-06-03 Thread Cameron Childress
I guess I didn't say it in my email, but I did follow all the realease notes. Looks like several people have gotten it to work, so I musta just done something wacky. Thanks for the suggestions! -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963

Re: Resubmit: cfgraph problem

2001-06-03 Thread Jim Watkins
This example should work at http://www.ngtcollege.org/bannercfm/graphtest.cfm but the IE browser just keeps churning. Netscape will say done but nothing appears. Makes me think something is setup wrong. Viewing the source in IE gives me this: OBJECT

CF_Amazon anyone?

2001-06-03 Thread defective dreams
is there anyone maintaining a tag like CF_Amazon listed in the Developer Exchange? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Alternative to CFSchedule?

2001-06-03 Thread Michael Kear
Yes, they don't permit any use of the CFSchedule tag. Or anything else that workd in the registry for that matter. I wrote support asking why my tag hadn't set up a working scheduled task and the reply said we do not allow use of CFSchedule. kay. So that's why I'm looking for

RE: CF_Amazon anyone?

2001-06-03 Thread Peter Tilbrook
http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347575-2830-11D4-AA 9700508B94F380method=Full -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of defective dreams Sent: Monday, 4 June, 2001 1:00 PM To: CF-Talk Subject: CF_Amazon anyone? is there

RE: Resubmit: cfgraph problem

2001-06-03 Thread Ann Harrell
Jim, are you on the RC, evaluation or Release? I am still on the RC. Here is the link and here is the source: http://ann.bourbon.hoosierlink.net/harrell/codecount.cfm OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Did anyone ever answer this? I'm curious myself.. specifically on IIS. Lee -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 5:26 PM To: CF-Talk Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] 1. Run 2 instances of

Re: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Zac
On Sunday, June 3, 2001, at 08:28 PM, Lee Fuller wrote: Did anyone ever answer this? I'm curious myself.. specifically on IIS. I don't believe that this sort of thing is possible on IIS at all. It works with Apache since you can run multiple instances of it and configure them separately so

Your site's easy to navigate? You Think so?

2001-06-03 Thread Michael Kear
I have just come out of a most enlightening session with a blind user, running though a client's web site with JAWS, a screen reading program that turns the web page into synthesised voice. I thought I was quite aware of accessibility issues before, and was comfortable in thinking that my sites

Re: Server-to-Server FTP

2001-06-03 Thread Paul Smith
You can use Remote Administrator to do this (at least manually) http://www.famatech.com/ You install RA on both remote servers. (Much faster than pcA or VNC!) You login to one of your remote servers (in Full Control Mode), call it Server A. You then remotely start a Client RA session on

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Dave Watts
1. Run 2 instances of apache on each web server. ... How did you configure this? Did the different instances have different ports? ALSO how did you get CF to run with all the instances? Did anyone ever answer this? I'm curious myself.. specifically on IIS. I don't think

RE: CFHTTP post to a post

2001-06-03 Thread Dave Watts
I have a template which executes a cfhttp post to a cgi script that then post to another cgi script. I want to get the results from this 2nd cgi script. When I read the cfhttp.filecontent I am seeing the results of the first cgi script. Does anyone know of a way where I can use a

RE: ColdFusion and WML browser

2001-06-03 Thread Dave Watts
It used to work: I was using CF-Studio 4.5.1 to develop WML templates. I had M3Gate installed as a WML browser. When I wanted to view the template from CF, I just just hit on the external browser icon and it displayed the page on M3Gate. Now I keep getting HTTP 502 Bad Gateway on the

RE: COOKIE expiration :((

2001-06-03 Thread Dave Watts
You can consider setting up the cookie in a process page and redirect with javascript instead of cflocation that will allow the cookie to be set. I'm curious, will the new CFFLUSH tag resolve this problem? No, I don't think so. All CFFLUSH does is signal that part of the HTTP response

RE: Your site's easy to navigate? You Think so?

2001-06-03 Thread Mike Brunt
Michael, put simply this a very important and illuminating email. I, like many people, am fortunate enough to have my sight. As we are all consumed in the day to day rigors of surviving in difficult times it is easy to ignore deviations like making sure those without sight can get around on the

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Ah.. well it would be great to hear how it was done on Apache. I assume we were talking about the Win32 version of Apache? Noticed that 2.0 of Apache doesn't have any binaries for the latest beta. Or did I miss something? Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web