Regular Expression help

2000-10-14 Thread CF
I need to find the ">" of the body tag of CFHTTP.FileContent. So, I need to find the first ">" following Sun, IRIX, NT, Linux <- PHP, MySQL, Perl, Cold Fusion, MS SQL, ASP, SSI, SSL http://www.newmediaone.net [EMAIL PROTECTED] (303)828-9882

Re: Coldfusion FreeLance Work websites?

2000-10-14 Thread Stephen M. Aylor
Your beer stein has shoulders...? And how'd you teach it to use napster? Didn't know they had gender . :-) Steve > - Original Message - > From: "Fred T. Sanders" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Saturday, October 14, 2000 12:26 PM > Subject: Re: Free

CFFTP - - weird error

2000-10-14 Thread Bill Killillay
Here is the code Did login succeed? #CFFTP.Succeeded# Did dir change succeed? #CFFTP.Succeeded# Did dir change succeed? #CFFTP.Succeeded# What's the path? #cfftp.returnvalue# Did upload succeed? #CFFTP.Succeeded# Show error - #CFFTP.errorcode##cfftp.errortext# Did logoff succeed?

Re: Coldfusion FreeLance Work websites?

2000-10-14 Thread Coldfusionguru2000
Fred, Take a look at http://www.coldfusiondb.com Christian --- Christian Fea E-Commerce Architect Infea, Inc. (818) 694-0044 - Cell (818) 823-5132 - Voicemail/Fax - Original Message - From: "Fred T. Sanders" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTEC

hpux - process

2000-10-14 Thread Jason Egan
I have an hpux box - we're currently running the beta version (final beta). when we start the box we have 7 process running... within about 6 minutes or so we have 2 more... then 1 more follows within 10 minutes or so that is 10 processes. We've been working with this box for quite a few wee

Checking URL validity

2000-10-14 Thread Rob Keniger
Hi, I have a client who has several links to largish (up to 100MB) downloads which are hosted on other people's servers. He wants my CF app to automatically check all these URLs to ensure they are still valid (i.e. not giving 404's). I thought about using CFHTTP but from what I know of it you wo

Re: How Feasable Is This?

2000-10-14 Thread CF
This is all feasible. I have done it in PHP, and it would be just as easy to do in CF. You need to get your DNS setup as you mentioned, to allow all "machine" names to point to you main IP address. I'd like to see what you're doing, if you don't mind talking about it, email me privately at [EMA

Re: URL.RequestTimeout

2000-10-14 Thread Jim McAtee
> I have a specific page that I know will take longer than 60 seconds to process. I want to change the Timeout for that page. The only way I know how is to pass "mypage.cfm?RequestTimeout=300" (for example) in the URL. > I tried setting on the first line of the page but that doesn't work. > > It

Re: CF-Talk V1 #59

2000-10-14 Thread Michelle Plahmer
I will be out of the office Monday, October 16 through Friday, October 20. I will be checking my voicemail and e-mail. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.

URL.RequestTimeout

2000-10-14 Thread Peter Theobald
I have a specific page that I know will take longer than 60 seconds to process. I want to change the Timeout for that page. The only way I know how is to pass "mypage.cfm?RequestTimeout=300" (for example) in the URL. I tried setting on the first line of the page but that doesn't work. It seem

RE: How Feasable Is This?

2000-10-14 Thread Peter Theobald
If you are parsing the host name in Cold Fusion anyway, you really don't need to set it up in the Web Server. With some programs where every single request passes through one main "handler" I wonder just what I need the web server for at all :-) At 07:25 PM 10/14/00 -0700, Eron Cohen wrote: >Pe

URL.RequestTimeout

2000-10-14 Thread Peter Theobald
I have a specific page that I know will take longer than 60 seconds to process. I want to change the Timeout for that page. The only way I know how is to pass "mypage.cfm?RequestTimeout=300" (for example) in the URL. I tried setting on the first line of the page but

RE: How Feasable Is This?

2000-10-14 Thread Eron Cohen
Peter and Dave, Thanks for your help. I still have a question though, so pardon me if I am being dense: Since I plan to use ColdFusion to parse the hostname (and not IIS) and since everything will be parsed by code on a machine that is at a single IP address, why can't I setup a wildcard DNS e

RE: Running A CF Site Via CD Rom

2000-10-14 Thread Bill Killillay
Very true. Thanks for pointing that out. > -Original Message- > From: pan [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 14, 2000 10:14 PM > To: CF-Talk > Subject: Re: Running A CF Site Via CD Rom > > > From: "Bill Killillay" <[EMAIL PROTECTED]> > > > > In last months CFDJ or the m

Re: Running A CF Site Via CD Rom

2000-10-14 Thread pan
From: "Bill Killillay" <[EMAIL PROTECTED]> > In last months CFDJ or the month before there was an article about turning > dynamic pages into static pages using CFHTTP. You could do a routine like > was defined there and then put that onto a CD. I have an autorun.exe that > will even grab what

RE: Dynamic Form Field Names

2000-10-14 Thread At Home
Use #spanexcluding(formfield.foo,"(")# -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:06 PM To: CF-Talk Subject: Dynamic Form Field Names Hello, I am passing some text fields where the name attribute is populated dynamically. Some o

RE: How Feasable Is This?

2000-10-14 Thread Peter Theobald
You can set up a wildcard DNS entry for *.mydomain.com => IP address. Do this just once ahead of time. I don't know specifically what the DNS file looks like for this, I just ask my ISP (Verio) to set it up and they do... Then on your web server you set up a name-based virtual server for each n

RE: Running A CF Site Via CD Rom

2000-10-14 Thread Bill Killillay
In last months CFDJ or the month before there was an article about turning dynamic pages into static pages using CFHTTP. You could do a routine like was defined there and then put that onto a CD. I have an autorun.exe that will even grab what ever the default browser is on the PC and open it and

RE: writing an RTF file from CF

2000-10-14 Thread Dave Watts
> One of the limitations of using the scheme for putting the > CF code inside of the RTF is that you cannot put data into > tables. I ran across the following tag in the gallery that > takes care of this problem: CF_Query2RTFTable This isn't true. I've used tables within RTF documents quite a

RE: How Feasable Is This?

2000-10-14 Thread Dave Watts
> I want to set up a site so that anyone can create > their own custom site URL in the form of > MY_CUSTOM_NAME.ourdomain.com. In other words, I want > to be able to take any incoming URL that ends with > ourdomain.com and send it to a template that looks at > the machine name portion of the URL

How Feasable Is This?

2000-10-14 Thread Eron Cohen
Hi Everyone, I want to set up a site so that anyone can create their own custom site URL in the form of MY_CUSTOM_NAME.ourdomain.com. In other words, I want to be able to take any incoming URL that ends with ourdomain.com and send it to a template that looks at the machine name portion of the UR

Re: Cookies and CFLOCATION

2000-10-14 Thread Rob Keniger
on 10/15/00 9:07 AM, Reed Powell at [EMAIL PROTECTED] wrote: > Yep, you cannot use a CFLOCATION after trying to set a cookie (actually it's > the other way around), so instead of using the CFLOCATION, use this: > > > document.location="pageyouwanttogoto"; > > > This executes on the browser, w

CFFTP

2000-10-14 Thread Sean Renet
can someone give me a snippet of code that actually uses CFFTP for uploading a file? There are tons of examples for listing directories (Ben's book, the docs, ect), but I cannot find one example of code for uploading a file. Here is what I am trying ---set test varables- open conne

RE: Running A CF Site Via CD Rom

2000-10-14 Thread lsellers
> > Is it possible to run a cf site from a cd rom? > > No. The end user would not only have to have IIS/PWS and CF, but > they would > also have to have them installed onto the machine when they run > the CD-ROM. It would be nice if Allaire took their otherwise abandoned CF Express, repackaged

re: writing an RTF file from CF

2000-10-14 Thread Reed Powell
One of the limitations of using the scheme for putting the CF code inside of the RTF is that you cannot put data into tables. I ran across the following tag in the gallery that takes care of this problem: CF_Query2RTFTable Also, from a long-term maintenance and upgrade perspective, it's probab

re: Cookies and CFLOCATION

2000-10-14 Thread Reed Powell
Yep, you cannot use a CFLOCATION after trying to set a cookie (actually it's the other way around), so instead of using the CFLOCATION, use this: document.location="pageyouwanttogoto"; This executes on the browser, which means that the cookie will get set. If you're not setting a cookie, use

RE: Problem converting from access 2000 to sql using enterprise manager

2000-10-14 Thread paul smith
ROFL At 06:00 PM 10/14/00 -0400, you wrote: >Here's your problem: > >"KsD0Yv8AnvrmJSpP" should be "hY2+Vdat1bpdt". > >-Cameron -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit htt

RE: HELP! - Custom1 & Custom2 in Verity

2000-10-14 Thread At Home
Custom1 and Custom2 can only be used with a Verity collection formed from a database. Custom1 and Custom2 can be mapped to fields in the query that you run from that database. Also if you set TYPE="Path" the key should be equal to the document root directory. If you want to use a custom key set t

RE: Problem converting from access 2000 to sql using enterprise manager

2000-10-14 Thread Cameron Childress
Here's your problem: "KsD0Yv8AnvrmJSpP" should be "hY2+Vdat1bpdt". -Cameron Cameron Childress ElliptIQ Inc. p.770.460.7277.232 f.770.460.0963 > -Original Message- > From: AustralianAccommodation.com Pty. Ltd. > [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 1

Problem converting from access 2000 to sql using enterprise manager

2000-10-14 Thread AustralianAccommodation.com Pty. Ltd.
This is a multi-part message in MIME format. --=_NextPart_000_005D_01C0367C.5BF373A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Below is the error that I am receiving when I try and convert from access to sql using enterprise manager it does not ap

Problem converting from access 2000 to sql using enterprise manager

2000-10-14 Thread AustralianAccommodation.com Pty. Ltd.
Below is the error that I am receiving when I try and convert from access to sql using enterprise manager it does not apply to all tables but it does apply to the majority of them. Any idea what is causing this error and how I can rectify it "Error at destination for row number 5123. Errors encou

Re: CFX Tags

2000-10-14 Thread Bill Davidson
As long as the CFX tag is not something that is dangerous, most hosting companies will accommodate your needs. If not, then ya might want to look for a better hosting company. -Bill /intraget - Original Message - From: Gary J. Groomer <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> S

RE: PostGreSQL

2000-10-14 Thread Len Conrad
>yes. Chris, Are you using Postgres as a backend machine to CF/Win? If so, do you have a how-to or other document? Len http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5 installable binary for NT4 http://IMGate.MEIway.com: Build free, hi-perf, anti-spam mail gateways --

RE: PostGreSQL

2000-10-14 Thread Christopher Olive, CIO
yes. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 14, 2000 3:07 PM To: CF-Talk Subject: PostGreSQL Anyone out there using PostGreSQL with ColdFusion? Ian ---

Renaming of files with or without CF ?

2000-10-14 Thread CF-Talk
Hi, I have several files (logfiles). At the end of the month beginning of a new month I want to rename a few from abc.log to abclog.old automatically. Is there a way to do this with CF ? Or are there other better non-CF-options ? Thank you. Uwe

Re: Running A CF Site Via CD Rom

2000-10-14 Thread Joel Blanchette
I have asked Allaire about this same question. They told me that they would get back to me when they haved discussed it with the technology team. Joel - Original Message - From: "Cameron Childress" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, October 14, 2000 1

Re: Wierd CFLOCATION error

2000-10-14 Thread Fred T. Sanders
It works if you have client. scoped variables enabled. Better off just doing a javascript redirection. IMHO Fred - Original Message - From: "David Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 13, 2000 10:53 PM Subject: Re: Wierd CFLOCATION error

Re: FreeLance Work websites?

2000-10-14 Thread Fred T. Sanders
I was typing over someone's shoulder to get at least that much in :) She didn't want to give up her Napster search. :) - Original Message - From: "Warrick, Mark" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 13, 2000 7:26 PM Subject: RE: FreeLance Work webs

PostGreSQL

2000-10-14 Thread Ian Lurie
Anyone out there using PostGreSQL with ColdFusion? Ian -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or s

Re: OT - Mac browser emulation?

2000-10-14 Thread Cary Gordon
I don't think so, but if you wrote one, I'd buy it (at the low starving developer price). Cary At 09:51 AM 10/14/2000 -0700, you wrote: >Hi, > >Off topic, but does anyone know of a program like Browserola that'll emulate >IE 4.5 for the Mac on a PC? > >Thanks, > >Ian Lurie

RE: Running A CF Site Via CD Rom

2000-10-14 Thread Cameron Childress
> Is it possible to run a cf site from a cd rom? No. The end user would not only have to have IIS/PWS and CF, but they would also have to have them installed onto the machine when they run the CD-ROM. An alternate idea would be having a static HTML presentation, possibly with some mock up of yo

RE: CF and basic Maths

2000-10-14 Thread Cameron Childress
> I am wondering if cf handles basic math Yes. Was that a "hard math problem"? :) -Cameron Cameron Childress ElliptIQ Inc. p.770.460.7277.232 f.770.460.0963 -- Archives: http://www.mail-archive.

Running A CF Site Via CD Rom

2000-10-14 Thread AustralianAccommodation.com Pty. Ltd.
Is it possible to run a cf site from a cd rom the application would be to produce the cf site on a cd and then distribute the cd to prospective advertisers so they can see for themselves the functionality of the site. I am aware you would need to have cf server software loaded and personal web s

CF and basic Maths

2000-10-14 Thread AustralianAccommodation.com Pty. Ltd.
I am wondering if cf handles basic math I have record count queries for a number of tables is it possible to sum all of these record count values from each of the queries thus providing a total number of records figure for all the records combined across the tables in question Kind Regards Cla

OT - Mac browser emulation?

2000-10-14 Thread Ian Lurie
Hi, Off topic, but does anyone know of a program like Browserola that'll emulate IE 4.5 for the Mac on a PC? Thanks, Ian Lurie -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit h

RE: Registering virtual hosts in IIS

2000-10-14 Thread Dave Watts
> Running CF 4.5.1 Enterprise on NT 4.0 with IIS4.0 > > We need to add virtual hosts to the webserver as > company1.website.no / company2.website.no etc "on the fly". > > I'm sure this is not a very difficult task, but if anyone > have already done it, any customtag etc, I would be grateful >

RE: SESSIONTIMEOUT ???

2000-10-14 Thread Dave Watts
> Does SESSIONTIMEOUT have to be set in time or can it be set > to expire when the browser window is closed? The SESSIONTIMEOUT attribute has to be a time - the server doesn't know when the browser is closed! You can, however, destroy the link between the browser and the corresponding session va

Re: So, the Client isn't an issue to the CF Server?

2000-10-14 Thread Larry W. Virden
I suspect that if people could see the specific CFM or at least the URL they might be able to contribute more specific assistance. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden http://www.purl.org/NET/lvirden/> Even if explicitly stated to

Re: CF-Talk V1 #58

2000-10-14 Thread Michelle Plahmer
I will be out of the office Monday, October 16 through Friday, October 20. I will be checking my voicemail and e-mail. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.

Registering virtual hosts in IIS

2000-10-14 Thread WebSite CFTalk
Hello Running CF 4.5.1 Enterprise on NT 4.0 with IIS4.0 We need to add virtual hosts to the webserver as company1.website.no / company2.website.no etc "on the fly". I'm sure this is not a very difficult task, but if anyone have already done it, any customtag etc, I would be grateful for pointer