RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Mike Kear
-Original Message- 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

Re: .NET integration without COM

2003-09-05 Thread Matt Liotta
> Excellent. Is there going to be an evaluation version available? > We are currently conducting a private beta where interested parties can evaluate the software. We have not decided whether there will be evaluation version available when Black Knight ships. Quite simply, the price point of Bl

Re: Possible to use CFFTP with SSL?

2003-09-05 Thread jonhall
Also http://www.glub.com/products/bean/ -- mailto:[EMAIL PROTECTED] Saturday, September 6, 2003, 12:19:50 AM, you wrote: SY> Nope but found this: SY> http://www.nsoftware.com/products/controls/?ctl=FTPS&prod=ipsssl SY> Stace SY> -Original Message- SY> From: Stacy Young SY> Sent: Sept

RE: Possible to use CFFTP with SSL?

2003-09-05 Thread Stacy Young
Nope but found this: http://www.nsoftware.com/products/controls/?ctl=FTPS&prod=ipsssl Stace -Original Message- From: Stacy Young Sent: September 5, 2003 11:39 PM To: CF-Talk Subject: Possible to use CFFTP with SSL? I fear the answer is "no" but can CFFTP be used to connect to remote mac

RE: Anyone going to MAX in November?

2003-09-05 Thread Jim Davis
San Diego, No! BOSTON - that's the place to have the conference... it's developed here for gawd's sake! ;^) Of course if it was in Boston I'd probably be late for everything anyway... Jim Davis > -Original Message- > From: John Wilker [mailto:[EMAIL PROTECTED] > Sent: Friday, September

RE: Anyone going to MAX in November?

2003-09-05 Thread Jim Davis
> -Original Message- > From: Stacy Young [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 10:07 AM > To: CF-Talk > Subject: RE: Anyone going to MAX in November? > > That depends, do you come with a 12 pack of beers? lol Well, if good abs are a "six-pack" then I figure I've got

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
> -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 10:56 PM > To: CF-Talk > Subject: Re: Sending binary directly to the browser? > > >>I meant that the original string was > encoded using CF 4.5 - and can be decoded properly. Perhap

Possible to use CFFTP with SSL?

2003-09-05 Thread Stacy Young
I fear the answer is "no" but can CFFTP be used to connect to remote machine over SSL? Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s)

Re: .NET integration without COM

2003-09-05 Thread Kwang Suh
> What we have done is re-implement the CFX API in .NET and then hosted > that inside of a CFX tag implemented as a DLL. This eliminates the need > for COM with ColdFusion prior to CFMX and eliminates the Java-COM > bridge with CFMX. Thus allowing you to develop a CFX tag in any .NET > language

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>I meant that the original string was encoded using CF 4.5 - and can be decoded properly. Perhaps if you encoded the file using 5.0 it would eliminate the problems decoding? Well, I'll try, but I doubt it makes any difference. Base64 is not some internal format proper to CF that may change from

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
> -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 7:07 PM > To: CF-Talk > Subject: Re: Sending binary directly to the browser? > > >>I doubt that zeros are the problem (unless zero converts to null in > Base64) as zero is a value, n

OT: new CF user group (ACT - Canberra, Australia)

2003-09-05 Thread Peter Tilbrook
Am working away on the site now but signup for our forums now at http://www.actcfug.com/. Cheers! Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727 Mobile: +61-0439-401-823 E-mail: [EMAIL PROTEC

Re: .NET integration without COM

2003-09-05 Thread Matt Liotta
> Very cool...can you give some high level details in how it works? > (architecture, advantages over CF's current bridge approach etc) > As you know, to make use of a .NET-based object with any version of CF requires wrapping that .NET object with COM. In addition with CFMX, you have to use a Jav

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
>We support both Linux and Windows - and CF works the same way on both Well then... I guess I'm out of luck then. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Doug White
We support both Linux and Windows - and CF works the same way on both == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated: http://www.forta

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Doug White
We gladly apply the mappings the client needs. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>Instead of the cfsilent why not just reset whats being outputted... Why not indeed. It works also, even simpler. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?

RE: .NET integration without COM

2003-09-05 Thread Stacy Young
Very cool...can you give some high level details in how it works? (architecture, advantages over CF's current bridge approach etc) Thanks! Stace -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: September 5, 2003 3:28 PM To: CF-Talk Subject: .NET integration without C

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>I doubt that zeros are the problem (unless zero converts to null in Base64) as zero is a value, not null. No, there are no zeros in base64, since the purpose is to represent any 8 bit value within 6 bits regular character. BUT, when going back to binary, then you will find zeros again. Thus ToB

jdbc error

2003-09-05 Thread Tim Do
Can anybody tell me what this means? [Macromedia][SQLServer JDBC Driver][SQLServer]Transaction context in use by another session. Thanks, Tim ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: h

Re: Odd problem after 6.1 upgrade :-/

2003-09-05 Thread Jamie Jackson
On Fri, 5 Sep 2003 18:43:47 -0400, in cf-talk you wrote: >> I've got a survey framework that has worked well until I >> upgraded to 6.1 on Linux. Now, I'm having a bizarre problem: >> >> The first time I submit this particular page, which has four >> radio button questions, the action page reci

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
>I don't think that analogy quite fits considering Linux is the most >deployed OS for web servers currently and is slated to be the most >deployed server OS in general within 5 years. I mean the Linux + CF Combo... That would be a stick-driven Renault 21... ~~

RE: archive and deploy from 6.0 to 6.1?

2003-09-05 Thread Dave Watts
> Is it possible to create a car archive on a 6.0 updater 3 > machine and deploy it on a 6.1 machine? Yes, I've done that, although I haven't tested all of the archive & restore functionality. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~

RE: Odd problem after 6.1 upgrade :-/

2003-09-05 Thread Dave Watts
> I've got a survey framework that has worked well until I > upgraded to 6.1 on Linux. Now, I'm having a bizarre problem: > > The first time I submit this particular page, which has four > radio button questions, the action page recieves the correct > values of the fields (the following is take

request vs application scope

2003-09-05 Thread Mauricio Giraldo
>Mauricio, this looks good, well done. Thanks. Feel free to download. It's GNU GPL. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: htt

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread ksuh
LOL! Anyhow, the fact that you're on Linux has no bearing on the BS they're sending you. - Original Message - From: Mauricio Giraldo <[EMAIL PROTECTED]> Date: Friday, September 5, 2003 4:08 pm Subject: How do your ISPs handle CF mappings? > >And what does that have to do with CF mapping

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Matt Liotta
> I dunno... but I feel like the weird kid in the block whose dad got > the Renault when everyone has a Ford or a Chrysler. When I mention > they have Linux, the List goes silent :( > I don't think that analogy quite fits considering Linux is the most deployed OS for web servers currently a

Odd problem after 6.1 upgrade :-/

2003-09-05 Thread Jamie Jackson
I've got a survey framework that has worked well until I upgraded to 6.1 on Linux. Now, I'm having a bizarre problem: The first time I submit this particular page, which has four radio button questions, the action page recieves the correct values of the fields (the following is taken from the debu

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
>And what does that have to do with CF mappings? I dunno... but I feel like the weird kid in the block whose dad got the Renault when everyone has a Ford or a Chrysler. When I mention they have Linux, the List goes silent :( - mga ~~~

Re: Passing WDDX data in a form field

2003-09-05 Thread ksuh
e.g.: - Original Message - From: Brook Davies <[EMAIL PROTECTED]> Date: Friday, September 5, 2003 3:58 pm Subject: Passing WDDX data in a form field > Hello, > > How do you pass WDDX data in a hidden form field without it > breaking the > form and showing up on the page? > > Brook >

RE: Passing WDDX data in a form field

2003-09-05 Thread Barney Boisvert
htmlEditFormat(). usually a good idea to wrap all server-generated form data with the function, since it takes care of quotes and all those other nasties that might be lurking in otherwise harmless strings. --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice :

Re: Passing WDDX data in a form field

2003-09-05 Thread Jim Campbell
Try using HTMLEditFormat(myWDDXString). That should help. - Jim Brook Davies wrote: >Hello, > >How do you pass WDDX data in a hidden form field without it breaking the >form and showing up on the page? > >Brook > > > ~| Archiv

RE: Passing WDDX data in a form field

2003-09-05 Thread J E VanOver
That's why they call it a HIDDEN form field. What makes you think it would "break" the form? -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 2:59 PM To: CF-Talk Subject: Passing WDDX data in a form field Hello, How do you pass WDDX data

archive and deploy from 6.0 to 6.1?

2003-09-05 Thread jon hall
Is it possible to create a car archive on a 6.0 updater 3 machine and deploy it on a 6.1 machine? -- jon mailto:[EMAIL PROTECTED] ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.house

SOT: CFV: comp.lang.coldfusion

2003-09-05 Thread Larry C. Lyons
If interested please vote. regards, larry > FIRST CALL FOR VOTES (of 2) > unmoderated group comp.lang.coldfusion > >Newsgroups line: >comp.lang.coldfusion ColdFusion web application development. > >Votes must be received by 23:59:59 UTC, 26 Sep 2003. > >Thi

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Matt Liotta
> I suppose it is because they host under Linux. > And what does that have to do with CF mappings? Matt Liotta President & CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901 ~| Archives: http://www.hou

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Raymond Camden
Who is this host? I want to know who to avoid. I'd love to hear them explain how a mapping is a security risk. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://

Passing WDDX data in a form field

2003-09-05 Thread Brook Davies
Hello, How do you pass WDDX data in a hidden form field without it breaking the form and showing up on the page? Brook ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lis

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
My host denies me mappings for "security reasons". I also have no idea how a mapping could be insecure (not a security expert). My apps do need mappings and I end up with sleepless nights trying to make the darn thing work without them (CFCs, Flash Remoting, CFINCLUDES... they tend to break with

RE: code snippets

2003-09-05 Thread cf
during the usergroup the other night i won i thingy to http://www.communitymx.com/ so i went and checked it out & there is a very nice extention on there for doing this, you should go check it out its one of the free ones:) > Thanks all for the many suggestions and code! > > -Ori

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Dave Hodder
Matt Liotta wrote: > > That doesn't make much sense. ColdFusion is a product name; not a > language. Oh, and BTW, it is trademarked. CFML on the other hand is a > language, is not trademarked, and most importantly is implemented by > two difference products, ColdFusion and BlueDragon. The c

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
Good idea. However the CFABORT has me worried - in that case your OnRequestEnd.cfm wouldn't run (which may be a bad thing). Using CFSILENT you can run things after as well. I guess it's kind of six of one, half dozen of the other. Jim Davis > -Original Message- > From: Mike Townend [ma

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
Weird... there are no "null" characters in the string (I think). I doubt that zeros are the problem (unless zero converts to null in Base64) as zero is a value, not null. One thing however - the string I got was constructed on CF 4.5 - perhaps you have to create your string in CF 5.0? Perhaps it

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
Honestly I don't know I've only tested on 4.5 and MX. Now I've gotta go and do some work on this. ;^) Jim Davis > -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 4:25 PM > To: CF-Talk > Subject: Re: Sending binary directly to

RE: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jim Davis
I'm a big proponent of alt.comp.lang.coldfusion - but having a "real" comp group has many advantages - not the least of which is simple legitimacy of ColdFusion as a main-hierarchy-worthy tool. Jim Davis > -Original Message- > From: Jesse Houwing [mailto:[EMAIL PROTECTED] > Sent: Friday,

COM Object With Return Variables. How do I get the return variables out of the object?

2003-09-05 Thread ryan zimmerman
I'm having the same problem with SkipJack. Have you figured this out? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.

RE: Sending binary directly to the browser?

2003-09-05 Thread Mike Townend
Instead of the cfsilent why not just reset whats being outputted... #gifFile# HTH Mikey -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, September 5, 2003 22:13 To: CF-Talk Subject: Re: Sending binary directly to the browser? >>Christian Cantre

RE: Java Include

2003-09-05 Thread Brad Roberts
Thanks, Ray! -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 10:29 AM To: CF-Talk Subject: RE: Java Include http://devilm.com/ Second entry - from August 22. ===

RE: .NET integration without COM

2003-09-05 Thread Mike Brunt
Congratulations Matt, even though you do swear at others from time-to-time ;o) Kind Regards - Mike Brunt Original Message --- Montara Software yesterday announced a new product named Black Knight that allows CFML developers to integrate .NET technology with their application

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>Christian Cantrell blogged an example of doing this here: Actually, after lots of reading and testing, I came to the conclusion that all this is complicated for nothing. This simple code works fine under CF 6: #gifFile# The CFSILENT seems to be necessary, but is not This also works:

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Matt Liotta
> 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 > groups?selm=slrnbjg6ko.238.dmh%40armaros.dmh.org.uk>. > That doesn't make

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Dave Hodder
Jesse Houwing wrote: > Did you spot alt.comp.lang.coldfusion already? It's already there to > serve the same purpose, Hi Jesse, Yes, I'm a poster on alt.comp.lang.coldfusion, and in fact alt.comp.lang.coldfusion is where the idea originally came up. Our hope is that comp.lang.coldfusion, if

COM Object With Return Variables. How do I get the return variables out of the object?

2003-09-05 Thread ryan zimmerman
I was wondering if you figured this out? I'm having the same problems with the skipjack api, also. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscr

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jesse Houwing
Kevin Graeme wrote: >It's been a while since I've done usenet, but I recall there being something >significant with getting a non-alt.* newsgroup. One thing that I do know is >that many ISPs and companies don't permit alt.* groups on their nntp server. > >-Kevin > > That seems legit, though I've

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Dave Hodder
Jim Campbell wrote: > I voted for this as well. There are enough news servers that don't > bother with alt.* access due to titanic storage requirements if you want > retention of anything more than a few days. Besides, having a > comp.lang.* address makes ColdFusion look legit :), although, >

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread jon hall
If any developer asked for a mapping, I'd create it while they were on the phone. Although we are pretty small and know just about every CF developer who uses our servers, so we tend to be fairly trusting. -- jon mailto:[EMAIL PROTECTED] Friday, September 5, 2003, 4:41:46 PM, you wrote: AC> I

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Dan Phillips \(CFXHosting.com\)
Good! I thought maybe I was overlooking things all this time. Lol -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 4:42 PM To: CF-Talk Subject: Re: How do your ISPs handle CF mappings? I wasn't suggesting that they were anything negative

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Adam Churvis
I wasn't suggesting that they were anything negative in any way. Just wondering about ISP policies regarding them and developers' use of them in general. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training ColdFusion MX Master Class: September

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jim Campbell
I voted for this as well. There are enough news servers that don't bother with alt.* access due to titanic storage requirements if you want retention of anything more than a few days. Besides, having a comp.lang.* address makes ColdFusion look legit :), although, sematically, shouldn't it be

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Kevin Graeme
It's been a while since I've done usenet, but I recall there being something significant with getting a non-alt.* newsgroup. One thing that I do know is that many ISPs and companies don't permit alt.* groups on their nntp server. -Kevin - Original Message - From: "Jesse Houwing" <[EMAIL

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Kevin Graeme
We have an in-house server, but we generally do not have the ability to request a server mapping. -Kevin - Original Message - From: "Adam Churvis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 3:20 PM Subject: How do your ISPs handle CF mappings?

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Dan Phillips \(CFXHosting.com\)
I've done support for CFXHosting since day one and I've never refused a mapping to any customer and we have never had a problem caused by a mapping. Maybe I'm uneducated as to why a mapping could be dangrous but I've never heard of it and trust me, I've been with CF at it's worst :-) Dan Phillips

Re: MVDB

2003-09-05 Thread Joe Eugene
> Have you ever exported UniVerse database to RDBMS, say, MS SQL Server or Oracle platform? If you are using MVDB's with nested data (i.e 2NF), you wont really be able to export the data to MSSQL. However, Lastest version of Oracle supports Nested Relational Tables.. you can probably use to this a

RE: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Tony Weeg
if you read the vote thingie (I did and voted BTW) you will see that there is some expressed concern that some nntp servers don't have/use/give access to alt. newsgroups. that's why this initiative was started. fyi tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navt

Re: Flash MX Professional 2004 for Server Geeks

2003-09-05 Thread Massimo, Tiziana e Federica
> I'll buy that book just for the title and cover photo. > Same for me :-))) We've got a supercool cover for Dreamweaver 2004 Magic, but not up to that level :-))) Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.ma

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>I tried on CF 5.0 and I still get the error: ... and I tried it under CFM 6 on the same computer, and it works!... If somebody got it working under CF 5.0, I'd like to know how? May be it works under CF 4.5 and 6 but is bugged on version 5?

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Jesse Houwing
Dave Hodder wrote: >Hello, > >A Call For Votes has been issued to hopefully create the Usenet >newsgroup comp.lang.coldfusion. If created the group will provide a >useful forum for CFML/CFScript programming as well as ColdFusion >Server/BlueDragon Server configuration issues. > > Did you sp

How do your ISPs handle CF mappings?

2003-09-05 Thread Adam Churvis
If I could impose a bit, I could use y'alls help here: 1) Do your applications typically require a CF mapping? 2) How do your ISPs handle requests to create ColdFusion mappings for the applications you host with them? Do they refuse outright, or do they create them for you as needed? 3) If you

CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-05 Thread Dave Hodder
Hello, A Call For Votes has been issued to hopefully create the Usenet newsgroup comp.lang.coldfusion. If created the group will provide a useful forum for CFML/CFScript programming as well as ColdFusion Server/BlueDragon Server configuration issues. Further information on the proposal, inclu

Re: Flash MX Professional 2004 for Server Geeks

2003-09-05 Thread Jim Campbell
I'll buy that book just for the title and cover photo. - Jim Massimo, Tiziana e Federica wrote: >http://www.amazon.com/exec/obidos/tg/detail/-/0735713820/ > >I was looking at Amazon searching for the upcoming books on MX 2004 and I >spotted this! >I always admired Nate's work and since I am defi

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
I tried on CF 5.0 and I still get the error: An error occurred while evaluating the expression: #ToString(ToBinary("R0lGODlhAQABAIAAAP///wAAACH5BAEALAABAAEAAAICRAEAOw=="))# Error near line 9, column 23. This object cannot be converted to a string (it contains null characters). (I had to c

Flash MX Professional 2004 for Server Geeks

2003-09-05 Thread Massimo, Tiziana e Federica
http://www.amazon.com/exec/obidos/tg/detail/-/0735713820/ I was looking at Amazon searching for the upcoming books on MX 2004 and I spotted this! I always admired Nate's work and since I am definitely a server geek, I feel like this could be the first Flash book I will read. Please note that whil

Re: Heisenberg Uncertainty Principle [WAS Re: machII(too much)]

2003-09-05 Thread John Paul Ashenfelter
Actually, you can never be sure you have less than h/4pi bugs :) Regards, John Paul Ashenfelter CTO/Transitionpoint [EMAIL PROTECTED] - Original Message - From: "Michael Traher" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 12:51 PM Subject

FW: SSL/images

2003-09-05 Thread chris petersen
I just turned on the SSL server for Coldfusion following macromedia's how-to. I'm testing my site through SSL, and everything seems to be working just fine, with a few strange exceptions. (I actually got it running a week or so ago but haven't played with it fully) First, images don't always show

MVDB

2003-09-05 Thread Don
Have you ever exported UniVerse database to RDBMS, say, MS SQL Server or Oracle platform? If so, did you use ODBC driver or ... and what's experience? Thanks for sharing. BTW, what's the main similarity and difference between UniData and UniVerse, forgive my laziness of not reading documentati

.NET integration without COM

2003-09-05 Thread Matt Liotta
Montara Software yesterday announced a new product named Black Knight that allows CFML developers to integrate .NET technology with their applications without using COM. Black Knight works with ColdFusion 4.x, 5, MX, and MX 6.1 as well as BlueDragon 3.1 and is scheduled to be released on Octobe

Re: MVDB

2003-09-05 Thread Joe Eugene
Yes, we run UniVerse v.10. ??? Joe Eugene - Original Message - From: "LI, Chunshen (Don)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 11:57 AM Subject: MVDB > Hello, > > I'm wondering if anyone has ever worked on a > Multi-valued Database syste

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
Just as a note - the solution I just posted works in 4.5 and above. Jim Davis > -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 12:47 PM > To: CF-Talk > Subject: Re: Sending binary directly to the browser? > > >>Christian Cantrell

RE: Sending binary directly to the browser?

2003-09-05 Thread Jim Davis
One thing about this: make sure to use CFSILENT to ensure that the first character of your output is the first character of the GIF file. Also note that CF debug output will kill you. Secondly you may have to use some combination of ToString() and ToBinary() to do this. For example the following

Re: HOF Email Speed????

2003-09-05 Thread Kevin Graeme
It's been on and off for me too. Yesterday was really bad with things showing up something like 4 hours later, but today things are pretty zippy. -Kevin - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 1:26 PM

Re: HOF Email Speed????

2003-09-05 Thread Michael Dinowitz
Thanks. It's new code (again). I segmented the mail processor into chunks that are sequential based on the previous chunk. First thing is to look for virus subject patterns (see my FA article) of which there are 8 for sobig and 2 for 2 other viruses (as well as scans for certain attachment types).

Re: Redirecting URLs at Intermedia.net

2003-09-05 Thread jon hall
No domain found. http://isbc.com/foobar#cgi.script_name##cgi.query_string#";> etc... or better yet, build a table in your database with a crossref between directory and domain -- jon mailto:[EMAIL PROTECT

Re: HOF Email Speed????

2003-09-05 Thread Michael Dinowitz
The lists do sometimes get bogged down, especially around 1pm or so. On the other hand, if a message posted to the list got to someone and was replied to, then it got out to almost everyone (a mail message is processed in one 'chunk' at a time). If your seeing mail come in hours later on a regular

RE: request vs application scope

2003-09-05 Thread Mike Brunt
Mauricio, this looks good, well done. Kind Regards - Mike Brunt Original Message --- >Of course I'm new to all this myself so I may (and quite probably am) >completely off-base on the "right" way to do this in OO. Hopefully >somebody with some more experience will chime in as

RE: Compare list vs. recordset?

2003-09-05 Thread Jeff Chastain
Yes, it is an update form with checkboxes. The reason I cannot delete everything and reinsert it (beyond the fact that this sounds very hard on the database) is that other data is stored in the database for each record which I cannot duplicate. Therefore, I really need to be to utilize the existi

RE: HOF Email Speed????

2003-09-05 Thread Tony Weeg
odd, cause I have noticed the exact opposite here, and was about to email mike and let him know that its actually picked up in the last few days :/ don't know what to say? tony weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] www.navtrak.net office 410.548.2337 fax 410.860.

HOF Email Speed????

2003-09-05 Thread Ian Skinner
Is it just me - could very will be, but I want to confirm it before I bother my network operation folks - but are House of Fusion e-mails coming very slowly, at least the last couple of days? I sent a message at 9:36 (USA-Pacific time), almost two hours ago, and it has yet to arrive in my mail

RE: OT: Anyone going to MAX in November?

2003-09-05 Thread Douglas.Knudsen
DRAT!!! Righto! Yeah, your suite rocked...memory is fuzzy...must have been all the saki at that Japanese place there at the Dolphin/Swan. SO who was there snapping pics and short vids and posting them? hr... dUg >-Original Message- >From: Michael Dinowitz [mailto:[EMAIL PROTECTED

Re: OT: Anyone going to MAX in November?

2003-09-05 Thread Kevin Graeme
Unfortunately, in the fable from which "birds of a feather" comes, the birds in question were thieves to be put to death. Maybe I should skip that event... -Kevin --- The Farmer and the Stork A FARMER placed nets on his newly-sown plowlands and caught a number of Cranes, which came to pick up

request vs application scope

2003-09-05 Thread Mauricio Giraldo
>Of course I'm new to all this myself so I may (and quite probably am) >completely off-base on the "right" way to do this in OO. Hopefully >somebody with some more experience will chime in as well. > >Jim Davis These are all interesting remarks... This HTML editor is actually a CF port from an o

request vs application scope

2003-09-05 Thread Mauricio Giraldo
>(Perhaps if you show us some code, this will be easier?) LOL... I'm trying to set the SourceForge project but that CVS thing is pretty overwhelming (and I thought I was a techie)... I could send a ZIP file... Mmmm gonna post the ZIP here: http://www.elefectoaxe.com.co/spaw/test.cfm Click

Re: Sending binary directly to the browser?

2003-09-05 Thread Claude Schneegans
>>Christian Cantrell blogged an example of doing this here: Yeah, this is exactly what I was looking for, thanks a lot. I guess this will only work with CFMX, but at least I'll have a more efficient solution for generations to come ;-) ~~~

RE: Heisenberg Uncertainty Principle [WAS Re: machII(too much)]

2003-09-05 Thread Michael Traher
Fortunately at the sub-atomic level, my CF code has no bugs at all ;-) Michael Traher Systems Manager -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: 05 September 2003 15:52 To: CF-Talk Subject: Heisenberg Uncertainty Principle [WAS Re: machII(too much)]

Re: OT: Anyone going to MAX in November?

2003-09-05 Thread Pablo Varando
hehe, I remember taking third one down ;) hehe Pablo - Original Message - From: "Ben Forta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 11:30 AM Subject: RE: OT: Anyone going to MAX in November? > Doctored pics? It's happened before. See > htt

Re: Anyone going to MAX in November?

2003-09-05 Thread Kevin Graeme
I'll probably be going. I'm really not excited about the location, but the new MX2004 was pretty much the deciding factor for me. -Kevin - Original Message - From: "Stacy Young" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 3:18 PM Subject: OT:

Re: OT: Anyone going to MAX in November?

2003-09-05 Thread Michael Dinowitz
> last year they had folks doing this. I recall Jochem running around with a digital camera too. woot! Unfortunately I'm not going this year though. :( ??? Last Devcon had Jochem in his office running a Flashcomm server so that the community suite could be broadcasted live out to the net. Once

Redirecting URLs at Intermedia.net

2003-09-05 Thread Nick Baker
I recently moved some Web sites over to Intermedia.net. Hosting multiple domains at Intermedia.net URL's requires the URL's to be of the form "domainname.com/domainname" rather than the standard "domainname.com". Intermedia.net provides a script (shown below) to handle redirecting for the home

Re: OT: Anyone going to MAX in November?

2003-09-05 Thread Deanna Schneider
Yipes. That's me in the second one. That picture keeps popping up periodically. -d - Original Message - From: "Pablo Varando" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 11:56 AM Subject: Re: OT: Anyone going to MAX in November? > hehe, I reme

Re: Compare list vs. recordset?

2003-09-05 Thread Deanna Schneider
Is this for an update form with checkboxes? I usually handle this by deleting the old entries and reinserting, rather than taking the time to loop through and look for updates -Deanna - Original Message - From: "Jeff Chastain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sen

RE: Macromedians - Whitespace in CFMAIL?

2003-09-05 Thread Joshua Miller
Why not simply make CFMAIL not strip out whitespace? If the solution is to manage whitespace yourself, then why is there a setting in CFAdministrator for "Whitepace Management"? If the feature is provided why can't it work correctly, I don't think that's a huge request. It's not "management" if y

  1   2   3   >