RE: anyone from florida

2003-07-26 Thread Kevin Langevin
Hi Michael-

Just saw your post.  I'm from South Florida.  What's up?

-Kev

-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 25, 2003 11:22 PM
To: CF-Talk
Subject: OT: anyone from florida


Anyone here from Florida?
If so, email me off list..

[EMAIL PROTECTED]

Sincerely,
 
Michael Tangorre


~|
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.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
I threw this explanation at my coworkers and they both in unison reminded me
that this problem goes away as soon as we remove some empty qotes in 4 
tags in the page in question.  If we put even a bogus filename into the
quotes, everything works fine.  Remove the filename from the image tag
leaving empty quotes, and refresh the screen, and that client variable is
gone.

-Kev

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 4:27 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


I not really sure.  Once we found out about this, I didn't spend a lot of
time playing with it.  We just recoded a bit and kept a lot more info
sql-side and used cached queries rather than set everything to client
variables.

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:01 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

Hmmm...I was not aware of this.  I don't know if we're hitting thatr limit
or not.  Is there any rhyme or reason to which one(s) would get dropped?  Is
it the last modified, perhaps?

-Kev

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:37 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


Not just that variable, but ALL client variables for that user.  So if you
are setting more than one client variable, it would be the length of all the
data in all the client variables per user.

For instance, if a user has one client variable with a length of 6 and
another client variable with a length of 1, that would cause one to end
up undefined.

Also, it's a non-issue if you are on MX, I believe.

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-----Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:27 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

Unfortunately this can't be the problem...it's just a simple date/time (ie
#now()#)

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:23 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


I ran into a client var disappearing in the past.  I believe that pre-MX CF
had a 65000 length limit on the total data per client, and when it was
exceded a client variable would become undefined.

What is the total length of the values of all your client variables?

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 9:30 AM
To: CF-Talk
Subject: Loss of CLIENT variables due to empty quotes in an HTML tag?

I tried sending this last night, but it doesn't seem to have made it to the
list, so here it is again...

I've just spent hours trying to figure out what's causing some really
bizarre issues with SOME of the client-scoped variables set in an
application I'm running to disappear.  We've been trying to nail down at
what point they disappear, and it's very elusive.

The weirdest part of it all is that we've narrowed the cause of this to four
lines of code in a page that you land on after logging in (which sets a
number of these client variables).  These lines of code were four s each
of which contains an  tag with an empty src attribute (ie. src="").  If
we remove these four lines, everything works fine.  If we put them back in,
on any kind of page refresh or clicking on any link at all, our script which
checks for the existence of CLIENT.lastAccess and checks to see if it's more
than x minutes old triggers because client.lastaccess doesn't exist
anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
sets and displays CLIENT.lastAccess just fine.

I'm not aware of HTML throwing errors or having a problem with empty quotes,
nor am I aware of ColdFusion having any such problem (empty quotes in HTML
tags, not CF tags).  We've crawled every line of code being run through the
whole process, and haven't been able to determine anything else.  Just that
if we remove those lines of code with the img tags in it, or put anything at
all inside those quotes, everything works fine.

Anyone able to she

RE: FBX3 AND CFMX

2003-02-26 Thread Kevin Langevin
Coderutters: Discovering Fusebox 3 with ColdFusion by Hal Helms & John
Quarto-vonTivadar is excellent.

ISBN: 0972078630

-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:37 PM
To: CF-Talk
Subject: Re: FBX3 AND CFMX


At 02:57 PM 2/26/03 -0500, John Quarto-vonTivadar wrote:

>So it is with Fusebox.  Just like with English, it can only help you to
>learn it, since it becomes just one more skill in your arsenal.

Ok, I'm sold.  Where can I get a good book on it?

T


~|
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.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Hmmm...I was not aware of this.  I don't know if we're hitting thatr limit
or not.  Is there any rhyme or reason to which one(s) would get dropped?  Is
it the last modified, perhaps?

-Kev

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 3:37 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


Not just that variable, but ALL client variables for that user.  So if you
are setting more than one client variable, it would be the length of all the
data in all the client variables per user.

For instance, if a user has one client variable with a length of 6 and
another client variable with a length of 1, that would cause one to end
up undefined.

Also, it's a non-issue if you are on MX, I believe.

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-Original Message-----
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:27 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

Unfortunately this can't be the problem...it's just a simple date/time (ie
#now()#)

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:23 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


I ran into a client var disappearing in the past.  I believe that pre-MX CF
had a 65000 length limit on the total data per client, and when it was
exceded a client variable would become undefined.

What is the total length of the values of all your client variables?

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 9:30 AM
To: CF-Talk
Subject: Loss of CLIENT variables due to empty quotes in an HTML tag?

I tried sending this last night, but it doesn't seem to have made it to the
list, so here it is again...

I've just spent hours trying to figure out what's causing some really
bizarre issues with SOME of the client-scoped variables set in an
application I'm running to disappear.  We've been trying to nail down at
what point they disappear, and it's very elusive.

The weirdest part of it all is that we've narrowed the cause of this to four
lines of code in a page that you land on after logging in (which sets a
number of these client variables).  These lines of code were four s each
of which contains an  tag with an empty src attribute (ie. src="").  If
we remove these four lines, everything works fine.  If we put them back in,
on any kind of page refresh or clicking on any link at all, our script which
checks for the existence of CLIENT.lastAccess and checks to see if it's more
than x minutes old triggers because client.lastaccess doesn't exist
anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
sets and displays CLIENT.lastAccess just fine.

I'm not aware of HTML throwing errors or having a problem with empty quotes,
nor am I aware of ColdFusion having any such problem (empty quotes in HTML
tags, not CF tags).  We've crawled every line of code being run through the
whole process, and haven't been able to determine anything else.  Just that
if we remove those lines of code with the img tags in it, or put anything at
all inside those quotes, everything works fine.

Anyone able to shed some light on this situation?

-Kev





~|
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.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Unfortunately this can't be the problem...it's just a simple date/time (ie
#now()#)

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:23 PM
To: CF-Talk
Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML
tag?


I ran into a client var disappearing in the past.  I believe that pre-MX CF
had a 65000 length limit on the total data per client, and when it was
exceded a client variable would become undefined.

What is the total length of the values of all your client variables?

Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Center
(NETPDTC)
(850)452-1001 ext. 1245
[EMAIL PROTECTED]


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 9:30 AM
To: CF-Talk
Subject: Loss of CLIENT variables due to empty quotes in an HTML tag?

I tried sending this last night, but it doesn't seem to have made it to the
list, so here it is again...

I've just spent hours trying to figure out what's causing some really
bizarre issues with SOME of the client-scoped variables set in an
application I'm running to disappear.  We've been trying to nail down at
what point they disappear, and it's very elusive.

The weirdest part of it all is that we've narrowed the cause of this to four
lines of code in a page that you land on after logging in (which sets a
number of these client variables).  These lines of code were four s each
of which contains an  tag with an empty src attribute (ie. src="").  If
we remove these four lines, everything works fine.  If we put them back in,
on any kind of page refresh or clicking on any link at all, our script which
checks for the existence of CLIENT.lastAccess and checks to see if it's more
than x minutes old triggers because client.lastaccess doesn't exist
anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
sets and displays CLIENT.lastAccess just fine.

I'm not aware of HTML throwing errors or having a problem with empty quotes,
nor am I aware of ColdFusion having any such problem (empty quotes in HTML
tags, not CF tags).  We've crawled every line of code being run through the
whole process, and haven't been able to determine anything else.  Just that
if we remove those lines of code with the img tags in it, or put anything at
all inside those quotes, everything works fine.

Anyone able to shed some light on this situation?

-Kev



~|
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.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Well, I'm using comes of these variables to maintain state...I'm
timestamping each pageview with CLIENT.lastAccess, and testing to see how
long it's been since the last lastAccess.  If it's more than 30 minutes,
then I delete CLIENT.isAuthenticated, and the user will then need to log in
again. In this case, though CLIENT.lastAccess just disappears, but
CLIENT.isAuthenticated stays.  The logoout process deletes the
isAuthenticated variable, but I've cfaborted before the deletion of the
client variables, and lastAccess is gone, but isAuthenticated is still
there.  I'm not deleting lastAccess anywhere but in the logout template.

-Kev

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 10:52 AM
To: CF-Talk
Subject: Re: Loss of CLIENT variables due to empty quotes in an HTML
tag?


Kevin Langevin wrote:
>
> The weirdest part of it all is that we've narrowed the cause of this to
four
> lines of code in a page that you land on after logging in (which sets a
> number of these client variables).  These lines of code were four s
each
> of which contains an  tag with an empty src attribute (ie. src="").
If
> we remove these four lines, everything works fine.  If we put them back
in,
> on any kind of page refresh or clicking on any link at all, our script
which
> checks for the existence of CLIENT.lastAccess and checks to see if it's
more
> than x minutes old triggers because client.lastaccess doesn't exist
> anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
> sets and displays CLIENT.lastAccess just fine.
>
> I'm not aware of HTML throwing errors or having a problem with empty
quotes,
> nor am I aware of ColdFusion having any such problem (empty quotes in HTML
> tags, not CF tags).  We've crawled every line of code being run through
the
> whole process, and haven't been able to determine anything else.  Just
that
> if we remove those lines of code with the img tags in it, or put anything
at
> all inside those quotes, everything works fine.
>
> Anyone able to shed some light on this situation?

Are you losing just these variables or are you losing state?

Jochem


~|
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.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
I tried sending this last night, but it doesn't seem to have made it to the
list, so here it is again...

I've just spent hours trying to figure out what's causing some really
bizarre issues with SOME of the client-scoped variables set in an
application I'm running to disappear.  We've been trying to nail down at
what point they disappear, and it's very elusive.

The weirdest part of it all is that we've narrowed the cause of this to four
lines of code in a page that you land on after logging in (which sets a
number of these client variables).  These lines of code were four s each
of which contains an  tag with an empty src attribute (ie. src="").  If
we remove these four lines, everything works fine.  If we put them back in,
on any kind of page refresh or clicking on any link at all, our script which
checks for the existence of CLIENT.lastAccess and checks to see if it's more
than x minutes old triggers because client.lastaccess doesn't exist
anymore.I can verify that the very last line of my ONREQUESTEND.CFM file
sets and displays CLIENT.lastAccess just fine.

I'm not aware of HTML throwing errors or having a problem with empty quotes,
nor am I aware of ColdFusion having any such problem (empty quotes in HTML
tags, not CF tags).  We've crawled every line of code being run through the
whole process, and haven't been able to determine anything else.  Just that
if we remove those lines of code with the img tags in it, or put anything at
all inside those quotes, everything works fine.

Anyone able to shed some light on this situation?

-Kev

~|
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.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cferror

2003-02-12 Thread Kevin Langevin
CFML works on CFERROR templates in CF5, as well, as long as the
type="Exception".  I just built a whole web-based defect tracking system
that uses the template specified in the CFERROR tage as the bug submission
form, and I'm using all kinds of CFML on that page.  What DOESN'T run is the
application.cfm file, so you have to move anything you would have defined in
the application.cfm page to the error template itself.

Also keep in mind, as Dave Watts pointed out last week in a similar thread
(and saved me from more concussions from beating my head against a wall)
that ANY error in the error template causes CF to default back to the
default error handler template.  So...it's a good idea to limit the CFML you
use on the error template, but if you have to, test and test and test it.
It's gotta be perfect or you'll be seeing the default all the time.

-Kevin

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 12:17 PM
To: CF-Talk
Subject: Re: cferror


On Wednesday 12 Feb 2003 12:47 pm, Craig Dudley wrote:
> The template specified in  CANNOT run cfml, any cfml at all,
> not even a cfif.

This is not the case for TYPE="Exception" on MX.
See the URL quoted.

--
Tom C

Listen to Ivanova's suggestions.


~|
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.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfoutput + cfloop: bug or

2003-02-11 Thread Kevin Langevin
I usually set the outer query variable to a locally scoped variable inside
the outer loop, and that removes the problem.  Weird thing is, CF only seems
to get confused sometimes, even if there are shared fieldnames...sometimes
it works just fine.  I usually follow the set local variables practice as a
matter of course, and then I don't have to worry about it.

-Kev

-Original Message-
From: Ryan Emerle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 11:55 AM
To: CF-Talk
Subject: RE: cfoutput + cfloop: bug or


Did you try this?


#query1.whatever#

#query2.whatever# #query1.whatever#
  


I have found when you try to mix queries like that, CF has a bit of a
problem, especially if query1 and query2 share fieldnames (even if you
'scope' the queries).

A work around would be something like this:


#query1.whatever#





#query2.whatever# #q1whatever#
  


I've had to do perform similar workarounds in the past for these goofy
situations.  I am also of the school that says output and loop iteration
should be separate, i rarely use cfouput to iterate through loops.

HTH
--
Ryan Emerle
-Original Message-
From: Peter Mayer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 9:26 AM
To: CF-Talk
Subject: cfoutput + cfloop: bug or


Hello!

I have two queries - the output of the first one is handled by a cfoutput

tag, the second one is handled by a cfloop (nested construction):


bla bla #query1.name#:

bla bla #query1.name#:


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.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: RE: Maxlength of a value going into a form field?

2003-02-03 Thread Kevin Langevin
Duh...I'm a moron... :)  Thanks...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 7:36 PM
To: CF-Talk
Subject: Re: RE: Maxlength of a value going into a form field?


Use htmlEditFormat

- Original Message -
From: Kevin Langevin <[EMAIL PROTECTED]>
Date: Monday, February 3, 2003 5:17 pm
Subject: RE: Maxlength of a value going into a form field?

> With htmlcodeformat...I'm having trouble decoding it, even though I've
> managed to get the form to create the form variable without
> display the
> fragment anymore. When I view source of the resulting form it
> looks ok to
> me...maybe I'm missing something, though.  When I submit the form, I
> encounter badly formed XML errors or unknown element errors.
>
> -Kev
>
> -Original Message-
> From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 7:06 PM
> To: CF-Talk
> Subject: Re: Maxlength of a value going into a form field?
>
>
> Kevin Langevin wrote:
> > Is there one?  I've got a fairly large (about 2,000 character)
> structure I
> > want to WWDX and pass to another page, but when trying to assign
> it to a
> > hidden form variable, part of the packet is displaying on the
> screen.  I'm
> > fairly new to using WDDX, so any help is much appreciated...
>
> Did you escape the packet? If there are any double quotes in there
> theywill be interpreted as the end of the value.
>
> Jochem
>
>
>

~|
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.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Maxlength of a value going into a form field?

2003-02-03 Thread Kevin Langevin
With htmlcodeformat...I'm having trouble decoding it, even though I've
managed to get the form to create the form variable without display the
fragment anymore. When I view source of the resulting form it looks ok to
me...maybe I'm missing something, though.  When I submit the form, I
encounter badly formed XML errors or unknown element errors.

-Kev

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 7:06 PM
To: CF-Talk
Subject: Re: Maxlength of a value going into a form field?


Kevin Langevin wrote:
> Is there one?  I've got a fairly large (about 2,000 character) structure I
> want to WWDX and pass to another page, but when trying to assign it to a
> hidden form variable, part of the packet is displaying on the screen.  I'm
> fairly new to using WDDX, so any help is much appreciated...

Did you escape the packet? If there are any double quotes in there they
will be interpreted as the end of the value.

Jochem


~|
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.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Maxlength of a value going into a form field?

2003-02-03 Thread Kevin Langevin
Is there one?  I've got a fairly large (about 2,000 character) structure I
want to WWDX and pass to another page, but when trying to assign it to a
hidden form variable, part of the packet is displaying on the screen.  I'm
fairly new to using WDDX, so any help is much appreciated...

-Kevin

~|
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.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: RE: Re: MM Pricing Problem on CFMX for J2EE

2003-02-03 Thread Kevin Langevin
They sell licenses to non-profits very cheap.  I know someone who works for
one, and they get OS licenses of 2000 for under $100.

-Kev

-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 6:15 PM
To: CF-Talk
Subject: RE: RE: Re: MM Pricing Problem on CFMX for J2EE


Microsoft has been taken to court several times in the last decade over its
predatory pricing tactics (so as to exclude any other vendors).  Dont be
suprised if some companies get the OS plus all M$ software for $1 a year.



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 4 February 2003 10:20 AM
To: CF-Talk
Subject: RE: RE: Re: MM Pricing Problem on CFMX for J2EE


> That is full retail - Microsoft has a wide variety of
> licensing options as well as some pretty steep discounts
> for the enterprise. I was able to purchase a 10 user
> license which included SQL2000, exchange2000, Office
> XP Pro, WinXP pro and a bunch of other stuff for $399.00
> Also included is automatic upgrade to the new server
> products as they come out for a year. no extra charge.

That sounds a lot lower than any production MS licenses I've ever seen. A
LOT lower. Your MS distributor isn't some fat guy named Tony, is he?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444



~|
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.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: RE: Re: MM Pricing Problem on CFMX for J2EE

2003-02-03 Thread Kevin Langevin
Ummm...you mean $399/license?



-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 5:48 PM
To: CF-Talk
Subject: Re: RE: Re: MM Pricing Problem on CFMX for J2EE


That is full retail - Microsoft has a wide variety of licensing options as
well
as some pretty steep discounts for the enterprise.
I was able to purchase  a 10 user license which included SQL2000,
exchange2000,
Office XP Pro, WinXP pro  and a bunch of other stuff for $399.00
Also included is automatic upgrade to the new server products as they come
out
for a year. no extra charge.


=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Joe Eugene" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 1:18 PM
Subject: Re: RE: Re: MM Pricing Problem on CFMX for J2EE


| >Makes me wonder if MM is trying to compete at all.
| I am wondering the same .. dont think there is a competition.
|
| Win2k Advanced Server = US$3999
| http://www.microsoft.com/catalog/display.asp?site=10188&subid=22&pg=8
|
| Now Windows 2003 or Window.Net Licensing is supposedly based on CPU's and
supposed to be alot more expensive.
|
| Joe
|
| ---Original Message---
| From: Adrocknaphobia Jones <[EMAIL PROTECTED]>
| Sent: 02/03/03 05:01 PM
| To: CF-Talk <[EMAIL PROTECTED]>
| Subject: RE: Re: MM Pricing Problem on CFMX for J2EE
|
| >
| > Those prices are pretty hefty in comparison to .NET. With .NET you need
| only one server too. I believe win2k is around $1100 and advanced at 3k.
| Makes me wonder if MM is trying to compete at all.
|
| Adam Wayne Lehman
| Web Systems Developer
| Johns Hopkins Bloomberg School of Public Health
| Distance Education Division
|
|
| -Original Message-
| From: Joe Eugene [mailto:[EMAIL PROTECTED]]
| Sent: Monday, February 03, 2003 1:33 PM
| To: CF-Talk
| Subject: Re: Re: MM Pricing Problem on CFMX for J2EE
|
| Cantrell,
| This is what i found on Macromedia.com
|
| Prices on MM with NO Subsciption
| ColdFusion MX for JRun(1 CPU)  = US $3,399
| ColdFusion MX for JRun(2 CPU)  = US $6.798
| JRun 4(1 CPU License)  =  US $899
| JRun 4(2 Cpu License)  =  US $1799
|
| Basically 2 CPU box cost = US $8597
|
| Is this right information? if you have CF4.5 Ent and above, take 30% off
| discount through Macromedia Volume License Program(MVLP).
|
| 6.798-2039.40(30%)=4758.60+1799(Jrun)
| ColdFusion MX for JRun(2 CPU)  = US $6557.60
|
| The above is what i understand. Stacy.. are we on the same page?
| I think MM should Bundle JRUN+CFMX and maybe get the Price
| Competitive...
|
| Joe Eugene
|
| ---Original Message---
| From: Christian Cantrell <[EMAIL PROTECTED]>
| Sent: 02/03/03 03:24 PM
| To: CF-Talk <[EMAIL PROTECTED]>
| Subject: Re: MM Pricing Problem on CFMX for J2EE
|
| >
| > For CFMX for J2EE Application Servers licensing issues, take a look at
|
| the FAQ below:
|
| http://www.macromedia.com/software/coldfusion/j2ee/productinfo/faq/
|
| Specifically, for those interested in transferring licenses, see:
|
| http://www.macromedia.com/software/coldfusion/j2ee/productinfo/faq/#700
|
| Finally, the ColdFusion MX for J2EE License Transfer Page:
|
| http://www.macromedia.com/software/coldfusion/j2ee/special/
| license_transfer/
|
| Information on how to contact your local reseller is available at the
| URL above.
|
| Christian
|
| On Monday, February 3, 2003, at 11:51 AM, Chris White wrote:
|
| > Interesting - I have been running a few ColdFusion Ent. servers since
|
| > 4.5 and we had purchased a 2 year support agreement.  The support runs
|
| > out this year.
| >
| > I would like to move to a J2EE version but based on what you were told
|
| > makes a person wonder what to do.  I have paid enough for the Ent.
| > versions.
| >
| > I don't see any value in the Ent. version any more.  It does not share
|
| > sessions across multiple servers like the versions before
| > ColdFusionMX.  I would like to move to Java Sessions but I need a Java
|
| > Application server like JRUN or Websphere to manage the sessions.
| > Wish that if I go to J2EE and started with JRUN that if down the road
|
| > I moved to Websphere I could do that without another cost.  What is a
|
| > person to do?
| >
| > Chris
| >
| > -Original Message-
| > From: Stacy Young [mailto:[EMAIL PROTECTED]]
| > Sent: Monday, February 03, 2003 11:01 AM
| > To: CF-Talk
| > Subject: MM Pricing Problem on CFMX for J2EE
| >
| > There are so many questions about license issues and what is
| > Macromedia going to do to entise me to move to a J2EE version.
| >
| > When CFMX came out we immediately upgraded on internal servers...we
| > would have like to purchase the J2EE version (for WebLogic) but it
| > wasn't out yet...so we purchased the Enterprise standalone version for
|
| > use until J2EE was out
| >
| > I was just told it will cost $2800+ to transfer each license 

CFERROR issues...

2003-02-03 Thread Kevin Langevin
Hi all-

I'm implementing a home-grown defect tracking system for a project I'm
working which will be going into beta soon.  The whole idea is to create a
site-wide error handling routine which displays a form for submitting bug
info on any error occurrence.  Basically, anytime any error occurs, the form
displays, along with a display of the error info that I want to be visible
to the beta tester, and I'm WDDXing up the cferror structure and sending it
along with the form variables to be inserted into the defect database.

Everything was working nicely, using  until I threw a DB
error.  Missing templates, CFML syntax, etc. all worked fine.  I tried
changing my datasource name in my code to throw a datasource error, and the
default CF error page showed up instead of my form.  I've messed with this
for quite a while, removing the exception attribute, which I've been told
you need and been told you don't need.  I really need to do some CFML on my
error page, or else I would just use the REQUEST type on the CFERROR tag.

I'm a little confused as to why the EXCEPTION type won't trap a DB error.
Anyone have an explanation?  Am I doing something wrong, or does CFERROR
just not trap DB errors in general?

-Kev

~|
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.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Load Balancing: Disk Options?

2003-01-26 Thread Kevin Langevin
What about mapping two different drives from all three servers, and having
your CF solution write the files to both mapped drives?

-Original Message-
From: Ben Koshy [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 26, 2003 3:55 PM
To: CF-Talk
Subject: Load Balancing: Disk Options?


Hey Guys,

Just wondering if you can shed some advice on a couple load balancing
issues.  We're moving to a 3 Server Cluster running Cold Fusion 5.0
using a Foundry Server Iron XL.  We've got the Load Balancing Part down
and it works great.

However, now we turn our attention to the Cold Fusion Server...because
the site receives a lot of "files", we need some way of consolodating
the upload directory or directories and still maintain redundancy.  Also
it would be nice having to update Cold Fusion files on one server/one
place as well.

We're using the Windows Platform so options like:

A) Map a Drive to A Common Directory/Drive on Another Computer
B) Network Attached Storage
C) File Replication / Synchronization between Servers.

Anyone have recommendations?  Remember we want to maintain redundancy so
mapping a drive to a single machine seems to be out.  Another way would
be to go NAS, but are there any cheap redundant NAS clustering solutions
out there?  File Replication sounds promising but I'm worried about
replication lag and stuff...

Sincerely,

Ben.



~|
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.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




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 packet is about
110,000 characters.  I'm thinking I'm going to have to stow it in a temp
table and pull it back out on the action page.  I'd love to hear suggestions
to the contrary, though.

-Kev

~|
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.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Clustering Question

2002-10-28 Thread Kevin Langevin
If you're running with CLIENT variables, as long as both servers are
pointing at the same database server for the client variable storage, you'll
be fine.  I've done this many times, and it works quite nicely.

-Kev

-Original Message-
From: Jennifer Goodenow [mailto:jgoodenow@;spindustry.com]
Sent: Monday, October 28, 2002 3:55 PM
To: CF-Talk
Subject: Clustering Question



Has anyone had problems maintaining client variables in a clustered CF5
environment with two domains pointing to the same code? We've had one domain
running just fine, but wondered about the addition of a new domain to the
cluster, particularly with regard to server fail-over.

Any input?

J Goodenow

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Re-Sort a Query...

2002-09-23 Thread Kevin Langevin

Use a query of queries?

-Kevin
- Original Message -
From: "Brian Scandale" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 3:32 PM
Subject: Re-Sort a Query...


> I want to Re-Sort a Query that I have added several columns of data to...
> It is the new columns that I would like to sort by and I can't go back to
the database to use it's sorting routines. I need to do this in CF.
>
> Browsing the docs I'm not seeing anything obvious. Thanks.
>
>
>
> At 10:08 AM 9/23/02, you wrote:
> >That looks very promising! and jeeze... right under my nose the whole
time. That's embarrassing. Thanks Jochem
> >
> >At 01:53 AM 9/23/02, you wrote:
> >>Brian Scandale wrote:
> >>> How do I go about adding a column to a query dataset?
> >>
> >>QueryAddColumn()?
> >>
> >>Jochem
> >>
> >>
> >
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Javascript woes...

2002-08-09 Thread Kevin Langevin

Hi all-

I know that everyone steals their Javascripts from like one guy somewhere on
the Internet (he's a busy guy, that Javascript programmer) so I'm wondering
if he's on the list.

I have this form that I need to be able to type in a text box, and have the
form submit onkeyup, but when the form submits to itself, the cursor is
placed in the text box at the end of the text already in it (a cfparam'd
FORM field.)  Basically I built a quick 'n' dirty narrow-down search
populating a multi-select box from a CF query-of-queries with the parent
query cached.  Makes for a nice quick ND search.  I've tried every
javascript and custom tag version of an ND search I can find, but haven't
found anything that does just what I want.  What I've written works, but I
have to keep selecting the text field each time the page loads, or at best
can have the whole text selected or the cursor placed in the first position.
I'd like to be able to place it AFTER the last character, if that's
possible.  I want to say that it's GOT to be possible, but Javascript and I
only work together out of need. :)

Anyone know how to do this?  Alternatively, does anyone have a good CF
narrow-down search which uses a LIKE %#variable#% where criteria to elminate
all records that don't have the search criteria in them, and populate a
multi-select box with the results?

Thanks for your help, all...

-Kevin

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cf vs AOL help needed....

2002-07-17 Thread Kevin Langevin

If the user is on AOL and not accepting cookies, then they should just be
removed from the gene pool.

-Kevin

- Original Message -
From: "Justin Hansen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 9:59 AM
Subject: RE: Cf vs AOL help needed


> This is good to hear! Don't know if it helps answer the original
question...
> If the user is not accepting cookies and they are on AOL you have to use
the URL method.
>
> Justin Hansen
> --
> Uhlig Communications
> Systems Engineer
> --
> [EMAIL PROTECTED]
> 913-754-4273
> --
>
> -Original Message-
> From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 8:55 AM
> To: CF-Talk
> Subject: Re: Cf vs AOL help needed
>
>
> Justin Hansen wrote:
> > While I haven't had this problem myself (I soon will), I have heard this
"CF  vs. AOL" tid bit.
> >
> > An AOL users IP address may (and do) change during a session, when it
does, CF thinks they are a new user and the user is no longer associated
with their session. The only way around this is to add CFID and CFTOKEN to
every url in the site.
> >
> > Can anybody confirm or deny this?
>
> Put up my vote for the deny :)
>
> Sessions are not based on IP addresses, they are based on the
> CFID/CFToken combination (or the jsessionid).
>
> Jochem
>
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Auto includes???

2002-07-11 Thread Kevin Langevin

onrequestend.cfm...

-Kev
- Original Message -
From: "Kris Pilles" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 8:50 AM
Subject: Auto includes???


> Correct me if I am wrong But isn't there something similat to
> application.cfm that functions as a automatic footer
>
> What is it called???
>
> thanks
>
> -Original Message-
> From: John Beynon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 8:38 AM
> To: CF-Talk
> Subject: RE: cflocation problem. Anyone seen this?
>
>
> How about this one:
>
> http://www.macromedia.com/v1/Handlers/index.cfm?ID=22712&Method=Full
>
> Jb.
>
> > -Original Message-
> > From: Bud [mailto:[EMAIL PROTECTED]]
> > Sent: 11 July 2002 12:03
> > To: CF-Talk
> > Subject: RE: cflocation problem. Anyone seen this?
> >
> >
> > On 7/11/02, Tilbrook, Peter penned:
> > >Are you using cookies? This was a well documented problem. Eg:
> > >
> > >Also CF 4.5 has an additional service pack (2) available.
> >
> > Well documented where? :) I've been through all the items in the
> > knowledge base containing cflocation and there's no mention of this
> > problem.
> >
> > -Original Message-
> > From: Bud [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 11 July 2002 10:32 AM
> > To: CF-Talk
> > Subject: cflocation problem. Anyone seen this?
> >
> >
> > Not sure id this is a problem with CF or IIS or IE.
> >
> > Post a form and write some client and session variables to a
> > cart, then do an immediate cflocation. I get HTTP header info
> > showing up in IE 5.5 on PC. It doesn't show up on NN 4.7 on
> > Mac or PC, IE 5.1 on Mac  or NN 6.2 on PC. If I refresh the
> > page where I cflocation to, the headers go away.
> >
> > The server is running IIS 5 and CF 4.5.1 SP 1.
> >
> > Clues?
> > --
> >
> > Bud Schneehagen - Tropical Web Creations
> >
> > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> > ColdFusion Solutions / eCommerce Development
> > [EMAIL PROTECTED] http://www.twcreations.com/
> > 954.721.3452
> >
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SSL

2002-07-09 Thread Kevin Langevin

I recently obtained a Thawte cert for a client, and they were FAST.  I
contacted them by phone after submitting the request and the info aboutthe
company.  I didn't have the company's articles of incorporation or some
other doc that was required...I forget which.  While I was on the phone, the
rep I was talking to went to the D&B site, found the company's entry,
verified theinfo in the request, and two days later the info was double
verified (it goes through two people for a check & balance).  The next day I
had the cert.  It took a total of about 6 days, including a Saturday and
Sunday.  Not all requests will be this fast, most likely, but they were very
helpful and responsive.

I wouldn't be surprised at a price increase, though...they've got a lot of
breathing room to keep the price down below their parent company (Verisign).
Still not sure why they haven't just absorbed Thatwe and kept just one cert
service.

-Kev

- Original Message -
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 2:42 PM
Subject: Re: SSL


> Thawte recently announced a substantial price increase, although it's not
yet
> reflected on their web site.  I'm also hearing a lot of horror stories on
the
> ISP lists regarding turnaround times at Thawte for new certs.  What used
to
> take two or three days is now taking as long as four weeks.  Another
Verisign
> disaster story.
>
> From an email dated July 4th.  The 'SGC' product is the 128 bit supercert.
>
> > The new pricing is as follows:
> > Product New  Renew
> > SSL 1 Year $199   $159
> > SSL 2 Year $349   $299
> > SGC 1 Year $449   $399
> > SGC 2 Year $849   $749
> > Codesigning 1 Year $199   $159
> > Codesigning 2 Year $399   $319
>
> Jim
>
>
> - Original Message -
> From: "Kevin Langevin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, July 09, 2002 11:56 AM
> Subject: Re: SSL
>
>
> > Nope...they have 128 bit Supercerts now...
> >
> > They're actually only $300 per year.  I thought they were more than
that...
> >
> > http://www.thawte.com/getinfo/products/supercert/contents.html
> >
> > - Original Message -
> > From: "Dave Hannum" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 09, 2002 1:41 PM
> > Subject: Re: SSL
> >
> >
> > > Make your own:
> > > But your visitors will have to download the key to use it first visit.
> > > This can be a problem.  Many (maybe most) won't do it.
> > >
> > > I believe Thawt (owned by Verisign) only has up to 40 bit certs.
> > >
> > > http://cognac.epfl.ch/SIC/SL/CA/
> > >
> > > Dave
> > >
> > > - Original Message -
> > > From: "Chad Gray" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, July 09, 2002 1:28 PM
> > > Subject: OT: SSL
> > >
> > >
> > > Is Verisign the only company you buy a 128bit certificate from?  $900
> > > per year, per site seems a bit steep.
> > >
> > >
> > >
> > >
> >
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SSL

2002-07-09 Thread Kevin Langevin

Nope...they have 128 bit Supercerts now...

They're actually only $300 per year.  I thought they were more than that...

http://www.thawte.com/getinfo/products/supercert/contents.html

- Original Message -
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 1:41 PM
Subject: Re: SSL


> Make your own:
> But your visitors will have to download the key to use it first visit.
> This can be a problem.  Many (maybe most) won't do it.
>
> I believe Thawt (owned by Verisign) only has up to 40 bit certs.
>
> http://cognac.epfl.ch/SIC/SL/CA/
>
> Dave
>
> - Original Message -
> From: "Chad Gray" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, July 09, 2002 1:28 PM
> Subject: OT: SSL
>
>
> Is Verisign the only company you buy a 128bit certificate from?  $900
> per year, per site seems a bit steep.
>
>
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SSL

2002-07-09 Thread Kevin Langevin

You can get them from Thawte...not a lot cheaper, but they lump in various
services with their package in order to make it "worth it".  128 bit certs
are awfully expensive.  It's a shame, really...for small merchants who just
want a simple e-commerce site, $1000 a year is a lot of money to spend up
front.  And when you tell them that they can get a 40 bit cert still for the
lesser amount, they worry that they won't be well enough protected.

-Kev
- Original Message -
From: "Chad Gray" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 1:28 PM
Subject: OT: SSL


> Is Verisign the only company you buy a 128bit certificate from?  $900
> per year, per site seems a bit steep.
>
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Weird error

2002-07-08 Thread Kevin Langevin

I saw this error once before.  We got a referral from a local ISP who didn't
have an CF experience.  They got hacked and their CF install was wrecked, so
they built a new server, and when they set it up, they didn't set the SMTP
server in the CF administrator properly, or the SMTP server didn't have
permissions set properly to allow the CF admin to send mail to it.  I never
got a straight answer as to exactly what they did to correct the problem,
but they did after a few days.

-Kev

- Original Message -
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 08, 2002 5:12 PM
Subject: Weird error


> CF5 on windows
>
> anyone ever seen this error when trying to do CFMAIL?
> i'm thinking maybe the host has SMTP service turned off?
>
> TagCFMail::sendMessage
>
> The error occurred while processing an element with a general identifier
of (CFMAIL), occupying document position (1:1) to (6:21) in the template
file C:\INETPUB\WWWROOT\PLATEAUTELNET\ACTION\ACT_POSTSUPPORT.CFM.
>
> Bill Wheatley
> Senior Database Developer
> Macromedia Certified Advanced Coldfusion Developer
> EDIETS.COM
> 954.360.9022 X159
> ICQ 417645
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



SecretAgents.com...

2002-06-26 Thread Kevin Langevin

I've been trying to get in touch with Steve Nelson regarding a problem
registering at SecretAgents.com, but he seems to have gone deep
undercover...Anyone know how to get in touch with him?

Thanks...

-Kev

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Creating FTP accounts

2002-06-21 Thread Kevin Langevin

I have an older version of Serv-U which requires that it be run as a user
account, not as a service.  I've seen references to an app available which
allows you to run such programs as services.  Anyone know of such an
application?

- Original Message -
From: "Justin Scott" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 21, 2002 4:14 PM
Subject: Re: Creating FTP accounts


> Serv-U uses a text-based INI file, and there is/was a custom tag available
> to talk to it directly and encrypt passwords for you as well.  I've used
> Serv-U for a long time and have never really had any problems with it.
>
> -Justin Scott, Lead Developer
>  Sceiron Internet Services, Inc.
>  http://www.sceiron.com
>
>
> - Original Message -
> From: "Robert Bailey" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, June 21, 2002 4:03 PM
> Subject: Creating FTP accounts
>
>
> > We are revamping our hosting application and would like to be able to
add
> > users to the ftp automatically using cold fusion. We are skeptical with
> > MSFTP since we do not want to add them as a local user. Anyone know of a
> > good FTP server that will allow you to add users via the command prompt?
> > Thanks
> >
> > Robert Bailey
> >
> >
> >
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Mail engines...

2002-06-07 Thread Kevin Langevin

Hi all-

Just continuing my thread on list server software.  I'm trying to track
someone down who's using Lyris' Mail Engine for an SMTP server.  Anyone have
any feedback on it?  Interested in its throughput.  Their docs say that
their engine cna blast about 200,000 emails an hour, and I just wantto try
to get a bit of corroboration before I recommend spending the approximately
$6,000 on it.

Thanks...

-Kev

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



ListServ - LS-SMTP

2002-06-06 Thread Kevin Langevin

Anyone using LSSMTP who can give me some feedback?

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Content providers..

2002-06-05 Thread Kevin Langevin

I'm looking for good resources for learning how to make content from our
site available to partners.  We've an array of content which certain
partners would like to make available on their site to affiliated hospitals.
Some of the content is static informational pages, but some of it is stuff
like quizzes which are evaluated via Coldfusion.  Any ideas?  I'm not very
knowledgeable in XML, so I don't know what its capabilities are in
communicating when dynamic applications are involved.  We've toyed with the
possibility of just co-branding a subset of our site with the partner, but
that's not an optimal solution for this situation.

-Kev

- Original Message -
From: "Carlisle, Eric" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 05, 2002 10:03 AM
Subject: Querying multiple Oracle datasources - separate logins - 1 cfquer y


> Is it possible to join tables in 2 different Oracle datasources (using 2
> different logins)?
>
> This is a loaded question because I know you can't.  You probably need to
> use a stored procedure or a view.
>
> I can do 2 seperate queries, but since both tables are required to narrow
> down the results, the recordsets have the potential to get pretty big.
>
> In a pinch, can anyone suggest any other viable CF4.5 solution?
>
> Thanks :)
>
> Eric
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Bulk email servers...

2002-05-31 Thread Kevin Langevin

I absolutely respect your thoughts on this topic, Ryan.  There are many
lists over 1,000,000 emails on the Internet. I previously worked for
eDiets.com, whose opt-in email list is over 15,000,000 names as of about 4
months ago. I'm sure it's significantly larger than that by now.  The
company I currently work for has assumed a defunct company's opt-in email
list through completely legitimate means, and is creating an opt-in mailing
to continue to provide similar service to the previous members. We expect a
LARGE number of people to remain opted-in, as this company's service is
superior to the previous provider, and so the powers that be here wish to
find a solution which will handle the volume of member-emails we may need to
deal with in the next 12-24 months.

While you do not know me, a number of people on the list do, and I assure
you that I am an ethical, responsible developer who would not be party to
spamming.  If I felt that this company was doing anything inappropriate, I
wouldn't be working for them.

All that aside, I'm glad to see that you feel the obligation to question
these practices.  The company's current opt-in email list for member
newsletters is somewhere around 195,000 right now.  With the addition of the
new list, that number will likely increased dramatically, and we just want
to be prepared for it.

Thanks,

-Kevin

- Original Message -
From: "Ryan Kime" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 11:29 AM
Subject: RE: Bulk email servers...


> This is to everyone on the list,
>
> I don't know what the guidelines are for this list concerning responses to
> items like this. I think as developers, we have an obligation to decide
who
> to help if it's something that might use technology in a harmful way. If
> this was a bomb squad mail-list, we wouldn't tell people where the best
> places are  to buy items for homemade creation. Not saying what Kevin, in
> particular, is planning on doing is wrong, but "a few million emails
> overnight" doesn't sound like the best intentions to me. I don't think
most
> company's "newsletters" have user bases of over a million - how big is
> Macromedia's newsletter user count? I could be wrong, but this brings up
my
> point - how do we know the true intentions of the submitter? You might be
> thinking, "what's the big deal if it's for spraying emails?", well go do a
> news search on Google concerning the cost of spam for corporationsit's
> becoming a big concern.
>
> I bring this up because I am seeing emails concerning questionable tactics
> or what may be legit but could be used in a harmful way (i.e. - the thread
> on accessing a user's a: drive). As a group, do we have a responsibility
to
> ignore technical questions that are borderline suspect? Your thoughts?
>
>
> Thanks,
>
> Ryan Kime
>
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 31, 2002 8:05 AM
> To: CF-Talk
> Subject: Bulk email servers...
>
>
> Hi all-
>
> Just wanted to see if I could get some testimonials for bulk email
servers.
> I'm looking for something that won't spit out its own skull when trying to
> send out a few million emails overnight, and hopefully something with
decent
> list scrubbing capabilities.  Thoughts, comments, suggestions?
>
> We're not looking to outsource the mailserver functions at all.  We're
> looking to set up a dedicated email server  to handle this stuff.  Mostly
> newsletter stuff.
>
> Thanks...
>
> -Kevin
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Bulk email servers...

2002-05-31 Thread Kevin Langevin

Hi all-

Just wanted to see if I could get some testimonials for bulk email servers.
I'm looking for something that won't spit out its own skull when trying to
send out a few million emails overnight, and hopefully something with decent
list scrubbing capabilities.  Thoughts, comments, suggestions?

We're not looking to outsource the mailserver functions at all.  We're
looking to set up a dedicated email server  to handle this stuff.  Mostly
newsletter stuff.

Thanks...

-Kevin

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Linkpoint API

2002-05-06 Thread Kevin Langevin

I've used it a bit.  Are you going to use the ColdFusion app they've built,
or just the simple HTML version?  They also have Java and XML code you can
use.

-Kevin

> -Original Message-
> From: Joseph DeVore [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 2:11 PM
> To: CF-Talk
> Subject: Linkpoint API
>
>
> Anyone here ever used the Linkpoint API?
>
> Any feedback on Linkpoint's services?
>
> I have a client who might want to use them but, he would like
> some feedback
> first.
>
> Any comments/suggestions appreciated.
>
>
> Thank you,
>
>
> Joseph DeVore
> VeloxWeb Technologies
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

> From: Matthew Walker [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 6:32 AM
> To: CF-Talk
> Subject: Re: Keeping track of logged-in users...
> 
> 
> Where are you storing your client variables?
> 

SQL Server 2000 DB...


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED] 
http://www.FlyingChimp.com


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

Hmmm...Closes the browser window?  How do I test for this?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Dimple Goshar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 6:20 AM
> To: CF-Talk
> Subject: RE: Keeping track of logged-in users...
>
>
> Which means there is no problem of session timeout
> Then in that case u can very well have an additional column loggedon which
> is set to 1 when  the user logs in
> and set to 0 when the user logs out or closes the browser window
>
>
> > -----Original Message-
> > From:   Kevin Langevin [SMTP:[EMAIL PROTECTED]]
> > Sent:   Tuesday, April 23, 2002 3:41 PM
> > To: CF-Talk
> > Subject:RE: Keeping track of logged-in users...
> >
> > Actually, I'm using Client variables...no session vars at all.
> >
> >
> > Kevin Langevin
> > Flying Chimp Media
> > 954-585-0999
> > [EMAIL PROTECTED]
> > http://www.FlyingChimp.com
> >
> > > -Original Message-
> > > From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, April 23, 2002 6:02 AM
> > > To: CF-Talk
> > > Subject: RE: Keeping track of logged-in users...
> > >
> > >
> > > You are basically going to have to use session vars so you may as well
> > > use a structure which has the total of users logged in etc...
> > >
> > >
> > >
> > >
> > >
> >
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

The session DOES expire, but transparently to the system.  FOr purposes of
this site, a session is expired if its lastAccess variable is older than 20
minutes ago.  Basically I'm doing a check in the application.cfm file to see
if this is the case, and if it is, then it deletes a couple of client
variables, and redirects the user to the login page.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Dimple Goshar [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 6:17 AM
> To: CF-Talk
> Subject: RE: Keeping track of logged-in users...
>
>
> You can also update the database and set the flag if the user closes the
> browser window without logging out properly
>
> Also if u r using client variables instead of session variables , then the
> session will not expire in this case, so these problems wont arise
>
> > -Original Message-
> > From:   nagraj [SMTP:[EMAIL PROTECTED]]
> > Sent:   Tuesday, April 23, 2002 3:47 PM
> > To: CF-Talk
> > Subject:Re: Keeping track of logged-in users...
> >
> > Hello,
> >
> > But If User Leave the system or Session Expires.The database is not
> > updated
> > from flag=1 to flag=0.This may lead to problems.I think you can
> preserver
> > LastLogin time.i.e. When ever user log in we keep the User login
> > information
> > in db.If we
> > are known with session time out peroid we can use that
> information to find
> > out logged users.
> >
> > If you can you can store the Information in Application variable a
> > structure.But It has its own drawbacks.
> >
> > But Still you can give a try to one of the above.
> >
> > With Regards
> > Nagaraj.A
> >
> > - Original Message -
> > From: "Dimple Goshar" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 23, 2002 3:05 PM
> > Subject: RE: Keeping track of logged-in users...
> >
> >
> > > Hi,
> > >
> > > If you want to avoid updates to your database, you can have another
> > > column in your users database , "loggedon" which is set to
> > > 1 when the user logs on to the site and set to 0 when the user logs
> > > off
> > >
> > > Then u can give ur report on the basis of this column
> > >
> > >
> > > Regards
> > > Dimple
> > >
> > > > -Original Message-
> > > > From: Kevin Langevin [SMTP:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, April 23, 2002 2:42 PM
> > > > To: CF-Talk
> > > > Subject: Keeping track of logged-in users...
> > > >
> > > > Hi all-  Got a "best practices" question for you.
> > > >
> > > > I've got a client site which uses client variables to track users'
> > > > sessions
> > > > for auto-logout.  When a user logs on, a CLIENT.lastAccess
> variable is
> > set
> > > > to now().  In the application.cfm, a check is run to see if
> > > > CLIENT.lastAccess is defined and if it's more recent than
> 20 minutes.
> > If
> > > > it
> > > > is, then CLIENT.lastAccess is set to now() again, and processing
> > > > continues.
> > > > As long as the client hits a page before the 20 minute time
> limit runs
> > > > out,
> > > > works great.  To log the user out, I delete certain client
> variables,
> > > > especially lastAccess.
> > > >
> > > > Now my dimlemma.  The client decided that he wants to track how many
> > users
> > > > are "logged on" (how many have accessed a page in the last
> 20 minutes
> > and
> > > > haven't yet been logged off.
> > > >
> > > > The only way I can see to do this is to ALSO write now() into a
> > lastAccess
> > > > field in the member database on each hit right after writing the
> > client
> > > > variable, so that the home page, which is supposed to display the
> > number
> > > > of
> > > > users logged in, can run a query on members with a lastAccess field
> > with
> > a
> > > > time less than 20 minutes ago.  This just seems like a lot of DB
> > access
> > > > (one
> > > > write when setting the CLIENT variable, and another when
> updating the
> > > > member
> > > > table), but I'm wondering if anyone has experience doing somethin

RE: Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

Actually, I'm using Client variables...no session vars at all.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED] 
http://www.FlyingChimp.com

> -Original Message-
> From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 6:02 AM
> To: CF-Talk
> Subject: RE: Keeping track of logged-in users...
> 
> 
> You are basically going to have to use session vars so you may as well
> use a structure which has the total of users logged in etc...
> 
> 
> 
> 
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

Thanks for the suggestions, all.

I checked the article in CFDJ, and it looked like it might cover what I was
looking for, but DOH!  I don't have a current subscription.  I've been
meaning to re-up, but haven't gotten around to it, and the article teaser is
available, but the article itselsf is only available to members.  :(

Ah well... If anyone with a subscription can summarize for me what the
author did to accomplish this task, I'd be mighty grateful.

I wish I could use the Application variable or even a login-triggered db
field increment, but unfortunately, as others pointed out, there's nothing
to trigger the decrement when someone times out. :(

Unless someone knows how to query the client DB based on an application name
and a client variable name, then I think I'm going to have to keep the user
table updated with the most recent lastAccess.  It'll do, I think, I was
just hoping for a solution that could be accomplished without the extra
update on every application.cfm execution.

Thanks again...


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 5:31 AM
> To: CF-Talk
> Subject: Re: Keeping track of logged-in users...
>
>
> > Hmmm...
> >
> > A quick suggestion/solution could be that when someone logs on, you can
> > insert a value (or incremente) into a structure and then count the
> > length of that structure - this will give you who is currently logged
> > on.  Thoereitically this is how it could be done one way.
> >
>
> There is an article in the CFDJ archive all about this
>
> "Live Monitoring of User Sessions"
> http://www.sys-con.com/coldfusion/articlea.cfm?id=136
>
>
> ;o)
>
> Regards
>
> Stephen
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Keeping track of logged-in users...

2002-04-23 Thread Kevin Langevin

Hi all-  Got a "best practices" question for you.

I've got a client site which uses client variables to track users' sessions
for auto-logout.  When a user logs on, a CLIENT.lastAccess variable is set
to now().  In the application.cfm, a check is run to see if
CLIENT.lastAccess is defined and if it's more recent than 20 minutes.  If it
is, then CLIENT.lastAccess is set to now() again, and processing continues.
As long as the client hits a page before the 20 minute time limit runs out,
works great.  To log the user out, I delete certain client variables,
especially lastAccess.

Now my dimlemma.  The client decided that he wants to track how many users
are "logged on" (how many have accessed a page in the last 20 minutes and
haven't yet been logged off.

The only way I can see to do this is to ALSO write now() into a lastAccess
field in the member database on each hit right after writing the client
variable, so that the home page, which is supposed to display the number of
users logged in, can run a query on members with a lastAccess field with a
time less than 20 minutes ago.  This just seems like a lot of DB access (one
write when setting the CLIENT variable, and another when updating the member
table), but I'm wondering if anyone has experience doing something like
this, and whether that one extra update on each page hit will hurt that
much.  Assume a few thousand members hitting the site daily, spread out,
most likely, but probably surfing around a fair bit (lots of articles, and a
message board).  Doing the CLIENT variable update seems to impact the site
not at all, but I've not tested under really heavy load.

Does anyone have a more elegant way of doing this, like parsing the Client
DB for the CLIENT.lastAccess variable and getting a count of the ones with a
value less than 20 minutes ago.  Any suggestions would be most appreciated.

Thanks...

Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 4:51 AM
> To: CF-Talk
> Subject: RE: CF's Most Wanted ::
>
>
> Hi Peoples
>
> Well, I can say, since its public knowledge in some circles that locking
> will no longer be required with Neo - the server will handle this side
> of things.  CFMX has addressed the fact that failure to lock shared
> scope vairables will not cause memory corruption while a write operation
> is in progress.
>
> **However**, you will still have to lock for the legitimate use - to
> prevent synchronous activity ensuring that requests are requests are
> processed one at a time. For example, if I am about to reread a cached
> query I might decide that all requests that need this query should wait
> so as to ensure that they have the newer data.
>
> Hope this helps!
>
>
>
>
>
> Neil
> Team Macromedia
> http://www.macromedia.com/go/team
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Paypal Subscriptions...

2002-04-19 Thread Kevin Langevin

Hmmm...Still researching recurring-fee processing for this client, and it
looks like PayFlow isn't any better than other getways from a recurring-fee
standpoint.  They're just a gateway.

FYI...anyone who's interested, Verisign will be offering recurring-fee
processing (databasing credit cards so you don't have to) later this year,
according to the person I spoke with.

It looks like databasing the credit cards is going to be necessary and
building the recurring-fee system (no biggie there) myself.  New
question...does anyone have experience they can lend with regards to
encryption solutions?  I'm not comfortable with just using CF's encryption
to encrypt that database... :)

What solutions have you all used?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF and "Business Logic

2002-04-19 Thread Kevin Langevin

I doubt he can back up his statement...I've never encountered anything that
couldn't be done from a business logic standpoint with ColdFusion.  Unless
he can support it, I'd leave him just as he is...a potential.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Venable, John [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 10:17 AM
> To: CF-Talk
> Subject: CF and "Business Logic
>
>
> More of a philosophical question. I was meeting with a potential
> subcontractor the other day and he made the remark that once you get into
> serious business logic, cold fusion is "kinda hokey." Anyone care to
> possibly elaborate on what he might've meant? Or is this just
> another one of
> those anti-CF prejudices?
>
> Just wondering,
>
> John Venable
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Paypal Subscriptions...

2002-04-19 Thread Kevin Langevin

Hmmm...I'm not familiar with the service, but I'll go check it out.

If anyone else has experience with PayFlow from Thawte, I'd very much like
to hear about it.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Rick Eidson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 10:09 AM
> To: CF-Talk
> Subject: RE: Paypal Subscriptions...
>
>
> I would signup for a Payflow account at Thawt and build it in CF.
>
> Rick
>
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 9:15 AM
> To: CF-Talk
> Subject: RE: Paypal Subscriptions...
>
>
> Thanks, Tim...lots of food for thought.  I'll pass these along to
> my client.
>
> Would you have any other suggestions for recurring-subscription payment
> solutions?
>
>
> Kevin Langevin
> Flying Chimp Media
> 954-585-0999
> [EMAIL PROTECTED]
> http://www.FlyingChimp.com
>
> > -Original Message-
> > From: Tim Claremont [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 19, 2002 10:04 AM
> > To: CF-Talk
> > Subject: RE: Paypal Subscriptions...
> >
> >
> > Please read the following articles and websites before you recommend, or
> > even imply that you recommend that your customer use PayPal's services.
> >
> > http://www.Paypalsucks.com
> > http://www.paypalwarning.com
> > http://www.outofthedark.com/CorporateWars/PayPal/
> > http://www.onmagazine.com/on-mag/feedback/horror/
> > http://australia.internet.com/r/article/jsp/sid/11630?clicked=hottopics
> > http://www.msnbc.com/news/712822.asp?0si=-
> >
> > By the way, these sites were found with about 20 seconds of searching. I
> > am quite sure there are more to be had.
> >
> > T
> >
> >
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Paypal Subscriptions...

2002-04-19 Thread Kevin Langevin

Thanks, Tim...lots of food for thought.  I'll pass these along to my client.

Would you have any other suggestions for recurring-subscription payment
solutions?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Tim Claremont [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 10:04 AM
> To: CF-Talk
> Subject: RE: Paypal Subscriptions...
>
>
> Please read the following articles and websites before you recommend, or
> even imply that you recommend that your customer use PayPal's services.
>
> http://www.Paypalsucks.com
> http://www.paypalwarning.com
> http://www.outofthedark.com/CorporateWars/PayPal/
> http://www.onmagazine.com/on-mag/feedback/horror/
> http://australia.internet.com/r/article/jsp/sid/11630?clicked=hottopics
> http://www.msnbc.com/news/712822.asp?0si=-
>
> By the way, these sites were found with about 20 seconds of searching. I
> am quite sure there are more to be had.
>
> T
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Paypal Subscriptions...

2002-04-19 Thread Kevin Langevin

Wow...that doesn't sound like fun.  What caused the problem in the first
place?  Do you know?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Rick Eidson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 9:45 AM
> To: CF-Talk
> Subject: RE: Paypal Subscriptions...
>
>
> I dumped Paypal.
>
> They blocked my account for a filed dispute that was settled
> months earlier.
> Took money out of my account a gave it to someone else without verifying
> that it wasn't settled. Then wanted me to put more money in so they could
> give them more. But my account was blocked so I couldn't nor would I. Then
> they said They couldn't reverse it the person just needed to send
> the money
> back to my account. But it was blocked so he couldn't. He sent me a money
> order and the day after I got it they sent him an email
> threatening to turn
> him into collection if he didn't return the money to my account. We both
> emailed them and finally they opened my account up and closed the issue.
> They didn't even say sorry.
>
> Rick Eidson
>
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 8:41 AM
> To: CF-Talk
> Subject: Paypal Subscriptions...
>
>
> Hi all-
>
> I've a customer who is likely going to go with Paypal for recurring
> subscriptions (thanks to all who gave suggestions for solutions),
> which upon
> investigation looks like a pretty robust service, and about the cheapest
> I've found.  I was wondering if any of you have implemented it,
> and whether
> or not you've used their IPN (Instant Payment Notification)
> stuff.  It looks
> like you need to implement a Perl script on the server, which I'm
> trying to
> avoid, because I've never configured ActivePerl on a Win2K box (properly)
> before.  Anyone know if there are alternatives?
>
> Anyone have any thoughts or comments on using this service?  Good or bad,
> all advice is welcome.
>
> Thanks...
>
>
> Kevin Langevin
> Flying Chimp Media
> 954-585-0999
> [EMAIL PROTECTED]
> http://www.FlyingChimp.com
>
>
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Paypal Subscriptions...

2002-04-19 Thread Kevin Langevin

Hi all-

I've a customer who is likely going to go with Paypal for recurring
subscriptions (thanks to all who gave suggestions for solutions), which upon
investigation looks like a pretty robust service, and about the cheapest
I've found.  I was wondering if any of you have implemented it, and whether
or not you've used their IPN (Instant Payment Notification) stuff.  It looks
like you need to implement a Perl script on the server, which I'm trying to
avoid, because I've never configured ActivePerl on a Win2K box (properly)
before.  Anyone know if there are alternatives?

Anyone have any thoughts or comments on using this service?  Good or bad,
all advice is welcome.

Thanks...


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Multiple CFMail Problem

2002-04-08 Thread Kevin Langevin

ODS' iMS Mail server has a bundled CFX_iMSMail tag which is a vast
improvement over CFMail.  I haven't encountered the types of problems you're
describing at all, and I've been using iMS for about two years now.

Howie Hamlin (from ODS) can probably speak more on this, but check out iMS
at http://www.coolfusion.com.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Trey Rouse [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 1:30 PM
> To: CF-Talk
> Subject: RE: Multiple CFMail Problem
>
>
> We experienced this problem with all versions of 4.5.  Allaire never did
> 'fix' the error.  They claimed it was fixed in 4.5.1, however it still
> existed, just wasn't as persistent as earlier versions.
>
> Our own diagnosis determined that the cause of the error was the
> cfmail.dll(I forget the actual name of the DLL) was trying to write two
> files at the same time. Or perhaps more correctly, it would attempt to
> write the second file before the first was closed.  We would typically
> end up with 0k files in the undeliverable section.
>
> Anyway, adding some pause between the cfmails may solve your problem
> provided the site isn't terribly active and there aren't too many
> simultaneous requests to these cfmail calls. We found the size of the
> emails also greatly affected how often this error would occur.  For
> example, if you have a page that sends 4 different emails to 4 different
> contacts at one company and each email contains a 10k attachment, you
> can start to duplicate this bug with some regularity.  Now imagine that
> page being hit every 5 seconds... Now, the speed of your server and file
> system are also going to affect how often this happens.  So, adding
> pauses and using smaller emails MAY solve your problem depends on how
> active your site is.
>
> Ultimately, our solution was to switch to an alternate means of
> generating email.  We switched to an ASP product that is actually
> multi-threaded unlike Allaire/Macromedias solution.
>
> For years, I have been suggesting that CF Enterprise be bundled with a
> robust multi-threaded smtp spooler that should be directly tied to the
> application engine.  Enterprise sites that deal with high mail loads
> would benefit from this.  Also, it would add more product disparity
> between pro and ent, something I personally feel is lacking.
>
> I have not tested these same errors (bugs?) in CF 5.  Perhaps it has
> been corrected, but honestly, if past performance of eliminating mail
> bugs between revisions is any indication, I would suspect they only
> added new and more exciting problems ;)
>
> Trey Rouse
> Internet Project Coordinator
> Web Services - Rice University
> MS 119 - 713.348.4799
>
> PS - I love CFM, I just loath CFMAIL.
>
> -Original Message-
> From: Willy Ray [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 10:43 AM
> To: CF-Talk
> Subject: Multiple CFMail Problem
>
> Hey All,
>
> Here's my situation.  I have an application that generates 3 total
> emails.  User clicks submit, it generates one email, then they're taken
> to another page on which they can submit additional info.  If they do
> this, two more emails are created, one to the person who is gathering
> the info, and another back to the user thanking them for sending
> additional info.
>
> My problem is, the middle email doesn't always get sent.  I click the
> first submit button, I always get the email, I do the additional info,
> hit submit, and I always get the "thanks for the more info" message, but
> I only get the "additional info" message if I then hit the back button,
> and re-click submit!
>
> It seems like the time between messages is to short, and I'm getting
> these additional info messages in my undelivrable folder.  How long do I
> need to wait between messages, and what's the best way to accomplish the
> waiting?  two separate templates?
>
> Help!
>
> Willy Ray
>
>
>
> -
> Willy Ray
> Web Applications Developer
> Certified Advanced ColdFusion Developer
> Westminster College
>
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Subscription / Invoicing Solution

2002-04-06 Thread Kevin Langevin

I have, and my client is still reviewing their system some.  Thanks for the
suggestion, though.  Have you any experience with using it for recurring
subscription?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: kodanet [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 06, 2002 1:34 PM
> To: CF-Talk
> Subject: Re: OT: Subscription / Invoicing Solution
>
>
> Have you thought about usinp paypal and their subscription system ?
>
> - Original Message -
> From: "Kevin Langevin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Saturday, April 06, 2002 9:14 AM
> Subject: RE: OT: Subscription / Invoicing Solution
>
>
> > Actually, it is a CF-related issue, because I'm looking for a decent
> > solution for handling recurring payments on a CF-based community site.
> > Problem is, I don't want to warehouse credit cards for recurring
> > subscription fees.  I'd prefer to leave that to the people who
> specialize
> in
> > that type of security for CC databases.  I'd like to find a
> solution that
> > isn't terribly difficult to implement with CF, and perhaps a bit less
> > expensive than iBill or ccNow.
> >
> >
> > Kevin Langevin
> > Flying Chimp Media
> > 954-585-0999
> > [EMAIL PROTECTED]
> > http://www.FlyingChimp.com
> >
> > > -Original Message-
> > > From: Matt Robertson [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, April 05, 2002 4:20 PM
> > > To: CF-Talk
> > > Subject: Re: OT: Subscription / Invoicing Solution
> > >
> > >
> > > I built a policy renewal system for an insurance company that
> > > does this sort of thing, and shortly will build a billing system
> > > for them; much the same issues involved there as well.
> > >
> > > What do you want to know?  Looks like we better take this off
> > > list as I assume this isn't any sort of CF/online project.
> > >
> > > Feel free to email me directly and ask away.
> > >
> > > Cheers,
> > >
> > > ---
> > > Matt Robertson[EMAIL PROTECTED]
> > > MSB Designs, Inc., www.mysecretbase.com
> > > ---
> > >
> > >
> > > -- Original Message --
> > > from: "Paul E. Cross" <[EMAIL PROTECTED]>
> > > Reply-To: [EMAIL PROTECTED]
> > > date: Fri, 05 Apr 2002 12:51:24 -0800
> > >
> > > Hi:
> > >
> > > I'm searching for a solution to tracking subscriptions to an
> > > online / print
> > > magazine (=http://www.pracrisk.com). Currently done in a bunch of
> > > different
> > > places (an accounting program, a spreadsheet with about 15
> > > worksheets). Not
> > > surprisingly it's terribly inefficient, inconsistent and
> > > inaccurate. We are
> > > in the middle of developing a custom solution in Access with
> an in-house
> > > developer (company-Aon). But it's so tough to spicify and communicate
> our
> > > needs and wants and have them show up in the custom application.
> > >
> > > The toughest part:  (briefly) we want to automate the
> invoicing process.
> > > Send out first notice renewal subscription notices 3 months before
> > > expiration, second notices 2 months, etc. It seems like I get
> > > these all the
> > > time from the magazines I belong to.
> > >
> > > Does anyone have any advice for me? Or potential source of an existing
> > > application that may fit our needs?  Big accounting programs
> like MAS90
> > > seem inappropriate and difficult for our subscription manager to learn
> (1
> > > person manages about 1000 subscribers, this isn't a big
> > > magazine). Off the
> > > shelf pc accounting programs don't seem to fit and I couldn' t find a
> > > sample on internet that looked promising.
> > >
> > > Thanks for listening,
> > >
> > > Paul Cross
> > >
> > >
> > >
> >
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Subscription / Invoicing Solution

2002-04-06 Thread Kevin Langevin

Actually, it is a CF-related issue, because I'm looking for a decent
solution for handling recurring payments on a CF-based community site.
Problem is, I don't want to warehouse credit cards for recurring
subscription fees.  I'd prefer to leave that to the people who specialize in
that type of security for CC databases.  I'd like to find a solution that
isn't terribly difficult to implement with CF, and perhaps a bit less
expensive than iBill or ccNow.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: Matt Robertson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 4:20 PM
> To: CF-Talk
> Subject: Re: OT: Subscription / Invoicing Solution
>
>
> I built a policy renewal system for an insurance company that
> does this sort of thing, and shortly will build a billing system
> for them; much the same issues involved there as well.
>
> What do you want to know?  Looks like we better take this off
> list as I assume this isn't any sort of CF/online project.
>
> Feel free to email me directly and ask away.
>
> Cheers,
>
> ---
> Matt Robertson[EMAIL PROTECTED]
> MSB Designs, Inc., www.mysecretbase.com
> ---
>
>
> -- Original Message --
> from: "Paul E. Cross" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> date: Fri, 05 Apr 2002 12:51:24 -0800
>
> Hi:
>
> I'm searching for a solution to tracking subscriptions to an
> online / print
> magazine (=http://www.pracrisk.com). Currently done in a bunch of
> different
> places (an accounting program, a spreadsheet with about 15
> worksheets). Not
> surprisingly it's terribly inefficient, inconsistent and
> inaccurate. We are
> in the middle of developing a custom solution in Access with an in-house
> developer (company-Aon). But it's so tough to spicify and communicate our
> needs and wants and have them show up in the custom application.
>
> The toughest part:  (briefly) we want to automate the invoicing process.
> Send out first notice renewal subscription notices 3 months before
> expiration, second notices 2 months, etc. It seems like I get
> these all the
> time from the magazines I belong to.
>
> Does anyone have any advice for me? Or potential source of an existing
> application that may fit our needs?  Big accounting programs like MAS90
> seem inappropriate and difficult for our subscription manager to learn (1
> person manages about 1000 subscribers, this isn't a big
> magazine). Off the
> shelf pc accounting programs don't seem to fit and I couldn' t find a
> sample on internet that looked promising.
>
> Thanks for listening,
>
> Paul Cross
>
>
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: iBill PIN code payment integration...

2002-04-05 Thread Kevin Langevin

Hmmm...I don't even know what this clients terms are with iBill.  Thanks for
the heads up on pricing.  Can anyone suggest better options for
recurring-subscription payment systems?


Kevin Langevin
UsWebGuys
954-585-0999
[EMAIL PROTECTED]
http://www.UsWebGuys.com

> -Original Message-
> From: Don Vawter [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 10:50 AM
> To: CF-Talk
> Subject: Re: iBill PIN code payment integration...
>
>
> iBill will send you a text file will all the pins.
> You just have to keep track of what pins have been used.
> When a user returns to your site after authorization the pin number is a
> form field.
> I just imported the pins into SQL Server and then wrote stored procs to
> validate/update pins
>
> I dont use it anymore because iBill is way too expensive.
>
>
> °¿°
>  ~
> Don Vawter
>
> - Original Message -
> From: "Kevin Langevin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, April 05, 2002 8:21 AM
> Subject: iBill PIN code payment integration...
>
>
> > Hi all-
> >
> > I'm looking for someone with experience in implementing iBill's PINcode
> > payment system using CF.  The info I've found so far says that
> you need to
> > use a CGI program to retrieve the PIN code from your PIN code file.  Has
> > anyone built a CF version to read the file and return the next PIN?  I'd
> > like to stay away from CGI if possible, but more importantly,
> I'd like to
> > find someone who can give me some pointers on implementing the system in
> > general.
> >
> > I can be contacted using any of the info below.  TIA.
> >
> >
> > Kevin Langevin
> > UsWebGuys
> > 954-585-0999
> > [EMAIL PROTECTED]
> > http://www.UsWebGuys.com
> >
> >
> >
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



iBill PIN code payment integration...

2002-04-05 Thread Kevin Langevin

Hi all-

I'm looking for someone with experience in implementing iBill's PINcode
payment system using CF.  The info I've found so far says that you need to
use a CGI program to retrieve the PIN code from your PIN code file.  Has
anyone built a CF version to read the file and return the next PIN?  I'd
like to stay away from CGI if possible, but more importantly, I'd like to
find someone who can give me some pointers on implementing the system in
general.

I can be contacted using any of the info below.  TIA.


Kevin Langevin
UsWebGuys
954-585-0999
[EMAIL PROTECTED]
http://www.UsWebGuys.com


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Complex List Delimiter

2002-03-28 Thread Kevin Langevin

Actually, I think you have to use #chr(13)#&#chr(10)#, don't you?


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 1:48 PM
> To: CF-Talk
> Subject: RE: Complex List Delimiter
>
>
> when you say pagebreak, are you talking about a new line? if so
> it would ce
> defined as "#chr(13)##chr(10)#".
>
> Anthony Petruzzi
> Webmaster
> 954-321-4703
> http://www.sheriff.org
>
>
> -Original Message-
> From: Wallick, Mike [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 11:54 AM
> To: CF-Talk
> Subject: Complex List Delimiter
>
>
> Quick question for you gurus out there
>
>
> I want to use a text delimiter for my content that's in a database. I want
> to use [pagebreak] as the delimiter. In php, I would use:
>
> // Split the text into an array of pages
> $textarray = split("\[pagebreak]", $content);
>
> However, in ColdFusion, ListToArray(content, "[pagebreak]") (or
> some similar
> function) is interpreted as any of the characters in the
> [pagebreak] string
> could be a delimiter (i.e. [ p a g e b r e a k ]).
>
> Any ideas?
>
> mike wallick
> * web application developer
> * [EMAIL PROTECTED]
> * 651.628.5377
> * http://www.securecomputing.com
>
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Upgrading to CF 5...

2002-03-03 Thread Kevin Langevin

Hi all...I just attempted to upgrade a CF 4.5 server to CF 5, and got a slew
of errors stating that "ordinal 259 could not be located in dynamic link
library SHSMP.DLL".  ANy thoughts on what caused this and what I can do to
rectify the situation?


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 03, 2002 10:15 AM
To: CF-Talk
Subject: CFGraph


Hi guys,

When using CFGraph to create a flash file. Any idea where is the flash
file located?

Thanks in advance


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: pro v.s. enterprise

2002-02-26 Thread Kevin Langevin

Enterprise allows full Advanced Security, and the enablement of Security
Sandboxes.  Boxes allow you to partition off certain services and areas of
the CF server to specific users or security contexts.  This is great for IPS
or companies which allow multiple developers to RDS into a machine, but
don't want the developers to access each other's resources.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 4:18 PM
To: CF-Talk
Subject: pro v.s. enterprise


If i read the white papers right it seems the only thing CF Enterpise buys
me is the ability to Cluster and Load Balance.  Is this correct, or does
Enterprise supply more?

I am quoting a project for a company that gets about 2million hits per
month and im going to recommend a dual or quad CPU server with Pro.  Does
this sound reasonable?  Their web site will be the only one on the
server.  Im pretty sure it is over kill, but with the prices hardware id
going for it seems worth it.


Also is there an easy way to setup a backup server off site?  I would like
to set it up so if the on-site internet connection goes down the off-site
server would kick in.

Thanks!


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: TOP 3 not working, again

2002-02-13 Thread Kevin Langevin

You should use ORDER BY to assure that you're getting the top three.
Because you enter new records does not make those records "top" records.
Try ordering by your priary key (descending) if it's an identity element, or
timestamp the insert and order on that (descending).


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 13, 2002 10:23 AM
> To: CF-Talk
> Subject: TOP 3 not working, again
>
>
> Why does TOP rarely work for me?  I just need to grab the last 3 records,
> but instead it pulls the same 3 each time, regardless of whether there are
> newly inserted records or not
>
>  
>  SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM
> thumbNailElements
>  
>
> Any ideas?
>
> Thanks
>
> Will
>
>
> ---
> "A woman drove me to drink and I didn't even have the decency to thank
> her." --W.C. Fields
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia.com (Dev Ex)

2002-01-30 Thread Kevin Langevin

I'm sure it's just a glitch.  It'll be fixed by morning. :)


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Steve Oliver [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 1:34 AM
To: CF-Talk
Subject: RE: Macromedia.com (Dev Ex)


Seems like the developer exchange is running extremely fast right now.

Could be that it's 1:30 am though ;)

__
steve oliver
atnet solutions, inc.
http://www.atnetsolutions.com


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio 5 Downward Compatible?

2002-01-30 Thread Kevin Langevin

Sure will...


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Jeff Stevens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 12:45 AM
To: CF-Talk
Subject: CF Studio 5 Downward Compatible?


I want to upgrade but I have some sites still using CF 4.x.  Will Studio
work with previous versions of CF.

Thank You



_

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com



__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: email -> database (iMS?)

2002-01-27 Thread Kevin Langevin

Tony-

I'm running iMS on my colocated server.  It rocks!  You CAN do anything you
want with it, because the mailserver is all ColdFusion...and everyone knows
you can do anything with ColdFusion. :P

If you want to poke around on the server to look at the code, let me know.

Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 27, 2002 7:46 PM
To: CF-Talk
Subject: email -> database (iMS?)


I need a reliable way to pipe email into a database. I've done it with
CFPOP before, but this needs to scale much larger and I also need to catch
outgoing mail through a mail server. Is this somethign that iMS can do?


Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Macromedia.com

2002-01-27 Thread Kevin Langevin

Perhaps a group of us should get together and submit a proposal to
Macromedia for the developer site and see if they'd contract it out to us.
That way we get the site we want, they get happy developer support, and they
don't have to commit an entire team to get it built.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 27, 2002 5:03 PM
To: CF-Talk
Subject: Re: Macromedia.com


Hi Jeremy,

I, for one, would like to see a separate developer site (for example,
developer.macromedia.com) where the front page is a
no-nonsense portal for all of the developer resources.  This way,
www.macromedia.com stays as the marketing/sales site and the other
site makes it easy for us developers to find the information and resources
that we need.

Thanks,

--
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
>>> Find out how iMS Stacks up to the competition:
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Jeremy Allaire" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, January 27, 2002 4:08 PM
Subject: Macromedia.com


> Hi-
>
> I saw the post about a person having problems downloading something on the
site.
>
> We have a planned outage this and next weekends in order to switch offsite
hosting providers -- our current provider went out of
business.
>
> We're also taking the coming months to re-build the site from scratch on
our next releases of ColdFusion, Flash and Dreamweaver.
>
> We'd love your feedback on features for the site.
>
> Thanks,
>
> Jeremy
>
>
>

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HELP! CFJava2.jar & Errors

2002-01-25 Thread Kevin Langevin

Have you installed all the hotfixes for ColdFusion 5?  There are about 6 of
them, and one of them replaces some of the Java class and .jar files.  This
might be a source of your problem.


Kevin Langevin
Flying Chimp Media
954-585-0999
[EMAIL PROTECTED]
http://www.FlyingChimp.com

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 25, 2002 10:19 AM
> To: CF-Talk
> Subject: HELP! CFJava2.jar & Errors
>
>
> We've just upgraded a development server to CF5.  The server has
> an app on it
> that we purchased from a vendor.  They haven't certified it to
> run under CF5,
> but they said that it should be fine, if we decided to give it a try.
>
> Well, most of it seems to be ok, but there is a section that
> loads some java,
> and we get errors.
>
> On the main screen, there is a message that it is trying to load
> servername/cfide/classes/CFJava2.jar, and then the following Java Plug-in
> Security Warning:
>
> java.security.cert.CertificateExpiredException: NotAfter: Sun Dec
> 16 17:59:59
> CST 2001
>  at sun.security.x509.CertificateValidity.valid(Unknown Source)
>  at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
>  at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
>  at sun.plugin.security.TrustDecider.isAllPermissionGranted(Unknown
> Source)
>  at
> sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
>  at
> java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
>  at java.security.SecureClassLoader.defineClass(Unknown Source)
>  at java.net.URLClassLoader.defineClass(Unknown Source)
>  at java.net.URLClassLoader.access$100(Unknown Source)
>  at java.net.URLClassLoader$1.run(Unknown Source)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at java.net.URLClassLoader.findClass(Unknown Source)
>  at sun.applet.AppletClassLoader.findClass(Unknown Source)
>  at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
>  at java.lang.ClassLoader.loadClass(Unknown Source)
>  at sun.applet.AppletClassLoader.loadClass(Unknown Source)
>  at java.lang.ClassLoader.loadClass(Unknown Source)
>  at sun.applet.AppletClassLoader.loadCode(Unknown Source)
>  at sun.applet.AppletPanel.createApplet(Unknown Source)
>  at sun.plugin.AppletViewer.createApplet(Unknown Source)
>  at sun.applet.AppletPanel.runLoader(Unknown Source)
>  at sun.applet.AppletPanel.run(Unknown Source)
>  at java.lang.Thread.run(Unknown Source)
>
> Does this mean that we have an expired cert? Is it a bug in CF5?
> Any ideas on
> what might be causing this?
>
> Thanks,
> Erica
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Multiple sites...

2002-01-16 Thread Kevin Langevin

Best thing to do in that situation is use relative urls
(../includes/blah.cfm) in your CFINCLUDEs.  That way, as long as your
directory structure stays the same, your site should work perfectly when you
just copy it over.

Another thing you can do is set a variable in your application.cfm, like:



Then, in the pages where you access this directory, do it using #imageDir#.
When you move the site, just change the once instance of each path defined
like this, and voila.  This method has problems, though, because if you're
on a shared server, you have to figure out what those absolute paths are, by
using some getBaseTemplatePath() functions.

Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: Les Buchanan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 16, 2002 1:17 PM
> To: CF-Talk
> Subject: Multiple sites...
>
>
> Hi,
>
> I'm new on the list and to ColdFusion in general, so take it easy on me.
>
> I would like to have two (or more) sites on my NT box, one for
> staging, and
> one for production.  For example, I'd like to have a website
> (stage.livingscriptures.com) that I do all my pre-production work in, and
> then when I'm finished, simply copy everything over to a different
> directory, that would be my production site (www.livingscriptures.com).
>
> This is very simple to do with say, ASP, but I have found difficulty in
> getting this to work with ColdFusion.  When you're trying to cfinclude
> templates, it won't include from the proper directory, without creating
> mappings in the ColdFusion administrator, and then using a
> variable to store
> that mapping.
>
> My co-worker introduced my to ColdFusion, and I think it's a
> GREAT product,
> but the inability to do this has frustrated me.  Maybe I'm
> approaching this
> the wrong way.  I'd really appreciate it if someone could help me
> with this.
> Thanks!
>
> ---Les Buchanan
> Newbie ColdFusion Developer
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New Allaire/Macromedia Site

2002-01-14 Thread Kevin Langevin

Pop-ups?  Are we on the same site? :)  I haven't seen a single pop-up, and
I've been all over the site.  Are they random?  And the site seems nice and
fast to me.  The first page of the Dev Exchange to a few moments to load up,
but after that search and browsing were quite quick.  Checked out the tip of
the week, and a few articles, and no pop-ups whatsoever.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 3:04 PM
To: CF-Talk
Subject: Re: New Allaire/Macromedia Site



Not only is it a bit slower, but I was caught up in Pop-up window hell yest
erday. I had 4 windows all pop up at the same time and hide in the backgrou
nd. I sent a scathing email to Macromedia indicating my serious displeasure
 of this blitzkrieg marketing tacktic that is spreading like the plague. Pu
ts otherwise reputable and respected companies in the same light as the por
n industry as far as I am concerned.


-- Original Message --
From: "Dave Clay" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 14 Jan 2002 12:52:36 -0700

Does any one else think the new site is extremly slow or at least slower
then the old Alliare.com configuration?




__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New Allaire/Macromedia Site

2002-01-14 Thread Kevin Langevin

Hmmm...seems nice and fast to me.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Dave Clay [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:53 PM
To: CF-Talk
Subject: New Allaire/Macromedia Site


Does any one else think the new site is extremly slow or at least slower
then the old Alliare.com configuration?



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Forums App?

2002-01-07 Thread Kevin Langevin

Simple Message Board by Tony Schrieber is great, but the site to download
from has been down for a while.

Tony- the offer is still open to host SMB for you.  Just say the word.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 07, 2002 1:16 PM
To: CF-Talk
Subject: Forums App?


Folks:

I'm looking for an inexpensive (read: FREE) "canned" forums app that I could
drop into an existing site with minimal modification to the existing  code.
I've looked at the CF-Talk archives and came up with a few leads, including
Open Forums and Active Forum.

Could anyone recommend any other forum packages?

Thanks!
Christian N. Abad
ColdFusion Web Developer

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Allaire Partner upgrades...

2001-12-18 Thread Kevin Langevin

Well, I was told that Macromedia was going to honor Allaire partnerships
through the end of the year's subscription, so whenever your current year
subscription ends, you'd have to renew as a Macromedia partner, but until
that year is up, all Allaire products that fell under the developmen`t
program (Homesite, CF Server, Studio, JRun, etc) should be upgraded for you
as part of agreement you made with Allaire.  I'll try to dig up the e-mail
stating this from Macromedia and forward it if you like.




Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Cameron Childress [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 5:38 PM
To: CF-Talk
Subject: RE: Allaire Partner upgrades...


I received an email today stating that our subscriptions had shipped.  Prior
to that I got one with a download link and login to grab it via web.

Dunno about Partners...  Has MM confirmed that the "tools" are still part of
the Partner program?  I wouldn't be surprised if they only included the
server side programs in the Partner programs now-a-days...  MM is a little
less generous than Allaire was...

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.1035.232
f.770.460.0963
--
http://www.neighborware.com
America's Leading Community Network Software





> -Original Message-
> From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 5:25 PM
> To: CF-Talk
> Subject: RE: Allaire Partner upgrades...
>
>
> We called MM form school (Alfred University) and inquired about
> our upgrade
> to CF Studio 5, and they said its on its way.. Well, 1 month
> later we got a
> CD but it was ULTRADEV!!  We are still trying to get studio
> 5, based on
> the agreement we have with MM, our subscription entitles us to
> studio 5, and
> we would like to see MM honor their agreements on this.
>
>
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 2:47 PM
> To: CF-Talk
> Subject: Allaire Partner upgrades...
>
>
> ANybody know when Allaire Alliance Partners (before they expire) should be
> recieving the upgrade to CF Studio5 and Homesite 5?  I had been
> told "soon",
> but got no firm date a while back.
>
>
> Kevin Langevin
> Web Guy In Charge
> UsWebGuys
> 954-327-5780
>
>
> -Original Message-
> From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 2:43 PM
> To: CF-Talk
> Subject: Re: CFObject ADO & the decimal datatype
>
>
> It could be done with CFQuery, but it would require you to loop over your
> data and do an insert each time (thought this could be easily
> wrapped into a
> single CFQuery or a stored procedure).
>
> You can take advantage of Java's or ADO's capabilities now -
> simply put them
> in a bean, COM object, or CFX custom tag.
>
> Have you tried casting the column's datatype in your SQL?
>
> ---
> Billy Cravens
>
> - Original Message -
> From: "Jon Hall" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, December 18, 2001 12:43 PM
> Subject: Re: CFObject ADO & the decimal datatype
>
>
> > GetRows() converts to a native array which is handled by the
> > interpreter,
> in
> > this case CF. It only converts to a VBScript array, if called by
> > VBScript. ADO is theorhetically platform independant.
> >
> > Basically I am trying to do an array update with ADO. This is easy
> > with
> ASP
> > or WSH, but  with cfquery, although nice  easy, is extremely limited
> > in
> this
> > manner. In my app I have one page (it's a grid...) that literally
> > might update hundreds of rows in a normalized table.
> >
> > I am hoping that in Neo, I will be able to build a component that
> > takes advantage of java.sql's batch updates, but until then...
> >
> > jon
> > - Original Message -
> > From: "BILLY CRAVENS" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 18, 2001 12:06 PM
> > Subject: Re: CFObject ADO & the decimal datatype
> >
> >
> > > GetRows() converts to a VBScript array; not a CF array.  If you want
> > > to
> > see
> > > the contents of the array, you'll need to write a wrapper object
> > > that
> > makes
> > > the ADO calls and gets the results.
> > >
> > > Out of curiosity, why are you using ADO instead of CFQuery?
> > >
> > > ---
> > > Billy Cravens
> > >
> > &

Allaire Partner upgrades...

2001-12-18 Thread Kevin Langevin

ANybody know when Allaire Alliance Partners (before they expire) should be
recieving the upgrade to CF Studio5 and Homesite 5?  I had been told "soon",
but got no firm date a while back.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 2:43 PM
To: CF-Talk
Subject: Re: CFObject ADO & the decimal datatype


It could be done with CFQuery, but it would require you to loop over your
data and do an insert each time (thought this could be easily wrapped into a
single CFQuery or a stored procedure).

You can take advantage of Java's or ADO's capabilities now - simply put them
in a bean, COM object, or CFX custom tag.

Have you tried casting the column's datatype in your SQL?

---
Billy Cravens

- Original Message -
From: "Jon Hall" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 12:43 PM
Subject: Re: CFObject ADO & the decimal datatype


> GetRows() converts to a native array which is handled by the interpreter,
in
> this case CF. It only converts to a VBScript array, if called by VBScript.
> ADO is theorhetically platform independant.
>
> Basically I am trying to do an array update with ADO. This is easy with
ASP
> or WSH, but  with cfquery, although nice  easy, is extremely limited in
this
> manner. In my app I have one page (it's a grid...) that literally might
> update hundreds of rows in a normalized table.
>
> I am hoping that in Neo, I will be able to build a component that takes
> advantage of java.sql's batch updates, but until then...
>
> jon
> - Original Message -
> From: "BILLY CRAVENS" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, December 18, 2001 12:06 PM
> Subject: Re: CFObject ADO & the decimal datatype
>
>
> > GetRows() converts to a VBScript array; not a CF array.  If you want to
> see
> > the contents of the array, you'll need to write a wrapper object that
> makes
> > the ADO calls and gets the results.
> >
> > Out of curiosity, why are you using ADO instead of CFQuery?
> >
> > ---
> > Billy Cravens
> >
> > - Original Message -
> > From: "Jon Hall" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 18, 2001 10:15 AM
> > Subject: CFObject ADO & the decimal datatype
> >
> >
> > > I am writing a script that uses ado to update a table, and in the
> process
> > of
> > > debugging it I have run into a snag. My app doesn't need to get a
> > recordset,
> > > but while I am writing this template it would be nice to be able to
see
> > the
> > > data I am working with.
> > > I have a decimal datatype field in my recordset with a scale of 2 (if
> that
> > > makes a difference...). When I use recordset.GetRows() to convert the
> ADO
> > > recordset into an array, it bombs out with the error "Error attempting
> to
> > > convert between object and ColdFusion datatypes."
> > > If I remove the decimal column everything works fine. Is this just a
> > > limitation of CFObject, or is their another way around this?
> > >
> > > RDBMS == SQL Server...
> > >
> > > jon
>
>

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Sending codes to the printer...

2001-12-18 Thread Kevin Langevin

DOes anyone know how to send printer config codes from an CF/HTML template?
I guess I'm mainly looking for IE parameters.  Example...I have a page that
my client wants to be able to print from their browser, but when it prints,
they want the margins to be set just so.  They aren't using any kind of
report app or anything, just a raw HTML file.

What is everyone's experience with building printer-friendly HTML reports?


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Ben Whalley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 10:40 AM
To: CF-Talk
Subject: RE: File upload on a Mac


We definitely do this on some of our projects - I'll check it again in IE5
on a mac can get back to you.

Ben

> --
> From: [EMAIL PROTECTED]
> Reply To: [EMAIL PROTECTED]
> Sent: Tuesday, December 18, 2001 3:36 PM
> To:   CF-Talk
> Subject:  Re: File upload on a Mac
>
> The documentation that I've read is that MS prevents file uploading in
> IE 5.x for Macs due to some security issues.  We never have found a work
> around for that issue other then to have the user e-mail it to us in an
> attachment.  If you do find a way to get around this please PLEASE let
> me know because we have a lot of MAC users and this is a huge thorn in
> my side.  You would make me a hero!!
>
> Thanks,
>
> Michael Corrigan
> Programmer
> Endora Digital Solutions
> www.endoradigital.com
> 630/942-5211 x-134
>   - Original Message -
>   From: Ian Lurie
>   To: CF-Talk
>   Sent: Tuesday, December 18, 2001 9:21 AM
>   Subject: File upload on a Mac
>
>
>   My guess is that someone's run into this before. Does a
> multipart/form-data
>   ENCTYPE work on a Mac? I've got a user on a G3 who can't use my file
> upload
>   form...
>
>   Ian
>
>   Portent Interactive
>   Using Process, Design and Content to create great web sites since 1995
>   Consulting, design, development, measurement
>   http://www.portentinteractive.com
>
> _
> ___
>   Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
>   FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
>   Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>   Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>
>
> __
> __
> Get the mailserver that powers this list at http://www.coolfusion.com
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>
> ---
>
>
>
> * This message has been processed by MailGuard SMTP from NET-TEL
> * Computer Systems Ltd. See <http://www.mailguard.co.uk>.
>


Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hi

2001-12-05 Thread Kevin Langevin

While you make good points, here's one that should be considered...

I've not seen this person's name on the list much before, but then I haven't
been looking for it.  My point is, that everyone is a newbie at some point.
Someone who steps into the programming arena from some other walk of life
might now know the pitfalls to avoid.  I know someone who was hired by a
company to be their Microsoft Excel guru...she's very good with this stuff.
But somewhere along the way she started messing with ColdFusion, and now is
well along the way to being a very competent CF developer.  But her scope of
technologies is far more liited than, say yours or mine, because she's not
been exposed to it.

Could be she knows enough about viruses to protect herself against it, but
then it could be she relies on an IT department that's lazy, and isn't
protecting their systems as well as they could, and she doesn't realize it.
She sends mail to the list and zaps a few machines with a virus she's
caught, and it's through no fault of her own.

So, while it does get annoying to see problems like this, there are
extenuating circumstances sometimes.  I think we should just all be a bit
more tolerant of others' mistakes and help them to fix the problem when
arise.  We're all friends here (more or less) and the whole idea of this
community is to help one another. If the virus was spread maliciously, I'd
be singing a different tune, but there's no evidence of that, so I say let
it be and protect yourself properly.

Just my #dollarFormat(0.02)# worth.

Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 10:58 AM
To: CF-Talk
Subject: Re: Hi


While removing the offender from the list may not be called for, I don't
agree that it "wasn't his fault".  We're all supposed to be programmers
here, most of whom are supposed to be professionals.  We represent the 98th
to 100th percentile of all internet users.  We, of all people, should be
aware of such problems, and be the first to use common sense and take the
necessary precautions.  We should be the ones who know best the dangers of
opening attachments and being careless on the net.  I guess I take a hard
line, but to me, when folks on lists like these repeatedly (and I don't mean
any one individual does it repeatedly, but repeatedly we see folks on the
list get infected) - I guess I have a hard time understanding that.  Nobody
on this list is any busier than me.  But I still feel it's part of my
job/profession to keep up on the latest security problems (and I'm a
developer - not a systems person) and be aware.  Folks should subscribe to a
few e-zines that will alert you right away when the worms, viruses and the
like hit, so you can update your anti-virus and be aware of what you might
see in your email.  Accidents can and do happen.  And when they do, the ARE
our fault.  There's no excuse . . .

OK - I'm off my soap box.

Dave

- Original Message -
From: "Steve Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, December 05, 2001 10:31 AM
Subject: RE: Hi


Why unsub him? .. It wasnt his fault he accidently fell prey to some morons
latest virus creation.

And you'd only get it too if you wasnt upto date with your protection.

But the list-mailer stripped it out anyway so whats the prob.

-+ SteG +- :)

-Original Message-
From: Jason Blum [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 14:50
To: CF-Talk
Subject: RE: Hi


how about unsubscribing him?

> --
> From: Stephen Moretti
> Reply To: [EMAIL PROTECTED]
> Sent: Wednesday, December 5, 2001 9:44 AM
> To: CF-Talk
> Subject: Re: Hi
>
> Someone slap this guy!
>
> - Original Message -
> From: "Lon Lentz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, December 05, 2001 2:14 PM
> Subject: Hi
>
>
> > How are you ?
> > When I saw this screen saver, I immediately thought about you
> > I am in a harry, I promise you will love it!
> >
> >
>



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio memory leaks.

2001-11-21 Thread Kevin Langevin

Strange...I use Studio via RDS with a server I have colocated all the time,
and Studio 5 hasn't ever crashed on me.  Not once since I started using it.

I'm running Win2K Server on my dev machine and Advanced server on the remote
machine.


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Maureen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 6:33 PM
To: CF-Talk
Subject: RE: CF Studio memory leaks.


At 09:26 AM 9/28/01 Michael Brunt wrote:
>CF Studio 4.5 runs very well on Win 2k and I've used it on 98, NT, ME.  I
>certainly don't see it as any more "buggy-ass" than any other html-CF-style
>sheet editor out there.  In fact Homesite-CFStudio are without doubt the
>best IDE tools around, they at least do not insert extraneous html tags all
>over the place and once you get into VTML the options are amazing. As I
said
>CF 4.5-Win 2k is very stable in my experience.

I think if you just use Studio, it's ok.  But if you use the RDS feature of
Studio, or the debugger, or the validator, it leaks like a sieve, on all
versions of the OS.

I've been begging Allaire for a fix for this since 4.5 first hit, without
luck.  So I reverted to Studio 4.0.  It still crashes, but not as often,
and usually only if I have a Microsoft application open as well.

This is my absolute biggest gripe with any Allaire product.


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Inserting single quotes into SQL Server...

2001-11-12 Thread Kevin Langevin

Hi all-

I've beaten this problem before, but even looking at code that seems to work
fine from previous projects, I can't see what I'm doing wrong.

I want to insert a string into a record in a SQL Server 2000 DB. The string
contains a customer's name.  If the customer's name contains an apostrophe,
the insert dies.  It works fine in another app, but I can't see what I'm
doing differently.  I'm not escaping anything or doing anything special,
from what I can see.

Anyone have any standard ways of inserting strings into SQL which may or may
not contain single quotes?


Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780


-Original Message-
From: Langford, Bryan [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 12, 2001 4:29 PM
To: CF-Talk
Subject: CFCookie and the old switcharoo - help!


Hey everyone,
Anyone that read my recent posts "CFCOOKIE and the old switcheroo".
I am still looking for any other suggestion before I revert to using
sessions instead of cookies.  The basic problem is that I have a multiple
user environment, a class room of students, each log in to take the test:
Page1:


   

  

  Welcome Back #cookie.repname#:
  

  


  ID:
  
 (First 5 digits of
SSN.)
  

  
  If you are not #cookie.repname# Click
here
  




That is submitted through the form action to repverification which builds
the cookies.






























 






The information you have provided as your ID is not numeric or does not
contain 5 digits, please click back and enter the first 5 digits of your
social security number.


Lastly the repmenu is pulled up.

select #variables.mastertableansw#.fldname,
#variables.mastertableansw#.fldid, #variables.mastertableansw#.testnumber,
max(#variables.mastertableansw#.questionnumber) as maxquest,
max(#variables.mastertable#.questnum) as maxq
from #variables.mastertableansw#, #variables.mastertable#
where fldname = '#cookie.repname#'
and fldid = '#cookie.repid#'
and #variables.mastertableansw#.testnumber =
#variables.mastertable#.testnumber
group by #variables.mastertableansw#.fldname,
#variables.mastertableansw#.fldid, #variables.mastertableansw#.testnumber





Our records indicate that you are a first time user.
Please select from the following tests.

Welcome Back #cookie.repname# your ID is #cookie.repid#
#cookie.cftoken#



The problem is that reps 1 - 20 all log in.  Some reps get to the menu page
and get they're own information display...I.E. Rep 5 logs in and gets:
"Welcome back rep5,"
But many of the reps get someone elses info
Rep 2 logs in and gets: "Welcome back rep 3"
Rep 1 gets rep5
rep 7 gets rep 3 as well.   etc.
If anyone has ANY suggestions I would certianly appreciate it.  I have 12
call centers full of trainees all waiting to take their tests.  I'm starting
to feel sorry that I ever switched to cookies from session vars.
Bryan Langford


Analyst
National Customer Operations
Enterprise Services & Strategic Planning
Training Development and Design Team.

Bryan Langford


Analyst
National Customer Operations
Enterprise Services & Strategic Planning
Training Development and Design Team.
>
>
>


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (sql) Between -- date range

2001-11-09 Thread Kevin Langevin

> For some reason, the next day (after I sent this), the query started
working
> properly.  I didn't change a thing.  It just started working.

Gremlins.  Definitely Gremlins.

Kevin Langevin
Web Guy In Charge
UsWebGuys
954-327-5780
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Turbolink/United Stationers...

2001-11-02 Thread Kevin Langevin

Hello all-

Got one from way out in left field.  Anyone ever dealt with parsing export
files from a company called United Stationers?  They have a proprietary
conduit for transmitting invoices from to and from vendors.  My client's
client uses United Stationers for office supplies, and needs me to build an
app which takes order info from an AbleCommerce DB, match it up with the
export file from US' Turbolink product to get accurate current pricing (the
prices change without notice from time to time) and then export the records
to a text file importable by Quickbooks.  Fun fun.  I've got the export to
Quickbooks pretty much down, but US tech support is almost non-existent, and
their docs are horrible. The sample export file that I managed to get tells
me nothing of what I need to parse out, so I'm beating my head against a
wall here.  To top it off, my client is under major pressure to have this
thing done yesterday, so I am too.

Any help would be appreciated.

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: Jones, Becky [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 02, 2001 10:39 AM
> To: CF-Talk
> Subject: related selects
>
>
> im interested in doing 4 related selects.  i see that there is an
> example at
> http://www.pengoworks.com/qForms/docs/examples/n-related_selectboxes.htm
> but i was wondering if cf could mix with the js code?  ive tried
> before with
> not much sucess.  has anyone used this form in conjunction with
> cold fusion
> code.  and if so, would you mind sharing an example?
> thanks so much,
> bec.
>
>
> *
> This e-mail, including any attachments, is intended for the
> receipt and use by the intended addressee(s), and may contain
> confidential and privileged information.  If you are not an intended
> recipient of this e-mail, you are hereby notified that any unauthorized
> use or distribution of this e-mail is strictly prohibited.
>
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (Admin) Machine move

2001-10-01 Thread Kevin Langevin

Tony-

Excellent idea!  I wish I'd thought of that...I just had a client move
servers.  But I've got another one happening next week.  I'm going to try
this.

One issue...the client is using Dotster.com for DNS service.  Can you set
the TTL for those DNS records through Dotster, or do I have to have them
request this through Dotster?

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 30, 2001 10:53 PM
> To: CF-Talk
> Subject: Re: (Admin) Machine move
>
>
> The TTL is the Time-To-Live of the DNS information from your DNS servers,
> it means how long the information remains valid before the DNS server
> requesting the info will consider old and request new info. If you drop
> your TTL's to like 60 minutes a few days before the move, then name
> servers around the net will start to have the 60 min TTL's in cache and
> request a new ip within an hour. Essentially, once the move takes place,
> you'd only have an hour of time with old ip info around the net. Once the
> move is complete, change your TTL back to 24 hours or whatever your
> default value is...
>
> > I don't exactly understand what you mean.
> >
> >
> > > Sounds great! Would not lowering the ttl values on the domain for the
> > > few days preceding the move stop any dns outages from occuring in the
> > > first place?
> > >
> > > jon
> > >
> > > Michael Dinowitz wrote:
> > >
> > > >CFHosting.com, a major supporter of the House of Fusion lists and the
> > host of our box will be moving said box to a new location (with higher
> > bandwidth). This will result in an outage of mail for a few hours today
> > (Sunday Sept. 30) and will probably result in some small DNS
> problems in the
> > next 2 or 3 days as it propagates.
> > > >
> > >
> >
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Using CFLoop to delete from an Array 2

2001-09-30 Thread Kevin Langevin

How about trying the Arraylen() function?

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 30, 2001 8:07 PM
> To: CF-Talk
> Subject: RE: Using CFLoop to delete from an Array 2
>
>
> OK,
>
> Now that I've got the multiple deletes from the array working
> (thanks, guys)
> .. I've got a problem when every element in the array is deleted
> (an option
> a user could conceivably take).
>
> There is later on the page, of course, code that assumes there is going to
> be information in the array to read. If everything in the array
> is deleted,
> then there's an error.
>
> The obvious thing to do is set up some sort of conditional to
> find that the
> array has been cleared of all items, but I'm having trouble finding the
> right syntax.
>
> I've tried things like:
>
> 
> the array is empty
> 
>
> And variations of other conditional tests and I repeatedly get this error
> message:
>
>   "The element at position 1 in dimension 1 of object
> "session.cart" cannot
> be found.
>   The object has elements in positions 1 through 1. Please,
> modify the index
> expression.
>
> So I've run out of ideas to try to catch this now empty array and
> through up
> some appropriate HTML.
>
> H.
> 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



ColdFusion Studio RC...

2001-09-21 Thread Kevin Langevin

Is the CF 5 Studio RC still available for download?  I meant to grab it
during beta, and didn't get around to it.  I've downloaded the upgrade files
for 4.5 to access CF5 features, but ever since then my Studio 4.5 has been
really flaky.  If I double click on a folder by accident, the contents don't
show up in the file window, and then I have to click on another folder and
then click back to the folder I was interested in in the first place, and
once in a while when I do that, even, when I try to open a file in the
folder, I get an error message saying that the file can't be found in the
path.  Weird thing is, the path displayed is the path for the folder I
clicked to to change focus and click back.

Also, last night Studio crashed on me, and after I closed down and started
back up, I found that one of the files that were open when it crashed got
overwritten by another file that I had open.  Not good...I have a backup so
I'm ok there, but I see a lot of potential for problems with the bug in
Studio's file handling.  I've never encountered these problems before I
installed those Studio upgrade files.

Anyone else seen anything like this?  I think I saw a message about Studio
crashing and leaving behind some 0-length files...

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 21, 2001 9:43 AM
> To: CF-Talk
> Subject: RE: cfparam on dynamically numbered checkboxes
>
>
> > > You'll have to remember what control items you have in
> > > your program. One common way of dealing with it is to
> > > do 's for all your checkboxes in your action
> > > page.
> >
> > Thanks, but if you look at the code I posted with my question,
> > you'll see that's exactly what I am doing. Any ideas what else
> > could be wrong.
> >
> > ...
> >
> >> 
> >> >> "#numberformat(p,"00_")#">
> >>
> >>#str#
> >> 
>
> It doesn't look like your code is doing what you think it's doing, though.
> You're setting a variable "str" equal to the expected variable name, but
> your CFPARAM is simply setting the variable str to zero if it doesn't
> already exist, rather than setting the variable name contained
> within str to
> zero.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Terrorism

2001-09-11 Thread Kevin Langevin

Yup...disgusting.  The US has some seriously negative sentiment towards it
abroad.

I was at a client's office earlier, two employees of which are military.
One of them was on the phone with a woman whose husband works at the
Pentagon (also military) who said that supposedly the plane downed in
Pittsburgh was shot down by US forces.  THAT'S scary...could be just rumor,
but based on the source, I think not.  There's been nothing said on the news
yet, but I did hear a few minutes ago Peter Jennings say that it's suspected
that that plane was targetting the White House.

This truly is a modern day Pearl Harbor.  God rest the souls of the victims
of the heinous act.

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: John Paitel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 11, 2001 1:56 PM
> To: CF-Talk
> Subject: RE: Terrorism
>
>
> Anyone seen the reports that the Palestinians are dancing in the streets
> and passing out candy?
>
> John
>
>
> At 10:52 AM 9/11/01 -0700, you wrote:
> >God help the maniac cowards that are the cause of this.
> >
> >All I would say to them at this point is.. "Good luck."
> >
> > - Lee
> >
> >
> > > -Original Message-
> > > From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, September 11, 2001 9:42 AM
> > > To: CF-Talk
> > > Subject: RE: Terrorism
> > >
> > >
> > > God rest their souls.
> > >
> > > - SVV
> > >
> > > -Original Message-
> > > From: Matt Brown [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, September 11, 2001 8:48 AM
> > > To: CF-Talk
> > > Subject: Terrorism
> > >
> > > Our thoughts and our prayers are with the victims and the
> > > rescue workers in
> > > this tragedy. Also for our armed forces who will certainly
> > > become involved.
> > >
> > > Macromedia and I sincerely hope that everyone in our
> > > community and their
> > >
> > > loved ones are safe.
> > >
> > > I have checked on the Macromedia people that I know are
> > > nearby and they
> > > seem to be OK and for that at least I am thankful.
> > >
> > > Today might be a good time to spend with your families and
> > > loved ones.
> >
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Kevin Langevin

Well, first of all, if email isn't defined, your CFMAIL tag will blow up.
Also, your from attribute is messy.  You need to put some quotes around all
that, or it'll never work.  The angle brackets are probably causing a
problem as well.  The tag thinks you're ending the tag at the ">" at the end
of your email address.

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]

> -Original Message-
> From: Dan Sullivan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 12:53 PM
> To: CF-Talk
> Subject:  inserting e-mail addresses, CFIF isdefined ...
>
>
> I'm trying to pass e-mail addresses into my cfmail tag if a variable is
> defined.
> Here's a dummy sample, that I can't get to work.
>
>
> 
>
> [EMAIL PROTECTED]" from=
> sullivan <mailto:[EMAIL PROTECTED]> @hittite.com subject="Test" >
>
> test
>
> 
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: sorting an array

2001-09-02 Thread Kevin Langevin

Don't know if this is what you're looking for, but this tag, from the
Developers' Exchange, sounds like it's what you're looking for:

http://devex.allaire.com/developer/gallery/info.cfm?ID=05D8F22A-6C6B-11D5-83
F100508B94F85A&method=Full

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-612-2136
[EMAIL PROTECTED]

> -Original Message-
> From: Sharon Fling [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 03, 2001 12:56 AM
> To: CF-Talk
> Subject: sorting an array
>
>
> Hi,
>
> Is there a way to sort an array by one element in the array? I
> have an array with 16 elements, one of which is a date. Is there
> a way to sort the entire array by this date field? Thanks.
>
> Sharon
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.274 / Virus Database: 144 - Release Date: 8/23/2001
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mailing List Manager

2001-09-02 Thread Kevin Langevin

I'm ruinning iMS, and I can tell you that you do, in fact, have to run iMS
on a CF machine.  It's a CF-based application.  I'm running it now, and I
love it.  Not sure about running on a single user license...that sounds like
it'd work fine, but CF Express?  Hmmm...Definitely ask Howie about that one.
Docs are great, it DOES have black hole capabilities, and as for mailing
list stuff, there isn't anything built in, but there is a package (not free)
out there that extends the server's capabilities to include mailing list
managment.  Also, a while back Howie had sent me some beta code for list
serve functionailty for what would have been FusionMail/2, which never
shipped.  He might still have that code, which should be a good basis to
build your own list server code.  Also, I haven't looked at it yet, but
there's a listServ app in the Developers' Exchange at Allaire.com.  It might
be something that could be easily modified to work with iMS.  Oh...and so
far, Howie's always been really responsive with regards to tech support
issues.  That's another reason why I like the software.

Kevin Langevin
Web Guy in Charge
UsWebGuys
954-612-2136
[EMAIL PROTECTED]

> -Original Message-
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 02, 2001 8:07 PM
> To: CF-Talk
> Subject: Re: Mailing List Manager
>
>
> Currently I only have a single box for everything. As soon as I get a free
> second and some spare cash I'm getting an SQL server to do all
> the DB stuff.
> This means that there is a webserver, ColdFusion server and mail
> server all
> on the same box at the moment and it's all running smoothly.
> As for iMS working on a separate box from the CF server, I think
> it needs a
> CF server for part of the processing but because it's all 'local', you can
> probably use the free single user license version as its just not
> going to a
> different IP for its work (in most cases). Actually, I believe
> that you can
> use CF Express as well as long as your just using Access.
> iMS has stuff build in for the black hole and other anti-spam stuff (no
> matter how much I dislike the organizations) and it's simplicity
> to add your
> own to it.
> The main problem with iMS is that some of the more 'advanced'
> features have
> to be built from scratch or bought from others. I'm talking about heavy
> mailing lists and such. The FusionMail program is good enough for
> the basic
> stuff.
> Best to talk to Howie about what features are there and access to
> them. He's
> on the list and is usually very fast with his responses.
>
>
> > Mike,
> >
> > Are you running iMS on the same box as CF and Website?  I am
> looking into
> > evaluating a new mail server package and like the iMS concept, but it
> (iMS)
> > would be running on a separate box from the webserver/CF server and I
> wasn't
> > sure if the extended features for CF would be available to it on a
> separate
> > box from the web/CF server.
> >
> > I checked the Cool Fusion web site and found it lacking in iMS details
> such
> > as mail relay, blocking and spam prevention capabilities or
> administration
> > functions and capabilities and requirements.
> >
> > I haven't had much time to download the evaluation copy or compose a
> > reasonably structured query (excuse the pun) to them and was
> hoping to get
> > some real world feedback.
> >
> >
> > Best regards,
> >
> > Dennis Powers
> > UXB Internet
> > (203)879-2844
> > http://www.uxbinfo.com/
> >
> > -Original Message-
> > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, September 02, 2001 2:32 AM
> > To: CF-Talk
> > Subject: Re: (Admin) CF 5 Hot Fixes
> >
> > I've had some lockups but they were all due to some stuff I was
> doing with
> > CFMAIL and the lists. Since moving to iMS in place of CFMAIL it's been
> > smooth sailing. I can't totally blame CFMAIL for it all as I was doing
> some
> > funky stuff with the scheduler, CFMAIL and CFX_Pop.
> > There are a few small issues though especially when it comes to non-IIS
> > webservers. They've got one service that watches the web server
> and cycles
> > it if a problem comes up. Problem is, it's not configured to work with
> > Website and it loads the system log with 3 messages every 10 seconds. I
> > couldn't even turn it off from the registry. Also, the scheduler always
> logs
> > events even when its set not to. A few small issues like that exist but
> all
> > in all it's very st

ColdFusion Diagnostic tools?

2001-08-29 Thread Kevin Langevin

I've a prospective client who is having some problems with their ColdFusion
server, their Windows/IIS server, or a CF App...they're not sure which.
I'll be speaking to them tomorrow to get more info, but I'm wondering if
anyone has any suggestions on diagnostic tools for ColdFusion server,
besides the obvious server logs and such.  I've never really used any
external diag tools for troubleshooting CF Server, so I thought I'd see what
others use.

-Kev

> -Original Message-
> From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 10:28 PM
> To: CF-Talk
> Subject: RE: custom make Page not found
>
>
> Either setup your web servers custom error templates or use the Missing
> Template/Site-Wide Error handling of the CF Administrator (under
> Server/Settings - at least under CF5).
>
> Peter Tilbrook
> ColdFusion Applications Developer
> Australia New Zealand Food Authority
> Boeing House
> 55 Blackall Street
> BARTON ACT 2600
> Ph: +61-2-6271 2256
> Fax: +61-2-6271 2278
>
> http://www.anzfa.gov.au
>
> -Original Message-
> From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 30 August 2001 12:09
> To: CF-Talk
> Subject: OT: custom make Page not found
>
>
> hi all,
>
> can anyone tell me how can i redirect the user to a custom template when
> a
> page they requested cannot be found. I do not want the user to see the
> "Te
> page cannot be found" template or the "Error HTTP/1.0 404 Object Not
> Found"
> templete.
>
> I'm using apache, did i need to configure on the apache or it have to do
> with CF?
>
> thanks.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)

2001-08-28 Thread Kevin Langevin

Well, then, when your class curiculum is prepared, let's talk and see what
it'll take to make it happen.  My people are itching (as am I) for such a
class.

-Kev

Kevin Langevin
President, South Florida ColdFusion User Group
954-327-2095
[EMAIL PROTECTED]
[EMAIL PROTECTED]

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 7:58 PM
> To: CF-Talk
> Subject: RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)
>
>
> > Does Figleaf offer such a class?  I'd be very interested in
> > attending myself. The CFUG that I manage (South Florida) has
> > been wanting a Server Security seminar or class for quite a
> > while. Any chance of convincing someone to visit sunny Fort
> > Lauderdale to present one?
>
> We'll soon be offering a class on securing Windows NT/2K servers
> running IIS
> and CF. As for going to Ft Lauderdale, I'm sure we could find someone
> willing to do that.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)

2001-08-28 Thread Kevin Langevin

Does Figleaf offer such a class?  I'd be very interested in attending
myself.  The CFUG that I manage (South Florida) has been wanting a Server
Security seminar or class for quite a while.  Any chance of convincing
someone to visit sunny Fort Lauderdale to present one?

-Kev

Kevin Langevin
President, South Florida ColdFusion User Group
954-327-2095
[EMAIL PROTECTED]
[EMAIL PROTECTED]

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 7:38 PM
> To: CF-Talk
> Subject: RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)
>
>
> Dave:
>
> Any word on the server security class at Figleaf?  I have two lined up and
> ready to go!
>
> JoAnn A. Schlosser
> Senior Consultant
> Association Management Software
> Grant Thornton LLP
> Washington, D. C.
> 703.837.4428
>
>
>
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 7:38 PM
> To: CF-Talk
> Subject: RE: Apache 1.3.20 and EAPI requirements? (was: MM strongarms)
>
>
> > > On the other hand, I don't imagine that there are too many
> > > Macromedia customers using Apache on Windows for production sites.
> >
> > More and more, as the obvious faults and failures of IIS make
> > it extremely difficult to provide clients with a stable environment.
>
> To what obvious faults and failures do you refer? I've been using
> IIS for a
> while, and it's been generally stable and reliable.
>
> If you're talking about security issues - worm vulnerabilities and buffer
> overflow exploits, for example - the fault generally lies with the person
> who installed IIS, and didn't follow IIS installation best
> practices (which
> are strikingly similar to those for installing any accessible network
> service - remove and disable features you don't use). It's the system
> administrator's job to install network services correctly, not
> Microsoft's.
> While they could certainly make the job easier, that's what system
> administrators are supposed to do.
>
> In fact, I think that if you're going to blame Microsoft for
> anything here,
> you should blame them for making systems too easy to administer
> (in general)
> - anyone can call himself an "NT administrator" without knowing very much
> except how to blunder through the GUI. Microsoft has definitely screwed up
> security from a desktop standpoint, since every desktop user now has to
> learn how to avoid getting email viruses (although that's not
> very difficult
> either), but servers are different. You're supposed to know what you're
> doing when you install and configure servers - that's why we have
> highly-paid server administrators.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT Suggestions for Email Servers

2001-08-28 Thread Kevin Langevin

I'm using iMS, and I wouldn't recommend anything else.  I love it...easy to
use, easy to extend...Everything is written in ColdFusion and ODS has a free
product called Fusionmail which works on top of iMS and is an excellent base
for a full mail server package.

-Kev

Kevin Langevin
President, South Florida ColdFusion User Group
954-612-2136
[EMAIL PROTECTED]

> -Original Message-
> From: Jay Sudowski - Handy Networks LLC [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 4:37 PM
> To: CF-Talk
> Subject: RE: OT Suggestions for Email Servers
>
>
> Hi Chris,
>
> I'd have to recommend iMS - http://www.coolfusion.com/iMS.cfm.  While
> never using it, it seems to be a much better solutions, as it supports
> up to 1024 concurrent connections (meaning, you can send up to 1024
> emails at once!).  If you using CFMAIL, and with the include IIS SMTP
> server, you'll only be able to send 400 messages a minute max because
> CFMAIL can only spool 100 messages every 15 seconds.
>
> Hope this helps.
>
> Jay Sudowski
> -
> Handy Networks LLC
> TEL: 877-70-HANDY
> FAX: 888-300-2FAX
> URL: www.handynetworks.com <http://www.handynetworks.com>
> -
> Providing reseller and dedicated Windows 2000 web hosting solutions.
>
> -Original Message-
> From: Chris Martinez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 4:04 PM
> To: CF-Talk
> Subject: OT Suggestions for Email Servers
>
>
> All,
>
> Our shop has repeated requests for bulk email apps.  Some of our lists
> are over 100,000 recipients long.  Past attempts to provide this service
> have yielded nothing but headaches.  We are using an email server called
> MailMax. No matter what we do, server cannot handle the number of emails
> that are sent to it's queue.  Now management has tasked me with coming
> up with a permanent solution.
>
> My first suggestion was to move the mail server off the web server and
> place it on it's own machine.
>
> I am also leaning towards Linux as the OS, because of it's stability,
> and the fact that there is less overhead involved.
>
> There are tons of email servers out there, and I just want something
> that won't have to have a babysitter.  What have you had experience
> with?  Would you use it again?  What features did you like/dislike.
> Stability?  Limits?
>
> If this is too off topic you can email me off list:
>
> Thanks,
>
> Chris Martinez
>
> Chris underscore Martinez at Imaginuity dot Com
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: We've been assimilated...

2001-08-21 Thread Kevin Langevin

Oooh! When does THAT ship!?!?!?!

Kevin Langevin
UsWebGuys
954-612-2136
[EMAIL PROTECTED]
 

> -Original Message-
> From: Kwang Suh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 21, 2001 7:08 PM
> To: CF-Talk
> Subject: Re: We've been assimilated...
> 
> 
> I'm still waiting for the Microsoft Neural Implant.
> - Original Message -
> From: "Joseph Thompson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 21, 2001 5:04 PM
> Subject: Re: We've been assimilated...
> 
> 
> > At CFHub I have IE at 89.5% and "netscape compatable" at 6%  The
> difference
> > is made up of "spiders" and those 48 "opera" hits that don't even make
> > 1/100th of a percent.
> >
> > Market share is ! the same as sharing the market :-)
> >
> >
> > - Original Message -
> > From: "Fuon See Tu" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 21, 2001 3:57 PM
> > Subject: Re: We've been assimilated...
> >
> >
> > > maybe cuz ie looks better than netscape :)
> > >
> > >
> > >
> > >
> > > Pooh Bear
> > > Web App Developer
> > > Picture Below (chicks dig my head!)
> > > 
> > > 
> > > 
> > >  SRC="http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg";>
> > > 
> > > 
> > >
> > >
> > >
> > > >From: "Howie Hamlin" <[EMAIL PROTECTED]>
> > > >Reply-To: [EMAIL PROTECTED]
> > > >To: CF-Talk <[EMAIL PROTECTED]>
> > > >Subject: We've been assimilated...
> > > >Date: Tue, 21 Aug 2001 18:49:30 -0400
> > > >
> > > >June Browser Stats (TheCounter.com)
> > > >
> > > >1. MSIE 5.x 547358243 (79%)
> > > >2. MSIE 4.x 55140983 (8%)
> > > >3. Netscape 4.x 47151030 (6%)
> > > >4. Netscape comp. 25254337 (3%)
> > > >5. Unknow 3276947 (0%)
> > > >6. Opera x.x 2069039 (0%)
> > > >7. Mozilla 5.x 1876548 (0%)
> > > >8. MSIE 3.x 1189018 (0%)
> > > >9. Netscape 3.x 1161190 (0%)
> > > >10. MSIE 2.x 1072927 (0%)
> > > >11. Netscape 2.x 35990 (0%)
> > > >12. MSIE 1.x 3082 (0%)
> > > >13. Netscape 1.x 2026 (0%)
> > > >
> > > >Microsoft has 87% of the browser market...shooting for 100...
> > > >
> > > >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
> > > >Join the DevCon community at www.coolfusion.com/devcon
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Open Source Content Mananagent System

2001-08-21 Thread Kevin Langevin

Umm...Spectra?

Kevin Langevin
UsWebGuys
954-612-2136
[EMAIL PROTECTED]
 

> -Original Message-
> From: Mark Smyth [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 21, 2001 12:51 PM
> To: CF-Talk
> Subject: Open Source Content Mananagent System
> 
> 
> Hi 
> 
> Does anyone know of any decent open source content management systems,
> preferably in modular format.
> 
> I know some have been mentioned in recent threads..
> 
> Thanks in Advance
> 
> Mark Smyth 
> Macromedia Certified ColdFusion Developer 
> Systems Union eBusiness Solutions 
> 01865 880800 
> [EMAIL PROTECTED] 
> www.systemsunion.net
> 
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread Kevin Langevin

Ahh...then do yourself a favor and register.  It'll be well worth the
trip...Oh...and take a look at the food menu for the class.  It's SICK!
Your meals are included in the training...
http://www.coldfusiontraining.com/index.cfm?fa=home.showevent&EventID=16&Tit
leCode=advboot&CFID=89884&CFTOKEN=11890991

Kevin Langevin
UsWebGuys
954-612-2136
[EMAIL PROTECTED]


> -Original Message-
> From: John Patterson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 1:19 PM
> To: CF-Talk
> Subject: Re: Advanced Cold Fusion Training - Duluth, GA
>
>
> Thanks Kevin,
>
> That is the training I am referring to.
>
> John
> - Original Message -
> From: "Kevin Langevin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 20, 2001 12:41 PM
> Subject: RE: Advanced Cold Fusion Training - Duluth, GA
>
>
> > Are you referring to Adam Churvis' Advanced Bootcamp
> > (http://www.coldfusiontraining.com), or Macromedia's Advanced CF class?
> I've
> > had a few of my CFUG members (I'm the President of the South
> Florida CFUG)
> > attend Adam's class, and they've raved about it at my meetings.
>  I've also
> > had Adam Churvis, a close friend of mine, down here to South
> Florida for a
> > couple of different presentations and he ran a one-day DB Design for CF
> > seminar twice for us as well.  I can speak from experience that any
> training
> > you get from Adam is worth every penny you pay for it.  In fact
> I'm making
> > arrangements to attend the September class myself.  10 people per class
> with
> > two instructors for 5 days?  You can't possibly go wrong.
> >
> > Kevin Langevin
> > UsWebGuys
> > 954-612-2136
> > [EMAIL PROTECTED]
> >
> >
> > > -Original Message-
> > > From: John Patterson [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, August 20, 2001 12:37 PM
> > > To: CF-Talk
> > > Subject: Advanced Cold Fusion Training - Duluth, GA
> > >
> > >
> > > Hi there,
> > >
> > > Has anyone attended the Cold Fusion Bootcamp at the Duluth,
> GA company?
> > >
> > > If so, what did you think of it?  Did you like it?  Do you
> recommend it?
> > >
> > > Any other information you could provide would be helpful.
> > >
> > > Thanks.
> > >
> > > John
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread Kevin Langevin

Are you referring to Adam Churvis' Advanced Bootcamp
(http://www.coldfusiontraining.com), or Macromedia's Advanced CF class? I've
had a few of my CFUG members (I'm the President of the South Florida CFUG)
attend Adam's class, and they've raved about it at my meetings.  I've also
had Adam Churvis, a close friend of mine, down here to South Florida for a
couple of different presentations and he ran a one-day DB Design for CF
seminar twice for us as well.  I can speak from experience that any training
you get from Adam is worth every penny you pay for it.  In fact I'm making
arrangements to attend the September class myself.  10 people per class with
two instructors for 5 days?  You can't possibly go wrong.

Kevin Langevin
UsWebGuys
954-612-2136
[EMAIL PROTECTED]


> -Original Message-
> From: John Patterson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 12:37 PM
> To: CF-Talk
> Subject: Advanced Cold Fusion Training - Duluth, GA
>
>
> Hi there,
>
> Has anyone attended the Cold Fusion Bootcamp at the Duluth, GA company?
>
> If so, what did you think of it?  Did you like it?  Do you recommend it?
>
> Any other information you could provide would be helpful.
>
> Thanks.
>
> John
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Ben Forta and CF5 -- Coming to a CFUG Near You

2001-08-08 Thread Kevin Langevin

Hey Ben-

How about South Florida?  Lobster season starting and all... :)

Kevin Langevin
President, South Florida ColdFusion User Group
954-612-2136
[EMAIL PROTECTED]


> -Original Message-
> From: Ben Forta [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 10:11 PM
> To: CF-Talk
> Subject: RE: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> I've done Seattle and Portland a couple of times, was in Portland not that
> long ago.
>
> But Alaska, now THAT sounds like a trip I need to do. :-)
>
> --- Ben
>
>
> -Original Message-
> From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 7:13 PM
> To: CF-Talk
> Subject: RE: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> I wouldn't mind an Alaska tour =)
>
> Jk...
>
> Seriously though, it would be nice to see Vancouver/Seattle/Portland...
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2007 12:09 PM
> To: CF-Talk
> Subject: RE: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> How about the Buffalo/Toronto/Rochester area?
> Rich
>
> -Original Message-
> From: Ben Forta [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 2:40 PM
> To: CF-Talk
> Subject: RE: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> I was in Southern CA last summer, these come first. But yep, I am due
> another West Coast visit. I'll make it happen.
>
> --- Ben
>
>
> -Original Message-
> From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 2:13 PM
> To: CF-Talk
> Subject: Re: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> Come on Ben!  Show Southern California some Love
>
> - SVV
>
>
> - Original Message -
> From: "Phil Costa" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 08, 2001 10:52 AM
> Subject: Ben Forta and CF5 -- Coming to a CFUG Near You
>
>
> Macromedia's ColdFusion Evangelist Ben Forta is going on an 18-city User
> Group tour to present on ColdFusion 5. This is an excellent opportunity to
> get a first hand look at ColdFusion by one of the industry's best known
> presenters!  Please join Macromedia and our awesome User Group
> community in
> a city near you.
>
> August 14, 2001
> Chapel Hill, NC CFUG
> 7:00 PM
> Carroll Hall
> Room 111
> UNC Campus
> Chapel Hill, NC 27599
> http://www.ccfug.org/
>
> August 15, 2001
> New Orleans CFUG
> 7:00 PM
> McGlinchey Stafford Building
> 643 Magazine Street
> New Orleans, LA 70130
> http://www.nocfug.org
>
> August 16, 2001
> Oklahoma City CFUG
> 1:30 PM
> The Oklahoma University Health Sciences Center Campus
> Stanton L. Young Biomedical Research Center
> Seminar Room #109
> 975 N.E. 10th St
> Oklahoma City, Oklahoma 73104
> http://idgweb4.ouhsc.edu/cfug/
>
> August 20, 2001
> Des Moines CFUG
> 6:30 PM
> GeoLearning, Inc.
> 4600 Westown Parkway Suite 301
> West Des Moines, IA 50266 http://www.hungrycow.com/cfug/index.cfm
>
> August 21
> Nashville CFUG
> 6:00 PM
> Caterpillar Financial Auditorium
> 2120 West End Ave.
> Nashville TN 37203
> http://www.ncfug.org
>
> August 22, 2001
> Long Island CFUG
> 7:00 PM
> Briarcliffe College
> 1055 Stewart Avenue
> Bethpage, New York 11714
> http://www.licfug.org
>
> August 23, 2001
> Annapolis CFUG
> 6:00 PM
> Calvary United Methodist Church Fellowship Hall
> 301 Rowe Boulevard
> Annapolis MD 21401
> http://www.ancfug.com/ancfugmem.cfm
>
> August 27, 2001
> Mid Michigan CFUG
> 7:00 PM
> Broad College of Michigan State University
> Room N105, 2nd floor
> East Lansing, MI
> http://www.bus.msu.edu/mmcfug/
>
> August 28, 2001
> Indianapolis CFUG
> 5:00 PM
> Northern Indiana Educational Services Center
> 56535 Magnetic Drive
> Mishawaka, Indiana 46545
>  http://www.nicufg.org/
>
> August 29, 2001
> State College CFUG
> 4:00 PM
> University Park Campus (Main Campus) of Penn State University Foster
> Auditorium of the Paterno Library State College, PA
> http://www.cfug-sc.org/
>
> September 4, 2001
> Las Vegas CFUG
> 7:00 PM
> Prestige Travel Executive Center - Aztec Room
> 6175 Spring Mountain Road
> Las Vegas, NV 89146
> http://www.sncfug.com
>
> September 5, 2001
> Minneapolis CFUG
> 6:30 PM
> Space150.com
> 212 3rd Ave N, Suite 150
> Minneapolis, MN 55401
> http://www.colderfusion.com/
>
> September 6, 2001
> St. Louis CFUG
> 6:00 PM
> Microsoft Building
> 1 City Place

RE: Recordcount/Query Strangeness..

2001-07-31 Thread Kevin Langevin

Ummm...there's no loop in this code.  On line 6 you're setting the variable
citysearch equal to something, and therefore you're blowing away the
resultset, because it's also called citysearch.  I'm pretty sure that you
can't have a VARIABLES scope variable and a query resultset that use the
same name, because it confuses CF Server.  But it might work if you specify
the VARIABLES. scope to differentiate the two.

Kevin Langevin
UsWebGuys
954-612-2136
[EMAIL PROTECTED]


> -Original Message-
> From: Lee Fuller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 12:52 AM
> To: CF-Talk
> Subject: Recordcount/Query Strangeness..
>
>
> Ok.. Now I think I'm going nutz.  This is completely crazy.
>
> When running this code...
>
> 1: 
> 2:
> 3:NOT!
> 4:
> 5: 
> 6:
> 7:#citysearch.recordcount#
> 8:
> 9: 
>
> I get an error nearl line 7 column 15 "Error resolving parameter
> CITYSEARCH.RECORDCOUNT".  However, I *CAN* do a CFOUTPUT and view the
> "CITYSEARCH" var.
>
> Even tho it HAS to go into the loop where the CITYSEARCH.RECORDCOUNT var
> is in existence to get to the part where it says it isn't in existence.
> Amazing.
>
> And this (along with the query) is the ONLY code on the page.
>
> Anyone have any ideas?
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Shopping Cart Solution?

2001-04-17 Thread Kevin Langevin

Sorry, Bud, for any confusion.  Correct...this product I referred to is NOT
Bud's .

-Kevin


 >I'd steer clear unless you want to buy a license for a large set of source
> >code to use as a base to develop from, and even then, there are probably
> >better options.
>
> Just want to clarify that this isn't my , lest someone
> gets confused. I'm easy and fun to deal with and have never had a
> chargeback against my merchant account. LOL
> --
>
> Bud Schneehagen - Tropical Web Creations



~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Shopping Cart Solution?

2001-04-17 Thread Kevin Langevin

Hi Tim-

I have a client who was going to use EZ-Cart for a solution, and after
putting together a deal with them for a large number of licenses, they
agreed that my client would pay 1/2 up front, and the other 1/2 upon
successfully launching their first site using EZ-Cart.  My client's credit
card was subsequently charged for the entire amount, and despite sending
them copies of the email agreements on the terms, they refused to issue a
credit, and my client has issued a chargeback through his credit card
company.  The guys who make EZ Cart have been a HUGE pain to deal with,
completely unethical, in my opinion, and to boot, their code isn't that
good.  It's got a lot of "patchwork" qualities, that makes it evident that
it was developed by a number of people with very different styles, and they
do some REALLY bizarre stuff with their licensing code, which slows down the
executiong of literally every template in the app.

I'd steer clear unless you want to buy a license for a large set of source
code to use as a base to develop from, and even then, there are probably
better options.

-Kevin


- Original Message -
From: "Hawkins, Tim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 4:33 PM
Subject: CF Shopping Cart Solution?


>
> Does anyone have experience with CF EZ CART or other CF
> based Shopping Cart software? Im a Mid-Level Developer who is looking
> for a shopping cart solution. Crystaltech www.crystaltech.com is a great
ISP
>
> which has Cold Fusion in their most basic monthly plans but their
> standard Cart is Miva Merchant, which isn't currently very stable on 2000.
>
> Thanks in Advance.
>
> Tim Hawkins
> Web Developer
> Spectrum Astro Inc.
> www.spectrumastro.com
>
>
>
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail not escaping dots

2001-04-16 Thread Kevin Langevin

What platform is this happening on?  Sounds like a Unix/Solaris issue...


-Kev


> -Original Message-
> From: Victor Chou [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 16, 2001 6:47 PM
> To: CF-Talk
> Subject: CFMail not escaping dots
>
>
> I just had this interesting thing happening:
>
> While sending an html email, things look really funny, then found out that
> styles starting with a dot have the dot chopped off.
>
> eg.
> ..blah end up bing just blah
>
> Also, seems that if you have the dot on a single line
>
> as in . (standard way of terminating the data in
> SMTP) the email
> will end there
>
> All pointing to the inescapable (bad, bad pun) conclusion of CF
> not escaping
> the dot (symptom found in both 4.0 and 4.5). Is there a patch for this?
>
>
>
>
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX_iMSMail VTM

2001-02-01 Thread Kevin Langevin

Are you running iMS Mail server?

-Kev

-Original Message-
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 10:26 AM
To: CF-Talk
Subject: CFX_iMSMail VTM


Is there a VTM for the CFX_iMSMail tag?

I just downloaded the CFX, but the instructions look complicated.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.

~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help needed with ODBC Excel datasource problems...

2001-01-31 Thread Kevin Langevin

Ok...the link table didn't work.  The values still come up as numbers, and
Access won't allow me to change the values.  Philip's solution of creating a
new field is likely not feasible with my client, as he'll have toi convince
all customers who create these spreadsheets to make this change, and input
only in the correct field.

However...I did an IMPORT in Access, and that imported perfectly.  Does
anyone know of a script or a custom tag that will automate the importing of
an external Excel spreadsheet into an Excel database?

-Kev

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 10:13 AM
To: CF-Talk
Subject: RE: Help needed with ODBC Excel datasource problems...


> When creating an ODBC datasource for Excel, you define how many
> rows to scan
> to allow CF to determine what the datatype of each field is.  If you have
> column headings in your spreadsheet, then they are automatically used as
> field names when imported.  I have set the number of rows to scan to 1,
> hoping to force the ODBC driver to use the column headings as the
> determining factor for data type determinination, and that didn't work.  I
> figured maybe it was skipping the first row and reading the second, so I
> added "Do not alter this text" in every field in row two, again hoping to
> force the datatypes to strings.

The Excel ODBC driver is notoriously bad - even using a Link table produces
the same problem

Once it decides on a field type, then it forces it into that mode, and the
"other" type (text/numeric) are ignored

The only way to force it is to format a row into text, but not used the Cell
Format function in Excel as that's only visual

Make a cell beside the one with data with
=Mid("'"&D2,2,Len(D2))
Where D2 is the cell to the left

This will FORCE it into text mode... it's what I had to do to get one of our
clients sheets working - they now have to add that every time they upload


Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help needed with ODBC Excel datasource problems...

2001-01-31 Thread Kevin Langevin

Hmmm...I've never attached with Access before, but I'll give it a try.
Thanks. :)

-Kev

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 9:57 AM
To: CF-Talk
Subject: RE: Help needed with ODBC Excel datasource problems...


Random untested suggestion: Create an MS Access DB, attach/link the Excel
spreadsheet, and see if Access correctly understands the column as
character/string.  If Access gets it right, create a CF datasource to the
Access DB and query the attached table, hoping that Access' field data type
will be the one the CF uses.

-Original Message-----
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 9:35 AM
To: CF-Talk
Subject: Help needed with ODBC Excel datasource problems...


Hi all-

Got a tricky one for ya.  I have an Excel datasource that I need to import
into an Access DB.  I've been to www.cfcomet.com (excellent site, by the
way...definitely visit for any issues with accessing MS Office Objects
through CF) which gave me a start, but I've run into a problem I can't find
addressed anywhere.

<---snip --->

Didn't work. :(  I have one particular field which, in some cases:

a) is blank,
b) has a number in it, or
c) has multiple numbers, separated by spaces (ie. 3 5 2)

For whatever reason, CF is importing this field as a number, converting the
3 to 3.0, and dropping the rest of the field.  This has me stymied, because
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



Help needed with ODBC Excel datasource problems...

2001-01-31 Thread Kevin Langevin

Hi all-

Got a tricky one for ya.  I have an Excel datasource that I need to import
into an Access DB.  I've been to www.cfcomet.com (excellent site, by the
way...definitely visit for any issues with accessing MS Office Objects
through CF) which gave me a start, but I've run into a problem I can't find
addressed anywhere.

When creating an ODBC datasource for Excel, you define how many rows to scan
to allow CF to determine what the datatype of each field is.  If you have
column headings in your spreadsheet, then they are automatically used as
field names when imported.  I have set the number of rows to scan to 1,
hoping to force the ODBC driver to use the column headings as the
determining factor for data type determinination, and that didn't work.  I
figured maybe it was skipping the first row and reading the second, so I
added "Do not alter this text" in every field in row two, again hoping to
force the datatypes to strings.

Didn't work. :(  I have one particular field which, in some cases:

a) is blank,
b) has a number in it, or
c) has multiple numbers, separated by spaces (ie. 3 5 2)

For whatever reason, CF is importing this field as a number, converting the
3 to 3.0, and dropping the rest of the field.  This has me stymied, because
if I can't import this spreadsheet properly, then the project is going to
die very quickly.  Any ideas on how to force the datatype of the fields
being imported to strings?  Is there some SQL snytax that can define in the
SELECT statement something like SELECT {fieldname} AS STRING FROM "Sheet1$"?

Any help would be appreciated.

Thanks...

-Kev


~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CPU 100% when one CFM file is accessed

2001-01-04 Thread Kevin Langevin

Is the CFOUTPUT inside of a CFLOOP?  If so, check your terminating condition
to be sure that it actually gets triggered.  If the condition can't be met,
the loop is infinite and pegs the server.  Lots of fun on a shared server
environment, too... :(


-Kev


> -Original Message-
> From: Chad Gray [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 3:32 PM
> To: CF-Talk
> Subject: CPU 100% when one CFM file is accessed
>
>
> This is very strange.  I have one CFM template that causes the NT box to
> peg the CPU to 100% and basically crashes the entire server.
>
> The only thing in the CFM file is 3 DB queries, and some
> CFoutput.  All of
> the other templates work fine.  It just seems to be this one file that
> crashes the server.
>
> This just started happening today.  I have a feeling something in the CF
> server got corrupt.  The database appears ok, and the cfm template is ok.
>
>
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE:

2001-01-04 Thread Kevin Langevin

Well, the .cfm certainly wouldn't be interpreted by the CF server if you do
this.  I've never included a file this way in an HTML file before, but you'd
be better off changing your HTML file into a .cfm file itself.


-Kev


> -Original Message-
> From: Eric Fickes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 12:19 PM
> To: CF-Talk
> Subject: 
>
>
> Hello all,
>
> Has anyone ever included a cfm file inside of a .html file?  I've got an
> HTML page that I would like to include a small CF page inside of
> and I can't
> seem to get it to work.  I've tried the following
>
> 
>
> 
>
> and neither seem to do anything.  Any ideas?
>
> E
>
>
~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfmail and aol addresses

2000-12-27 Thread Kevin Langevin

Possible...did the previous adminstrators of the site do any spamming?


-Kev
 

> -Original Message-
> From: Jonathan Karlen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 27, 2000 4:34 PM
> To: CF-Talk
> Subject: Re: cfmail and aol addresses
> 
> 
> Just one at a time.  Order confirmations and "I forgot my 
> password" e-mails.  We're taking over development of an existing 
> site.  Do you think the domain name is blocked?
> 
> Jonathan Karlen
> 
> Kevin Langevin wrote:
> 
> > How many are you sending at once?  A company I previously 
> worked for sent
> > mass-e-mails out to registered newsletter subscribers, and AOL 
> throttled the
> > incoming mail automatically until we went through some hoops to get the
> > throttle lifted from our IP address specifically.
> >
> > 
> > -Kev
> > 
> >
> > > -Original Message-
> > > From: Jonathan Karlen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, December 27, 2000 4:20 PM
> > > To: CF-Talk
> > > Subject: cfmail and aol addresses
> > >
> > >
> > > For some reason the mail generated by CFMAIL tags on a web site I'm
> > > buidling are not being delivered to AOL addresses.  Any ide why?
> > >
> > > TIA -
> > > Jonathan Karlen
> > >
> > >
> > >
> >
>
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfmail and aol addresses

2000-12-27 Thread Kevin Langevin

How many are you sending at once?  A company I previously worked for sent
mass-e-mails out to registered newsletter subscribers, and AOL throttled the
incoming mail automatically until we went through some hoops to get the
throttle lifted from our IP address specifically.


-Kev


> -Original Message-
> From: Jonathan Karlen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 27, 2000 4:20 PM
> To: CF-Talk
> Subject: cfmail and aol addresses
>
>
> For some reason the mail generated by CFMAIL tags on a web site I'm
> buidling are not being delivered to AOL addresses.  Any ide why?
>
> TIA -
> Jonathan Karlen
>
>
>
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >