RE: Passing WDDX data in a form field

2003-09-06 Thread Brook Davies
Umm, duh, cause it does. Thanks to the other people who replied with a helpful answer using htmleditformat(). Brook At 03:10 PM 9/5/2003 -0700, you wrote: >That's why they call it a HIDDEN form field. What makes you think it would >"break" the form? > >-Original Message- >From: Brook D

Re: about blue dragon.

2003-09-06 Thread Sean A Corfield
On Saturday, Sep 6, 2003, at 17:42 US/Pacific, Matt Liotta wrote: > Actually, I am running CFMX, CFMX 6.1, and BlueDragon; not CF 5. Ah, yes, I misread your email (where you said, also correctly, "you can even run CF 5, CFMX, and BlueDragon all at the same time"). > I am using a 17" PowerBook wi

Re: about blue dragon.

2003-09-06 Thread Matt Liotta
> I don't think it matters much - it's easy enough to run multiple > installs of these products on pretty much any laptop. Given that Matt > is running CF5, I'll guess it's Windows or perhaps Linux. I have a Mac > laptop and run multiple different versions of CFMX side-by-side with > multiple copie

Re: about blue dragon.

2003-09-06 Thread Sean A Corfield
On Saturday, Sep 6, 2003, at 16:23 US/Pacific, Mahmut Basaran wrote: > what kind of notebook is it ? I don't think it matters much - it's easy enough to run multiple installs of these products on pretty much any laptop. Given that Matt is running CF5, I'll guess it's Windows or perhaps Linux. I

Re: about blue dragon.

2003-09-06 Thread Mahmut Basaran
what kind of notebook is it ? - Original Message - From: "Matt Liotta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, September 07, 2003 12:46 AM Subject: Re: about blue dragon. > > can blue dragon run alongside cfmx server? > > > Sure, they just have to be on differ

Re: Coldfusion server fail when reboot?

2003-09-06 Thread cf-talk
While I didn't do this myself... you might want to take a look at the link Shaun Corfield posted in response to your initial request: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_startup_timing.htm As for the solution I implemented... I have it printed on paper somewhere (you

Coldfusion server fail when reboot?

2003-09-06 Thread John Ho
can you explain for me how to do it. I have MX 6.1 Thanks all >I had the same thing happen when I updated to 6.1 > >Someone on here... had a solution where by you could make one service >dependant on the other. I implemented that solution and reboots worked fine >for me after that. > >-Novak > >

Re: about blue dragon.

2003-09-06 Thread Matt Liotta
> can blue dragon run alongside cfmx server? > Sure, they just have to be on different ports. In fact, you can even run CF 5, CFMX, and BlueDragon all at the same time on the same server if that's your thing. I am currently running CFMX, CFMX 6.1, and BlueDragon on my laptop. Matt Liotta Presid

about blue dragon.

2003-09-06 Thread Tony Weeg
can blue dragon run alongside cfmx server? thanks tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: h

RE: What is blue Dragon

2003-09-06 Thread Tony Weeg
www.newatlanta.com http://www.newatlanta.com/products/bluedragon/index.cfm pretty cool, not all the features that cfmx offers, but has everything from cf5.0 tw -Original Message- From: Gary Hotko [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 5:31 PM To: CF-Talk Subject:

What is blue Dragon

2003-09-06 Thread Gary Hotko
Question... What is BlueDragon? and it uses CF's language? Matt Liotta wrote: >>The subject of which name would be best came up during the Request For >>Discussion process; in the end most people seemed to prefer >>comp.lang.coldfusion. For my own take on the issue, see >>

Re: Possible to use CFFTP with SSL?

2003-09-06 Thread Jesse Houwing
Stacy Young wrote: >Nope but found this: >http://www.nsoftware.com/products/controls/?ctl=FTPS&prod=ipsssl > >Stace > > > nsoftware also has stunnel. it allows you to craete a secure tunnel to another system, even if you yourself only understand nromal ftp. So build a tunnel to a ftps system,

Re: Run an ASP include page?

2003-09-06 Thread S . Isaac Dealey
You might want to check this out: http://www.montarasoftware.com/go/9d58a59e-df02-1157-affb-e8 7c411e1c8f That's a non-com method of accessing .NET components (assuming your ASP script is in a .NET object) that I came across on Mike Brunt's blog ( http://www.webapper.net/ ) afaik there are also w

Re: Coldfusion server fail when reboot?

2003-09-06 Thread Sean A Corfield
Maybe this tech note will help: http://www.macromedia.com/support/coldfusion/ts/documents/ cfmx61_startup_timing.htm On Saturday, Sep 6, 2003, at 09:14 US/Pacific, John Ho wrote: > hi all >I have problem with restart coldfusion server. When > I reboot computer, not restart coldfusion server

Re: How do your ISPs handle CF mappings?

2003-09-06 Thread Adam Churvis
>> From: Adam Churvis [mailto:[EMAIL PROTECTED] >> <<>> >> <<<1) Do your applications typically require a CF mapping?>>> > > I don't think there are many applications that REQUIRE a mapping, because > there are usually several ways to do anything. If you can't use a mapping, > you can usually use

How do your ISPs handle CF mappings?

2003-09-06 Thread Mauricio Giraldo
>I'm not sure what the downside is to creating a mapping, apart from the >small amount of time required to do it. Are there any security issues that >I don't know about? Anyone know of security issues that arise when using CF mappings in a shared server Linux environment? - mga

RE: Run an ASP include page?

2003-09-06 Thread Jeff Garza
Eric sent me the code offline... The ASP code created a SHA256 digest. There is a UDF on CFLib.org that does the same thing so, kudos go to Rob Brooks-Bilson for being a security nut! One note though, Rob's UDF returns a digest that is all caps, which would not be compatible with what the ASP vers

Re: Run an ASP include page?

2003-09-06 Thread Critz
oi webmaster!! i've used cfhttp in the past... -- Saturday, September 6, 2003, 12:59:37 PM, you wrote: wdc> What is the best method to accomplish this? There is an import procedure, wdc> and it needs to pass a field to an ASP script that does a 256 hash

Run an ASP include page?

2003-09-06 Thread webmaster
What is the best method to accomplish this? There is an import procedure, and it needs to pass a field to an ASP script that does a 256 hash encryption or some darned thing. Can't include obviously, can't custom tag...cfhttp doesn't seem right? Pointers? Thanks in advance! Regards, Eric J. Hof

Re: Coldfusion server fail when reboot?

2003-09-06 Thread cf-talk
I had the same thing happen when I updated to 6.1 Someone on here... had a solution where by you could make one service dependant on the other. I implemented that solution and reboots worked fine for me after that. -Novak - Original Message - From: "Doug White" <[EMAIL PROTECTED]> To:

Re: Coldfusion server fail when reboot?

2003-09-06 Thread Doug White
Have you upgraded to CFMX 6.1, or are you running CF 5.0? If CFMX, there was a timeout issue with Jrun that was supposed to be addressed in 6.1 == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterpr

Coldfusion server fail when reboot?

2003-09-06 Thread John Ho
hi all I have problem with restart coldfusion server. When I reboot computer, not restart coldfusion server. So I have to manual restart coldfusion server from manager tool. But sometimes it works sometimes I have to do so many times(reboot and restart coldfusion server). I run Win2k Do you k

Re: Sending binary directly to the browser?

2003-09-06 Thread Claude Schneegans
>>This IS unlikely to be the case, but it just may be! Ok, but since I don't have the original one pixel image, I cannot run the test from begining under CF 5. What I can do however, is read another image, Base64-it, and re-binarize it, and see. I did it, and I still get an error when outputing t

RE: DWMX 2004 - Whats new for us?

2003-09-06 Thread Charlie Arehart
I offered a solution doing just that in an article in the Feb 2002 CFDJ called "Unlocking Restricted Use of CFFILE, CFCONTENT, and More", available at http://www.sys-con.com/coldfusion/article.cfm?id=404. It addresses how to solve this problem in CF 5. Before anyone sees that title and think I'm