Re: BANNER AD PROGRAM

2001-05-05 Thread Adrian Cooper
- Original Message - From: "Angél Stewart" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 10:23 PM > Check www.fuseads.com > > You don't need anything else. Except a URL that works . Does it load for anyone? Adrian Cooper. ~~ Struc

Re: handling 404 errors with CF?

2001-05-05 Thread Admin
when doing that, can you find out what path the user was trying to go to originally? - Original Message - From: "Bill Davidson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 11:52 PM Subject: Re: handling 404 errors with CF? > > Here's how to set it up

Re: Credit Card DB Encryption Methodology

2001-05-05 Thread Admin
Another option would be to use an asymmetric encryption method alongside the process you described before. For this you use a public key stored on the server, but to decrypt the credit card number the operator needs to type in a private key. As this key is not stored on the server there is no secu

RE: BANNER AD PROGRAM

2001-05-05 Thread Angel Stewart
*grumble* *splutter* *mutter* Neeby WOO! 0_0 *humph* http://www.e-zonemedia.com/fuseads/index.cfm -Gel -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] > Check www.fuseads.com > > You don't need anything else. Except a URL that works . Does it load for anyone? A

Re: BANNER AD PROGRAM

2001-05-05 Thread Adrian Cooper
- Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 8:39 AM > *grumble* > *splutter* > *mutter* > > Neeby WOO! > 0_0 > > *humph* > > http://www.e-zonemedia.com/fuseads/index.cfm Thanks! :-) Adrian Cooper. ~

Re: BANNER AD PROGRAM

2001-05-05 Thread Howie Hamlin
Tourette's syndrome? - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 3:39 AM Subject: RE: BANNER AD PROGRAM > *grumble* > *splutter* > *mutter* > > Neeby WOO! > 0_0 > > *humph* > > http://www.e-zonemedia.c

Printer ESCAPE codes

2001-05-05 Thread Terry - it-werks.com
Is there any way to send escape codes to the printer in HTML or CFM scripting? I need to select a paper size and tray for each page of a printout on an intranet application with IE 5.5 as the browser. Terry Troxel ~~ Structure your ColdFusion code

RE: IIS Script Mapping Limit?

2001-05-05 Thread Dave Watts
> Is there a real or practical limit (from a performance > standpoint) to the number of IIS script engine mappings > in IIS 4.0? Well, I don't know for sure. I do know, though, that by default when you map a file extension to an ISAPI extension, that ISAPI extension will be loaded in memory fo

How to resolve help file links into web pages in Studio 4?

2001-05-05 Thread Hubert Earl
Hi, How can I resolve links in Studio's help pages into web pages? Whenever I click on the ones which are supposed to show an example, I get the following error message in the web page which appears: " Error Occurred While Processing Request Error Diagnostic Information An error h

Re: How to resolve help file links into web pages in Studio 4?

2001-05-05 Thread Bryan LaPlante
Are you saying this is happening when you click on the help link in studio and you are seeing that error message in the browse tab of CFstudio? OR Are you trying to resolve the path from within the root of a webserver running on the same machine? - Original Message - From: "Hubert Earl"

Close window : JavaScript (OT)

2001-05-05 Thread Joseph Eugene
Hi all, I would like to know, if you guys had any code to 1.Open a new window when the User tries to close his Browser. 2. Close the new window Just opened when the user tried to close his browser. The above really is to Log the User Out and terminate his

Re: What's the best way to deal with inexplicable error messages?

2001-05-05 Thread Bill Davidson
Glad I could ?help?. -Bill www.brainbox.tv - Original Message - From: "Hubert Earl" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 10:30 PM Subject: Re: What's the best way to deal with inexplicable error messages? > Hi, > > Thanks for the feedback. Ha

Re: handling 404 errors with CF?

2001-05-05 Thread Bill Davidson
Yes. If there isn't a virtual path set up, I revisit the cgi.QUERY_STRING variable to see what they were after. -Bill brainbox - Original Message - From: "Admin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 4:34 AM Subject: Re: handling 404 errors wi

RDS??

2001-05-05 Thread ibtoad
Can RDS be used with a shared server account? Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: h

RE: RDS??

2001-05-05 Thread Dave Watts
> Can RDS be used with a shared server account? Yes, if the hosting provider chooses to do so. CF Advanced Security allows for the creation of "server sandboxes" to isolate one developer from another. Unfortunately, this can be a bit annoying to set up and use in practice, I think. Dave Watts, C

RE: BANNER AD PROGRAM

2001-05-05 Thread Jason
Ive been using http://www.e-zonemedia.com/fuseads/ Fuseads w/source code and it has performed quite well. I use a central add server as well. -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 5:03 PM To: CF-Talk Subject: Re: BANNER AD PROGRAM Will

RE: CF Studio and UltraDev Merging!

2001-05-05 Thread Jason
Have to drop my viewpoint in on this as well just in Case MM is reading this. I have both UD and Studio available to me and I use Studio Edit Mode exclusively. So PLEASE PLEASE don't screw up Studio by trying to make it a Wizzy wig. Thanks. -Original Message- From: Nathan Stanford [mailt

Re: RDS??

2001-05-05 Thread Jon Dunn
Anyone know of a hosting provider that provides this service?? I'm using UltraDev to develop with CF now (don't have access to CF Studio at this point), but I can't use UD effectively without a CF password. My host (CrystalTech) is dragging its feet on my request for this service (actually, I ca

RE: CF Studio and UltraDev Merging!

2001-05-05 Thread Al Musella, DPM
I would love to see them combined. Add studio's code editor to the UD WYSIWYG editor - how can you beat that combination. Make it seemless to switch back and forth! I never could get Studios design mode to work right - just replace it with UD! Al At 03:02 PM 5/5/2001 -0700, you wrote: >Ha

anyone see what is causing a Syntax Error is this update statement??

2001-05-05 Thread Jeff Fongemie
Hello cf-talk, This simple update is generating a syntax error i can't seem to resolve. What am I missing?? UPDATE #form.table# SET name='#name#', desc='#desc#', price='#price#' WHERE id=#form.id# Best regards, Jeff Fongemie mailto:[EMAIL

Re: CF Studio and UltraDev Merging!

2001-05-05 Thread Jon Dunn
ABSOLUTELY jd > From: "Al Musella, DPM" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 05 May 2001 18:48:53 -0400 > To: CF-Talk <[EMAIL PROTECTED]> > Subject: RE: CF Studio and UltraDev Merging! > > > I would love to see them combined. Add studio's code editor to the UD > W

RE: anyone see what is causing a Syntax Error is this update statement??

2001-05-05 Thread Jason
WHat is the syntax error? I would guess that one of your fields is not a TEXT field - maybe Price ? If any of those fields are numeric it will get messed up - or if your Price field is a money type and you are putting in a entry with a $ dollar sign? -Original Message- From: Jeff Fongemie

Re: anyone see what is causing a Syntax Error is this update statement??

2001-05-05 Thread Howie Hamlin
"desc" is reserved word. Either change the name of the field or put square braces around it. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server - Original Message - F

Re: CF Studio and UltraDev Merging

2001-05-05 Thread Jon Hall
Set Studio as your external code editor and press ctrl-e jon - Original Message - From: "Jon Dunn" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 6:56 PM Subject: Re: CF Studio and UltraDev Merging! > ABSOLUTELY > jd > > > From: "Al Musella, DPM"

Re: RDS??

2001-05-05 Thread Marc Garrett
I think Intermedia.net supports RDS. Regards, Marc Garrett > Anyone know of a hosting provider that provides this service?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Ar

Re: RDS??

2001-05-05 Thread Jon Dunn
Thks! > From: "Marc Garrett" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 05 May 2001 18:41:42 -0400 > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Re: RDS?? > > I think Intermedia.net supports RDS. > > Regards, > > Marc Garrett > > >> Anyone know of a hosting provider that p

RE: CF Studio and UltraDev Merging!

2001-05-05 Thread Peter Tilbrook
Yeah but even now UD just show little yellow bolts of lightning for ColdFusion code. -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED]] Sent: Sunday, 6 May 2001 08:49 To: CF-Talk Subject: RE: CF Studio and UltraDev Merging! I would love to see them combined. Add studio

Re: CF Studio and UltraDev Merging!

2001-05-05 Thread William Wheatley
UD is still harsh on your code (yese even with code rewriting off) it still dupicates code sometimes when you copy and paste, and its a bitch getting my web guys to be careful and not screw up the code, its the best i've seen at reading CF code but its still has a little more to go but CF studio

Re: Close window : JavaScript (OT)

2001-05-05 Thread Gary Groomer
Put the below code in the head of your document to open another window when the browser window is closed. Gary Groomer This tends to screw up your whole page and will cause blank displays. Todd - Original Message - From: "Hubert Earl" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: S

Re: Problem with page showing blank

2001-05-05 Thread Hubert Earl
hi, thanks for the feedback. actually, all my comments use two dashes before and after the comment, not three. could that be the problem? hubert --- Hubert Earl ICQ#: 16199853 AIM: hubertfme My Jamaican Art, Craft & More Online Store: http://www.angelfire.com/ny/hearl/link_page_on_angelfire.

RE: CFSCRIPT-Reference

2001-05-05 Thread David Shadovitz
And "CFSCRIPT from start to finish" in the "What's New" section of http://www.houseoffusion.com -David On Friday, May 04, 2001 11:40 PM, Raymond B. [SMTP:[EMAIL PROTECTED]] wrote: > http://www.allaire.com/cfdocs/Developing_Web_Applications_with_ColdFusion/20 > _Extending_ColdFusion_Pages_with_C

Working with textareas

2001-05-05 Thread Erika Foster
I'd like to format the string given in a text area to output hyperlinks and images without my users having to know HTML. Is there an easy way to 'autolink' anything that starts with www or http? Similarly I'd like to change anything that begins with http and ends with either .jpg or .gif to so

Re: Problem with page showing blank

2001-05-05 Thread Todd Ashworth
No .. 2 dashes = HTML comment .. 3 dashes = CFML comment. As long as you don't mix and match the 2, you should be OK in that respect. Todd - Original Message - From: "Hubert Earl" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 11:42 PM Subject: Re: Pro