RE: CFSCRIPT-Reference

2001-05-05 Thread Raymond B.
http://www.allaire.com/cfdocs/Developing_Web_Applications_with_ColdFusion/20 _Extending_ColdFusion_Pages_with_CFML_Scripting/dwa20.htm Just read the online docs Allaire has up (or in CFStudio) Developing Web Applications with ColdFusion Extending ColdFusion Pages with CFML Scripting. Pretty

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 g. Does it load for anyone? Adrian Cooper. ~~ Structure

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 in IIS:

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

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 g. Does it load for anyone?

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*

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

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 for

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

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

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. Having just

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 with CF?

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:

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,

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

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

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

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:

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?? cfquery DATASOURCE=#Application.dsn# UPDATE #form.table# SET name='#name#', desc='#desc#', price='#price#' WHERE id=#form.id# /cfquery Best regards, Jeff

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 WYSIWYG editor

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

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 -

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 [EMAIL

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

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 provides this

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

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 script language=javascript!-- function goExit() { nextWin=window.open('http://localhost/PopUp.htm','lastWin','status=no,resiza

Problem with page showing blank

2001-05-05 Thread Hubert Earl
hi, i have a form, composed of both htm and cfm tags, which shows blank. if i rename it with an htm extension, it appears. i guess that this indicates that the problem is in the cfm code, but darned if i could see the problem! i'd appreciate any suggestions as to what sort of things i

Re: Problem with page showing blank

2001-05-05 Thread Todd Ashworth
One possible problem .. check to see if you have something that looks like this: !--- bunch of stuff goes here -- Note that the !--- doesn't end with a ---, but a -- This tends to screw up your whole page and will cause blank displays. Todd - Original Message - From: Hubert Earl

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:

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

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 img

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: Problem