RE: CFFILE - on server only?

2002-03-12 Thread Dylan Bromby

That's my point. That defeats the purpose behind the intent of the
original poster.

-Original Message-
From: Steve Oliver [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 12:48 AM
To: CF-Talk
Subject: RE: CFFILE - on server only?


Well with CFCONTENT you could use it to send a file to a user, which
would in turn popup a save as box for them to save a file to a certain
location.  Something like...

cfsetting enablecfoutputonly=yes
cfcontent file=whatever.txt type=application/ms-download

But there is no way to manipulate that file on the clients machine once
it's saved.

The only file that you have access to (if they have them turned on) are
cookies.

_
steve oliver
senior internet developer
atnet solutions, inc.
http://www.atnetsolutions.com


-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 12:19 AM
To: CF-Talk
Subject: RE: CFFILE - on server only?


How so? CFCONTENT is still restricted by the overreaching fact that CF
is server-side. Just curious.

-Original Message-
From: Kay Smoljak [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 9:02 PM
To: CF-Talk
Subject: Re: CFFILE - on server only?


Depending on what you want to do, you may find cfcontent useful.

Steve Oliver [EMAIL PROTECTED] wrote in message
news:002001c1c92c$3d356ce0$[EMAIL PROTECTED]...
 Unless of course you have a java class or an activeX control that 
 allows saving files to a clients machine, but they would get an 
 annoying pop up asking if they want to allow said control to run on 
 there machine for the java, and the activeX would just pop up an alert

 saying it won't display (unless their browser security is set to low)
 
 _
 steve oliver
 senior internet developer
 atnet solutions, inc.
 http://www.atnetsolutions.com
 
 
 -Original Message-
 From: Steve Oliver [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 11, 2002 1:33 PM
 To: CF-Talk
 Subject: RE: CFFILE - on server only?
 
 
 Yes, No, and No.
 
 That all involves browser security, the only way to save anything on 
 the clients machine through IE is by them clicking the FileSave in 
 the menu.
 
 _
 steve oliver
 senior internet developer
 atnet solutions, inc.
 http://www.atnetsolutions.com
 
 
 -Original Message-
 From: Ed Gordon [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 11, 2002 1:30 PM
 To: CF-Talk
 Subject: CFFILE - on server only?
 
 
 Does the Cold Fusion server only create / write to files on the server

 itself?
 
 Is there any way to get Cold Fusion to create / write to a file on the

 client side rather than on the server?
 
 Is there a way to get a file dialogue box up so that the user can 
 choose the name / location of a file to create / write to?
 
 TIA
 
 - Ed
 
 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 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: Regular expressions

2002-03-11 Thread Dylan Bromby

http://www.amazon.com/exec/obidos/ASIN/1565922573/qid=1015855436/sr=8-1/
ref=sr_8_67_1/102-6894441-0446552



-Original Message-
From: Dowdell, Jason G [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 4:48 AM
To: CF-Talk
Subject: Regular expressions


Hi all,

I'm looking for a good tutorial/reference manual for regualar
expressions.  Being that I came from a business background and the
majority of my coding knowledge is self taught I don't have some of the
basic elements a computer science major would.  I'm looking for a good
guide on regular expressions in general and regular expressions in
ColdFusion.  If anyone knows of any I'd appreciate a post.

Here's a quote from a great movie most of you should recognize...
Sounds like somebody has a case of the Mondays!

Name that movie :0)

Thanks,
Jason

!---///
Jason Dowdell
IM East
321.799.6845
[EMAIL PROTECTED]
  ///---


__
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: OT: my own box

2002-03-11 Thread Dylan Bromby

We ran Website Pro from January '96 (version 1.0) until just over a year
ago then migrated to IIS on WIN2K.

Our main contention was, under heavy load, Website just crapped out
whereas IIS did a much better job it seemed of pooling/managing threads.
Additionally, our CF-based B2B channel applications were being hindered
because Website didn't implement HTTP 1.1 until LONG after IIS did.
Believe me, we -were- Website fans.

We don't spend any more time administering IIS than we did Website, and
the performance gain is noticable (but I won't spawn a debate of the
differences). If you subscribe to a service such as NTBUGTRAQ, you'll be
notified of IIS issues before the media in most cases. And it only takes
a few minutes to check for security updates on a weekly basis. IIS is by
far not the only subject of security issues. Apache, the most prevalent
web server on the net, has its share as well. If you think choosing a
certain HTTP server (or SMTP, FTP, DNS, or any other server with a
public interface to the web) over another will grant you more security
in and of itself, you may find yourself unpleasantly surprised one day.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 7:12 AM
To: CF-Talk
Subject: RE: OT: my own box


  I'm wondering if anyone can share thoughts on installing
  IIS
 
 My best advice is DON'T, if you can possibly help it. I
 personally disable IIS before my machines ever get connected 
 to the Internet.
 
 Website Pro is the way to go. The time you'll save not having
 to spend checking for and installing security updates will pay 
 for it in no time. Plus it let's me sleep at night.
 
 http://www.deerfield.com/products/website/

Don't sleep too soundly. If you install all of the stuff that Website
Pro comes with, you might have quite a few vulnerabilities of your own.
A cursory search for Website Pro on securityfocus.com returned four
pages of known vulnerabilities. In addition, because of the lesser
scrutiny that Website Pro suffers, compared to IIS, I wouldn't be
surprised if there are more secret vulnerabilities, which have been
discovered but haven't been widely publicized.

The key with any server installation is to install only the components
you need, to disable or remove any that you don't, and  to know the
difference between the two.

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


__
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: OT: my own box

2002-03-11 Thread Dylan Bromby

ColdFusion shipped with Website Pro 1.0 on floppies. Website later
shipped with iHTML.

-Original Message-
From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 8:00 AM
To: CF-Talk
Subject: RE: OT: my own box


I used Website Pro version 1.0 in college, and I remember getting some
free server software for building dynamic Web pages along with it. The
name sounded like something from a physics class, and the name of the
company started with an 'A'...

Anyone remember?

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 10:30 AM
To: CF-Talk
Subject: RE: OT: my own box


We ran Website Pro from January '96 (version 1.0) until just over a year
ago then migrated to IIS on WIN2K.

Our main contention was, under heavy load, Website just crapped out
whereas IIS did a much better job it seemed of pooling/managing threads.
Additionally, our CF-based B2B channel applications were being hindered
because Website didn't implement HTTP 1.1 until LONG after IIS did.
Believe me, we -were- Website fans.

We don't spend any more time administering IIS than we did Website, and
the performance gain is noticable (but I won't spawn a debate of the
differences). If you subscribe to a service such as NTBUGTRAQ, you'll be
notified of IIS issues before the media in most cases. And it only takes
a few minutes to check for security updates on a weekly basis. IIS is by
far not the only subject of security issues. Apache, the most prevalent
web server on the net, has its share as well. If you think choosing a
certain HTTP server (or SMTP, FTP, DNS, or any other server with a
public interface to the web) over another will grant you more security
in and of itself, you may find yourself unpleasantly surprised one day.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 7:12 AM
To: CF-Talk
Subject: RE: OT: my own box


  I'm wondering if anyone can share thoughts on installing IIS
 
 My best advice is DON'T, if you can possibly help it. I personally 
 disable IIS before my machines ever get connected to the Internet.
 
 Website Pro is the way to go. The time you'll save not having to spend

 checking for and installing security updates will pay for it in no 
 time. Plus it let's me sleep at night.
 
 http://www.deerfield.com/products/website/

Don't sleep too soundly. If you install all of the stuff that Website
Pro comes with, you might have quite a few vulnerabilities of your own.
A cursory search for Website Pro on securityfocus.com returned four
pages of known vulnerabilities. In addition, because of the lesser
scrutiny that Website Pro suffers, compared to IIS, I wouldn't be
surprised if there are more secret vulnerabilities, which have been
discovered but haven't been widely publicized.

The key with any server installation is to install only the components
you need, to disable or remove any that you don't, and  to know the
difference between the two.

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




__
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: sql data type wierdness

2002-03-11 Thread Dylan Bromby

That's pretty vague. What exactly is your question?

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 8:22 AM
To: CF-Talk
Subject: sql data type wierdness


greetings,

CF outputs this value from MS SQL SERVER 7.0 as 

 3.02777801E-2 ,

in enterprise manager the value looks like this 

 0.03027778 

any help would be appreciated,

respectfully,

J 


__
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: OT: my own box

2002-03-11 Thread Dylan Bromby

You may be right about v1.1...

Good call on the ref to Bob. :)

DB

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 8:52 AM
To: CF-Talk
Subject: RE: OT: my own box


 I used Website Pro version 1.0 in college, and I remember
 getting some free server software for building dynamic Web 
 pages along with it. The name sounded like something from 
 a physics class, and the name of the company started with 
 an 'A'...

If I recall correctly, Website Pro did not come with CF until Website
1.1 came out. I could be wrong about that, though. In any case, back
then, if you were a man, you wrote your CGI code with Visual Basic,
using Bob Denny's packaged example code.

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


__
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: sql data type wierdness

2002-03-11 Thread Dylan Bromby

I have a fair amount of exp with tens of millions of record SQL DBs with
lat/lon fields. We chose to normalize all values into whole numbers. We
had some of our own data, data from 3rd parties, and services from still
more 3rd parties. It was critical to maintain the data in a consistent
format on our end. Since we did a myriad of things with the data, we
would've wound up converting the format anyway, so we didn't introduce
any real additional work by normalizing the disparate lat/lon formats
into one format.

Of course, that's assuming the datafeeds you're getting lat/lon values
from are all using the same datum as reference ;).

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 8:52 AM
To: CF-Talk
Subject: RE: sql data type wierdness


Sorry for seeming hectic,

some latitudes and longitudes are coming intp SQL server from server
agents listening to GSM and GPS satellites,

CF is displaying the data on some occaissions which seems to be wrong,

e.g.
In a vehicle reports page, I'm just outputting that data straight, no
manipulation

one or two longitude and latitudes now and again appear in this numeric
format

3.02777801E-2, not in this exact format but with E-2 on the end,

in SQL SERVER through enterprise manager it says its 0.03027778,

I am also showing this vehicle on a map, on one occaision the vehicle
should have been driving up the M6 from Birmingham, but instead was
somewhere in Egypt.

I can quite easily catch these rogue longitudes and latitudes from
causing errors,

I just quite simply wondered, which is showing me true data
representation,

CF or SQL SERVER, you see the problem is I don't know!! 

I only hope you can be as quick to advise as you are to snap.





-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 4:28 PM
To: CF-Talk
Subject: RE: sql data type wierdness


That's pretty vague. What exactly is your question?

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 8:22 AM
To: CF-Talk
Subject: sql data type wierdness


greetings,

CF outputs this value from MS SQL SERVER 7.0 as 

 3.02777801E-2 ,

in enterprise manager the value looks like this 

 0.03027778 

any help would be appreciated,

respectfully,

J 




__
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: OT: my own box

2002-03-11 Thread Dylan Bromby

Bob rules. He helped me with some advanced threading issues with WS.
Still didn't make WS as heavy-duty as IIS for us, but he's still the
king ;).

I just thought it was cool he had his own registry entry: ../DENNY.

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 9:09 AM
To: CF-Talk
Subject: RE: OT: my own box


Not only do I have copies of WS and WS pro, I've got emails from Bob and
some code he wrote to help me write a CFX for website security. As for
its current use, I've been using WS pro on HoF for years and have had no
problems at all. I greatly fear going to IIS for many, many reasons. 

At 12:01 PM 3/11/02, you wrote:
I remember that! I spent almost a semester trying to figure out what 
CGI was, and he was the one who explained it to me!

Anyone still have a copy of Bob Denny's work? I would be interested in 
saving that for posterity.

Mike

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 11:52 AM
To: CF-Talk
Subject: RE: OT: my own box


 I used Website Pro version 1.0 in college, and I remember
 getting some free server software for building dynamic Web 
 pages along with it. The name sounded like something from 
 a physics class, and the name of the company started with 
 an 'A'...

If I recall correctly, Website Pro did not come with CF until Website 
1.1 came out. I could be wrong about that, though. In any case, back 
then, if you were a man, you wrote your CGI code with Visual Basic, 
using Bob Denny's packaged example code.

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




__
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: CFFILE/GetFileFromPath Problem

2002-03-11 Thread Dylan Bromby

Once CFFILE has uploaded the file, you can use the CFFILE vars to get
the original file name. For starters, try outputting some of these:

CFFILE.ServerFile
CFFILE.ClientFileName
CFFILE.ClientFileExt

And you'll get the hang of it.

-Original Message-
From: S R [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 9:46 AM
To: CF-Talk
Subject: CFFILE/GetFileFromPath Problem


Hi everyone,

I've ran into a weird problem I can't get around. I'm using the CFFILE
tag 
to upload some files. As you know, you have to use the 
enctype=multipart/form-data attribute within the CFFORM tag for CFFILE
to 
work. But this causes a problem with the GetFileFromPath function
because 
when I'm uploading pdf's its converting the names of the files to a .tmp

file instead of a .pdf. How can I get around this?

Thanks

Sal

_
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.


__
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: Target back to parent.

2002-03-11 Thread Dylan Bromby

Neil;

This might help, it might not. I don't have code handy for forms, but
here's how you do it with links. Perhaps you can adapt this to work with
forms and if you get it, post back to the list. 

1.  Spawn the new window with a link like this:

A HREF=Javascript:open_window('window.cfm');Open window/A

2.  In window.cfm, use the following JS code in the HEAD block:

SCRIPT LANGUAGE=javascript

function windowManager(url) {
  window.parent.opener.location = url;
  window.parent.close();
}

/SCRIPT

3.  Also in the spawned window.cfm, put this code which will load
the value of the HREF in the original window and close the spawned
window:

A HREF=javascript:windowManager('newfile.cfm')New page in original
window, close this one./A

-Original Message-
From: Neil H. [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 10:04 AM
To: CF-Talk
Subject: Re: Target back to parent.


I am not worried about form field access.  I am more worried about
posting back to that original page and closing the current window (hence
the
window.close())

Is there a target attribute?

Thanks,

Neil

- Original Message -
From: Steve Oliver [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 11, 2002 12:59 PM
Subject: RE: Target back to parent.


 You can reference the parent window with opener

 opener.document.formname.fieldname.value=whatever;
 window.close();

 _
 steve oliver
 senior internet developer
 atnet solutions, inc.
 http://www.atnetsolutions.com


 -Original Message-
 From: Neil H. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 11, 2002 12:47 PM
 To: CF-Talk
 Subject: Target back to parent.


 If I use JavaScript to spawn a new window how can I have that spawned 
 window's form post back to the parent page, and then close the spawned

 window.

 Thanks,

 Neil


 

__
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: basics about how CF works with XML

2002-03-11 Thread Dylan Bromby

http://www.torchbox.co.uk has a CF-XML toolkit you can play with.

Personally, I've had an easier (and more efficient) time using CFOBJECT
and CFSCRIPT to invoke MSXML4.0 objects and manipulate their methods
respectively.

-Original Message-
From: Nathan Chen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 3:43 PM
To: CF-Talk
Subject: basics about how CF works with XML


Hi, 
Can anyone give me an idea or a site that describes how CF server reads
XML files that contain data and how CF updates the data in those XML
files?

Nathan



__
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: CFFILE - on server only?

2002-03-11 Thread Dylan Bromby

How so? CFCONTENT is still restricted by the overreaching fact that CF
is server-side. Just curious.

-Original Message-
From: Kay Smoljak [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 9:02 PM
To: CF-Talk
Subject: Re: CFFILE - on server only?


Depending on what you want to do, you may find cfcontent useful.

Steve Oliver [EMAIL PROTECTED] wrote in message
news:002001c1c92c$3d356ce0$[EMAIL PROTECTED]...
 Unless of course you have a java class or an activeX control that
 allows saving files to a clients machine, but they would get an 
 annoying pop up asking if they want to allow said control to run on 
 there machine for the java, and the activeX would just pop up an alert

 saying it won't display (unless their browser security is set to low)
 
 _
 steve oliver
 senior internet developer
 atnet solutions, inc.
 http://www.atnetsolutions.com
 
 
 -Original Message-
 From: Steve Oliver [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 11, 2002 1:33 PM
 To: CF-Talk
 Subject: RE: CFFILE - on server only?
 
 
 Yes, No, and No.
 
 That all involves browser security, the only way to save anything on
 the clients machine through IE is by them clicking the FileSave in 
 the menu.
 
 _
 steve oliver
 senior internet developer
 atnet solutions, inc.
 http://www.atnetsolutions.com
 
 
 -Original Message-
 From: Ed Gordon [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 11, 2002 1:30 PM
 To: CF-Talk
 Subject: CFFILE - on server only?
 
 
 Does the Cold Fusion server only create / write to files on the server

 itself?
 
 Is there any way to get Cold Fusion to create / write to a file on the

 client side rather than on the server?
 
 Is there a way to get a file dialogue box up so that the user can
 choose the name / location of a file to create / write to?
 
 TIA
 
 - Ed
 
 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
 
 
 

__
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: default.ida?

2001-08-03 Thread Dylan Bromby

the point is this: if your logging requests for default.ida, it does NOT
necessarily mean you are infected with code red. and whether you see
requests for .ida or .idq, it is practical - especially with the recent
release of free tools - to scan your system and take appropriate measures to
best protect your system.

-Original Message-
From: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 7:03 AM
To: CF-Talk
Subject: RE: default.ida?


I don't actually think it's hysteria mate, do you want to see a copy of my
IDS logs There are a large number of attacks going on as I write this
and anyone running an unpatched/unprotected IIS server needs to do something
about it asap.


best wishes,

  -= Ed


If you want others to be happy, practice compassion.
If you want to be happy, practice compassion.
~The 14th Dalai Lama
~~
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: graphing

2001-08-03 Thread Dylan Bromby

woop dave's right...unisys owns the license. heh.

damn unisys. ;)

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 1:52 PM
To: CF-Talk
Subject: RE: graphing


damn compuserve. ;)

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 12:53 PM
To: CF-Talk
Subject: RE: graphing


Nick, I said GIF on April 22nd, that is an OLD message. At that time GIF
was in there. It was pulled (and replaced with PNG) in May because of
licensing restrictions. :-)

--- Ben



-Original Message-
From: Nick Gompper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 3:21 PM
To: CF-Talk
Subject: RE: graphing


GIF?  Your article in CF Dev. Journal says Flash, JPEG and PNG but not GIF
though, sorry

Which Ben Forta guru should I believe?  ;-)


 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 8:24 PM
 To: CF-Talk
 Subject: RE: graphing


 GIF, JPEG, Flash



 -Original Message-
 From: Brad Comer [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 4:21 PM
 To: CF-Talk
 Subject: RE: graphing


 Is the graphing in CF5 applet or flash?

 btc

 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 3:13 PM
 To: CF-Talk
 Subject: RE: graphing


 Brook,

 CF5, which is just about nearing the end of its beta cycle
 (due out in June)
 has graphing built in. So, if you can wait a few weeks, or if
 you can access
 the beta version, that's probably your best bet.

 --- Ben


 -Original Message-
 From: Brook Davies [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 4:11 PM
 To: CF-Talk
 Subject: graphing


 Does any one know of a good graphing solution for a cf app? I
 do not want
 to use the allaire applets. I would prefer not using an
 applet at all. I
 looked at Corda Pop charts (www.popcharts.com). They have a
 great product
 (generates flash graphs) just a little out of my price range.

 Any ideas?

 Brook Davies

~~
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: graphing

2001-08-03 Thread Dylan Bromby

damn compuserve. ;)

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 12:53 PM
To: CF-Talk
Subject: RE: graphing


Nick, I said GIF on April 22nd, that is an OLD message. At that time GIF
was in there. It was pulled (and replaced with PNG) in May because of
licensing restrictions. :-)

--- Ben



-Original Message-
From: Nick Gompper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 3:21 PM
To: CF-Talk
Subject: RE: graphing


GIF?  Your article in CF Dev. Journal says Flash, JPEG and PNG but not GIF
though, sorry

Which Ben Forta guru should I believe?  ;-)


 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 8:24 PM
 To: CF-Talk
 Subject: RE: graphing


 GIF, JPEG, Flash



 -Original Message-
 From: Brad Comer [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 4:21 PM
 To: CF-Talk
 Subject: RE: graphing


 Is the graphing in CF5 applet or flash?

 btc

 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 3:13 PM
 To: CF-Talk
 Subject: RE: graphing


 Brook,

 CF5, which is just about nearing the end of its beta cycle
 (due out in June)
 has graphing built in. So, if you can wait a few weeks, or if
 you can access
 the beta version, that's probably your best bet.

 --- Ben


 -Original Message-
 From: Brook Davies [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 22, 2001 4:11 PM
 To: CF-Talk
 Subject: graphing


 Does any one know of a good graphing solution for a cf app? I
 do not want
 to use the allaire applets. I would prefer not using an
 applet at all. I
 looked at Corda Pop charts (www.popcharts.com). They have a
 great product
 (generates flash graphs) just a little out of my price range.

 Any ideas?

 Brook Davies

~~
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: Home Office Firewall

2001-08-03 Thread Dylan Bromby

run a combo of zonealarm and black ice.

-Original Message-
From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 10:27 AM
To: CF-Talk
Subject: Home Office Firewall


Any ideas on home firewall software?  I run a cold fusion server and ftp
server from home so I can backup work, and work remotely and when I am at
school and what not. What would be some good firewall protection to
implemement on the server?

Mike
~~
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: default.ida?

2001-08-03 Thread Dylan Bromby

his email domain is cc.uk.com. which i can ping and see the IP 193.122.20.2.
so i could do a port scan in that range and see any machine running port 80.

so can you explain to us all what he revealed that wouldn't take more than 1
or 2 minutes for anyone to figure out?

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 8:05 AM
To: CF-Talk
Subject: RE: default.ida?


Might be an idea to go away and change the IP addresses on your servers now
and abandon these two for all eternity

Never put this kind of information out on the list.  You are openning
yourself up to abuse by the few unscrupulous people on this list...

Stephen

 -Original Message-
 From: Edward Chanter [mailto:[EMAIL PROTECTED]]
 Sent: 02 August 2001 15:50
 To: CF-Talk
 Subject: RE: default.ida?


 193.122.20.5 - Production
 193.122.20.8 - Development

 Why?



  -Original Message-
  From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 02, 2001 3:34 PM
  To: CF-Talk
  Subject: RE: default.ida?
 
 
  whats yur ip?  :-)
 
 
  Michael T. Tangorre
  
  Web Applications Developer
  Office Phone: 703-558-4746
  Cellular Phone: 607-426-9277
  AIM: CrazyFlash4
  Personal Email: [EMAIL PROTECTED]
  Work Email: [EMAIL PROTECTED]
  School Email: [EMAIL PROTECTED]
  
  This Email contains MillenniuM Information
  Systems, LLC Privileged Information which
  is Customer or Business Sensitive.
  
 
 
  -Original Message-
  From: Edward Chanter [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 02, 2001 10:32 AM
  To: CF-Talk
  Subject: RE: default.ida?
 
 
   -Original Message-
I don't actually think it's hysteria mate, do you want to see
a copy of my
IDS logs
  
   Not really, no. They tend to be boring and full of kidz getting 404's.
 
  :-) I did say IDS logs though, they filter out all the crap and
  only show me
  the ISAPI Extension Overflow errors.
 
There are a large number of attacks going on as
I write this
  
   Woo-wee - where have you been ? An ongoing scan of your system is
   a *FACT OF
   LIFE* for a system on the internet.
   My dial-up gateway at home gets scanned !
 
  Tell me about it, then again, my server very rarely blocks
 anyone, so far
  today it's implemented over  300 24 bans on various IP addresses
  in the last
  12 hours. That is unusual.
 
and anyone running an unpatched/unprotected IIS server needs
to do something
about it asap.
  
   No, anyone running an unpatched/unprotected IIS server on a
  public network
   needs to fired, as their not doing their job. The patch was all
   over BugTraq
   et al. well before Code Red was released.
 
  Agreed!
 
   But, if you look at the domains from which these scans originate,
   most have
   no reverse look-up, or are from ISP's like @home shrug and
   those are just
   the people who wont care, because Code Red version 2 is non
  destructive to
   the local machine.
 
  Lot's of Chinese, Japanese, Koreans, Mexicans and a few US and
 EU academic
  one's as well.. There are even some coming in as 0.0.0.0
 
  I have had a few responses from some of the ones  I thought would take
  action, some very sheepish IISadmins out there :-)
 
  We're averaging a new attempt every minute or so
 
  -= Ed
 

~~
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: default.ida?

2001-08-03 Thread Dylan Bromby

you mean AOL doesn't assign static IPs to its dial-up users?

argh! we've all been had!

-Original Message-
From: G [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 8:51 AM
To: CF-Talk
Subject: Re: default.ida?


Whomever that was at the time, they'll be something different the next time
they log in

- Original Message -
From: Edward Chanter [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 02, 2001 10:23 AM
Subject: RE: default.ida?


 Ok, so who is

 IP: 172.158.23.29
 DNS: AC9E171D.ipt.aol.com

 One of you lot?

 best wishes,

   -= Ed


 If you want others to be happy, practice compassion.
 If you want to be happy, practice compassion.
 ~The 14th Dalai Lama

~~
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: MM :: WACK :: Forta Weiss

2001-08-03 Thread Dylan Bromby

hmmm. amazon is selling for 54.99 and bn.com for 39.99.

hopefully that's a temporary oversight on amazon's part...otherwise i'll be
buying from bn.com for the first time. :)

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 1:52 PM
To: CF-Talk
Subject: Re: MM :: WACK :: Forta  Weiss


And Amazon just updated their page as well.
- Original Message -
From: Neil H. [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 02, 2001 3:11 PM
Subject: Re: MM :: WACK :: Forta  Weiss


 Who has it for sale?!

 Neil

 - Original Message -
 From: Paul Ihrig [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, August 02, 2001 2:57 PM
 Subject: MM :: WACK :: Forta  Weiss


  just received the new WACK book, by Forta.
  now if i could convince my co. to upgrade the server, id be set!
 
  -paul
 
  the ponds here are drying up.
  if your not a mud skipper you are likely to be bird food..
 
 

~~
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: default.ida?

2001-08-03 Thread Dylan Bromby

thousands huh?

the fact is, you can't list a dozen people on this list that you know for
absolute certain are digging around his server in some malicious manner. i'm
not suggesting everyone here is a saint, but i think all these dramatic
suggestions of the behaviours of others is unfounded.

and while we're still on the subject, i think if you're the admin of
machines being hacked based on an exploit that's MONTHS old, you shouldn't
feel victimized. you should feel ignorant. and i wonder, of all the machines
that were vulnerable to this latest round, how many of them actually *use*
MS indexing server? patching services you're not using. brilliant. why don't
we all just run anonymous FTP into our system folders and level the playing
field? maybe we'll stave off
(http://www.dictionary.com/cgi-bin/dict.pl?term=stave) the hackers because
they won't know where to start...

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 9:17 AM
To: CF-Talk
Subject: RE: default.ida?


Well since he posted his IP addresses to this list they have been pinged,
tracert'd, checked for code red vunerability, checked for all the usual CF
insecurities, had his entire IP range scanned...

Need I go on?

Its not the fact that its easy for someone to do these things, its the fact
that there are 1000s of subscribers on this list who are now having a look
at his server, as well as the unscrupulous people having a good old dig at
his server.

Is that sufficient?

 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
 Sent: 02 August 2001 16:26
 To: CF-Talk
 Subject: RE: default.ida?


 his email domain is cc.uk.com. which i can ping and see the IP
 193.122.20.2.
 so i could do a port scan in that range and see any machine
 running port 80.

 so can you explain to us all what he revealed that wouldn't take
 more than 1
 or 2 minutes for anyone to figure out?

 -Original Message-
 From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 02, 2001 8:05 AM
 To: CF-Talk
 Subject: RE: default.ida?


 Might be an idea to go away and change the IP addresses on your
 servers now
 and abandon these two for all eternity

 Never put this kind of information out on the list.  You are openning
 yourself up to abuse by the few unscrupulous people on this list...

 Stephen

  -Original Message-
  From: Edward Chanter [mailto:[EMAIL PROTECTED]]
  Sent: 02 August 2001 15:50
  To: CF-Talk
  Subject: RE: default.ida?
 
 
  193.122.20.5 - Production
  193.122.20.8 - Development
 
  Why?
 
 
 
   -Original Message-
   From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, August 02, 2001 3:34 PM
   To: CF-Talk
   Subject: RE: default.ida?
  
  
   whats yur ip?  :-)
  
  
   Michael T. Tangorre
   
   Web Applications Developer
   Office Phone: 703-558-4746
   Cellular Phone: 607-426-9277
   AIM: CrazyFlash4
   Personal Email: [EMAIL PROTECTED]
   Work Email: [EMAIL PROTECTED]
   School Email: [EMAIL PROTECTED]
   
   This Email contains MillenniuM Information
   Systems, LLC Privileged Information which
   is Customer or Business Sensitive.
   
  
  
   -Original Message-
   From: Edward Chanter [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, August 02, 2001 10:32 AM
   To: CF-Talk
   Subject: RE: default.ida?
  
  
-Original Message-
 I don't actually think it's hysteria mate, do you want to see
 a copy of my
 IDS logs
   
Not really, no. They tend to be boring and full of kidz
 getting 404's.
  
   :-) I did say IDS logs though, they filter out all the crap and
   only show me
   the ISAPI Extension Overflow errors.
  
 There are a large number of attacks going on as
 I write this
   
Woo-wee - where have you been ? An ongoing scan of your system is
a *FACT OF
LIFE* for a system on the internet.
My dial-up gateway at home gets scanned !
  
   Tell me about it, then again, my server very rarely blocks
  anyone, so far
   today it's implemented over  300 24 bans on various IP addresses
   in the last
   12 hours. That is unusual.
  
 and anyone running an unpatched/unprotected IIS server needs
 to do something
 about it asap.
   
No, anyone running an unpatched/unprotected IIS server on a
   public network
needs to fired, as their not doing their job. The patch was all
over BugTraq
et al. well before Code Red was released.
  
   Agreed!
  
But, if you look at the domains from which these scans originate,
most have
no reverse look-up, or are from ISP's like @home shrug and
those are just
the people who wont care, because Code Red version 2 is non
   destructive to
the local machine.
  
   Lot's of Chinese, Japanese, Koreans, Mexicans and a few US and
  EU academic
   one's

RE: MM :: WACK :: Forta Weiss

2001-08-03 Thread Dylan Bromby

nope. here's the link.

http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=69ZI2MLDAH;
mscssid=2S08EVTC8AFJ9M67C76XXAL95CAWDX34isbn=0789725843

Pub. Date: July  2001

--dylan

-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 4:05 PM
To: CF-Talk
Subject: Re: MM :: WACK :: Forta  Weiss


It appears to me that bn.com's price is for the OLD edition... :) Check the
dates.

- Original Message -
From: Dylan Bromby [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 02, 2001 3:46 PM
Subject: RE: MM :: WACK :: Forta  Weiss


 hmmm. amazon is selling for 54.99 and bn.com for 39.99.

 hopefully that's a temporary oversight on amazon's part...otherwise i'll
be
 buying from bn.com for the first time. :)
~~
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: cfmail

2001-07-31 Thread Dylan Bromby

use the TYPE=HTML option.

-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 8:47 AM
To: CF-Talk
Subject: cfmail


is there a way to put td tags in the cfmail tag to make the formatting
prettier?



*
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: can't connect to mail server

2001-07-31 Thread Dylan Bromby

are you connecting by its IP or FQDN?

-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 1:39 PM
To: CF-Talk
Subject: can't connect to mail server


Are there any ideas as to why Cold Fusion cannot connect to a mail server?
You can rule out the mail server being down or change of address because I
just tested it using a non-cold fusion program and I received an email. When
I go to the CF Admin and 'verify' the mail server connection I get 'Unable
to connect to server'. It was working last week and today all of a sudden I
send any emails via CFmail or Cf_aspmail
~~
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: Studio 5.0?

2001-07-30 Thread Dylan Bromby

it's in beta now. to test it, you need to provide your existing CFStu serial
number to [EMAIL PROTECTED] when you request participation.

-Original Message-
From: Tangorre, Mike [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 8:12 AM
To: CF-Talk
Subject: Studio 5.0?


Is Studio 5.0 out yet in Beta for download?
Anyone have it? Reviews?

Mike
~~
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: FYI

2001-07-30 Thread Dylan Bromby

more coffee!

-Original Message-
From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 8:32 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: FYI


Dylan,

If you read the KB Article closely *you* will see that the fix applies only
to Enterprise, hence my post.

Thanks,

Chris

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 11:31 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: FYI


had you read the original post closely, you would have seen the reference to
knowledgebase article 19107. :)

http://www.allaire.com/Handlers/index.cfm?ID=19107Method=Full



-Original Message-
From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 8:20 AM
To: CF-Talk
Subject: RE: FYI


Nice that it is fixed in CF5, but how about a fix for this in CF4.5
Professional?

Chris
--
Chris Lomvardias
[EMAIL PROTECTED]
Syscom, Inc.
400 E. Pratt Street, Suite 300
Baltimore, MD 21202
(410)539-3737 x1722 voice
(410)539-7302 fax
[EMAIL PROTECTED] (pager via email)
http://www.syscom.com/

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 11:15 AM
To: CF-Talk
Subject: RE: FYI


 I found a wonderful bug in CF 4.5

Yep, that's why we fixed it. :)

 There is a patch, though, from the Knowledge Base (19107). Hope this is
 fixed in CF 5.

Yes it is fixed in CF5.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda
~~
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: FYI

2001-07-30 Thread Dylan Bromby

had you read the original post closely, you would have seen the reference to
knowledgebase article 19107. :)

http://www.allaire.com/Handlers/index.cfm?ID=19107Method=Full



-Original Message-
From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 8:20 AM
To: CF-Talk
Subject: RE: FYI


Nice that it is fixed in CF5, but how about a fix for this in CF4.5
Professional?

Chris
--
Chris Lomvardias
[EMAIL PROTECTED]
Syscom, Inc.
400 E. Pratt Street, Suite 300
Baltimore, MD 21202
(410)539-3737 x1722 voice
(410)539-7302 fax
[EMAIL PROTECTED] (pager via email)
http://www.syscom.com/

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 11:15 AM
To: CF-Talk
Subject: RE: FYI


 I found a wonderful bug in CF 4.5

Yep, that's why we fixed it. :)

 There is a patch, though, from the Knowledge Base (19107). Hope this is
 fixed in CF 5.

Yes it is fixed in CF5.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda
~~
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: To hell with it all......

2001-07-30 Thread Dylan Bromby

blame canada!

-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:57 PM
To: CF-Talk
Subject: To hell with it all..


I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

Lee


 -Original Message-
 From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:32 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)


 I think CF treats Null and  as the same.  Right?

 From: Lee Fuller [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: Something wrong with my CFIF
 Date: Mon, 30 Jul 2001 15:29:26 -0700
 
 The DB field isn't .. It's most likely NULL.
 
 Try using ISNULL and/or wrap the var with TRIM.. i.e.,
 #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
 
 
 Lee Fuller
 Chief Technical Officer
 PrimeDNA Corporation / AAA Web Hosting Corporation
 We ARE the net.
 http://www.aaawebhosting.com
 
 
 
   -Original Message-
   From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:14 PM
   To: CF-Talk
   Subject: Something wrong with my CFIF
  
  
   If I run any of these;
   cfif qGetLab.Critical_High NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (qGetLab.Critical_High) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (#qGetLab.Critical_High#) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   and the DB field is empty, I should not see those rows.
 Problem is,
   I do see those rows, and the DB field is empty. What
 gives? I have
   done this a thousand times before with no problems.
  
  
  
 

~~
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



All vars?

2001-07-30 Thread Dylan Bromby

there's a tag somewhere that outputs all the vars passed from a form. does
anyone remember what it's called?


~~
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: Friday Afternoon Macromedia Styleee

2001-07-27 Thread Dylan Bromby

you can start and stop there. i've seen all their work before and it's
simply amazing.

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 6:39 AM
To: CF-Talk
Subject: Friday Afternoon Macromedia Styleee


I thought that since we are all now Macromedia customers we could do a spot
the best Dynamic flash site. (does not have to be CF driven, not sure what
this one is to be honest)

Thought I'd start the ball rolling with http://www.2advanced.com

This site grabbed me by the short and curlys, well impressed, its well out
there.
~~
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: Service Pack 2 Problems?

2001-07-27 Thread Dylan Bromby

None here.

-Original Message-
From: Tim Painter [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 8:09 AM
To: CF-Talk
Subject: Service Pack 2 Problems?


We are about to install windows 2000 service pack 2.  Anyone have any
problems with this on their CF servers?  I haven't heard of any, but just
wanted to be sure.

Tim P.
~~
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: SQL 7.0

2001-07-27 Thread Dylan Bromby

you're kidding! it's THAT easy???

;-)

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 12:34 PM
To: CF-Talk
Subject: RE: SQL 7.0


 I'm dying to know how you figure that out...
 Something tells me I should probably know.

There's no magic involved. Here's how I did it.

1. Open SQL Server Books Online.
2. Search for text.
3. Copy field length into email message.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (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: Vote on ColdFusion Enhancements!

2001-07-27 Thread Dylan Bromby

well, let's see...the first result was:

http://www.rational.com/uml/index.jsp

which was pretty informative.

the 3rd was:

http://www.uml-zone.com/

which was also pretty good...wait a minute...tell me again why you just
didn't search on it yourself instead of asking people to predict google's
response (which would be a neat trick)?

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 12:47 PM
To: CF-Talk
Subject: RE: Vote on ColdFusion Enhancements!


UML?
Would a Google search on UML yield useful results? :)

-Gel


-Original Message-
From: Kwang Suh [mailto:[EMAIL PROTECTED]]

This is actually very similar to some aspects of UML, except UML is in 2D :)
~~
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: Geek Cruises

2001-07-26 Thread Dylan Bromby

omg.

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 8:07 AM
To: CF-Talk
Subject: RE: Geek Cruises


Don't laugh, CF cruise is coming up :-)

http://www.geekcruises.com/standard_interface/future_cruises.html



-Original Message-
From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 11:06 AM
To: CF-Talk
Subject: WOT: Geek Cruises


Okay, I know this is off-topic, but I just found this link and thought it
was interesting/funny enough to share.

Geek Cruises:
http://www.userfriendly.org/bazaar/GEN-geekcruises.html

Enjoy!
Hatton
~~
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: Battle of the Gurus (Re: Blatant advertising (you have been warned))

2001-07-26 Thread Dylan Bromby

actually, i find this one indispensable:

http://www.amazon.com/exec/obidos/ASIN/0595091857/ref=pd_sbs_b_1/102-1891257
-2641768

-Original Message-
From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 8:21 AM
To: CF-Talk
Subject: RE: Battle of the Gurus (Re: Blatant advertising (you have been
warned))


I think this one beats them all hands down, the only cf book youll ever
need:

http://www.amazon.com/exec/obidos/ASIN/9056621750/ref=pd_sbs_b_3/102-421497
7-0920132

Kola Oyedeji
Web developer
Allaire Certified ColdFusion Developer
http://www.ekeda.com
0208-429-7323


 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: 26 July 2001 16:01
 To: CF-Talk
 Subject: RE: Battle of the Gurus (Re: Blatant advertising
 (you have been
 warned))


 To further add to the battle, Mastering CF5 will be out soon:

 http://www.amazon.com/exec/obidos/ASIN/078212979X/qid=99615946
5/sr=2-2/ref=a
ps_sr_b_1_2/102-1848419-2315304

(The pub date at Amazon is a bit off, it should be sooner then Aug15.)

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: stas [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 26, 2001 10:56 AM
 To: CF-Talk
 Subject: Battle of the Gurus (Re: Blatant advertising (you have been
 warned))


 So now that the new WROX CF5 book is out as well, can somebody provide a
 review? That other books is a thick $60 monster... and while I
 could scrape
 some cash to buy both, I certainly don't have to read both. Which book has
 more advanced stuff and none of the beginner material? BTW, one thing I
 liked about while I glanced through the WROX book was that the
 code listings
 were in lower case - much more legible for me.

~~
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: Geek Cruises

2001-07-26 Thread Dylan Bromby

lol

-Original Message-
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 8:46 AM
To: CF-Talk
Subject: RE: Geek Cruises


could be worse, imagine if you went on the asp by mistake :)

-Original Message-
From: Brandon Wood [mailto:[EMAIL PROTECTED]]
Sent: 26 July 2001 16:06
To: CF-Talk
Subject: Re: Geek Cruises


You have got to be kiddingThere is no way I would spend eight friggin
days with a bunch of you guys.  I love you and all but jeez...



- Original Message -
From: C. Hatton Humphrey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 10:05 AM
Subject: WOT: Geek Cruises


 Okay, I know this is off-topic, but I just found this link and thought it
 was interesting/funny enough to share.

 Geek Cruises:
 http://www.userfriendly.org/bazaar/GEN-geekcruises.html

 Enjoy!
 Hatton



~~
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: SQL Server memory use grows

2001-07-25 Thread Dylan Bromby

140MB? that sounds like SQL, not a memory leak. you can restrict the amount
of memory (or range thereof) SQL uses. how much RAM is on your SQL server?
it really shouldn't be less than 512MB and ideally, 1GB+.

-Original Message-
From: John Fix 3rd [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 7:27 AM
To: CF-Talk
Subject: SQL Server memory use grows


I finally moved some of our Cold Fusion Access databases to SQL Server 7
on a separate server.  Things are running well, but I notice that over
several days SQL uses more and more memory.  It starts at about 40mb but
is now running at about 90mb.  When I restarted the service a few days
ago, it was up to about 140mb.  Sounds like a memory leak somewhere, but
I need some ideas where to look.

Thanks!

John
www.cornells.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: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Dylan Bromby

that's a GREAT idea. CFX_NNTP. :)

-Original Message-
From: Matt Brown [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 24, 2001 10:47 AM
To: CF-Talk
Subject: Re: Macromedia Cold Fusion Community Manager


Matt Brown wrote:

 Michael Dinowitz wrote:

  That's actually the way it was set up. In actuality, insane community
stuff
  (with some important things) is on community and the macromedia related
  cf-community stuff can sometimes be found on cf-partners. I like to try
and
  keep the CF-Talk to tech only if at all possible.

Michael is there now or will there be an NNTP interface to CF-community?
There is too much noise there to parse
through it as mail. 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



CFMail Sending Multiples??

2001-07-20 Thread Dylan Bromby

Among other things, I have a mailing list of 49,000 subscribers. Some are
now complaining they are getting multiple copies of the e-mail that goes
out. They are not duplicated in the database. I also have a feedback form on
one site that is also kicking multiple copies of one email out.

Has anyone else seen this? I'm wondering if CFMail is trying to connect,
can't, and so it tries again, but in reality they are all getting out?
Anyone have any ideas?


~~
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: PWS for Win2000?

2001-07-20 Thread Dylan Bromby

go to add/remove programs. add/remove windows components. you can add IIS
5.0 there.

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 1:12 PM
To: CF-Talk
Subject: PWS for Win2000?


I know there is no PWS for Win2000 Pro but what do I use to locally host
sites using CF single user server on a laptop for demos and development off
the lan?

Where/how do I set this up?
Can anybody point me to the correct resource so I can find out how to add
this service?
Thanks a lot!

Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305
~~
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: Does CF 4.5 Pro Support Advanced Security?

2001-07-20 Thread Dylan Bromby

if, by advanced security we're talking about sandbox security, then the
answer is no, advanced security is not included in CF pro.

see the CF edition matrix at:

http://www.macromedia.com/software/coldfusion/productinfo/matrix/cf5_matrix.
pdf

--dylan

-Original Message-
From: Norman Elton [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 5:44 PM
To: CF-Talk
Subject: RE: Does CF 4.5 Pro Support Advanced Security?


4.5 Professional does support advanced security. It's an
option when you install the server. In CFAdmin, you'll see
a tab for advanced security. This tab won't appear if you
didn't install it when you installed CF.

The choice to install AS won't appear on OSes that don't
support it, such as Windows 98. I believe; however, that
NT does support advanced security. In any case, CF
Enterprise isn't required.

Norman

Correct

 -Original Message-
 From: Tony Garrido [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 20, 2001 3:31 PM
 To: CF-Talk
 Subject: Does CF 4.5 Pro Support Advanced Security?



 I'm trying to setup CF 4.5 Pro to use NT Authentication,
I
 can't find the screens to set this up, so I'm guessing I
need
 Enterprise to do this.

 Can anyone confirm this?

 Sincerly,

 Tony Garrido




~~
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: Passing Parameters between pages

2001-07-19 Thread Dylan Bromby

specifically, use:

Pagename=#URLEncodedFormat('Rosemarie Rossetti, Ph.D. - Inspirational
Speaker')#

using the single quotes inside the function assumes your HREF is
encapsulated in double quotes.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 12:55 PM
To: CF-Talk
Subject: Re: Passing Parameters between pages


Mark,

I think you need to URL encode your parameters. Spaces between words are
incorrect parameters in Netscape 4.

Pagename=Rosemarie Rossetti, Ph.D. - Inspirational Speaker

should be

Pagename=Rosemarie%20Rossetti,%20Ph.D.%20-%20Inspirational%20Speaker

Bill


In a message dated 7/19/01 3:46:32 PM Eastern Daylight Time,
[EMAIL PROTECTED] writes:


 Look at http://www.rosemariespeaks.com/untitled.cfm in IE5, click on
Email
 This towards the bottom of the page.  Pop up window with passed
paramaters
 #Pagefrom# and #Pagetitle# works as planned.

 However, look at same URL in NN 4+, click the Email This, and the pop up
 states that an incorrect parameter is passed. Right mouse click in the
popup
 to view info - passed parameters look normal

 What's happening here?

 Thanks,
 Mark

~~
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: **** the Pres

2001-07-18 Thread Dylan Bromby

take this somewhere else people.

-Original Message-
From: Wayne Putterill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 4:20 AM
To: CF-Talk
Subject: Re: Kill the President


Rarely have I read such complete and utter bullshit on this group, 
you are
obviously someone who swans through life with an answer to everything 
- a
totally inaccurate answer, but why should that disturb you, you are 
always
right it seems.

- Original Message -
From: Neil Clark [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 18, 2001 11:29 AM
Subject: RE: Kill the President


 For the record, I am not an American - I am British.

 Hmmm, I dont know your background, but I happen to be a graduate in
 Politics, specifially International Relations and I find your
 comments a tad
 shocking - not simply because you just sounded like a complete rogue
 (and
 idiot) but in what way caa you either suggest a better solution to
 your
 pursuits and can you even mention or comment on you own governments
 doings,
 or even how they work at all?  The US system of goverment, in the 
way
 it
 work anyhow, is one of the best functioning with different levels of
 government sharing power.

 Now for your spout.

 Death row is not something you can comment on as you have and never
 will
 experience of it in the UK.

Wrong - we had the death penalty for many, many years.

I would have thought that any British person would have been well 
aware of
that.

 If you committ a crime then you deserver
 punishment.  Think of how much money the state has saved with
 removing the
 burded of holding a prisoner for 10 years or so simply look at 
our
 erm... well established prison service.

You should look up the cost of executing someone before spouting that 
bilge.

From http://www.deathpenaltyinfo.org/costs2.html
a.. The most comprehensive study in the country found that the death 
penalty
costs North Carolina $2.16 million per execution over the costs of a
non-death penalty murder case with a sentence of imprisonment for 
life (Duke
University, May 1993.) On a national basis, these figures translate 
to an
extra cost of over $1 billion dollars spent since 1976 on the death 
penalty.
a.. The death penalty costs California $90 million annually beyond the
ordinary costs of the justice system - $78 million of that total in 
incurred
at the trial level (Sacramento Bee, March 18, 1988).
a.. Florida spent an estimated $57 million on the death penalty from 
1973 to
1988 to achieve 18 executions - that is an average of $3.2 million per
execution. (Miami Herald, July 10, 1988).
In Texas, a death penalty case costs an average of $2.3 million, 
about three
times the cost of imprisoning someone in a single cell at the highest
security level for 40 years. (Dallas Morning News, March 8, 1992).


 Global Warming is neither here nor there.  People who drive cars,
 smoke, and
 industrial revolution (which got you technologically here today) are
 the
 main culprits of Global Warming

What the hell do you think the Kyoto agreement was aimed at doing?

 so get off your high horse and dont
 think
 that just because the US is a world hegemony that it can solve the
 problem

Nobody wants the US to solve the problem on its own, just to join 
with the
other countries in sorting the problem out.

 there isn't one.  The planet is dying and thats a fact -
 it was
 always dying - it is old you know.

Actually it's quite young in planetary terms, but nice ostrich
impersonation - there isn't a problem with global warming? I see you 
are as
well informed on this as you are about anything else you mention.

 The middle east - well that is their concern, only they can solve it
 - the
 fact you think that any worlfd power can solve the problem of
 RELIGION is
 way beyond me.  When you have RELIGION you have conflict, throw in
 guns and
 you have war and death - simple solution - do away or shelve/hide 
your
 religion and you have peace.

Outstanding lack of knowledge displayed about international politics 
there,
are you sure about that degree?

 Oh - and the BRITISH EMPIRE is probably the biggest contributing
 factor to
 not only middle east but Asian (India/Pakistan) problems.

The British empire has been history for a very long time, I fail to 
see how
it affects the situation in Israel for example.

 As for protecting their nation state erm.. that is basic IR - if we
 didnt
 protect out nation states then where would we be? I am not saying
 that by
 Stockpiling arms (something which the US or any other nation state 
is
 knowingly doing)!   The latter stages of the so-called Cold War 
was
 one of
 the most stable times in the world with Zero Sum scenarios.

Very muddled thinking there, the agreements that were reached in the 
final
decade or so of the cold war did produce real results, Bush and his 
son of
star wars dick waving is threatening that situation and opening up 
the real
possibility of another arms race.

 Get your facts 

RE: Checking variable for input

2001-07-18 Thread Dylan Bromby

is this a reply or the post?

either way, make sure you use CFELSE not /CFELSE. for 
readability, i
recommend you not use caps with your functions. titlecase is much 
easier to
read; ISDEFINED v. IsDefined.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 7:37 AM
To: CF-Talk
Subject: Re: Checking variable for input



I have the following code. How can I check the filter variable to 
see if
it's equal to something.

CFIF ISDEFINED(defined)

CFIF filter IS 
code here...
/CFELSE
code here...
/CFIF

code here...
CFELSE
code here...
/CFIF
~~
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: File Upload

2001-07-18 Thread Dylan Bromby

that's great...but that way the CF engine is invoked for every .htm 
call,
even for pages that have no CFML code. it can cause unnecessary 
overhead if
you have a large amount of static .htm pages.

-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 3:33 PM
To: CF-Talk
Subject: RE: File Upload


Maybe he processes his .htms as CF files i do. Not .html but
I do with .htm then people don't even know I am running cf.
Kelly

-Original Message-
From: Rich Tretola [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 6:27 PM
To: CF-Talk
Subject: RE: File Upload


The form action is a .htm file.  Why??
Rich

-Original Message-
From: Billy Ng [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 5:58 PM
To: CF-Talk
Subject: File Upload


Hi all.

This isn't a CF question.
I was in the middle of writing an application that let users to
upload their
company logo.

so I wrote the following.

FORM ACTION=Success.htm METHOD=Post ENCTYPE=multipart/form-data
INPUT TYPE=File NAME=CompanyLogo
INPUT TYPE=Submit
/FORM

When a user decides to just press submit without selecting a picture.
They
will be directed to Success.htm which simply displays the word
Success!.

However, when the user selects a picture and press submit.
IE 5.5 just hangs there (progress bar keeps filling up)
and then it displays the error This page cannot be displayed

I'm using IIS 5.0 without SP2 on Windows 2000 server to host.

If you know anything (and I DO mean ANYTHING...I'm desperate), please
help.

Thanks,
Billy
~~
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: CF5 new features?

2001-07-18 Thread Dylan Bromby

did you check allaire's web site?

did you install the updates to CF studion 4.5 that detail all the new 
CF5.0
tags  functions?

-Original Message-
From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 8:28 PM
To: CF-Talk
Subject: CF5 new features?


hi,

i just got my CF 5, but just wondering where can i get the 
documentation on
only the new features of CF 5, ie. the new tag or functions?
~~
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



CF Hack

2001-07-16 Thread Dylan Bromby

This weekend a friend of mine's web sites were hacked. It only affected his
CF pages/applications. All CF pages displayed the message Welcome to the
http://www.worm.com Hacked by Chinese.

They received immediate attention from Macromedia this morning after sending
them an email. They were one of 3 sites reporting the hack; they were the
only U.S. based site. Macromedia engineers and personnel are actively
involved in investigating the hack, and one person suggested a
memory-resident virus. But nothing's been confirmed.

He runs CF4.5 to the best of my knowledge.

As I learn more I will post.

--Dylan


~~
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: migration from CF4.5 to CF5

2001-07-13 Thread Dylan Bromby

the only issue we had was the syntax of CFOBJECT, but i think that was it.

-Original Message-
From: river [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 6:32 AM
To: CF-Talk
Subject: migration from CF4.5 to CF5


I am looking at CF5 to see if it makes sense to upgrade.  I was wondering if
anybody who already has upgraded have any problems with applications built
with/for CF4.5.  Any minor glitches that had to be fixed?

Thanks,
~~
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: CFAnyWhere or CF on CD

2001-07-13 Thread Dylan Bromby

neo is supposed to be the next major version of CF (v6.0). it will allegedly
have a complete java codebase. the biggest promise of neo is it will let you
develop in CFML but transpose that code into Java.

that's all i've heard, maybe others can correct/confirm/elaborate.

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 6:43 AM
To: CF-Talk
Subject: RE: CFAnyWhere or CF on CD


What is Neo?

It would be nice to have an Access DB hooked up and on the CD also.  Maybe
this is asking to much?


At 09:29 AM 7/13/2001 -0400, you wrote:
Isn't this what Neo is supposed to be? From my understanding it's going to
allow for CF to be made compilable and distributable.

 
  I certainly could use this kind of Application.  Toss a demo on a CD and
  give it to a sales man!
 



~~
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: php info

2001-07-13 Thread Dylan Bromby

www.php.net

www.amazon.com

-Original Message-
From: Bruce, Rodney [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 11:22 AM
To: CF-Talk
Subject: OT: php info


Anyone have a good place to go to get information on learning php?

THanks
~~
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: Out of Space? - More Info

2001-07-13 Thread Dylan Bromby

are there any other drive dependencies? for logs? for file writes?

-Original Message-
From: Erika Foster [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 6:58 AM
To: CF-Talk
Subject: Re: Out of Space? - More Info


Okay, troubleshooting this from 1000 miles away over the phone bites.

1. Its an Access 2000 DB
2. The DB is only 1.5 MB
3. It will insert records into all tables but one.
4. This particular table has 4762 records
5. They are able to update records in that table.
6. The .mdb and the .ldb files are on the same drive, in the same directory.
7. The drive its on has many GIG of free space.
8. We've stopped CF services and restarted, and we've rebooted.

Under the gun here because they need to teach a class on this app tomorrow
morning!

Any ideas?

THANK YOU!
Erika Foster
engineering-environmental Management
Applications Developer
(505) 866-1654
[EMAIL PROTECTED]
- Original Message -
From: Erika Foster [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 6:46 AM
Subject: Re: Out of Space?


: Its an Access Database and its about 6mb in size.
:
: Ben, I'll check out the .ldb possibility.
:
: Thanks!
:
: Erika
:
: - Original Message -
: From: Kevin Gilchrist [EMAIL PROTECTED]
: To: CF-Talk [EMAIL PROTECTED]
: Sent: Friday, July 13, 2001 11:04 AM
: Subject: RE: Out of Space?
:
:
: : What kind of database is it?
: :
: : -Original Message-
: : From: Erika Foster [mailto:[EMAIL PROTECTED]]
: : Sent: Friday, July 13, 2001 8:16 AM
: : To: CF-Talk
: : Subject: Out of Space?
: :
: :
: : I have a client who is getting an Disk Space error when trying to add or
: : update the database.  They have a couple GIG of empty space on this
disk.
: : I'm off site right now and can't do any troubleshooting on the machine.
: :
: : Any suggestions?  What's going on?
: :
: : Thanks!
: :
: : Erika Foster
: : engineering-environmental Management
: : Applications Developer
: : (505) 866-1654
: : [EMAIL PROTECTED]
: :
:
~~
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: Client variable storage

2001-07-13 Thread Dylan Bromby

some people are smarter than others. so the converse is true as well.

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 3:32 PM
To: CF-Talk
Subject: Client variable storage


Why is it that some hosts won't store client variables in a default
database? Anyone know of any issues with that? I had virtualscape
call a client of mine today and say they were going to shut his site
down because there were too many client variables being stored in the
registry. When I asked him why on earth would they have the default
client storage set up to use the registry, he acted like I was from
Mars. Ended up having them create a SQL database just for my client's
client variables.

Thanks,
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
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: Important ColdFusion Security Patch Released Today

2001-07-12 Thread Dylan Bromby

i don't think anyone can predict whether or not your server security will be
compromised in the next month.

-Original Message-
From: freddy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 8:18 AM
To: CF-Talk
Subject: Re: Important ColdFusion Security Patch Released Today


I have a fairly unique situation here. Our cf server has  very limited
access rights. It cannot write any files at all
anywhere on our servers. In this case how would it be possible to exploit
the security hole?  We have a subscription to
cf and are going to be upgrading asap but are currently in the process of a
complete site personalization rollout that
will :
A: Put a much heavier load on the cf server than it already has. So adding a
possible 8% reduction in performance is not
an option.
B: Not allow me to upgrade untill it has been found to be working well
enough in the current evironment.

I would like to wait till I can upgrade to 5.0 (about a month) before doing
anything... does this sound safe?
Thanks,
 Frederic

Debbie Dickerson wrote:

 Michael,

 Your issue sounds more like a known bug with Studio. It was related to
 version Studio 4.5.0, and a hotfix was created for it. The fix is in the
 knowledge base at
 http://www.allaire.com/Handlers/index.cfm?ID=13852Method=Full

 Debbie
 Macromedia

 -Original Message-
 From: Jackson Moore [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 12, 2001 8:40 AM
 To: CF-Talk
 Subject: Re: Important ColdFusion Security Patch Released Today

 Michael

 I don't know if it is related, but I (and a few other developers I
 know) have had the 0 byte file issue hit us.  Here was the
 scenario:

 Edit a .cfm file in CF Studio.  Save file in CF Studio.  Refresh
 browser to verify updates.  Very, very seldom, we get an error from
 the CF Server that it can not read files that are 0 bytes in size.
 If I go back to studio, the file is still there.  However, if I close
 the file (won't get prompted to save since it was already saved), the
 file is lost and I have to restore from a backup.

 You can imagine that the first time this showed up, everyone thought
 I was crazy and told me I had just accidentally overwritten the file
 myself with an empty file.  These guys let me hear about it for
 weeks!

  Then a few weeks later it happened again.  At first we blamed it on
 studio, then we blamed it on the network.  Then it happened to
 another developer.  You can imagine my relief (vindicated!) when I
 wasn't the only one who had been bit by this.

 Without more details from MM, I can't know for sure if this is the
 same issue addressed by their recent patch, but if it is, that means
 that CF Server was overwriting the file with a 0 byte file after I
 had successfully saved it from studio.

 Any thoughts?

 Jackson Moore
 [EMAIL PROTECTED]

 On Wed, 11 Jul 2001 15:35:45 -0400, Michael Dinowitz wrote:
 Without going into details on my investigations yet, does anyone
 know of
 anyone being attacked by this hole? Has anyone found their documents
 either
 deleted or replaced with a 0 byte file? If so, please contact me. I
 think I
 know what the hole is and just need some extra 'leg work'.
 
 
 
  From: Howie Hamlin [EMAIL PROTECTED]
 
   2) the nature of the security problem - obviously MM is going
 for
   security-thru-obscurity and is not going to describe the exact
 problem,
 but
   some clue as to the possible effects, how to tell if the
 weakness has
 been
   taken advantage of, etc would be helpful
  
  
  No idea...in a way it's better that they don't point out the
 vulnerability.
 
  And in a way it is far worse - since while we are 'closing the
 door' on
  a bug, without more details, how can we tell if someone has taken
 advantage
  of that open door on our system?
  --
  Never apply a Star Trek solution to a Babylon 5 problem.
  Larry W. Virden mailto:[EMAIL PROTECTED] URL:
 http://www.purl.org/NET/lvirden/
  Even if explicitly stated to the contrary, nothing in this posting
 should
  be construed as representing my employer's opinions.
  --
 
 
 

~~
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-07-12 Thread Dylan Bromby

1) posting the code in this e-mail would have made sense.
2) a lot of people here work in addition to helping people out so respect
that we can't drop everything for you.
3) don't whine.

-Original Message-
From: Craig Kiessling [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 1:20 PM
To: CF-Talk
Subject: RE:


Why is it that no one will even attempt to answer my question? It is way
lower level than that of the other questions being posted - c'mon folks.
some help me out.
~~
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: Which OS to use? Win98 or WinME?

2001-07-12 Thread Dylan Bromby

it's a case of the best of the worst in my opinion.

i would stick with 98.

-Original Message-
From: Pooh Bear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 1:27 PM
To: CF-Talk
Subject: OT: Which OS to use? Win98 or WinME?


hey guys, i have a friend who is doing small development stuff on his win 98
box.  He wants to upgrade to the latest consumer version of windows (WinME),
but wants to know if WinMe was more buggy than win98!  thanx!
~~
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: Strange CFHTTP Problem

2001-07-12 Thread Dylan Bromby

if you know the login/password, can't you use:

http://{login}:{password}@{URL}

in the URL attribute?


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 8:55 PM
To: CF-Talk
Subject: RE: Strange CFHTTP Problem


 I've got a strange problem going on here with using cfhttp tag.

 Environment is NT4.0 IIS4 CF4.51 (Allow anon users disabled -
 Windows Challenge/Response) I've also tried on Win2k IIS5 with
 same problem arising.

 I keep getting an Access denied message (cfhttp.filecontent)
 and was wondering what exact permissions settings I should have
 to fix this. I've tried allowing access to the relevant directories
 and even changed the user under which CF Server runs

 I've already tried passing valid NT account details in the username
 and password attributes of the tag. No proxy is involved here as
 the cfhttp is calling a script residing on the same site and server.
 CFServer is running under the system account.

CFHTTP can't be used to retrieve pages that require NTLM authentication
(Windows Challenge/Response).

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

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



RE: Client Variables NOT expiring

2001-07-11 Thread Dylan Bromby

i sent a reply to this yesterday. have you tried the DeleteClientVariable()
function?

-Original Message-
From: Stephen R. Cassady [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 8:18 AM
To: CF-Talk
Subject: Client Variables NOT expiring



I'm having the darnedest time trying to delete client files on browser close
or after a period of time. I'm even trying to follow Hal Helms great
Tracking State Management with Cold Fusion to run this correctly. Even
running the code below - the CFID and CFTOKEN are exactly the same, and are
unforgotten. They are supposed to disappear, but they don't!

Here's a chuck of my application file:


!--- Application Settings  ---
cfapplication name=thisapplication clientmanagement=Yes
sessionmanagement=Yes setclientcookies=Yes
sessiontimeout=#CreateTimeSpan(0,0,20,0)#
clientstorage=thisapplication_Client


!--- Expire the Client Variables when the browser closes ---
CFIf IsDefined(cookie.CFID) AND Isdefined(cookie.CFTOKEN)
CFSET localCFID = Cookie.CFID
CFSET localCFTOKEN = Cookie.CFTOKEN
CFCOOKIE name=CFID value=#localCFID#
CFCOOKIE name=CFTOKEN value=#localCFTOKEN#
/CFIF


!--- Expire the Client Variables on 5 minutes ---
CFPARAM NAME=CLIENT.CheckLastVisit DEFAULT=#CreateODBCDateTime(Now())#
CFSET Compare = DateCompare(DateAdd(n, -5, CreateODBCDateTime(Now())),
CLIENT.CheckLastVisit)
CFIF Compare IS NOT 1
CFSCRIPTStructClear(Session);/CFSCRIPT
CFCOOKIE NAME=CFID VALUE=0 EXPIRES=NOW
CFCOOKIE NAME=CFTOKEN VALUE=0 EXPIRES=NOW
CFELSE
CFSET CLIENT.CheckLastVisit = CreateODBCDateTime(Now())
/CFIF


Help!

Stephen R. Cassady
[EMAIL PROTECTED]
http://www.tallylist.com



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



~~
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: pay rates

2001-07-11 Thread Dylan Bromby

it depends. i work in OC and gross over 200. what's changed is the money
idly thrown at bad ideas and inexperienced developers.

-Original Message-
From: John Wilker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 5:43 PM
To: CF-Talk
Subject: RE: pay rates


Orange and LA county CA used to be like that, it's calmed down a lot... A
recruiter was just telling me, she has a guy in LA who's been out of work
since Oct. waiting for 80 and hour Not many CF'ers making that
anymore... Times change...

J.


John Wilker
Web Applications Consultant
Macromedia Certified ColdFusion Developer

www.red-omega.com http://www.red-omega.com

What does Snoop Dogg use to do his laundry?  Blee-otch!


-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 11:56 AM
To: CF-Talk
Subject: RE: pay rates


 The going rate for a CF Programmer now a good one that can do this is
 around 80-125 an hour.

You've got be kidding me. Who pays this much for CF and where can I meet
them?


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
~~
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: ? about CF and Sybase

2001-07-10 Thread Dylan Bromby

you *must* have the sybase open client installed on the machine you're
connecting with if you want to use the native drivers. and you need version
11.1.0 with update 11.1.1 applied.

ODBC does *not* require the sybase open client though. we connect to a
remote sybase DS using ODBC. works great.

-Original Message-
From: Chris Alvarado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 8:09 AM
To: CF-Talk
Subject: ? about CF and Sybase


I am trying to get CF to use the Sybase native drivers and whenever CF
tries to verify the connection to the Sybase server it fails.

here is what i have in the CF administrator in case maybe im overlooking
something or im doing something wrong.

Data Source Name: abc123
Description: description
Server: 123.123.123.123:1234 (is that how it should be to specify a port
number? or should i use a comma?)
Default Database: DefaultDB

the rest is pretty self explanatory...im just curious to know if i have
entered in the Server correctly?

thanks for any help

-chris
~~
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: HTML Question with Netscape 4 and 6

2001-07-10 Thread Dylan Bromby

and once again, i think we need to do something about that web developer
extraordinaire in the signature file...


-Original Message-
From: Jann VanOver [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 1:21 PM
To: CF-Talk
Subject: RE: HTML Question with Netscape 4 and 6


Like you said, you've got a firewall -- I get cannot find server with that
URL.

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 12:17 PM
To: CF-Talk
Subject: OT: HTML Question with Netscape 4 and 6


Can someone please tell me why these pages completely mess up in Netscape 4
and 6 besides the obvious fact that they are the most horrid browsers on the
face of the earth.
http://209.215.124.4/community/index.cfm If you have any problems on here
let me know, I have a firewall on this machine.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: Client Variables NOT going away though I try

2001-07-10 Thread Dylan Bromby

have you tried the DeleteClientVariable() function?

-Original Message-
From: Stephen R. Cassady [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 2:59 PM
To: CF-Talk
Subject: Client Variables NOT going away though I try



I'm having the darnedest time trying to delete client files on browser close
or after a period of time. I'm even trying to follow Hal Helms great
Tracking State Management with Cold Fusion to run this correctly. Even
running the code below - the CFID and CFTOKEN are exactly the same, and are
unforgotten. They are supposed to disappear, but they don't!

Here's a chuck of my application file:


!--- Application Settings  ---
cfapplication name=thisapplication clientmanagement=Yes
sessionmanagement=Yes setclientcookies=Yes
sessiontimeout=#CreateTimeSpan(0,0,20,0)#
clientstorage=thisapplication_Client


!--- Expire the Client Variables when the browser closes ---
CFIf IsDefined(cookie.CFID) AND Isdefined(cookie.CFTOKEN)
CFSET localCFID = Cookie.CFID
CFSET localCFTOKEN = Cookie.CFTOKEN
CFCOOKIE name=CFID value=#localCFID#
CFCOOKIE name=CFTOKEN value=#localCFTOKEN#
/CFIF


!--- Expire the Client Variables on 5 minutes ---
CFPARAM NAME=CLIENT.CheckLastVisit DEFAULT=#CreateODBCDateTime(Now())#
CFSET Compare = DateCompare(DateAdd(n, -5, CreateODBCDateTime(Now())),
CLIENT.CheckLastVisit)
CFIF Compare IS NOT 1
CFSCRIPTStructClear(Session);/CFSCRIPT
CFCOOKIE NAME=CFID VALUE=0 EXPIRES=NOW
CFCOOKIE NAME=CFTOKEN VALUE=0 EXPIRES=NOW
CFELSE
CFSET CLIENT.CheckLastVisit = CreateODBCDateTime(Now())
/CFIF


Help!

Stephen R. Cassady
[EMAIL PROTECTED]
http://www.tallylist.com



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



~~
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: Tab Char Code

2001-07-09 Thread Dylan Bromby

CFOUTPUT#Asc()#/CFOUTPUT

put a TAB between the .

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 09, 2001 1:48 PM
To: CF-Talk
Subject: Tab Char Code


Anyone know the #CHAR()# code for a TAB???

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]
~~
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: How to get records from this month and only this month

2001-07-08 Thread Dylan Bromby

use the BETWEEN operator in your SQL statement and use the first and last of
the month.

-Original Message-
From: John Barleycorn [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 06, 2001 11:58 PM
To: CF-Talk
Subject: How to get records from this month and only this month


Hello, i need to pull records out of my database for one month and only that
month (default current month, but can be any month). I've tried using:

SELECT  quantity_nb
FROM tblDailyNumbers nb
WHERE DateDIFF(mm, #CreateODBCDate(Now())#, getDate()) = 0
AND DateDIFF(yy, #CreateODBCDate(Now())#, getDate()) = 0

but i'm still getting records from both months in my test data. Can anyone
tell me what i'm doing wrong?

Thanks in advance.
~~
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: What a hustle to install 400-500 subdomains

2001-07-06 Thread Dylan Bromby

we managed over 5,000 domains in IIS at go2.com using ADO/ADSI. we tried a
CF/CFX interface at first, but ended up writing the admin console in VB. it
was MUCH faster.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 4:30 PM
To: CF-Talk
Subject: RE: What a hustle to install 400-500 subdomains


 a customer wants 400-500 subdomains of one domain to access via
 http. Each heading to a different base-web-root. We run virtual
 domains (HTTP 1.1) on one IP-adress. We have IIS 4 and NT 4.

 Is there a tool, to automize the installation of one sub-domain ?
 Anybody who knows how the customer could possibly could do it
 by himself?

You could certainly build a script which creates the appropriate entries via
ADSI. This script could be run from the server console, or you could write a
CF script which calls it. There are example ADSI scripts in the AdminScripts
directory created by installing IIS. Alternatively, you could use the
Intranet Hosting Toolkit CFX as an interface.

However, I don't know how well IIS will run with that many virtual servers.
It's not really designed for that, I don't think.

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

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



RE: Login page for WAP

2001-07-05 Thread Dylan Bromby

what exactly are you trying to accomplish? you can authenticate a login for
a WAP application just as you would for a web-based application. not all WAP
browsers let you set cookies, since the cookie spec isn't an official
component of the WAP spec. however, openwave (phone.com) browsers are by far
the most pervasive in the U.S. and do let you write cookies. the WAP gateway
sets a form of session between itself and the handset (the SUBNO var of the
openwave WAP gateway) which you could use as well.

if you can provide some specific goals or problems you're having...

also, check out the cf-wireless talk list at
http://www.bromby.com/cfwireless.

--dylan

-Original Message-
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 1:39 AM
To: CF-Talk
Subject: Login page for WAP


Greeting all,

I'm new in developing WAP with CF.
Trying to create a login page here but it seems like I am completely lost...

Does anyone got any tips on this?
and what am I suppose to do with the cfapplication and all the session
tracking?

Thanks in advance.

regards,
- Rudy
~~
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: Multiple file upload / activeX?

2001-07-04 Thread Dylan Bromby

you might get more responses if you post on an active X list or newsgroup.

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 8:40 AM
To: CF-Talk
Subject: Multiple file upload / activeX?


Anyone know a good activex com' that will be installed on the user computer
(as with
the Install and Always Trust software from... window) and will allow
multiple files
upload to server w/ the client's directories tree, selection etc.?

Thanks,

Michael Lugassy
~~
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 practical limits

2001-06-28 Thread Dylan Bromby

This is the code I use. I've found (and I don't know why) it works best when
I send batches of 8,000 at a time. 8,000 will spool to the mail server in
less than 3 minutes.

--Dylan

---
CFQUERY NAME=[query] DATASOURCE=[DSN]
SELECT
email_address
FROM
[table]
/CFQUERY

!--- Starting time stamp 
CFOUTPUT
#TimeFormat(Now(), 'hh:mm:ss')#
/CFOUTPUT
BR

CFLOOP QUERY=get_email STARTROW=1 ENDROW=8000
CFMAIL
FROM=[from]
TO=#email_address#
SUBJECT=[subject]
Mail Body
/CFMAIL
/CFLOOP

BRBR

!--- Ending time stamp ---
CFOUTPUT
#TimeFormat(Now(), 'hh:mm:ss')#
/CFOUTPUT
---



-Original Message-
From: tom muck [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 6:47 AM
To: CF-Talk
Subject: Re: CFMAIL practical limits


Have you found a setting that allows you to spool more than 100 messages
every 15 seconds?  With those limits set by the CF Administrator we've only
been able to dump 24,000 messages per hour to our mail server.

tom

Dylan Bromby [EMAIL PROTECTED] wrote in message
000301c0ff30$3c59b900$6401a8c0@bromby">news:000301c0ff30$3c59b900$6401a8c0@bromby...
 I use CFMAIL to send 50,000 emails a pop and it takes less than 30 minutes
 to send them all to the mail server (IMail 6.0.x).

 --Dylan
~~
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 practical limits

2001-06-27 Thread Dylan Bromby

 I use CFMAIL to send 50,000 emails a pop and it takes less than 30 minutes
to send them all to the mail server (IMail 6.0.x).

--Dylan

-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 10:08 AM
To: CF-Talk
Subject: RE: CFMAIL practical limits


I can fairly well assure you that 10,000 email can not be sent from cfmail
in 1 hour.  I have about 20,000 messages that takes about 21 hours. :-(

They can be spooled to the spool folder in a matter of a few minutes.  But
its the post operations that takes the time.  CFMAIL is single threaded thus
on one at a time goes out.

You may want to look at www.coolfusion.com and check out their CFmail
replacement.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-Original Message-
From: Marc Edwards [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 11:46 AM
To: CF-Talk
Subject: CFMAIL practical limits


Can anyone give me some information on the real world limitations of CFMAIL?
I'm looking at doing a system that needs to send at least 10,000 emails per
hour. Can CFMAIL RELIABLY deal with this type of load if running on say a
dual Pentium 1 Ghz NT/2000 system? I'd appreciate any numbers you can
provide to me from experience.

Thanks,

Marc
~~
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: Counting Sessions

2001-06-27 Thread Dylan Bromby

the specifics depend on the OS, but generally speaking, the web server's
open threads/processes are counted.

-Original Message-
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 11:41 AM
To: CF-Talk
Subject: Counting Sessions


How does a web site know that there are 26 users on our site right now...
oh, wait, now 27??


Steve
~~
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



IMail 7.0

2001-06-27 Thread Dylan Bromby

FWIW to anyone interested, IMail 7.0 was just released.

~~
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: Doc Watson

2001-06-26 Thread Dylan Bromby

do you use session vars? do you lock them? we had to apply a fair amount of
CFLOCK to our web apps when we upgraded to 4.5.2 a while back.

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 4:51 AM
To: CF-Talk
Subject: Doc Watson


Hi all. I finally broke down and installed 4.52. Now once a day or so
I'm getting a cfserver.exe Doc Watson and CF is shutting down. Any
idea what to look for? Never happened in over a year of running 4.01.
--

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
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: CFPOP

2001-06-26 Thread Dylan Bromby

CFPOP has far more limitations that CFMAIL. CFPOP chokes on a number of
different multi-part mail formats for starters. We use a combination of COM
and JMS in place of anything CF/POP3 related. CFMAIL works great, however.

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 6:59 AM
To: CF-Talk
Subject: CFPOP


I am just starting to use CFPOP, does this tag have limitations like CFMAIL
does or is it pretty good?

TIA,

Clint
~~
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: STILL CAN NOT GET CF-TALK EMAIL

2001-06-26 Thread Dylan Bromby

Who's your ISP? The list is working fine for a number of people. If the list
were the problem it would be an issue for everyone. Sometimes smaller ISPs
take longer to update their DNS cache/settings. And a fair number of them
don't know much about DNS to begin with.

Of course, you knew that being a web developer extraordinaire. ;-)



-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 7:08 AM
To: CF-Talk
Subject: STILL CAN NOT GET CF-TALK EMAIL


I can send to the group, and I can see my email show up in the
archive, but I have been getting nothing for days. Michael what is going on.
You said yesterday on js-jive it would be fixed within the day. It's been
just about 24 hours since you said that and I haven't gotten anything.
Please help.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: RE: STILL CAN NOT GET CF-TALK EMAIL

2001-06-26 Thread Dylan Bromby

Maybe it's because you're from the wrong side of the Liffy? :-)

Just messin.

-Original Message-
From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 2:15 PM
To: CF-Talk
Subject: RE: RE: STILL CAN NOT GET CF-TALK EMAIL


FYI

It's not restricted to small ISP's.  We have two ATT T1's, one terminated
on a backbone that goes to Washington D.C, the other to Chicago.  We don't
manage our own DNS, but we did register some new domain names recently and
they propagated pretty quickly.
I haven't gotten any mails since last Friday.

All the best Mikey D, I know it has your full attention!

All the best,
Kevin

-Original Message-
From: Dylan Bromby
Sent: 26-Jun-01 02:23 PM
To: CF-Talk
Subject: RE: STILL CAN NOT GET CF-TALK EMAIL



Who's your ISP? The list is working fine for a number of people. If the list
were the problem it would be an issue for everyone. Sometimes smaller ISPs
take longer to update their DNS cache/settings. And a fair number of them
don't know much about DNS to begin with.

Of course, you knew that being a web developer extraordinaire. ;-)



-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 7:08 AM
To: CF-Talk
Subject: STILL CAN NOT GET CF-TALK EMAIL


I can send to the group, and I can see my email show up in the
archive, but I have been getting nothing for days. Michael what is going on.
You said yesterday on js-jive it would be fixed within the day. It's been
just about 24 hours since you said that and I haven't gotten anything.
Please help.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
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: IIF vs if,else

2001-06-26 Thread Dylan Bromby

Here's an example of how I use CFIF to alternate row colors. In practice, I
use this with CFOUTPUT, but here I've used CFLOOP so the example is
stand-alone.

--
CFSET bgcolor = FF
TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 WIDTH=600
CFOUTPUT
CFLOOP INDEX=line_num FROM=1 TO=10
CFIF bgcolor IS FF
CFSET bgcolor = E6E6E6
CFELSE
CFSET bgcolor = FF
/CFIF
TR
TD BGCOLOR=#bgcolor##line_num#/TD
/TR
/CFLOOP
/CFOUTPUT
/TABLE
--

-Original Message-
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 3:40 PM
To: CF-Talk
Subject: Re: IIF vs if,else


My understand, based on what an expert (seminar instructor) said was that
yes, IIF is significantly slower than using CFIF and should be avoided if
possible.  But there are cases where IIF can be used where CFIF can't.  For
example, one way of alternating the highlight background color on table rows
uses IIF within the TD tag to pick the background color... something where
CFIF can't be used.


- Original Message -
From: Cameron [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, June 19, 2001 4:02 PM
Subject: IIF vs if,else


Ok, after a bit of testing... can anyone tell me what the advantage of IIF
over if (cfif or if () {}), else (cfelse or else {}).

I tested a simple block of code using IIF and cfifcfelse/cfif  IIF
ran twice as slow...

I can't see any major advantage by using it... yeah, it is kinda similar to
i = (true?1 : 2); in javascript but it's really slow case of the implicit
evaluate() on each part. Would be better if it was implicit  made explicit,
IF NEEDED.

Can anyone give me a decent reason why IIF is better that cfif?

Cameron Junge
Web Developer
Strongnet
[EMAIL PROTECTED]
http://www.strongnet.co.nz
Ph: +64 9 414 2492
Fax: +64 9 414 2960

You play with a Mac until you break it,
You play with a PC until it works.


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts
~~
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: IIF vs if,else

2001-06-26 Thread Dylan Bromby

and much cleaner :)

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 4:07 PM
To: CF-Talk
Subject: Re: IIF vs if,else


Sure it can...


   tr bgcolor=cfif getitem.currentrow mod 2bluecfelsewhite/cfif

At 3:40 PM -0700 6/26/01, Bruce Holm wrote:
My understand, based on what an expert (seminar instructor) said was that
yes, IIF is significantly slower than using CFIF and should be avoided if
possible.  But there are cases where IIF can be used where CFIF can't.  For
example, one way of alternating the highlight background color on table
rows
uses IIF within the TD tag to pick the background color... something where
CFIF can't be used.


- Original Message -
From: Cameron [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, June 19, 2001 4:02 PM
Subject: IIF vs if,else


Ok, after a bit of testing... can anyone tell me what the advantage of IIF
over if (cfif or if () {}), else (cfelse or else {}).

I tested a simple block of code using IIF and cfifcfelse/cfif  IIF
ran twice as slow...

I can't see any major advantage by using it... yeah, it is kinda similar to
i = (true?1 : 2); in javascript but it's really slow case of the implicit
evaluate() on each part. Would be better if it was implicit  made
explicit,
IF NEEDED.

Can anyone give me a decent reason why IIF is better that cfif?

Cameron Junge
Web Developer
Strongnet
[EMAIL PROTECTED]
http://www.strongnet.co.nz
Ph: +64 9 414 2492
Fax: +64 9 414 2960

You play with a Mac until you break it,
You play with a PC until it works.


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



~~
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: CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Dylan Bromby

ntConsoleJava runs the CPU up to 100% and holds indefinitely on one of our
development servers.

-Original Message-
From: Neil H. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 24, 2001 5:49 PM
To: CF-Talk
Subject: CaNameingAdapter and ntConsoleJava.e


I notice that these programs which are the CF management and something else
use a lot of CPU.  It will last some amount of time and then stop.  Any
ideas on why this would be occuring?  This oviously is CF 5.0

Thanks,

Neil
~~
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: CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Dylan Bromby

IIS5.0 for me.

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 24, 2001 7:09 PM
To: CF-Talk
Subject: Re: CaNameingAdapter and ntConsoleJava.e


What webserver? There's a 'feature' in CF 5 that monitors the webserver so
that it can be stopped/started/restarted. I'm using website, which is not
supported so I got a lot of CPU and a ton of messages in the event log (3
every 10 seconds). I had to turn it off in the registry to stop it.
I'm still looking what each piece does and what I can 'kill'.


 I notice that these programs which are the CF management and something
else
 use a lot of CPU.  It will last some amount of time and then stop.  Any
 ideas on why this would be occuring?  This oviously is CF 5.0

 Thanks,

 Neil




~~
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: JavaScript not working in cfm

2001-06-22 Thread Dylan Bromby

post the code.

-Original Message-
From: Stephen Galligan [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 3:34 AM
To: CF-Talk
Subject: JavaScript not working in cfm


Any of you guys seen this before - I have a perfect working html page which
has some Javascript in it for rollovers.  As soon as I change the page to
...cfm the javascript doesn't work!!I get object not found.



--
Stephen Galligan
Web Developer
Thoughtbubble Ltd
http://www.thoughtbubble.net
--
United Kingdom
http://www.thoughtbubble.co.uk/
Tel: +44 (0) 20 7387 8890
--
New Zealand
http://www.thoughtbubble.co.nz/
Tel: +64 (0) 9 488 9131
--
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890.
~~
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: personal web server that will work with win 98 and coldfusion

2001-06-22 Thread Dylan Bromby

It does.

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 4:49 AM
To: CF-Talk
Subject: Re: personal web server that will work with win 98 and
coldfusion


I believe Windows 98 has PWS on the install disk.

Dave


- Original Message -
From: Parra, Fernando [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 22, 2001 12:22 AM
Subject: personal web server that will work with win 98 and coldfusion




 I am using cold fusion single server 4 with cold fusion but every time I
 load single server it asks
 me for the personal web server on my computer. I have tried several free
web
 servers that work well
 for FTP, HTTTP, and ISAPI but lack things such as SSL. single server does
 not automatically detect these servers.
 do you know where I can get a personal web server that will work with win
98
 and cold fusion.


 Thanks,


 Fernando



~~
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: Coldfusion tag to send files across servers?

2001-06-22 Thread Dylan Bromby

functionally, CFFTP can do what you want, although it may not address your
security needs.

-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 6:46 AM
To: CF-Talk
Subject: Coldfusion tag to send files across servers?


Hello,
 I am currently looking for some good ideas for sending information from
one server to another securely from cfscheduler. Someone mentioned cfhttp
but I didn't think I was able to send things across servers via this method.
I am open to any suggestions.

Thanks.
~~
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: auto downloading

2001-06-21 Thread Dylan Bromby

Try:

CFHEADER NAME=Content-Disposition VALUE=attachment; filename=FILENAME
CFCONTENT TYPE=unknown FILE=FILEPATH DELETEFILE=No

Of course, include the appropriate values for FILENAME (just the filename
and extension, don't include path info) and FILEPATH (full path on the drive
including the filename).


-Original Message-
From: Will Swain [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 5:51 AM
To: CF-Talk
Subject: auto downloading


Hi guys,

I am writing an application that allows a user to download pdf's or word
docs.

They enter their membership details, and once authorised select what type of
a particular document they want to download.

I would like the download process to start automatically as soon as they
make this selection, instead of them having to right click on a link and
selecting 'Save As' to download the file.

How would I go about this

TIA

Will
~~
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: SQL question

2001-06-21 Thread Dylan Bromby

it's because of the way you've structured the query.

SQL is reading it like this:

WHERE

hidden = 1 AND DIM = 200 AND COLOR1 = 'gold'

OR

COLOR2 = 'gold' AND WKSTN = 2

so your output of COLOR2=gold and WKSTN=4 is right in line with the 2nd half
of the OR query.

you should have:

where hidden = 1 AND
DIM = 200 AND
WKSTN = 2 AND
(COLOR1 = 'gold' OR
COLOR2 = 'gold')

i think that should do it.

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 10:33 AM
To: CF-Talk
Subject: SQL question


Im wondering why this SQL statement would bring up results where DIM is
greater then 200?  I think it has something to do with the OR statement,
but i dont know why.

Select *
from products
where hidden = 1 AND
DIM = 200 AND
COLOR1 = 'gold' OR
COLOR2 = 'gold' AND
WKSTN = 2



Here is my Output:
ProductID : 3
Dim : 600
Color1 : blue
Color2 : gold
WKSTN : 4
~~
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 5 scheduling

2001-06-20 Thread Dylan Bromby

Scheduling in the betas was buggy too. Hope the production release didn't
carry those over.

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 5:31 AM
To: CF-Talk
Subject: CF 5 scheduling


Has anyone had any problems with the scheduling in CF 5? I've had CF 4.5.2
and earlier scheduled events running like a champ but 5 doesn't seem to want
to budge. Anyone else with this experience?
I built the new HoF server with CF 5 but I may go back to 4.5.2 if this
isn't working right.

Michael Dinowitz
Publisher: Fusion Authority weekly news alert
(www.fusionauthority.com/alert)
Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
(www.houseoffusion.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



Any probs with CF5 COM?

2001-06-20 Thread Dylan Bromby

I know this vague, but has anyone experienced any odd problems with CF5.0
and COM objects?

--Dylan


~~
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: More CF 5 stuff - CFMAIL

2001-06-20 Thread Dylan Bromby

Michael;

I send about 4,000-5,000 emails daily with CFMAIL on CF5.0 and I don't see
that. Every few weeks I send 50,000-100,000 in one batch. I haven't actually
done that in a month or so, so I don't know how that will run on CF5.0. When
I do, I'll let you know if anything anomalous happens.

--Dylan

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 5:56 AM
To: CF-Talk
Subject: More CF 5 stuff - CFMAIL


OK, I've got 2 other things that have popped up that may be CF 5 or not. I'd
like to know of anyone else has seen them.
1. 65,000+ 0 byte files were in the undelivr directory
2. a 3k file with nothing but spaces was in the spool. This file caused all
mail to just hang.

I'm routing about 2000 messages a day through CFMAIL and was wondering if
anyone else with large CFMAIL usage has seen these. Also, CF is using a LOT
of CPU and I'm not sure its mail, a CFX, a scheduled event or what. I'm
still investigating.
~~
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: More CF 5 stuff - CFMAIL

2001-06-20 Thread Dylan Bromby

the 4,000-5,000 are different; they're user accounts. there are many more
users than that, but that is the average daily volume range. the
50,000-100,000 batch mailings are all the same - subscribers to a list.

if you want to talk about mail and CF...i can go on for hours.
www.planetaccess.com has nearly 50,000 accounts now. we've seen everything
imaginable when it comes to using CF as the application framework for a
web-based email site.

--dylan


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 11:38 AM
To: CF-Talk
Subject: Re: More CF 5 stuff - CFMAIL


Same ones or different? What I've been seeing is that a piece of mail will
get 'stuck' and locked. It will not get sent, it will not get moved and it
will not get deleted. This message will stop all other messages from being
sent. To make matters worse, when CF wants to 'move' it to the undelivered,
it actually copies it to that directory and leaves the stuck message. This
can go on and on. I had 65,000 messages last night and a few thousand today.
I'm trying to see the what and why of it before I move back down to 4.5.2.
Oh, and I am sending all my results to MM as well as writing them down for
articles. :)


 Michael;

 I send about 4,000-5,000 emails daily with CFMAIL on CF5.0 and I don't see
 that. Every few weeks I send 50,000-100,000 in one batch. I haven't
actually
 done that in a month or so, so I don't know how that will run on CF5.0.
When
 I do, I'll let you know if anything anomalous happens.

 --Dylan

 -Original Message-
 From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 20, 2001 5:56 AM
 To: CF-Talk
 Subject: More CF 5 stuff - CFMAIL


 OK, I've got 2 other things that have popped up that may be CF 5 or not.
I'd
 like to know of anyone else has seen them.
 1. 65,000+ 0 byte files were in the undelivr directory
 2. a 3k file with nothing but spaces was in the spool. This file caused
all
 mail to just hang.

 I'm routing about 2000 messages a day through CFMAIL and was wondering if
 anyone else with large CFMAIL usage has seen these. Also, CF is using a
LOT
 of CPU and I'm not sure its mail, a CFX, a scheduled event or what. I'm
 still investigating.

~~
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: Shanje's broken? Anyone know?

2001-06-19 Thread Dylan Bromby

did the list automatically give his email 3 different subjects? :)

if it were the list, the subjects would all the the same, right?

his subjects (the body of each wasn't identical, but virtually the same)
were:

1) Shanje's broken?   Anyone know?
2) What's happened to Shanje?  Did they go broke?
3) What's happened to Shanje?  Are they out of business?

i don't care about the 3 posts, but i want to delineate what the list is
responsible for and what are actually multiple posts.


-Original Message-
From: David Hannum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 19, 2001 4:18 AM
To: CF-Talk
Subject: Re: Shanje's broken? Anyone know?


Folks, I don't think anybody is sending anything three times.  The list
sporadically sends extra copies.  It's been happening for the past few days
... . .

Dave


- Original Message -
From: Will Swain [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, June 19, 2001 4:53 AM
Subject: RE: Shanje's broken? Anyone know?


 Don't think you need to send the same thing three times!!!

 -Original Message-
 From: Mike Kear [mailto:[EMAIL PROTECTED]]
 Sent: 18 June 2001 01:42
 To: CF-Talk
 Subject: Shanje's broken? Anyone know?


 A client of mine has a site at Shanje, and he's written to me telling me
 that his site's been down for 24 hours now, and there is no response from
 Shiloh Jennings.   I've emailed him too and had no response.

 Does anyone else here have a site at Shanje?

 Is your site down too?Anyone know anything about their status?

 The Shanje's own site, file://shanje.com is up and going, and my client's
email
 and ftp are working, and the ping to the site gives a decent result, its
 just that the browser times out getting any page on his site.   Any
browser,
 from any pc.

 Cheers,
 Mike Kear
 Windsor, NSW, Australia
 AFP WebWorks



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



~~
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 problem

2001-06-19 Thread Dylan Bromby

that's a mail server-dependent feature. not all mail servers automatically
validate the sender.

-Original Message-
From: Bill Poff [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 7:24 AM
To: CF-Talk
Subject: RE: CFMAIL problem


Hi,

Sorry for the earlier message, my fingers were going faster than my brain...

My experience with mail servers is that they won't send mail without a valid
From address. This is how I take care of that.

!--- Check User's Email Address ---

CF_IsEmail EMAIL=#GetAward.ShipEmail#
  CFIF ISEMAILRESULT
cfset Email = '#GetAward.ShipEmail#'
  CFELSE
cfset Email = '[EMAIL PROTECTED]'
  /cfif

!---  Send Mail ---

cfmail to=[EMAIL PROTECTED]
 from=#Email#
 subject=ORDER - #12345
 bcc=[EMAIL PROTECTED]
 type=HTML

You can get the CF_IsEmail tag from the Developers Exchange.

--Bill

-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
Subject: CFMAIL problem


Hi All,

I am tring to send email with cfmail but I am facing
some problems. Some times it sends and some time it
does not send!

I am sure that all form variables are passed and they
are ok.
I used the following standard code:

cfif IsDefined(SendIt)
  cfmail from=#FORM.sEmail#
 to=[EMAIL PROTECTED]
 subject=#FORM.sSubject#
 type=HTML
#FORM.sBody#
  /cfmail
  bDone/b
/cfif

The word (Done) always appear but sometimes no email
could be received. It is not delay time. it is a real
problem.

any suggestions
Hamid Hossain
~~
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: Website vs. IIS

2001-06-18 Thread Dylan Bromby

Michael;

We've used Website Pro since 1.0 in 1996. We're up to 2.5.4 now. For the
past several months we've been running IIS 5.0 on new boxes in the server
farm rather than upgrade to Website Pro 3.0. We have a few sites that would
cause threading issues with Website. After moving them to IIS we've had no
problems whatsoever. But that's just for certain issues. We run a mix of
Website and IIS. I can tell you when we migrated several sites to IIS 5.0 we
noticed a speed increase. All our servers are Dell Poweredge 2300 or 2400
series with the same configurations.

--Dylan

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 10:38 AM
To: CF-Talk
Subject: Website vs. IIS


All the posting problems since Saturday is due to use having a new box and
the DNS moving around. One question that came up with the new box was the
webserver. I've used Website 2 for the longest time and love it. The new box
is a Win2k box and I was wondering if there was any reason that I should be
using IIS instead. Anyone know the pros and cons of this? Thanks
~~
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: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby

It's other way around. If *no* application.cfm is found, the defaults in the
CF Admin will be used.  Otherwise, any application.cfm file found by the app
will override the admin. If the admin took precedence, there would be no use
to setting sessions in any application.cfm file.

On 6/15/01 6:10 AM, Arden Weiss [EMAIL PROTECTED] wrote:

 Think the value specified in CF Admin controls/over-rides the value in the
 applicatiion.cfm
 
 - Original Message -
 From: Norman Elton [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, June 15, 2001 9:01 AM
 Subject: Weird Session Timeouts
 
 
 This one's got me stumped. In my application.cfm, I've got...
 
 CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes
 SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes
 SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)#
 APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)#
 
 Seems right to me. Technically there shouldn't be quotes are the
 createtimespans, but it doesn't seem to make any difference.
 
 In CF Administrator, the maximum session timeout is 10 hours, the default
 is
 20 minutes. The catch is, sessions seem to time out within an hour.
 Perhaps
 it's somehow using the 20 minute default (I was away from my desk the
 entire
 hour). This has happened before on other servers, and it certainly
 troubling.
 
 Any advice?
 
 Thanks
 
 Norman Elton
 
 
 

~~
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: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby

As a follow-up, don't forget if you use the sessiontimeout in the
application.cfm, I don't think that value can exceed what's set in the
admin.  

On 6/15/01 6:39 AM, Dylan Bromby [EMAIL PROTECTED] wrote:

 It's other way around. If *no* application.cfm is found, the defaults in the
 CF Admin will be used.  Otherwise, any application.cfm file found by the app
 will override the admin. If the admin took precedence, there would be no use
 to setting sessions in any application.cfm file.
 
 On 6/15/01 6:10 AM, Arden Weiss [EMAIL PROTECTED] wrote:
 
 Think the value specified in CF Admin controls/over-rides the value in the
 applicatiion.cfm
 
 - Original Message -
 From: Norman Elton [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, June 15, 2001 9:01 AM
 Subject: Weird Session Timeouts
 
 
 This one's got me stumped. In my application.cfm, I've got...
 
 CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes
 SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes
 SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)#
 APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)#
 
 Seems right to me. Technically there shouldn't be quotes are the
 createtimespans, but it doesn't seem to make any difference.
 
 In CF Administrator, the maximum session timeout is 10 hours, the default
 is
 20 minutes. The catch is, sessions seem to time out within an hour.
 Perhaps
 it's somehow using the 20 minute default (I was away from my desk the
 entire
 hour). This has happened before on other servers, and it certainly
 troubling.
 
 Any advice?
 
 Thanks
 
 Norman Elton
 
 
 
 

~~
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: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby

Right, I mentioned that in my follow-up post. I realized I should state that
after my initial post. ;)

On 6/15/01 9:50 AM, Avi Flax [EMAIL PROTECTED] wrote:

 Dylan, you are referring to the Default timeouts specified in
 Administrator. However, there are also MAXIMUM timeouts specified, which
 can override a timeout set in a CFAPPLICATION tag.
 
 Avi
 
 At 06:39 AM 6/15/2001 -0700, Dylan Bromby wrote:
 It's other way around. If *no* application.cfm is found, the defaults in the
 CF Admin will be used.  Otherwise, any application.cfm file found by the app
 will override the admin. If the admin took precedence, there would be no use
 to setting sessions in any application.cfm file.
 
 

~~
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



Uninstalling CF5.0

2001-06-09 Thread Dylan Bromby

During my initial install of CF5.0, it seemed to hang on the advanced
security portion. Now I can't uninstall CF5.0. There's no uninstaller in the
program menu, and when I try Add/Remove Programs (Win2KAS) it thinks it's
adding it.

Can someone shed some light on this for me?

Thanks!


~~
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: Mass mailing

2001-06-09 Thread Dylan Bromby

i send out 50,000-100,000 emails a pop using CF/Imail.

works great.

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 5:18 AM
To: CF-Talk
Subject: Re: Mass mailing


I'd urge you to look at coolfusion.com's IMS software - it's excellent.

Will

--
Will
Free Advertising-=- www.localbounty.com
e: [EMAIL PROTECTED]  icq: 31099745


- Original Message -
From: Jeff Green [EMAIL PROTECTED]
Newsgroups: cf-talk
Sent: Friday, June 08, 2001 8:32 PM
Subject: Mass mailing


 Hi all,

 Imp working on a project that is going to be doing mass emails, of an opt
in
 list (so its not Spam, its requested Spam :).  And imp having concerns
about
 the reliability of fail.  If anyone could post any experiences with
 good/bad, fixes, workarounds, tags more reliable, basically anything that
 has to do with mass emailing.

 Personally I haven't had any troubles with fail, but I haven't really
tested
 it with mass emailing either, so any insight is appreciated.

 TIA,
 Jeff



~~
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: Uninstalling CF5.0

2001-06-09 Thread Dylan Bromby

nope. it tells me a pre-release is detected and says i should uninstall it.

-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 10:04 AM
To: CF-Talk
Subject: RE: Uninstalling CF5.0


Dylan,

Try re-running the setup program.  This should give you the option to
uninstall or completely re-install the App.

HTH,

Jeff Garza

-Original Message-
From: Dylan Bromby
To: CF-Talk
Sent: 6/9/01 8:03 AM
Subject: Uninstalling CF5.0

During my initial install of CF5.0, it seemed to hang on the advanced
security portion. Now I can't uninstall CF5.0. There's no uninstaller in
the
program menu, and when I try Add/Remove Programs (Win2KAS) it thinks
it's
adding it.

Can someone shed some light on this for me?

Thanks!
~~
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: Netscape allows script downloads???

2001-06-06 Thread Dylan Bromby

did you look at the .CFM file that downloads and actually see CF code? or is
it all HTML?

-Original Message-
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 9:33 AM
To: CF-Talk
Subject: Netscape allows script downloads???



OK, So I have some RealAudio files on my website, and I have 2 different
types of links for each file:  one link starts the RealAudio player, the
other link is so the user can just download the file.  For both of these
links I point to a script keeps track of how many times this particular RA
file has been downloaded.  In IE, everything for the download works fine --
the user right-clicks, selects Save file as, and we're all good.  In
Netscape, I do a right-click Save link as, and instead of the script
executing and then pointing to the correct RA file, the *script* is what
suddenly becomes available for download -- not good, because it contains
SQL, DSN info, etc.  I then realized that (in Netscape) I could right-click,
Save link as and download ANY .cfm file, whereas IE executes the script
first and lets you download the resulting rendered web page.  Is this an IIS
setting?  Any ideas on how to keep my scripts from being downloaded???

TIA


Cheers,
David
~~
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: Custom error pages

2001-06-05 Thread Dylan Bromby

you can specifiy your own custom error pages using IIS if you're running it.

-Original Message-
From: Steve Vosloo [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 7:51 AM
To: CF-Talk
Subject: Custom error pages


I need to create 2 custom error pages for an application. One is for 404
errors (page not found), and the other is for any other server errors. Armed
with CFERROR and CFTRY/CFCATCH, does anyone have suggestions on how to
achieve this?

Thanks
Steve

Development Manager
Vardus Internet Solutions (SA)

Tel: (+27) 21 670 9880
Fax: (+27) 21 674 4549

Email: [EMAIL PROTECTED]
Website: www.vardus.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: Custom error pages

2001-06-05 Thread Dylan Bromby

Yes. Using IIS 5 as the example, right-click on the web site from the list
in the IIS console. Choose properties. Click the Custom Errors tab.

You can do it for each site.

On 6/5/01 8:17 AM, Steve Vosloo [EMAIL PROTECTED] wrote:

 Can I do that per website hosted on the box?
 
 
 
 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 5:05 PM
 To: CF-Talk
 Subject: RE: Custom error pages
 
 
 you can specifiy your own custom error pages using IIS if you're
 running it.
 
 -Original Message-
 From: Steve Vosloo [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 7:51 AM
 To: CF-Talk
 Subject: Custom error pages
 
 
 I need to create 2 custom error pages for an application. One is for 404
 errors (page not found), and the other is for any other server
 errors. Armed
 with CFERROR and CFTRY/CFCATCH, does anyone have suggestions on how to
 achieve this?
 
 Thanks
 Steve
 
 Development Manager
 Vardus Internet Solutions (SA)
 
 Tel: (+27) 21 670 9880
 Fax: (+27) 21 674 4549
 
 Email: [EMAIL PROTECTED]
 Website: www.vardus.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: KILL THE COOK!

2001-06-05 Thread Dylan Bromby

Why don't you post ALL the code in question rather than snippets.

I think it's safe to say a lot of us have used CFCOOKIE without problem(s)
for some time, so the problem you're having isn't very obvious.

If you want to email me your files off-list, I'd be happy to review them.
You can send them to [EMAIL PROTECTED]

--Dylan

On 6/5/01 9:40 AM, Michael Lugassy [EMAIL PROTECTED] wrote:

 Please try to look into this again.
 this thread has been reviewd and partially answered by many (actually 13
 people)
 but still - no answer. can anyone try to help out?
 
 I'm getting really frustrated from this CFCOOKIE thing.
 Apparently, after I assign the cookie with Timeout=Never the cookie
 is deleted and terminated every time the user closes the browser.
 I tried to change Timeout to 14 days, but it didn't help.
 Closing the browser terminates the cookie.
 
 Is there a diffrent way to assign cookies?
 
 PLEASE HELP!!!
 
 -=Michael.
 
 
 

~~
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: COOKIE expiration :((

2001-06-04 Thread Dylan Bromby

does it terminate with Never in quotes and without?

-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 7:32 AM
To: CF-Talk
Subject: Re: COOKIE expiration :((


Thanks, but that's not my problem.
The cookie is set up ok. I use javascript's location.href method to reffer
the page
the cookie exists, I can see it and use it all over the site.
the problem is that it's TERMINATING after a user closes the browser,
although I
specificed: Expires=Never

It's been over a week since I'm stuck in this!!! please help.

Thanks,

Michael Lugassy


- Original Message -
From: Dan G. Switzer, II [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, June 04, 2001 2:53 PM
Subject: RE: COOKIE expiration :((


 You can download my custom tag CF_LOCATION from:
 http://www.pengoworks.com/index.cfm?action=CustomTags

 The code is pretty simply and does allow you to use CFCOOKIE and do a
 server relocation on the same page. Using the CFHEADER tag, you're able
to
 successfully relocate the user using the code:

 CFHEADER STATUSCODE=302 STATUSTEXT=Object Temporarily Moved
 CFHEADER NAME=Location VALUE=#strURL#

 Why CF doesn't use the same code with internally, I don't know.

 -Dan

  -Original Message-
  From: Dave Watts [mailto:[EMAIL PROTECTED]]
  Sent: Monday, June 04, 2001 12:41 AM
  To: CF-Talk
  Subject: RE: COOKIE expiration :((
 
 
You can consider setting up the cookie in a process
page and redirect with javascript instead of
cflocation that will allow the cookie to be set.
  
   I'm curious, will the new CFFLUSH tag resolve this problem?
 
  No, I don't think so. All CFFLUSH does is signal that part of the HTTP
  response body can be returned, before the rest has been generated. The
  problem with CFCOOKIE and CFLOCATION is simply that CF doesn't
  allow the use
  of both tags, which affect the HTTP response header, in a single script.
 
  As has been discussed on this list occasionally in the past, there's no
  inherent limitation in the HTTP RFC about using headers to
simultaneously
  set a cookie and specify a new location - CF just doesn't let you do
this,
  if I recall correctly.
 
  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

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



  1   2   3   4   5   6   >