Re: [OT] Zip Code Lookup

2002-11-15 Thread Jochem van Dieten
charlie griefer wrote: > I'm building an application where i need to do the 'search within x > miles of zip code 12345' > > Can anybody make a recommendation? The client would like something > that offers updates fairly regularly. Maybe even some sort of XML > feed direct from the (a) source?

OT: Serverwide SSL's

2002-11-15 Thread jon hall
Does anyone have any experience with server wide SSL's? We have one client, who is going to be bringing up 15 or so domains to this server, and I am thinking that a globabl cert may be cheaper... I thought I had seen something about a global server certificate on Verisign or Thawte's site

Re: cookies / WDDX

2002-11-15 Thread Bryan Stevenson
Yes but my upper limits are well below the cookie upper limits ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macro

Re: cookies / WDDX

2002-11-15 Thread Gyrus
> The database CLIENT/SESSION variables are the best way to do it. > However, if you are coding blind, maybe you can just create some > temporary XML files, and store them on the server. It's not going to be > as responsive as the database, but it shouldn't be too bad. Ah, but I don't know if CFFI

web services and included templates

2002-11-15 Thread Brook Davies
I don't know if this is by design, or if I'm doing something wrong, but when calling a CFC/Web Service that has an included file, the arguments scope is not available to the included template. I tested this with a standard call to a component and it worked fine, the arguments scope IS available

Re: cookies / WDDX

2002-11-15 Thread Bryan Stevenson
I didn't mention this, but it's a non-persistent cookie and is gone when the browser is closed. So no need to worry about corrupting a cookie and it still being there next time the user logs in ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t.

RE: Dynamically Build CFHTTP Param Tags?

2002-11-15 Thread Joshua Miller
Duh. I can't believe I didn't try that. I just assumed you couldn't loop over a CF tag to be included inside CFHTTP. That's what I get for assuming huh? LOL, thanks everyone. Joshua Miller [EMAIL PROTECTED] -Original Message- From: S. Isaac Dealey [mailto:info@;turnkey.to] Sent: Friday

Follow Up: web services and included templates

2002-11-15 Thread Brook Davies
An easy way around this is to dump the arguments struct into the variables or request scope, which IS available to the calling template. Note, I received errors when I tried to copy a var from the argument scope to the local scope like this: But doing this works: Brook ~~

cfmx and cgi

2002-11-15 Thread Jason Burnett
We have quite a few cfmx/linux/apache 2.0.40 servers here and have just today discovered a problem. We are unable to run cgi's while cold fusion is running on them. We have tested PHP, Perl, and some shell code with no luck, until we kill the cfusion processes then the cgi's work fine. Any ideas? -

Follow Up #2: web services and included templates

2002-11-15 Thread Brook Davies
Actually, I was wrong. Using duplicate() does not work..but simply using does work and structCopy() also works. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/

Max Length to form field containing a WDDX packet?

2002-11-15 Thread Kevin Langevin
Hey all- I've a large WDDX packet containing a complex structure that I need to pass from one page to another, but I'm getting a "not well formed" error after passing the packet to an action page and trying to unpack it. Anyone know what the maxlength of a form variable is? I think the WDDX pack

Returning a Query inside a Struct

2002-11-15 Thread Brook Davies
Is it possible to return a query inside a Struct Key via a CF to CF webservice request? I get de serialization errors when I try this. Anybody know of a work around? Brook ~| Archives: http://www.houseoffusion.com/cf_lists/ind

RE: Max Length to form field containing a WDDX packet?

2002-11-15 Thread Rob Rohan
We have had the same thing happen. We made a quick serialize / deserialize function that can write wddx's to a temp file on the server. So we can pass it that way (form -> disk -> nextpage). There is a bit of a hit with the disk IO, but it worked better for us then having another database query g

Re: web services and included templates

2002-11-15 Thread Samuel R. Neff
This is a known bug. Unfortunately it wasn't fixed in Updater 1 and I don't think it's scheduled to be fixed in Updater 2. At 02:17 PM 11/15/2002, you wrote: >I don't know if this is by design, or if I'm doing something wrong, but >when calling a CFC/Web Service that has an included file, the ar

RE: cookies / WDDX

2002-11-15 Thread Tony Weeg
:) cool. i hate it when i think i am giving the right answer to someone and really im not, and well...anyway, its friday night !!! off to the pub. tw -Original Message- From: Bryan Stevenson [mailto:bryan@;electricedgesystems.com] Sent: Friday, November 15, 2002 4:53 PM To: CF-Talk Subje

Replace within selection in Dreamweaver MX

2002-11-15 Thread Seth Petry-Johnson
I've started using Dreamweaver recently, and for the most part I like it as much as, or more than, Studio. However, there is one feature that I *REALLY* miss. Iw studio I was able to select a block of text and run a search and replace just within that selection. In DWMX, however, I don't seem to

RE: CF & FileMaker Question

2002-11-15 Thread Ciliotta, Mario
Thanks for the info. I would be glad to see whatever you can send. Thanks again, Mario -Original Message- From: Dick Applebaum [mailto:dicklacara@;mac.com] Sent: Friday, November 15, 2002 10:35 AM To: CF-Talk Subject: Re: CF & FileMaker Question Mario I have interfaced FileMaker Pro

OT: EMAIL 552 Quota Violation

2002-11-15 Thread Andy Ousterhout
I am trying to reply to an email from a friend and I've twice gotten a: 552 Quota violation for [EMAIL PROTECTED] Any idea what causes this error? Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid

Re: OT: EMAIL 552 Quota Violation

2002-11-15 Thread Brook Davies
mailbox full... At 07:35 PM 15/11/02 -0600, you wrote: >I am trying to reply to an email from a friend and I've twice gotten a: > >552 Quota violation for [EMAIL PROTECTED] > >Any idea what causes this error? > > > Andy > > > >

RE: calling a dll from an sql stored proc

2002-11-15 Thread Samuel Neff
Keep your eye out for SQL Server .NET. Reportedly it will allow creation of stored procedures in any of the .NET languages that get executed within the SQL Server engine--so database performance is the same as standard T-SQL stored procedures. -Original Message- From: John McCosker [mailt

Re: Ramdomizing output of elements in a LIST

2002-11-15 Thread coldfusion . developer
PERFECT! Thanks! > I ran this on my server, it worked great. > > - Rick > > > > > > > #ListGetAt(TheList,Position)# > > > > > > [EMAIL PROTECTED] wrote: > > I'm trying to randomize the output of elements a list. Any help would be > > great. Her's what I have so f

Re: CF 5.0 certification(MM Web Interface)

2002-11-15 Thread Sean A Corfield
On Friday, Nov 15, 2002, at 08:10 US/Pacific, Joe Eugene wrote: > I would like to comment on MM's web Interface to Certified > Developers(CF or > Other). > http://www.macromedia.com/v1/handlers/index.cfm?Id=19865&method=full > The current interface is useless..You could NOT even search for > deve

Re: Follow Up: web services and included templates

2002-11-15 Thread Sean A Corfield
On Friday, Nov 15, 2002, at 14:20 US/Pacific, Brook Davies wrote: > An easy way around this is to dump the arguments struct into the > variables > or request scope, which IS available to the calling template. Note, I > received errors when I tried to copy a var from the argument scope to > the >

CFC Troubles

2002-11-15 Thread Michael T. Tangorre
Hi all. Here is my situation. I have a CFC written, which has a slew of methods to handle the functions needed for a shopping cart. Here is the deal... I create an object (in the session scope) and the cart works fine and all, and I go to checkout, sending the user to the third party SECURE (ht

Re: Returning a Query inside a Struct

2002-11-15 Thread Sean A Corfield
On Friday, Nov 15, 2002, at 14:34 US/Pacific, Brook Davies wrote: > Is it possible to return a query inside a Struct Key via a CF to CF > webservice request? I get de serialization errors when I try this. > Anybody > know of a work around? You can return a raw query but you cannot return a struct

RE: CF 5.0 certification - according to MMCP!

2002-11-15 Thread Andrew Tyrone
I didn't think the topic sparked any controversy beyond the usual "assume and believe everything you read and hear before it's validated" mentality we occasionally see on the list ;) I figured three answers (even my unoffical one which was based on what I actually READ on the test screen at the VU

RE: CF 5.0 certification - according to MMCP!

2002-11-15 Thread Samuel Neff
Food for thought.. Just because your CF5 cert is valid until Dec '03 doesn't mean you should wait to get CFMX certification. You have to think why you're getting the certification and realize that CF5 certification may have less value in some situations than a CFMX certification. ~

RE: cookies / WDDX

2002-11-15 Thread Anthony Wong
Just a thought, how do you test for xml or the wddx string if they had already reached the limit? Do i save the file first and check for the physical size on my server? Any other proven methods? Anthony -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Saturday, Nov

RE: CF 5.0 certification - according to MMCP!

2002-11-15 Thread Andrew Tyrone
I got my CF 5.0 certification because MM requires at least one developer at a company be certified if that company wishes to remain a partner. I'm sure I'm in the minority, and of course having the most up-to-date certification is better than not having it for most people. > -Original Message

RE: CFC Troubles

2002-11-15 Thread Mike Brunt
Michael, how is the user returned to the site and are you locking Session reads and writes with CFLOCK? Mike Brunt - CTO Webapper Services LLC http://www.webapper.com Downey CA Office 562.243.6255 AIM webappermb Web Application Specialists -Original Message- From: Michael T. Tangorre [ma

Re: CFC Troubles

2002-11-15 Thread Michael T. Tangorre
the user is returned to the site via a settting in the 3rd party application... I should also mention that the user goes from a non secure site on my end, to a secure on 2Checkouts end (http ---> https). And I am locking all the variables. Mike - Original Message - From: "Mike Brunt" <[E

Missing Template Handler...

2002-11-15 Thread Lee Fuller
Ok.. Now I KNOW I hate help files for certain!! Sheesh The help for "Missing Template Handler" says: "This fields lets you specify a default template to execute any time the ColdFusion Application Server cannot find a requested template." REALLY?? NAW! Say it isn't SO! 8/ I KNEW that. I'm

Re: CFC Troubles

2002-11-15 Thread Brook Davies
When you go from http to http, you have to pas the cfid & cftoken to maintain the session. You have to do this manually... At 02:20 AM 16/11/02 -0500, you wrote: >the user is returned to the site via a settting in the 3rd party >application... I should also mention that the user goes from a non s

Re: CFC Troubles

2002-11-15 Thread Brook Davies
I meant from HTTP to HTTPS - sorry... ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.

Re: Missing Template Handler...

2002-11-15 Thread Brook Davies
Lee, This is really messed up. I had the same problem. Solved it by: 1. Adding a mapping in the cfadmin for a /errortemplates/ path and then used that path when asked. 2. I still got the error that the template did not exist - this is a bug, try it - it should work Brook At 11:47 PM 15/11/02

<    1   2