Re: multilingual dynamic sites, particularly hindi

2001-12-05 Thread Paul Hastings

 Can you please expand on the workarounds (example. pointers etc)

joust or whatever DHTML tree (zillions out there google it).
i've been looking for decent unicode capable java applets
for navigation for sometime now. you would be surprised 
at how many java applets do not support unicode. don't 
assume java == unicode.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.306 / Virus Database: 166 - Release Date: 12/4/2001
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Text Compression Utility?

2001-12-05 Thread Mark Stewart

The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.
 
 Any thoughts?
 
 
 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com
 
 

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



RE: Text Compression Utility?

2001-12-05 Thread Carlisle, Eric

pkzip? :)

EC

-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.
 
 Any thoughts?
 
 
 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com
 
 


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



RE: CF and Cybercash

2001-12-05 Thread Joshua Miller

Which CyberCash are you looking for? WebAuthorize or the other one?

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]
(304) 622-4499 x320 (VMail)

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of
the individual or entity to which it is addressed.
This e-mail may contain information that is privileged, confidential,
and/or personal. If the reader of this message is not the intended
recipient (or the employee or agent responsible to deliver it to the
intended recipient), you are hereby notified that any dissemination,
distribution, or copying of this communication is prohibited.
If you have received this communication in error, please notify us by
telephone call at the number listed above.


-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 7:18 PM
To: CF-Talk
Subject: CF and Cybercash


Does anyone know where to find the cybercash tag.. I tried the link from
the
dev exchange and it takes me to verisign, but the link is dead.. Any
ideas?

Michael T. Tangorre


Resident Assistant - Brick
Web Applications Developer
A.U. Webteam Slave  :-)
AIM: CrazyFlash4

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



RE: Text Compression Utility?

2001-12-05 Thread Mark Stewart

Sorry about the last post, I really didn't answer your question - not
enough coffee yet. I just want the page to load faster. The user isn't
downloading the file. I'm dumping it to screen.


-Original Message-
From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:59 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


pkzip? :)

EC

-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.
 
 Any thoughts?
 
 
 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com
 
 



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



Hi

2001-12-05 Thread Lon Lentz

How are you ?
When I saw this screen saver, I immediately thought about you
I am in a harry, I promise you will love it!

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



RE: Text Compression Utility?

2001-12-05 Thread Carlisle, Eric

If you're talking about 2MB of text, there's no way to compress it without
altering the file format.  You may want to consider converting to PDF for
display over the web.

EC

-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 9:12 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


Sorry about the last post, I really didn't answer your question - not
enough coffee yet. I just want the page to load faster. The user isn't
downloading the file. I'm dumping it to screen.


-Original Message-
From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:59 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


pkzip? :)

EC

-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.
 
 Any thoughts?
 
 
 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com
 
 




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



RE: Text Compression Utility?

2001-12-05 Thread Paul Sizemore

Could you read it with CFFile and display only a few thousand lines at a
time (with next, previous, first and last buttons like you would have for a
data set)?



-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?

The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.

 Any thoughts?


 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com




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



Re: Hi

2001-12-05 Thread Stephen Moretti

Someone slap this guy!

- Original Message -
From: Lon Lentz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 2:14 PM
Subject: Hi


 How are you ?
 When I saw this screen saver, I immediately thought about you
 I am in a harry, I promise you will love it!

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



RE: CF Hosting Company...

2001-12-05 Thread Yager, Brian T Contractor/NCCIM

www.advances.com

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Gary P. McNeel, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 7:56 PM
To: CF-Talk
Subject: CF Hosting Company...


Can anyone recommend a good CF/SQL Server hosting company that is rea
sonably
priced? I pay $165 quarterly now. Has pop email for each site, 10 vir
tual
domains per account, ODBC for SQL and Access, SSI, Unlimited bandwidt
h
(probably my problem, it is getting slower). TIA.


Gary P. McNeel, Jr.
MyKitPlane.com
[EMAIL PROTECTED]
http://www.mykitplane.com

What's the hurry? Are you afraid I won't come back?

- Manfred von Richthofen, 'The Red Baron,' last recorded words, in 
reply to
a request for an autograph as he was climbing into the cockpit of his
 plane.


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



Re: OT: SPAM lists?

2001-12-05 Thread Howie Hamlin

Just as a clarification:

The IMS mentioned below is emwac IMS (http://www1.sica.com/ims/) and not our mail 
server product.  On-Line Data Solutions owns the
trademark to iMS but there are many web sites that refer to the old emwac server as 
IMS.

Regards,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
 Vote for iMS as the CFDJ Reader's Choice Awards Most Innovative Product 
http://www.sys-con.com/coldfusion/readerschoice2001/nominationformbpa.cfm
 Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: Bryan Stevenson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 3:48 PM
Subject: Re: OT: SPAM lists?


 Hey All,

 cf_rant
 I just had an mazingly frustrating experiences with one of the blackhole
 database maintainers (ordb.org).  These folks think they are doing favours
 by helping ISP's to block mail server IPs that are running open relays
 (allow spammers to send using that mail server), but their implementation
 SUCKS!

 The Scenario:

 I'm running  a development box with IMS as a mail server (and hosting a
 client's domain during development).  After about 8 months with no mail
 issues whatsoever I receive a bunch of spam test messages from ORDB.org and
 then get a message saying that my mai lever was an open relay and had been
 added to their database.  This database is provided to ISPs so they can
 block ALL mail coming from the IP addresses in it.

 SOOOOO ORDB thinks it's best to just add my IP with NO warning and
 no chance to fix the issue before getting blacklisted.  Well that bit of
 strong arming shut down my mail server and my client couldn't send any mail
 (BTW my logs show that no spam EVER went through the system).  You then have
 to try and fix the problem (not easy in IMS) and submit your IP for
 re-testing (which they say takes 5-10 hours...reality was 12 plus hrs).  If
 you haven't closed the relay then you have to try again (which I had to do).

 My client was without e-mail for over 2 days.  I had to get rid of IMS and
 found a GREAT free mail servr that allows SMTP authentication (Argo
 Soft...get it).

 My communications with ORDB were less than fruitful.  They didn't care that
 my mail service was interrupted and said they don't give you a warning
 because then more spam would get through (which there was none). So these
 guys would rather innocent people lose their mail service instead of
 allowing a few more spams through...geesh.  To top it off they hide behind
 the well it;s the ISPs that block you..we just provide them with the
 database of IPs.  Which transaltes to He didn't have to use the gun I
 handed him!!

 Well their predecesor ORBS had 2 legal injunctions against them and had to
 shut down.  I'm sure if they continue to stop valid mail service that
 someone with the time and money will go after them too...awww what a
 shame *insert eveil grin here*
 /cf_rant

 Thanks for listening...and get ArgoSoft's mail serversuper easy to use
 and install

 Bryan Stevenson
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 p. 250.920.8830
 e. [EMAIL PROTECTED]

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



RE: Hi

2001-12-05 Thread Craig Dudley

Slap him or his IT guys for;

a)  Having no virus protection.
b)  Still having the virus almost a full day after infection.

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 14:45
To: CF-Talk
Subject: Re: Hi


Someone slap this guy!

- Original Message -
From: Lon Lentz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 2:14 PM
Subject: Hi


 How are you ?
 When I saw this screen saver, I immediately thought about you
 I am in a harry, I promise you will love it!

 

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



RE: Hi

2001-12-05 Thread Jason Blum

how about unsubscribing him?

 --
 From: Stephen Moretti
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, December 5, 2001 9:44 AM
 To:   CF-Talk
 Subject:  Re: Hi
 
 Someone slap this guy!
 
 - Original Message -
 From: Lon Lentz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 2:14 PM
 Subject: Hi
 
 
  How are you ?
  When I saw this screen saver, I immediately thought about you
  I am in a harry, I promise you will love it!
 
  
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF-Talk Digest

2001-12-05 Thread Smith, Daron [PA]

For some reason I have stopped getting the digest has the digest been
discontinued?

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141

 
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: FAIL Spooling

2001-12-05 Thread Cameron Childress

Somehow I missed this reply yesterday.  The file I use is very specific to
the app I designed it for.  I have thought about packaging it up for general
consumption though.  If I have time in the next little while I may write up
something about it.  Sorry I can't be much more help than that right now.
I'm totally under a deadline crunch...

-Cameron


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





 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 04, 2001 10:19 AM
 To: CF-Talk
 Subject: RE: FAIL Spooling


 Would you mind sharing the file?

 Robert Everland III
 Dixon Ticonderoga
 Web Developer Extraordinaire

 -Original Message-
 From: Cameron Childress [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 04, 2001 10:09 AM
 To: CF-Talk
 Subject: RE: FAIL Spooling


  We've written our own 'spooling system' using SQL Server and an
  event script
  to fire off Jmail every five minutes. We've found this works a
 lot better
  than CF for bulk mail as you can use Microsoft's SMTP server and
  the pickup
  directory.

 You can also use CFFILE to write directly to the Microsoft's SMTP server
 pickup directory.  We do this and it works great.  Set up the SMTP server
 purely as a relay off to a real mailserver, and messages fly off the
 machine.  Plus you are allowing the right tool to do the right job.  CF
 isn't a mass mailing server, it's an application server.  A
 server designed
 specifically for handling email is virtually always going to beat one that
 just also features email capability.

 -Cameron

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





  -Original Message-
  From: Darryl Lyons [mailto:[EMAIL PROTECTED]]
  Sent: Monday, December 03, 2001 10:01 PM
  To: CF-Talk
  Subject: RE: CFMAIL Spooling
 
 
  We've written our own 'spooling system' using SQL Server and an
  event script
  to fire off Jmail every five minutes. We've found this works a
 lot better
  than CF for bulk mail as you can use Microsoft's SMTP server and
  the pickup
  directory.
 
  Darryl
 
  -Original Message-
  From: Jim McAtee [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 4 December 2001 12:06 PM
  To: CF-Talk
  Subject: Re: CFMAIL Spooling
 
 
  Thanks, Tom.  Not even through a registry setting, eh?
 
  Looks like any CF applications we had written for CF4 which were doing a
  self-paced delivery of messages should be rewritten.  There's not
  much sense
  in it if CF has a maximum delivery speed of 400 messages per minute.  I
  suppose 24,000 messages per hour is reasonable, but if you've got the
  processing power and adequate bandwidth, I don't understand why
  they'd want
  to impose this limit.
 
  The 64k limit of email message files in the spool directory, if I
  recall, is
  due to CF's file-naming convention.  Is CF smart enough to re-use
  file names
  in a cyclic manner - moving files out of the spool in a way that lets it
  re-use file names such that you can always get 64k files in the spool?
 
  Jim
 
 
  - Original Message -
  From: tom muck [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Monday, December 03, 2001 6:37 PM
  Subject: Re: CFMAIL Spooling
 
 
   There is no setting for the number of emails.  The spooler delivers
   100 mails every 60 seconds.  You can change the interval to 15
   seconds, but no lower.  Also, there is a limit of 65,535 emails that
   can be delivered to
  the
   spool folder at one time.
  
   tom
   www.basic-ultradev.com
  
   Jim McAtee [EMAIL PROTECTED] wrote in message
   02b501c17c57$ec7da220$352fa8ce@jim">news:02b501c17c57$ec7da220$352fa8ce@jim...
In the CF5 Administrator there's a parameter that controls how often
the server checks the mail spool.  Is there a fixed number of
messages that
  CF
relays to the mail server in each interval?  Doing a mass mailing
(40k messages), it seems that mail is moving rather slowly from the
CF spool. The mail server being used is _very_ idle and could easily
be relaying messages faster.  Is this a registry setting, or is
there something else limiting how fast CF moves these messages?
   
Jim
 
 

 
~~
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: Text Compression Utility?

2001-12-05 Thread Alex

Then this has nothing to do with coldfusion. Your webserver handles this.
IIS has compression and Apache has mod_gzip as a compressor.

On Wed, 5 Dec 2001, Mark Stewart wrote:

 The goal is to compress the file as much as possible but still keep the
 formatting, etc.
 
 -Original Message-
 From: Alex [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 04, 2001 5:59 PM
 To: CF-Talk
 Subject: Re: Text Compression Utility?
 
 
 What is your goal? For the enduser to download a compressed file with a
 txt extension? Or do you just want the page to load faster?
 
 
 On Tue, 4 Dec 2001, Mark Stewart wrote:
 
  I'm looking for a utility that will compress large text files, but not
  change the extension. For example - I have a 2mb text file called
  readme.txt - after compression, it becomes a 100k file still called
  readme.txt. My situation - We have a main frame putting text files
 into
  a directory. Through the web, we display these files as links. When a
  user clicks on the link, we display the file. In some cases, these
 text
  files reach 2mb. It doesn't take a rocket scientist to figure out that
  displaying 2mb files over the web is unacceptable. So, I'm looking for
 a
  way to compress them, possibly through a command-line utility or
  something.
  
  Any thoughts?
  
  
  Mark Stewart
  Programmer/Analyst
  CC3
  Phone: 215.672.6900 x1332
  http://www.cc3.com
  
  
 
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: FAIL Spooling

2001-12-05 Thread Cameron Childress

 How's the speed of CFFILE when used in big mailings?  Have you
 tried it with 50,000 + emails?

Yes.  Works about as fast as your HD spins.

 I tried out a custom tag that used CFFILE to send mails, and it was
 painfully slow

It can be, there are a couple of tricks involved, including not writing them
directly to the SMTP spool, and not putting too many in one folder.

This makes two messages on the list and one in my personal email about this.
I will definitely try to write something up in the next week or so about how
to use this technique.

-Cameron


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





 -Original Message-
 From: tom muck [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 04, 2001 10:26 AM
 To: CF-Talk
 Subject: Re: FAIL Spooling


 How's the speed of CFFILE when used in big mailings?  Have you
 tried it with
 50,000 + emails?

 I tried out a custom tag that used CFFILE to send mails, and it was
 painfully slow.  Using CFMAIL I can execute huge numbers of
 queries and send
 mails to my mail server quickly.  The only bottleneck is the spool folder.

 tom


  You can also use CFFILE to write directly to the Microsoft's SMTP server
  pickup directory.  We do this and it works great.  Set up the
 SMTP server
  purely as a relay off to a real mailserver, and messages fly off the
  machine.  Plus you are allowing the right tool to do the right job.  CF
  isn't a mass mailing server, it's an application server.  A server
 designed
  specifically for handling email is virtually always going to
 beat one that
  just also features email capability.
 
  -Cameron
 


 
~~
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: Text Compression Utility?

2001-12-05 Thread Mark Stewart

Ah, we've tried that as well and our clients hated it. To much clicking
they said (end users suck!). We're also providing a PDF version of the
file. But for some strange reason, people still want to look at the file
on screen. Also, we're using cffile now but we want to move to cfcontent
which, through testing, seems to be very fast. However, one glitch with
using cfcontent is that the files don't have extensions - we could do a
cffile rename and just add an extension, but... Another problem is the
file needs pre tags around it in order to keep the formatting correct.
As an aside, anybody want my job? :-)

I thank everybody for their input. It's all been great help!

Mark


-Original Message-
From: Paul Sizemore [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 9:29 AM
To: CF-Talk
Subject: RE: Text Compression Utility?


Could you read it with CFFile and display only a few thousand lines at a
time (with next, previous, first and last buttons like you would have
for a
data set)?



-Original Message-
From: Mark Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:53 AM
To: CF-Talk
Subject: RE: Text Compression Utility?

The goal is to compress the file as much as possible but still keep the
formatting, etc.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:59 PM
To: CF-Talk
Subject: Re: Text Compression Utility?


What is your goal? For the enduser to download a compressed file with a
txt extension? Or do you just want the page to load faster?


On Tue, 4 Dec 2001, Mark Stewart wrote:

 I'm looking for a utility that will compress large text files, but not
 change the extension. For example - I have a 2mb text file called
 readme.txt - after compression, it becomes a 100k file still called
 readme.txt. My situation - We have a main frame putting text files
into
 a directory. Through the web, we display these files as links. When a
 user clicks on the link, we display the file. In some cases, these
text
 files reach 2mb. It doesn't take a rocket scientist to figure out that
 displaying 2mb files over the web is unacceptable. So, I'm looking for
a
 way to compress them, possibly through a command-line utility or
 something.

 Any thoughts?


 Mark Stewart
 Programmer/Analyst
 CC3
 Phone: 215.672.6900 x1332
 http://www.cc3.com





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



RE: CF and Cybercash

2001-12-05 Thread Michael Haggerty

Just a note about VeriSign - they did buy CyberCash out and no longer
support the system for new customers. 

The good news is, VeriSign is a step up from CyberCash. They always provide
me with excellent service and the longest a transaction has ever taken is 2
seconds. 

Besides offering a CFX tag to interface with their systems, VeriSign offers
a free trial period where you can experiment with the tags. It says it only
goes for 30 days, but I have been able to use test accounts for over six
months in the past. 

Mike


-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 9:05 AM
To: CF-Talk
Subject: RE: CF and Cybercash


Which CyberCash are you looking for? WebAuthorize or the other one?

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]
(304) 622-4499 x320 (VMail)

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of
the individual or entity to which it is addressed.
This e-mail may contain information that is privileged, confidential,
and/or personal. If the reader of this message is not the intended
recipient (or the employee or agent responsible to deliver it to the
intended recipient), you are hereby notified that any dissemination,
distribution, or copying of this communication is prohibited.
If you have received this communication in error, please notify us by
telephone call at the number listed above.


-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 7:18 PM
To: CF-Talk
Subject: CF and Cybercash


Does anyone know where to find the cybercash tag.. I tried the link from
the
dev exchange and it takes me to verisign, but the link is dead.. Any
ideas?

Michael T. Tangorre


Resident Assistant - Brick
Web Applications Developer
A.U. Webteam Slave  :-)
AIM: CrazyFlash4


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



Verity Search Results question

2001-12-05 Thread C. Hatton Humphrey

Need some Verity advice here... I created a search feature for a
Project/Task/Time tracking application.  I created 5 collections, 4 of which
are populated using data selected from a distinct view and 1 that is
populated using a file search.

My question is this.  I can do pinpoint searches (e.g., I added the word
abracadabra into one of the task notes and the search found it with no
problems), but when I do broader searches (for something like Priority or
other nebulous words that are peppered through the names, notes and
entries), it returns only a few of the possible matches.

The biggest collection has 80,000 records in it and the smallest has around
1,000... right now I'm using the following for my results:

cfsearch collection=#form.searches#
  name=results
  type=SIMPLE
  criteria=#lcase(form.searchfor)#

Any ideas?

C. Hatton Humphrey, Developer
Fisher, Towne  Associates
716-839-2141 x336
[EMAIL PROTECTED]

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



RE: CF Hosting Company...

2001-12-05 Thread Kelly Matthews

I concur I use advances.com too have had no problems!

-Original Message-
From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]]

Sent: Wednesday, December 05, 2001 9:43 AM
To: CF-Talk
Subject: RE: CF Hosting Company...


www.advances.com

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342


-Original Message-
From: Gary P. McNeel, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 7:56 PM
To: CF-Talk
Subject: CF Hosting Company...


Can anyone recommend a good CF/SQL Server hosting company that is rea
sonably priced? I pay $165 quarterly now. Has pop email for each site, 10
vir tual domains per account, ODBC for SQL and Access, SSI, Unlimited
bandwidt h (probably my problem, it is getting slower). TIA.


Gary P. McNeel, Jr.
MyKitPlane.com
[EMAIL PROTECTED]
http://www.mykitplane.com

What's the hurry? Are you afraid I won't come back?

- Manfred von Richthofen, 'The Red Baron,' last recorded words, in 
reply to
a request for an autograph as he was climbing into the cockpit of his
plane.



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



RE: CFCONTENT CFHEADER- filename problem?

2001-12-05 Thread Michael Haggerty

I have been wrestling with the same issue for a while. 

There are two ways to change the name of the file I have found that are
reliable:

1) The CFHEADER / CFCONTENT combo you may have already tried: 

CFHEADER NAME=Content-Disposition
VALUE=attachment;filename=report.csv

CFCONTENT TYPE=unknown
reset=Yescfoutput#column_headers#/cfoutput
cfoutput query=#queryname##col#
/cfoutput

On Netscape, this works without issue. On IE, when a user sees the 'What
would you like to do with this file?' dialog, it does read the name of the
CF file. However, when you go to save the file, the file name changes to the
value of the CFHEADER tag.

2) URL Hacking: 

Something such as: a
href=index.cfm/report.csv?fuseaction=get_reportClick Here for File/a

This method is very reliable for both browsers when the server decides it
should work. 

I have a development and test server, and the URL hack works perfectly in
dev but never in test. The installations are nearly identical and I am
completely lost for a solution. 

Hope this helps,
Mike


-Original Message-
From: Bosky, Dave [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:23 AM
To: CF-Talk
Subject: CFCONTENT  CFHEADER- filename problem?


I'm using CFCONTENT  CFHEADER to allow downloads but it always presents the
name of the cold fusion page instead of the file to be downloaded and saved?
Its being using on our intranet with only IE browsers.  I've seem several
different combinations of CFCONTENT  CFHEADER but none seem to replace the
name correctly.
I've used the examples from Figleaf as a guide but still no success.
 
Thanks,
 
Dave Bosky
 
 


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

2001-12-05 Thread Paul Sizemore

On the plus side of all this, you could try for a job at the low stress
environment at http://www.proofitonline.com/code/jobs.cfm#web%20developer in
sunny Florida.

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

how about unsubscribing him?

 --
 From: Stephen Moretti
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, December 5, 2001 9:44 AM
 To:   CF-Talk
 Subject:  Re: Hi

 Someone slap this guy!

 - Original Message -
 From: Lon Lentz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 2:14 PM
 Subject: Hi


  How are you ?
  When I saw this screen saver, I immediately thought about you
  I am in a harry, I promise you will love it!
 
 


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



Verity and Powerpoint

2001-12-05 Thread Michael Ross

You know in powerpoint you can add notes, well we have a bunch or .ppt s that have 
good info in these notes.  The problem is verity doesn't search  those.or does is 
and I just don't know how??

Any help

mike

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



Re: Hi

2001-12-05 Thread Mike cheese Lansing

Ok, rather then complain about such email(s) (btw, i never recieved any
attachments so I assume they are stripped before being sent out to the
group) here are some links to take care of the worm.

Gone.a - Virus Information
http://www.antivirus.com/pc-cillin/vinfo/virusencyclo/default5.asp?VName=WOR
M_GONE.A

Online Virus Scanner (FREE)
http://housecall.antivirus.com

- Mike Lansing
[EMAIL PROTECTED]

- Original Message -
From: Lon Lentz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 9:14 AM
Subject: Hi


 How are you ?
 When I saw this screen saver, I immediately thought about you
 I am in a harry, I promise you will love it!

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

2001-12-05 Thread Steve Green

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

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

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

-+ SteG +- :)

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


how about unsubscribing him?

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

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



RE: Verity and Powerpoint

2001-12-05 Thread Paul Sizemore

If you add .ppt to the File Extensions when Indexing, it should work. 

-Original Message-
From: Michael Ross [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 10:19 AM
To: CF-Talk
Subject: Verity and Powerpoint

You know in powerpoint you can add notes, well we have a bunch or .ppt s
that have good info in these notes.  The problem is verity doesn't search
those.or does is and I just don't know how??

Any help

mike


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



Re: Hi

2001-12-05 Thread Dave Hannum

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

OK - I'm off my soap box.

Dave

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


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

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

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

-+ SteG +- :)

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


how about unsubscribing him?

 --
 From: Stephen Moretti
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, December 5, 2001 9:44 AM
 To: CF-Talk
 Subject: Re: Hi

 Someone slap this guy!

 - Original Message -
 From: Lon Lentz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 2:14 PM
 Subject: Hi


  How are you ?
  When I saw this screen saver, I immediately thought about you
  I am in a harry, I promise you will love it!
 
 



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



Re: Hi

2001-12-05 Thread Howie Hamlin

We should all just be glad that the attachment was removed by this list (the virus was 
disseminated on the Fusebox list on Topica -
Doh!).

Howie

- Original Message -
From: Mike cheese Lansing [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 10:24 AM
Subject: Re: Hi


 Ok, rather then complain about such email(s) (btw, i never recieved any
 attachments so I assume they are stripped before being sent out to the
 group) here are some links to take care of the worm.

 Gone.a - Virus Information
 http://www.antivirus.com/pc-cillin/vinfo/virusencyclo/default5.asp?VName=WOR
 M_GONE.A

 Online Virus Scanner (FREE)
 http://housecall.antivirus.com

 - Mike Lansing
 [EMAIL PROTECTED]


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



RE: Hi

2001-12-05 Thread Will Swain

lol

-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 15:48
To: CF-Talk
Subject: RE: Hi


 Ok, rather then complain about such email(s) (btw, i never recieved any
 attachments so I assume they are stripped before being sent out to the
 group) here are some links to take care of the worm.

Some other links that will help get rid of these types of worms include

PC Pine
www.washington.edu/pine/pc-pine/

Eudora
http://www.eudora.com/

Pegasus Mail
www.pmail.com/


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



RE: Hi

2001-12-05 Thread Carlisle, Eric

If P-mail were as popular as Outlook, it would be targetted and exploited.
You don't hear about Pegasus Mail viruses because it doesn't have the
userbase that Outlook does.  



-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 10:48 AM
To: CF-Talk
Subject: RE: Hi


 Ok, rather then complain about such email(s) (btw, i never recieved any
 attachments so I assume they are stripped before being sent out to the
 group) here are some links to take care of the worm.

Some other links that will help get rid of these types of worms include

PC Pine
www.washington.edu/pine/pc-pine/ 

Eudora
http://www.eudora.com/

Pegasus Mail
www.pmail.com/


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



Re: Hi

2001-12-05 Thread Stephen Moretti

He's subscribed to about 4 lists that I'm subscribed to and he's sent out
his second lot of virus infected emails.
I'm protected, my mail server is protected and _some_ but not all of the
lists that I'm subscribed to are protected, but other people aren't so
lucky. Plus I suspect that he'll have sent it out to all his friends,
colleagues and clients as well.

I think the comment about moron can also be given to this chap too for not
having protected himself and clicking on such an obvious virus in the first
place.

Just starting to get a little tired of watching the press hype up a virus
attack and then say it was a flash in the pan nothing to worry about and
people in the technical community still being stupid enough to infect
themselves and pass it on!

Regards

Stephen

- Original Message -
From: Steve Green [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 3:31 PM
Subject: RE: Hi


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

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

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

 -+ SteG +- :)

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


 how about unsubscribing him?

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

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



RE: Hi

2001-12-05 Thread Lee Fuller

ROFL


 -Original Message-
 From: Zac Belado [mailto:[EMAIL PROTECTED]]
 Sent: 05 December 2001 15:48
 To: CF-Talk
 Subject: RE: Hi
 
 
  Ok, rather then complain about such email(s) (btw, i never recieved 
  any attachments so I assume they are stripped before being 
 sent out to 
  the
  group) here are some links to take care of the worm.
 
 Some other links that will help get rid of these types of 
 worms include
 
 PC Pine
 www.washington.edu/pine/pc-pine/
 
 Eudora
 http://www.eudora.com/
 
 Pegasus Mail
 www.pmail.com/
 
 
 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hi

2001-12-05 Thread Will Swain

Quite.
Although virus protection is the second level of protection.
why do people still open attachments before knowing their source?
Common sense is the first level.

w

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 15:48
To: CF-Talk
Subject: Re: Hi


He's subscribed to about 4 lists that I'm subscribed to and he's sent out
his second lot of virus infected emails.
I'm protected, my mail server is protected and _some_ but not all of the
lists that I'm subscribed to are protected, but other people aren't so
lucky. Plus I suspect that he'll have sent it out to all his friends,
colleagues and clients as well.

I think the comment about moron can also be given to this chap too for not
having protected himself and clicking on such an obvious virus in the first
place.

Just starting to get a little tired of watching the press hype up a virus
attack and then say it was a flash in the pan nothing to worry about and
people in the technical community still being stupid enough to infect
themselves and pass it on!

Regards

Stephen

- Original Message -
From: Steve Green [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 3:31 PM
Subject: RE: Hi


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

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

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

 -+ SteG +- :)

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


 how about unsubscribing him?

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



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



RE: Hi

2001-12-05 Thread Zac Belado

 If P-mail were as popular as Outlook, it would be targetted and exploited.
 You don't hear about Pegasus Mail viruses because it doesn't have the
 userbase that Outlook does.

Complete and utter rubbish.

Outlook, Windows Scripting and the entire Office macro system is riddled
with security holes and this has been the case for years. Microsoft built
the system, Microsoft made it insecure and Microsoft continues to ship apps
and system level options that are enabled by default making them prime
targets for exploitation by hackers.

It is MS that builds the insecure systems. Virus writers take advantage of
the vulnerabilities and problems in the system...they don't make them.
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Hi

2001-12-05 Thread Douglas Brown

I swear they are prob passing the thing aroung like herpies at his
workhe prob cleaned it out and voila another outbreak :)



DB


- Original Message -
From: Will Swain [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 8:14 AM
Subject: RE: Hi


 Quite.
 Although virus protection is the second level of protection.
 why do people still open attachments before knowing their source?
 Common sense is the first level.

 w

 -Original Message-
 From: Stephen Moretti [mailto:[EMAIL PROTECTED]]
 Sent: 05 December 2001 15:48
 To: CF-Talk
 Subject: Re: Hi


 He's subscribed to about 4 lists that I'm subscribed to and he's sent out
 his second lot of virus infected emails.
 I'm protected, my mail server is protected and _some_ but not all of the
 lists that I'm subscribed to are protected, but other people aren't so
 lucky. Plus I suspect that he'll have sent it out to all his friends,
 colleagues and clients as well.

 I think the comment about moron can also be given to this chap too for
not
 having protected himself and clicking on such an obvious virus in the
first
 place.

 Just starting to get a little tired of watching the press hype up a virus
 attack and then say it was a flash in the pan nothing to worry about
and
 people in the technical community still being stupid enough to infect
 themselves and pass it on!

 Regards

 Stephen

 - Original Message -
 From: Steve Green [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 3:31 PM
 Subject: RE: Hi


  Why unsub him? .. It wasnt his fault he accidently fell prey to some
 morons
  latest virus creation.
 
  And you'd only get it too if you wasnt upto date with your protection.
 
  But the list-mailer stripped it out anyway so whats the prob.
 
  -+ SteG +- :)
 
  -Original Message-
  From: Jason Blum [mailto:[EMAIL PROTECTED]]
  Sent: 05 December 2001 14:50
  To: CF-Talk
  Subject: RE: Hi
 
 
  how about unsubscribing him?
 
   --
   From: Stephen Moretti
   Reply To: [EMAIL PROTECTED]
   Sent: Wednesday, December 5, 2001 9:44 AM
   To: CF-Talk
   Subject: Re: Hi
  
   Someone slap this guy!
  
   - Original Message -
   From: Lon Lentz [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Wednesday, December 05, 2001 2:14 PM
   Subject: Hi
  
  
How are you ?
When I saw this screen saver, I immediately thought about you
I am in a harry, I promise you will love it!
   
   
  
 
 

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

2001-12-05 Thread Mark Smyth

But, P-Mail doesn't have that nice paper clippy thingy.

I rest my case.

-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 16:15
To: CF-Talk
Subject: RE: Hi


 If P-mail were as popular as Outlook, it would be targetted and exploited.
 You don't hear about Pegasus Mail viruses because it doesn't have the
 userbase that Outlook does.

Complete and utter rubbish.

Outlook, Windows Scripting and the entire Office macro system is riddled
with security holes and this has been the case for years. Microsoft built
the system, Microsoft made it insecure and Microsoft continues to ship apps
and system level options that are enabled by default making them prime
targets for exploitation by hackers.

It is MS that builds the insecure systems. Virus writers take advantage of
the vulnerabilities and problems in the system...they don't make them.

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



RE: Hi

2001-12-05 Thread Will Swain

Sure, but presumably vulnerabilities exist in more or less all software? The
desire to crack them is that much greater in the case of MS for several
reasons:

1) Market saturation. So many people use these products that it may be more
'beneficial' to crack them.
2) Hatred of M$ and what it stands for.
3) Vulnerabilities are often well known, and have existed for years

w

-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2001 16:15
To: CF-Talk
Subject: RE: Hi


 If P-mail were as popular as Outlook, it would be targetted and exploited.
 You don't hear about Pegasus Mail viruses because it doesn't have the
 userbase that Outlook does.

Complete and utter rubbish.

Outlook, Windows Scripting and the entire Office macro system is riddled
with security holes and this has been the case for years. Microsoft built
the system, Microsoft made it insecure and Microsoft continues to ship apps
and system level options that are enabled by default making them prime
targets for exploitation by hackers.

It is MS that builds the insecure systems. Virus writers take advantage of
the vulnerabilities and problems in the system...they don't make them.

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



Re: Hi

2001-12-05 Thread Len Conrad

Just starting to get a little tired of watching the press hype up a virus
attack and then say it was a flash in the pan nothing to worry about

speaking of pan flashes, remember  SirCam ?  here's report for IMGateAV 
from (partial) yesterday, SirCam is just slightly overtaken by the Goner storm:

Grand Totals

messages

  352086   received
  386330   delivered
   5   forwarded
   1   deferred  (1  deferrals)
   16844   bounced
  47   rejected

6288m  bytes received
7786m  bytes delivered
   63730   senders
   10594   sending hosts/domains
   45609   recipients
6828   recipient hosts/domains

giving:


   1 Infected with I-Worm.Magistr.b.poly
   1 Infected with Macro.Word97.Sattelite.b
   1 Infected with [EMAIL PROTECTED]
   1 Infected with [EMAIL PROTECTED]
   1 Infected with [EMAIL PROTECTED]
   1 Infected with Macro.Word97.Ethan
   1 Infected with I-Worm.Hybris.f
   1 Infected with I-Worm.Hybris.c
   3 Infected with I-Worm.Magistr.a.poly
   3 Infected with I-Worm.KakWorm
   3 Infected with [EMAIL PROTECTED]
   6 Infected with I-Worm.Badtrans
   7 Infected with Win32.FunLove.4070
   8 Infected with I-Worm.MTX
  34 Infected with I-Worm.Hybris.b
  99 Infected with I-Worm.Magistr.a
 101 Infected with I-Worm.Magistr.b
 281 Infected with I-Worm.BadtransII
 522 Infected with I-Worm.Sircam.c
 582 Infected with I-Worm.Goner

1657 TOTAL

I expect Goner will be around for a while, too.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
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



Question about SQL binary files

2001-12-05 Thread Kelly Matthews

Ok I just haven't had to do this before so I am not sure if it's really
simple or what.
But we have a database, one field will be a BINARY field where we want to
store a FILE.
This is a file we will receive and will be on the harddrive itself.  When
inserting the
other data I also want to insert that file into that binary field. Is there
a trick to
this, since I am inserting a file instead of straight data?
Kelly
http://www.webdiva.org

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



Re: Hi

2001-12-05 Thread Howie Hamlin

Hey, don't diss Clippy!

http://www.microsoft.com/Office/clippy/default.asp

Howie

- Original Message - 
From: Mark Smyth [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 11:16 AM
Subject: RE: Hi


 But, P-Mail doesn't have that nice paper clippy thingy.
 
 I rest my case.
 

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



Re: OT: SPAM lists?

2001-12-05 Thread Bryan Stevenson

 To go back to your gun analogy,
 we are restricted in possession and use of guns in order to reduce the
 likelihood of homicides.  Otherwise, I should be able to carry a locked
and
 loaded gun anywhere I choose.

 open relay MX's lying around will be picked up by spammers and used as
 weapons.  Running an open relay is inexcusable.

 Len

And shutting people down with no warning is also inexusable

Bryan



 http://MenAndMice.com/DNS-training
 http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
 http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
 
~~
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: Hi

2001-12-05 Thread Kevin Langevin

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

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

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

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

Just my #dollarFormat(0.02)# worth.

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


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


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

OK - I'm off my soap box.

Dave

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


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

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

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

-+ SteG +- :)

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


how about unsubscribing him?

 --
 From: Stephen Moretti
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, December 5, 2001 9:44 AM
 To: CF-Talk
 Subject: Re: Hi

 Someone slap this guy!

 - Original Message -
 From: Lon Lentz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 2:14 PM
 Subject: Hi


  How are you ?
  When I saw this screen saver, I immediately thought about you
  I am in a harry, I promise you will love it!
 
 




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



RE: Hi

2001-12-05 Thread Len Conrad

If P-mail were as popular as Outlook, it would be targetted and exploited.
You don't hear about Pegasus Mail viruses because it doesn't have the
userbase that Outlook does.

ah, another MS apologist.

spin: MS software is attacked because it's widely used
(ie, high value target)

truth: MS software is attacked because it's vulnerable
(ie, fish in a barrel)

Outlook is exploited because its developer was not security-conscious 
(Easy to use now. Secure, whenever.) and made the wrong decisions on 
default settings.

This criminal trust us to innovate company has caused billions in damages 
to its clients, paid for by the clients.  Now this criminal company says it 
needs an RFC to protect itself from exploits to its vulnerable software.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hi

2001-12-05 Thread Zac Belado

 Sure, but presumably vulnerabilities exist in more or less all
 software?

Certainly. But I think there is a difference between finding out that your
ftp server software has a buffer overflow exploit in it and continuing to
ship and expand the same macro/scripting system that you *know* is insecure
and enabling, by default, options that you *know* are insecure.

 The desire to crack them is that much greater in the case of MS for
several
 reasons:

 1) Market saturation. So many people use these products that it
 may be more
 'beneficial' to crack them.
 2) Hatred of M$ and what it stands for.
 3) Vulnerabilities are often well known, and have existed for years

I'm sure these are very valid reasons but I think you're missing the most
obvious and most important one. MS products, and Outlook in particular, get
exploited because its so damn easy to do.
~~
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



WOT: Installing XP disables headphone socket

2001-12-05 Thread Aidan Whitehall

Anyone else experienced this? I've put 2 CD players in an XP box and can't
get a signal from the headphone socket on the front panel. I've tried one of
the players in another PC and the headphone socket works fine.

Any ideas? I've searched the web, XP help and the Microsoft site but to no
avail thanks.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


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



NumberFormat() Rounding Up

2001-12-05 Thread Vinny DiDonato

Hello:

I have the NumberFormat() func rounding up a number.  The result is one
integer higher than the original integer.

Example:
NUMBERFORMAT(5111, '')

This yields 5112 on CF 4.5.
It's supposed to print 5111.

However, if the first number in the string is = 5, the last number is
always +1 (so the code above would yield 2).  
If the first number in the string is =4, the last number is always
correct (or 1 in the string above.).  If the first number = 9, the last
number is always -1 (so the code above would yield 0).

This happens on CF 4.5.  CF 5.0 does not have this issue, but our
commerce system is on 4.5.

Any help or logical explanation would be great, because this doesn't
make sense to me.

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



RE: MySQL ODBC on Linux

2001-12-05 Thread Nick Betts

Can somebody advise me on how to configure CF 4.5 with Linux/mySQL.  I
am windows literate but not so much Linux literate.  Any help greatly
appreciated ASAP!

Nick.

-Original Message-
From: Alexis Maldonado [mailto:[EMAIL PROTECTED]]
Sent: 13 November 2001 20:59
To: CF-Talk
Subject: Re: MySQL ODBC on Linux


look at
http://www.mysql.com/doc/A/d/Adding_users.html
to set up the users in mysql.

Alex,
- Original Message -
From: Brian Silvers [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, November 11, 2001 11:57 AM
Subject: Re: MySQL ODBC on Linux


 Bud,
 yes the username and password can be entered in the CF Administrator.
That
 is how I set mine up. You have to make sure the user has privileges to
 access the mysql server from the box you'll be connecting to it from.

 Brian


 - Original Message -
 From: Bud [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Sunday, November 11, 2001 11:38 AM
 Subject: Re: MySQL ODBC on Linux


  On 11/11/01, Alex penned:
  They don't know what they are doing. You need to insert your info
into
 the
  MySQL database tables user, password, and host I think.
 
  But what about for the connection? Can the username and password be
  entered in CF administrator? I'd appreciate it if anyone can give me
  a quick rundown.
 
  Thanks.
 
  On Sat, 10 Nov 2001, Bud wrote:
 
I'm trying to get an application to work on Linux using MySQL
that
already works on NT. The host tells me there is no way to set up
the
username and password directly in the ODBC DSN, that I need to
put
them in the cfquery tag. Is this true? I don't want to maintain 2
versions of the application and I know the username and password
is
more secure when set up directly in the DSN.
  --
 
  Bud Schneehagen - Tropical Web Creations
 
  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  ColdFusion Solutions / eCommerce Development
  [EMAIL PROTECTED]
  http://www.twcreations.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: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread Stephen Moretti

OK - I'm sorry for saying somebody slap this guy!

I should have realised it would have kicked off a massive my email client
is better than yours and who's the moron discussion.

I've seen this discussion more than enough of the past 6 months, so can just
leave it alone and get back to the business of CF development.

Thank you very very much in advance

Regards

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



Re: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread Rayna Evans

it's a virus!

Rayna Evans
AAMC
2501 M Street, 2nd Fl
Washington, DC 20037
202-862-6243 (direct)
Extension 4243 (internal)

 [EMAIL PROTECTED] 12/05/01 11:52AM 
OK - I'm sorry for saying somebody slap this guy!

I should have realised it would have kicked off a massive my email client
is better than yours and who's the moron discussion.

I've seen this discussion more than enough of the past 6 months, so can 
just
leave it alone and get back to the business of CF development.

Thank you very very much in advance

Regards

Stephen

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



Re: OT: SPAM lists?

2001-12-05 Thread BILLY CRAVENS

I would agree that it would be best to give a warning with an opportunity to
fix the problem.  However, the fact that your relay was open is the source
of the problem.  If I found myself in the appropriate role, upon hearing of
open relays in my company I'd start handing out directions to the local
unemployment office.  If you can't configure it properly, don't run it.


- Original Message -
From: Bryan Stevenson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 10:26 AM
Subject: Re: OT: SPAM lists?


  To go back to your gun analogy,
  we are restricted in possession and use of guns in order to reduce the
  likelihood of homicides.  Otherwise, I should be able to carry a locked
 and
  loaded gun anywhere I choose.
 
  open relay MX's lying around will be picked up by spammers and used as
  weapons.  Running an open relay is inexcusable.
 
  Len

 And shutting people down with no warning is also inexusable

 Bryan

 
 
  http://MenAndMice.com/DNS-training
  http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4  W2K
  http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail
gateways
 
 
~~
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: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread Douglas Brown

Yes I must say I was hoping for a more fruitfull discussion when I woke up
this AM but oh well..


Doug
- Original Message -
From: Rayna Evans [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 8:52 AM
Subject: Re: Hi - DROP IT! NO MORE REPLIES PLEASE!


 it's a virus!

 Rayna Evans
 AAMC
 2501 M Street, 2nd Fl
 Washington, DC 20037
 202-862-6243 (direct)
 Extension 4243 (internal)

  [EMAIL PROTECTED] 12/05/01 11:52AM 
 OK - I'm sorry for saying somebody slap this guy!

 I should have realised it would have kicked off a massive my email client
 is better than yours and who's the moron discussion.

 I've seen this discussion more than enough of the past 6 months, so can
 just
 leave it alone and get back to the business of CF development.

 Thank you very very much in advance

 Regards

 Stephen

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



Re: Hi

2001-12-05 Thread BILLY CRAVENS

I think the reason it's cracked so much is that Microsoft's strengths are
their weaknesses.  Their strength in the market means that many hackers
are running Windows as well as other MS apps, thus, they will crack what
they know.  Plus, it's a target.  Plus, it's incredibly easy to exploit -
the COM interfaces that make Microsoft application (and those that support
COM) easier extend also make them easier to crack.

- Original Message -
From: Will Swain [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 10:21 AM
Subject: RE: Hi


 Sure, but presumably vulnerabilities exist in more or less all software?
The
 desire to crack them is that much greater in the case of MS for several
 reasons:

 1) Market saturation. So many people use these products that it may be
more
 'beneficial' to crack them.
 2) Hatred of M$ and what it stands for.
 3) Vulnerabilities are often well known, and have existed for years

 w

 -Original Message-
 From: Zac Belado [mailto:[EMAIL PROTECTED]]
 Sent: 05 December 2001 16:15
 To: CF-Talk
 Subject: RE: Hi


  If P-mail were as popular as Outlook, it would be targetted and
exploited.
  You don't hear about Pegasus Mail viruses because it doesn't have the
  userbase that Outlook does.

 Complete and utter rubbish.

 Outlook, Windows Scripting and the entire Office macro system is riddled
 with security holes and this has been the case for years. Microsoft built
 the system, Microsoft made it insecure and Microsoft continues to ship
apps
 and system level options that are enabled by default making them prime
 targets for exploitation by hackers.

 It is MS that builds the insecure systems. Virus writers take advantage of
 the vulnerabilities and problems in the system...they don't make them.

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



RE: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread Michael Haggerty

I have an idea - why doesn't everyone turn their attention to the thread
labelled RE: CFCONTENT  CFHEADER- filename problem?

This topic may be the only one more rehashed than the virus problem... at
the same time, there is still some debate over whether or not there is a
reliable way to programmatically return a CF template file name other than
the one called. 

Mike


-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 12:11 PM
To: CF-Talk
Subject: Re: Hi - DROP IT! NO MORE REPLIES PLEASE!


Yes I must say I was hoping for a more fruitfull discussion when I woke up
this AM but oh well..


Doug
- Original Message -
From: Rayna Evans [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 8:52 AM
Subject: Re: Hi - DROP IT! NO MORE REPLIES PLEASE!


 it's a virus!

 Rayna Evans
 AAMC
 2501 M Street, 2nd Fl
 Washington, DC 20037
 202-862-6243 (direct)
 Extension 4243 (internal)

  [EMAIL PROTECTED] 12/05/01 11:52AM 
 OK - I'm sorry for saying somebody slap this guy!

 I should have realised it would have kicked off a massive my email client
 is better than yours and who's the moron discussion.

 I've seen this discussion more than enough of the past 6 months, so can
 just
 leave it alone and get back to the business of CF development.

 Thank you very very much in advance

 Regards

 Stephen

 

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



Re: OT: SPAM lists?

2001-12-05 Thread Bryan Stevenson

Geesh...glad I don't work for you ;-)

Bryan Stevenson
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
p. 250.920.8830
e. [EMAIL PROTECTED]

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



RE: CORRECTION: NumberFormat() Rounding Up

2001-12-05 Thread Zac Belado

 The first line should read:

 I have the NumberFormat() func formatting a number with zeros.  The
 result is one integer higher than the original integer.

I'm assuming its just a bug in Cf 4.5

Do you just need to pad put the string to a set number of characters? If so
then you might want to look at adding a series of zeroes manually.
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF and Cybercash

2001-12-05 Thread C Runyan

LinkPoint is another solution which has a Cold Fusion tag available.  I 
believe they charge $99 for it or at least they did a year ago.  I haven't 
been using the tag but I have a merchant account on LinkPoint so I might 
want to.  On-line info about how to use it looks pretty good:

http://www.linkpoint.com/support/support.asp

Chris

From: Tangorre, Michael T. [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: CF and Cybercash
Date: Tue, 4 Dec 2001 19:45:17 -0500

Are there any other solutions out there that have custom tags written for
them?


-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 7:29 PM
To: CF-Talk
Subject: Re: CF and Cybercash


The last I heard Cybercash was dead as a doornail.  Verisign is only
supporting existing Cybercash customers that it acquired as part of its
mercy killing/buyout, and is only signing up new people to one of their
Payflow solutions.




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



Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Paul Sinclair

I have a cfapp that is working fine except for one small item and I
can't figure out how to handle this piece of it. Simplest way to
describe the issue is probably to describe the two steps involved that
are giving me a problem.

1. Step 1

This actually is not the problem area. What is done in the following
query cfloop is pretty simple - it just takes the results of an earlier
query, and then generates a series of new queries with the query names
based on a field from the earlier query.

cfloop query=categories

cfoutput
cfset queryname = #column_from_query#
cfquery name=#queryname# datasource=my_dsn
select *
from newsletterItems
where newsletterID = #newsletterid# and newsletterHeadingID =
#newsletterheadingid#
/cfquery
/cfoutput

/cfloop

After this code runs, I've got a series of 6 queries with names like
query1, query2, query3, query4, query5, query6.


2. Step 2

This is where I'm stumped. I want to loop through the same query as in
Step 1 (categories) and then get an output of how many records were
returned for each query. So for query1, how many records were found;
for query2, how many records found; etc. If recordcount is 0, one
thing happens; if recordcount is not 0, another thing happens.

What is baffling me is how I put together the names of the dynamic
queries (query1, query2, etc.) with the recordcount function so that I
will get the count? I've tried all sorts of combinations of hash signs,
quote signs, etc. but none is working. Here's the latest version, which
does not work. It is the sequence at lines 06 and 07 below that are the
problem.

01 cfloop query=categories
02 cfset queryName=#column_from_query#
03
04 cfoutput
05
06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
08
09 /cfoutput
10 /cfloop

Thanks for any help.

Regards,
Paul Sinclair



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



RE: Hi

2001-12-05 Thread Costas Piliotis

Dude.  You're slagging Microsoft and you're site's hosted on an NT 4 Box?

I love ppl who slag Microsoft.  Chances are they have a site on MS, or they
run Outlook, or IE...

Guess you don't really care about your site getting hacked then...

Everything is riddled with security holes.  Locks are meant to keep honest
people out.  If someone wants in, they'll get in.  It's that simple.  I'll
bet if linux had the same market saturation on the desktop microsoft did,
we'd all be screaming bloody murder at that stupid penguin.  Except then
there wouldn't be anyone to blame...



-Original Message-
From: Zac Belado [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 05, 2001 8:15 AM
To: CF-Talk
Subject: RE: Hi


 If P-mail were as popular as Outlook, it would be targetted and 
 exploited. You don't hear about Pegasus Mail viruses because it 
 doesn't have the userbase that Outlook does.

Complete and utter rubbish.

Outlook, Windows Scripting and the entire Office macro system is riddled
with security holes and this has been the case for years. Microsoft built
the system, Microsoft made it insecure and Microsoft continues to ship apps
and system level options that are enabled by default making them prime
targets for exploitation by hackers.

It is MS that builds the insecure systems. Virus writers take advantage of
the vulnerabilities and problems in the system...they don't make them.

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



Re: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Douglas Brown

I may be way off.hope not


Can you do a 

cfloop list=#queryName# from=1 to=#listLen(queryName)#
cfif #queryName#.recordCount eq 0
do this
cfelse
do this
/cfloop



Doug



- Original Message - 
From: Paul Sinclair [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 9:30 AM
Subject: Stumped: Getting recordcount for dynamic query within a cfloop


 I have a cfapp that is working fine except for one small item and I
 can't figure out how to handle this piece of it. Simplest way to
 describe the issue is probably to describe the two steps involved that
 are giving me a problem.
 
 1. Step 1
 
 This actually is not the problem area. What is done in the following
 query cfloop is pretty simple - it just takes the results of an earlier
 query, and then generates a series of new queries with the query names
 based on a field from the earlier query.
 
 cfloop query=categories
 
 cfoutput
 cfset queryname = #column_from_query#
 cfquery name=#queryname# datasource=my_dsn
 select *
 from newsletterItems
 where newsletterID = #newsletterid# and newsletterHeadingID =
 #newsletterheadingid#
 /cfquery
 /cfoutput
 
 /cfloop
 
 After this code runs, I've got a series of 6 queries with names like
 query1, query2, query3, query4, query5, query6.
 
 
 2. Step 2
 
 This is where I'm stumped. I want to loop through the same query as in
 Step 1 (categories) and then get an output of how many records were
 returned for each query. So for query1, how many records were found;
 for query2, how many records found; etc. If recordcount is 0, one
 thing happens; if recordcount is not 0, another thing happens.
 
 What is baffling me is how I put together the names of the dynamic
 queries (query1, query2, etc.) with the recordcount function so that I
 will get the count? I've tried all sorts of combinations of hash signs,
 quote signs, etc. but none is working. Here's the latest version, which
 does not work. It is the sequence at lines 06 and 07 below that are the
 problem.
 
 01 cfloop query=categories
 02 cfset queryName=#column_from_query#
 03
 04 cfoutput
 05
 06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
 07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
 08
 09 /cfoutput
 10 /cfloop
 
 Thanks for any help.
 
 Regards,
 Paul Sinclair
 
 
 
 
~~
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



A little RegEx help . . .

2001-12-05 Thread Dave Hannum

I need to look and see if the second character of a three character string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave


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



RE: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Mike Townend

To do what you want to do you will need to use the Evaluate function... 

Ie

CFIF Evaluate(#queryName#.recordcount) GT 0 etc





-Original Message-
From: Paul Sinclair [mailto:[EMAIL PROTECTED]] 
Sent: 05 December 2001 17:30
To: CF-Talk
Subject: Stumped: Getting recordcount for dynamic query within a cfloop


I have a cfapp that is working fine except for one small item and I
can't figure out how to handle this piece of it. Simplest way to
describe the issue is probably to describe the two steps involved that
are giving me a problem.

1. Step 1

This actually is not the problem area. What is done in the following
query cfloop is pretty simple - it just takes the results of an earlier
query, and then generates a series of new queries with the query names
based on a field from the earlier query.

cfloop query=categories

cfoutput
cfset queryname = #column_from_query#
cfquery name=#queryname# datasource=my_dsn
select *
from newsletterItems
where newsletterID = #newsletterid# and newsletterHeadingID =
#newsletterheadingid# /cfquery /cfoutput

/cfloop

After this code runs, I've got a series of 6 queries with names like
query1, query2, query3, query4, query5, query6.


2. Step 2

This is where I'm stumped. I want to loop through the same query as in
Step 1 (categories) and then get an output of how many records were
returned for each query. So for query1, how many records were found;
for query2, how many records found; etc. If recordcount is 0, one
thing happens; if recordcount is not 0, another thing happens.

What is baffling me is how I put together the names of the dynamic
queries (query1, query2, etc.) with the recordcount function so that I
will get the count? I've tried all sorts of combinations of hash signs,
quote signs, etc. but none is working. Here's the latest version, which
does not work. It is the sequence at lines 06 and 07 below that are the
problem.

01 cfloop query=categories
02 cfset queryName=#column_from_query#
03
04 cfoutput
05
06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
08
09 /cfoutput
10 /cfloop

Thanks for any help.

Regards,
Paul Sinclair




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



RE: OT Hi

2001-12-05 Thread Zac Belado

 Dude.  You're slagging Microsoft and you're site's hosted on an NT 4 Box?

Ask me if I picked the server software?
 
 Everything is riddled with security holes.  

~~
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: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Zac Belado

 01 cfloop query=categories
 02 cfset queryName=#column_from_query#
 03
 04 cfoutput
 05
 06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
 07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
 08
 09 /cfoutput
 10 /cfloop

Try using evaluate

cfset intRecordCount = evaluate (#queryName#.recordcount)
~~
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: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Don Vawter

If that doesnt work try

cfif  evaluate(queryname  .recordcount) eq 0

(now I will sit back and wait for Raymond to present solution that doesn't
use evaluate ;} )


- Original Message -
From: Douglas Brown [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 10:50 AM
Subject: Re: Stumped: Getting recordcount for dynamic query within a cfloop


 I may be way off.hope not


 Can you do a

 cfloop list=#queryName# from=1 to=#listLen(queryName)#
 cfif #queryName#.recordCount eq 0
 do this
 cfelse
 do this
 /cfloop



 Doug



 - Original Message -
 From: Paul Sinclair [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 9:30 AM
 Subject: Stumped: Getting recordcount for dynamic query within a cfloop


  I have a cfapp that is working fine except for one small item and I
  can't figure out how to handle this piece of it. Simplest way to
  describe the issue is probably to describe the two steps involved that
  are giving me a problem.
 
  1. Step 1
 
  This actually is not the problem area. What is done in the following
  query cfloop is pretty simple - it just takes the results of an earlier
  query, and then generates a series of new queries with the query names
  based on a field from the earlier query.
 
  cfloop query=categories
 
  cfoutput
  cfset queryname = #column_from_query#
  cfquery name=#queryname# datasource=my_dsn
  select *
  from newsletterItems
  where newsletterID = #newsletterid# and newsletterHeadingID =
  #newsletterheadingid#
  /cfquery
  /cfoutput
 
  /cfloop
 
  After this code runs, I've got a series of 6 queries with names like
  query1, query2, query3, query4, query5, query6.
 
 
  2. Step 2
 
  This is where I'm stumped. I want to loop through the same query as in
  Step 1 (categories) and then get an output of how many records were
  returned for each query. So for query1, how many records were found;
  for query2, how many records found; etc. If recordcount is 0, one
  thing happens; if recordcount is not 0, another thing happens.
 
  What is baffling me is how I put together the names of the dynamic
  queries (query1, query2, etc.) with the recordcount function so that I
  will get the count? I've tried all sorts of combinations of hash signs,
  quote signs, etc. but none is working. Here's the latest version, which
  does not work. It is the sequence at lines 06 and 07 below that are the
  problem.
 
  01 cfloop query=categories
  02 cfset queryName=#column_from_query#
  03
  04 cfoutput
  05
  06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
  07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
  08
  09 /cfoutput
  10 /cfloop
 
  Thanks for any help.
 
  Regards,
  Paul Sinclair
 
 
 
 
 
~~
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: A little RegEx help . . .

2001-12-05 Thread Carlisle, Eric

cfif mid(variable,2,1) eq 0

EC

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 12:43 PM
To: CF-Talk
Subject: A little RegEx help . . .


I need to look and see if the second character of a three character string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave



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



Re: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread BILLY CRAVENS

No doubt - if people spent as much time updating their virus scanners or
locking down their servers as they did bitching about the merits/problems
with [enter platform/application here], we'd all be so secure we'd have
nothing to worry about.

- Original Message -
From: Stephen Moretti [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 10:52 AM
Subject: Re: Hi - DROP IT! NO MORE REPLIES PLEASE!


 OK - I'm sorry for saying somebody slap this guy!

 I should have realised it would have kicked off a massive my email client
 is better than yours and who's the moron discussion.

 I've seen this discussion more than enough of the past 6 months, so can
just
 leave it alone and get back to the business of CF development.

 Thank you very very much in advance

 Regards

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



Re: A little RegEx help . . .

2001-12-05 Thread Gyrus

 I need to look and see if the second character of a three character string
 is a 0 (zero).  How would I do that?

CFIF REFind(.0., string)
do something
/CFIF


- Gyrus


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



RE: Text Compression Utility?

2001-12-05 Thread Rick Osborne [Mojo]

Alex wrote:

 Then this has nothing to do with coldfusion. Your webserver
 handles this. IIS has compression and Apache has mod_gzip
 as a compressor.

Actually, theoretically, you *could* do this with CF.  Use CFHEADER to
return the correct Content-Encoding (or Transfer-Encodeing) header and then
a custom tag to gzip/deflate your content.  Of course, you also have to code
for the possibility that the browser may not recognize those headers.  I'm
not saying it'll be easy, but it should at least be *possible*.

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



CFCONTENT problem with Netscape 6.0

2001-12-05 Thread Bruce, Rodney (Contractor)

Hello all

I hope someone might have run into this and know a way around it.

This code works in I.E. 4.x+, and Netscape 4.5

But in Netscape 6.0 ,  the form and request scope vars are being dropped.

CFCONTENT
CFINCLUDE template=apage.cfm

the form.vars and request.vars are fine before the CFCONTENT but are lost
after and this is only  happening in Netscape 6.0.

Does anyone know how to work around this with out having to drop all the
vars into session.vars?

thanks for any help
Rodney

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



Lightning! - New CF Server?

2001-12-05 Thread Rice, John J

Lightning

Anyone have any knowledge to share about Lightning.

Rumor blew by that this will be the name for the new CF+++ Server.

Is this just another code name?  Is it Neo?

I heard it comes just short of having it's own operating system.
Yet it has everything else you can think of.

-John

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



CFFile Replacment

2001-12-05 Thread Mike Townend

Im attempting to make a replacement to CFFile Uploading capabilities...

Now I can do the upload etc part but does anyone know how to access the
original name to the uploaded file... As I get the temp filename that is
stored on the server, but how do I access the orig filenmae



Answers on a postcard

Thanks in advance

Mike

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



Re: A little RegEx help . . .

2001-12-05 Thread Alex

mid()

On Wed, 5 Dec 2001, Dave Hannum wrote:

 I need to look and see if the second character of a three character string
 is a 0 (zero).  How would I do that?
 
 CFIF (insert regex here) do something /CFIF8-)
 
 Thanks,
 Dave
 
 
 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT-Country and state/province database

2001-12-05 Thread Yager, Brian T Contractor/NCCIM

Does anyone have a database/table with state/province data and a Country one

Thanks,

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: A little RegEx help . . .

2001-12-05 Thread Jamie Jackson

cfif mid(string, 3, 1) IS 0

Jamie

On Wed, 5 Dec 2001 12:42:53 -0500, in cf-talk you wrote:

I need to look and see if the second character of a three character 
string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave



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



Re: 2D Query Grouping

2001-12-05 Thread Jamie Jackson

Do a query of your original query, and sort differently the second
go-round?

Jamie


On Tue, 4 Dec 2001 23:53:01 -0500 (EST), in cf-talk you wrote:

I have several instances where I need to group by more than one 
condition.

For example, I create a sales report where I show BY DAY the total of
orders and their status (shipped, cancelled, etc). I'm already grouping 
by
day to get the daily totals, how can I also group by status? As it is, I
do a separate day-grouped query for each status and output each one into
 a
structure that I then display (and graph)...

Another example is inventory. I have products of varying conditions in
different types of locations. I want to show a table of 
condition/location
like this:

   Online  Overstock
New56  355
Used   34  234
Crap   34  39

I can do one query and group by condition (I have to sum the quantity 
from
multiple inventory locations to get that one number, that's where my 
group
function goes). Then I have to do another query to group by type of
location. But that gives me separate totals like this:

Online 124
Overstock  628

and

New411
Used   268
Crap   73

Any ideas?

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

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

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



RE: CFFile Replacment

2001-12-05 Thread Bryan Love

after doing the upload:
#file.serverFile# for the whole thing with extension

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



RE: OT-Country and state/province database

2001-12-05 Thread Tyler M. Fitch

Hi Brian,

I can send you a txt file with a pretty good country list, I think it
has 233 countries.

We also have a good state list stored somewhere too, but what we found
when we knew that we were going to have a definate global market was
problems where all the states would not be accounted for.  The client
said Australia has states, but we didn't have them in our state look up
table so we ended up scrapping state lookups and using a text field for
states.

Something to think about,

t

**
Tyler M. Fitch
Certified Advanced ColdFusion 5 Developer

ISITE Design, Inc.
615 SW Broadway Ste. 200
Portland, OR 97205

503.221.9860 ext. 111
http://isitedesign.com
**



-Original Message-
From: Yager, Brian T Contractor/NCCIM
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 05, 2001 11:22 AM
To: CF-Talk
Subject: OT-Country and state/province database


Does anyone have a database/table with state/province data and a Country
one

Thanks,

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT-Country and state/province database

2001-12-05 Thread Zac spitzer

Yager, Brian T Contractor/NCCIM wrote:

Does anyone have a database/table with state/province data and a Country one

http://mapping.usgs.gov/www/gnis  usa
http://www.nima.mil/gns/html/index.html the rest of the world

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



RE: A little RegEx help . . .

2001-12-05 Thread Chris Wigginton

If it's always going to be a three character string, use the mid string
function

cfif Mid(theString, 2, 1) IS 0


-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 11:43 AM
To: CF-Talk
Subject: A little RegEx help . . .


I need to look and see if the second character of a three character string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave



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



Re: A little RegEx help . . .

2001-12-05 Thread Jamie Jackson

rather:
cfif mid(string, 2, 1) IS 0

misread your post.

j

On Wed, 05 Dec 2001 13:13:56 -0500, in cf-talk you wrote:

cfif mid(string, 3, 1) IS 0
~~
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



CF NT to AIX box without CF

2001-12-05 Thread Kris Pilles

Ok. I have a file that I want to encrypt on my NT box Then our
accounting system will FTP up... grab the file and take it down to Unix and
decrypt it.  Anyone know of a quick and painless way I can do this?  Or have
any suggestions on as to how I can acheive this ?

Thanks for your help!


Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: A little RegEx help . . .

2001-12-05 Thread Dave Hannum

Here is how I chose to do it.

CFIF REFindNoCase('0', i) EQ 2

Dave



- Original Message -
From: Jamie Jackson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 2:41 PM
Subject: Re: A little RegEx help . . .


rather:
cfif mid(string, 2, 1) IS 0

misread your post.

j

On Wed, 05 Dec 2001 13:13:56 -0500, in cf-talk you wrote:

cfif mid(string, 3, 1) IS 0

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



Re: A little RegEx help . . .

2001-12-05 Thread Dave Hannum

I figured it out:

CFIF REFindNoCase('0', string) EQ 2do something/CFIF

Dave


- Original Message -
From: Dave Hannum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 12:42 PM
Subject: A little RegEx help . . .


I need to look and see if the second character of a three character string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave



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



Re: CF NT to AIX box without CF

2001-12-05 Thread BILLY CRAVENS

Nothing built into CF.  Something like PGP would probably work.

- Original Message -
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 1:55 PM
Subject: CF NT to AIX box without CF


 Ok. I have a file that I want to encrypt on my NT box Then our
 accounting system will FTP up... grab the file and take it down to Unix
and
 decrypt it.  Anyone know of a quick and painless way I can do this?  Or
have
 any suggestions on as to how I can acheive this ?

 Thanks for your help!


 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF NT to AIX box without CF

2001-12-05 Thread Carlisle, Eric

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Try PSCP - an encrypted file transfer program.
I've used it on NT  Unix.  Works great.

EC

-Original Message-
From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 3:02 PM
To: CF-Talk
Subject: Re: CF NT to AIX box without CF


Nothing built into CF.  Something like PGP would probably work.

- Original Message -
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 1:55 PM
Subject: CF NT to AIX box without CF


 Ok. I have a file that I want to encrypt on my NT box Then our
 accounting system will FTP up... grab the file and take it down to Unix
and
 decrypt it.  Anyone know of a quick and painless way I can do this?  Or
have
 any suggestions on as to how I can acheive this ?

 Thanks for your help!


 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 

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



Re: CF NT to AIX box without CF

2001-12-05 Thread Alex

You need a FTP server running on your NT box. Other than that you would do
exactly what you wrote.
You encrypt the file and put it in an FTP accessible directory.
The unix machine runs its client and picksup the file.
FTP ntbox.you.com
user
pass
get encryptedfile
quit



On Wed, 5 Dec 2001, Kris Pilles wrote:

 Ok. I have a file that I want to encrypt on my NT box Then our
 accounting system will FTP up... grab the file and take it down to Unix and
 decrypt it.  Anyone know of a quick and painless way I can do this?  Or have
 any suggestions on as to how I can acheive this ?
 
 Thanks for your help!
 
 
 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: A little RegEx help . . .

2001-12-05 Thread Jamie Jackson

That's fine if the first character cannot be 0, if it can, your
conditional will return false.

Also, I bet mid is faster than a regular expression find.

Furthermore, it seems that Find would do the job. REFind is overkill
because you're not even checking against a regular expression.
REFindNoCase is even more overkill since you're checking against a
digit, not an alpha character.

I'm being anal (except for my first paragraph), but I still would
suggest:
cfif mid(string, 2, 1) IS 0

Jamie



On Wed, 5 Dec 2001 12:59:42 -0500, in cf-talk you wrote:

I figured it out:

CFIF REFindNoCase('0', string) EQ 2do something/CFIF

Dave


- Original Message -
From: Dave Hannum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 12:42 PM
Subject: A little RegEx help . . .


I need to look and see if the second character of a three character 
string
is a 0 (zero).  How would I do that?

CFIF (insert regex here) do something /CFIF8-)

Thanks,
Dave




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



Re: CF NT to AIX box without CF

2001-12-05 Thread BILLY CRAVENS

Sounds like you forgot the minor detail of decrypting it.  :)

- Original Message -
From: Alex [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 2:02 PM
Subject: Re: CF NT to AIX box without CF


 You need a FTP server running on your NT box. Other than that you would do
 exactly what you wrote.
 You encrypt the file and put it in an FTP accessible directory.
 The unix machine runs its client and picksup the file.
 FTP ntbox.you.com
 user
 pass
 get encryptedfile
 quit



 On Wed, 5 Dec 2001, Kris Pilles wrote:

  Ok. I have a file that I want to encrypt on my NT box Then our
  accounting system will FTP up... grab the file and take it down to Unix
and
  decrypt it.  Anyone know of a quick and painless way I can do this?  Or
have
  any suggestions on as to how I can acheive this ?
 
  Thanks for your help!
 
 
  Kris Pilles
  Website Manager
  Western Suffolk BOCES
  507 Deer Park Rd., Building C
  Phone: 631-549-4900 x 267
  E-mail: [EMAIL PROTECTED]
 
 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



About the news

2001-12-05 Thread Michael Ross

In context with some other email discussions...

http://www.msnbc.com/news/667581.asp

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



OT: autorun program at logon?

2001-12-05 Thread Terri Stocke

Hey all,

This is somewhat off-topic, but I can't find any good lists to post this 
question to and this is the only list I currently belong to. So, since 
this is a very active list with lots of helpful, intelligent folks (does it 
sound like I'm buttering you up? ;)...

I've just been asked to create some sort of script/program/webpage/whatever 
that will automatically pop up on the user's screen when they log in to our 
network (NT, migrating to W2K soon). It is very simple--just a countdown to 
the end of this fiscal year. They don't care if it is a real-time countdown 
or if it is just a display of the number of days to the end of the FY, but 
they want to make sure that EVERY employee sees it EVERY day, first thing.

Well, since I am a ColdFusion person (not so great in other programming 
venues, though I dabble in Javascript and Java), my first thought was to get 
the networking team to modify the login script to auto-launch IE (our 
standard web browser) and have the default page set to a ColdFusion page 
that I create with the countdown info. The upside of doing it this way is 
that I can have it done within about 20 minutes. Also, they may want to add 
graphics and other marketing type stuff later.

The other requirement is that this program/feature be implementable in all 
of our locations worldwide. That's why I'm thinking of the CF solution (run 
on our servers here) as opposed to Java or Javascript, which may be disabled 
on a user's machine. Then each location would have to modify their login 
script to point to that CF page.

I don't think this is a very cool solution--I think it would be cooler to 
actually create some sort of screensaver or popup utility that updates 
automatically with the countdown number and runs right on the desktop. But I 
wouldn't even know where to begin to implement this or what snafus I may run 
into. If anyone can point me in the right direction, I would appreciate it.

Any thoughts? Opinions? I'm all ears!!! Thanks!

Terri


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



Re: A little RegEx help . . .

2001-12-05 Thread cf refactoring

Dave H,

Your answer 
CFIF REFindNoCase('0', string) EQ 2do
something/CFIF

isn't correct because you will get a TRUE for the
string 012. You should use one of the many
suggestions involving mid().

--- Dave Hannum [EMAIL PROTECTED] wrote:
 I figured it out:
 
 CFIF REFindNoCase('0', string) EQ 2do
 something/CFIF
 
 Dave
 
 
 - Original Message -
 From: Dave Hannum [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, December 05, 2001 12:42 PM
 Subject: A little RegEx help . . .
 
 
 I need to look and see if the second character of a
 three character string
 is a 0 (zero).  How would I do that?
 
 CFIF (insert regex here) do something /CFIF   
 8-)
 
 Thanks,
 Dave
 
 
 
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF-Talk Digest

2001-12-05 Thread Bill Grover

I've noticed this to.  Will it ever be back?  I liked it better than getting
alerted ever 30 seconds to another mail message.


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



CF and cached pages

2001-12-05 Thread Tangorre, Michael T.

I have a problem here, I cannot resolve it.
My issue is as follows:
I have someone login, if successful, I set a session variable.
When they log out, I delete that variable from the session structure and
send them back to the login page... However, if they hit back on the
broweser, they can get into the page they logged out from, which I don't
want to happen.

I tried using no cache in the meta tag, using cflocation when I send them to
the login page after loggin out.. I check for the variabel before the page
loads... Nothing works...

Any ideas?

Michael T. Tangorre


Resident Assistant - Brick
Web Applications Developer
A.U. Webteam Slave  :-)
AIM: CrazyFlash4
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF and cached pages

2001-12-05 Thread Gyrus

 I have someone login, if successful, I set a session variable.
 When they log out, I delete that variable from the session structure and
 send them back to the login page... However, if they hit back on the
 broweser, they can get into the page they logged out from, which I don't
 want to happen.

 I tried using no cache in the meta tag, using cflocation when I send them
to
 the login page after loggin out.. I check for the variabel before the page
 loads... Nothing works...

Surely some sort of check in Application.cfm for the session variable?
The logic usually goes something like this, if you send everything via
index.cfm:

Application.cfm
Is session var defined  valid?
YES  Let them through to page via index.cfm
NO  Include login page and abort

Is this what you meant? But you do say you've tried checking for the
variable before the page loads, so... There must be a snag in the
logic of checking/chucking out. Can't offer anything else without
knowing your code, really, sorry!

- Gyrus


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



RE: A little RegEx help . . .

2001-12-05 Thread Joel Parramore

Err... yes, it would work...

CFSET string = 012
CFIF REFindNoCase('0', string) EQ 2
CFOUTPUTFound 0 at position 2 in string #string#BR/CFOUTPUT
CFELSE
CFOUTPUTDidn't find 0 at position 2 in string #string#BR/CFOUTPUT
/CFIF

gives

Didn't find 0 at position 2 in string 012

Using FindNoCase(0,string) would work as well...

Regards,
Joel Parramore



 -Original Message-
 From: cf refactoring [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 05, 2001 4:11 PM
 To: CF-Talk
 Subject: Re: A little RegEx help . . .
 
 
 Dave H,
 
 Your answer 
 CFIF REFindNoCase('0', string) EQ 2do
 something/CFIF
 
 isn't correct because you will get a TRUE for the
 string 012. You should use one of the many
 suggestions involving mid().
 
 --- Dave Hannum [EMAIL PROTECTED] wrote:
  I figured it out:
  
  CFIF REFindNoCase('0', string) EQ 2do
  something/CFIF
  
  Dave
  
  
  - Original Message -
  From: Dave Hannum [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, December 05, 2001 12:42 PM
  Subject: A little RegEx help . . .
  
  
  I need to look and see if the second character of a
  three character string
  is a 0 (zero).  How would I do that?
  
  CFIF (insert regex here) do something /CFIF   
  8-)
  
  Thanks,
  Dave
  
  
  
  
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Raymond Camden

Now now, I didn't say Evaluate should _never_ be used. ;) This defintely
looks like a time where it is required.

Raymond Camden, .sigless in Newton.

 -Original Message-
 From: Don Vawter [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 05, 2001 12:45 PM
 To: CF-Talk
 Subject: Re: Stumped: Getting recordcount for dynamic query within a
 cfloop


 If that doesnt work try

 cfif  evaluate(queryname  .recordcount) eq 0

 (now I will sit back and wait for Raymond to present solution that doesn't
 use evaluate ;} )



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



RE: CF and cached pages

2001-12-05 Thread Janine Jakim

!---I have a 2nd page when logging out.  The first one I call my goodbye
page- it just sets the history to forward +1 then sends it on to my log out
page
The goodbye page is:---

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
HEAD
titleLearningExpress Online/title

script language=JavaScript

!--
javascript:window.history.forward(1);
//--

/script

script language=JavaScript

!--
setTimeout(top.location.href = '../Index.cfm',1);
//--

/script
!---CFLOCATION URL=Index.cfm?fuseaction=LogOut---
/head
body

Goodbye

/body
/html

On my logout page I put the following:
HTML
HEAD
!--- Client side cache prevention ---
meta http-equiv=Expires content=0

!--- Setup our expire times for Netscape and Internet Explorer ---
cfoutput
!--- Internet Explorer Date Formate: (Fri, 30 Oct 1998 14:19:41
GMT) ---
cfset
MSIEtimestamp='#dateformat(now(),DDD)#,#dateformat(now(),DD)#
#dateformat(now(),Mmm)# #timeformat(now(),HH:MM:SS)#'

!--- Netscape Date Formate: Netscape (Wednesday, Apr 26 2000
17:45:25 PM) ---
cfset
NETSCAPEtimestamp='#dateformat(now(),)#,#dateformat(now(),MMM)#
#dateformat(now(),dd)# #dateformat(now(),YYY)#
#timeformat(now(),HH:MM:SS tt)#'
/cfoutput

!--- Tell HTTP Header to force expire of page - nocache ---
cfif HTTP_USER_AGENT contains MSIE
cfheader name=Expires
value=cfoutput#MSIEtimestamp#/cfoutput
cfheader name=Pragma value=no-cache
cfheader name=cache-control value=no-cache, no-store,
must-revalidate
cfelse
cfheader name=Expires
value=cfoutput#NETSCAPEtimestamp#/cfoutput
cfheader name=Pragma value=no-cache
cfheader name=cache-control value=no-cache, no-store,
must-revalidate
/cfif
/HEAD
CFSET CLIENT.User_ID= 0
CFSET CLIENT.SCHOOLNUM= 0
CFSET CLIENT.LoggedIn=NO
CFSET CFID=0
CFSET CFTOKEN=0


!--
CFSET DeleteCLIENTVariable(CFID)
CFSET DeleteCLIENTVariable(CFTOKEN)
CFSET DeleteCLIENTVariable(SCHOOLNUM)
CFSET DeleteCLIENTVariable(TCHNUM)
CFSET DeleteCLIENTVariable(SkillID)

!---CFSET DELETECLIENTVariable(LoggedIn)---
CFCookie NAME=CFID VALUE= EXPIRES=Now
CFCookie NAME=CFTOKEN VALUE= EXPIRES=Now
!---meta http-equiv=Expires content=0
CFINCLUDE TEMPLATE=Index.cfm?fuseaction=Gooodbye
cfLOCATION url=Index.cfm?fuseaction=Goodbye AddToken=no---
  
  
  script language=JavaScript

!--
javascript:window.history.forward(1);
//--

/script

This works great on a pc--you are always returned to the default page.
However, I never could come up with a solution for mac users (the majority
of our users).  I ended up making it so that a 2nd window opens when they
want to log in then it closes when they log out.  They can't see any urls in
the 2nd window so they can't bookmark anything either.
Hope this helps.
J


 

-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 4:12 PM
To: CF-Talk
Subject: CF and cached pages


I have a problem here, I cannot resolve it.
My issue is as follows:
I have someone login, if successful, I set a session variable.
When they log out, I delete that variable from the session structure and
send them back to the login page... However, if they hit back on the
broweser, they can get into the page they logged out from, which I don't
want to happen.

I tried using no cache in the meta tag, using cflocation when I send them to
the login page after loggin out.. I check for the variabel before the page
loads... Nothing works...

Any ideas?

Michael T. Tangorre


Resident Assistant - Brick
Web Applications Developer
A.U. Webteam Slave  :-)
AIM: CrazyFlash4

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



RE: CF and cached pages

2001-12-05 Thread Joel Parramore

From the page that the person logs out from: can they do anything from that
point on that appears as though they're still logged in (i.e., a bug in the
login/logout checking)?  Or, if they can't do anything further without
logging back in, do you just  want them not being able to back up to that
page at all?

You can try using CF to send no-cache and expires headers in your pages as
well as using meta tags if you want the latter.  If you're setting cookies
with session variables, you could use JavaScript in the page to look for a
valid current session cookie and redirect based on that.

It kinda depends on what you want to do...

Regards,
Joel Parramore


 -Original Message-
 From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 05, 2001 4:12 PM
 To: CF-Talk
 Subject: CF and cached pages


 I have a problem here, I cannot resolve it.
 My issue is as follows:
 I have someone login, if successful, I set a session variable.
 When they log out, I delete that variable from the session structure and
 send them back to the login page... However, if they hit back on the
 broweser, they can get into the page they logged out from, which I don't
 want to happen.

 I tried using no cache in the meta tag, using cflocation when I
 send them to
 the login page after loggin out.. I check for the variabel before the page
 loads... Nothing works...

 Any ideas?

 Michael T. Tangorre

 
 Resident Assistant - Brick
 Web Applications Developer
 A.U. Webteam Slave  :-)
 AIM: CrazyFlash4
 
~~
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



FW: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Dave Wilson

Tried sending this earlier but it returned undeliverable

 -Original Message-
 From: Dave Wilson [mailto:[EMAIL PROTECTED]]
 Sent: 05 December 2001 17:50
 To: [EMAIL PROTECTED]
 Subject: RE: Stumped: Getting recordcount for dynamic query within a
 cfloop
 
 
 Paul,
 
 ColdFusion is unable to parse correctly a variable statement such 
 as #variablename#.recordcount. What you need to do is use the 
 Evaluate function to do this.
 
 Now before explaining how to do the evaluate, may I suggest you 
 do everything within step 1, like this:
 
 !--- no need for cfloop as cfoutput can do same thing ---
 cfoutput query=categories group=newsletterid
 !--- No need to assign separate query names. Use a static name 
 for query ---
 cfquery name=queryname datasource=my_dsn
 select *
 from newsletterItems
 where newsletterID = #newsletterid# and newsletterHeadingID =
 #newsletterheadingid#
 /cfquery
 !--- Now do your step 2 stuff here ---
 
 cfif queryName.recordcount gte 1 DO THIS /cfif
 cfif queryName.recordcount lt 1  DO THAT /cfif
 
 /cfoutput
 
 
 Now, if for some reason this will not work for you (maybe your 
 steps need to be separated for other reasons?) then you could 
 look at the Evaluate function like below:
 
 CFIF Evaluate(#queryName#.recordcount) GT 0
 
 HTH,
 Dave
 
  -Original Message-
  From: Paul Sinclair [mailto:[EMAIL PROTECTED]]
  Sent: 05 December 2001 17:30
  To: CF-Talk
  Subject: Stumped: Getting recordcount for dynamic query within a cfloop
  
  
  I have a cfapp that is working fine except for one small item and I
  can't figure out how to handle this piece of it. Simplest way to
  describe the issue is probably to describe the two steps involved that
  are giving me a problem.
  
  1. Step 1
  
  This actually is not the problem area. What is done in the following
  query cfloop is pretty simple - it just takes the results of an earlier
  query, and then generates a series of new queries with the query names
  based on a field from the earlier query.
  
  cfloop query=categories
  
  cfoutput
  cfset queryname = #column_from_query#
  cfquery name=#queryname# datasource=my_dsn
  select *
  from newsletterItems
  where newsletterID = #newsletterid# and newsletterHeadingID =
  #newsletterheadingid#
  /cfquery
  /cfoutput
  
  /cfloop
  
  After this code runs, I've got a series of 6 queries with names like
  query1, query2, query3, query4, query5, query6.
  
  
  2. Step 2
  
  This is where I'm stumped. I want to loop through the same query as in
  Step 1 (categories) and then get an output of how many records were
  returned for each query. So for query1, how many records were found;
  for query2, how many records found; etc. If recordcount is 0, one
  thing happens; if recordcount is not 0, another thing happens.
  
  What is baffling me is how I put together the names of the dynamic
  queries (query1, query2, etc.) with the recordcount function so that I
  will get the count? I've tried all sorts of combinations of hash signs,
  quote signs, etc. but none is working. Here's the latest version, which
  does not work. It is the sequence at lines 06 and 07 below that are the
  problem.
  
  01 cfloop query=categories
  02 cfset queryName=#column_from_query#
  03
  04 cfoutput
  05
  06 cfif #queryName#.recordcount gte 1 DO THIS /cfif
  07 cfif #queryName#.recordcount lt 1  DO THAT /cfif
  08
  09 /cfoutput
  10 /cfloop
  
  Thanks for any help.
  
  Regards,
  Paul Sinclair
  
  
  
  
~~
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



  1   2   >