Re: sorting an array

2001-09-03 Thread Sharon Fling

Thanks WebGuy, I just downloaded it and am gonna give it a
try...

Sharon
- Original Message -
From: Kevin Langevin [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, September 02, 2001 10:43 PM
Subject: RE: sorting an array


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


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

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

  -Original Message-
  From: Sharon Fling [mailto:[EMAIL PROTECTED]]
  Sent: Monday, September 03, 2001 12:56 AM
  To: CF-Talk
  Subject: sorting an array
 
 
  Hi,
 
  Is there a way to sort an array by one element in the array?
I
  have an array with 16 elements, one of which is a date. Is
there
  a way to sort the entire array by this date field? Thanks.
 
  Sharon
 
 
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.274 / Virus Database: 144 - Release Date:
8/23/2001
 
 
 

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



Re: Upload Directory

2001-09-03 Thread Jon Hall

If the letting the user see an ActiveX prompt is not a problem unless 
you want to get it signed, these guys have an ActiveX ftp component for 
$15. IE only of course.

http://www.rainfall.com/coding/kftp.htm

jon

Joshua Tipton wrote:

Yes Sorry I wasn't very clear on how I wanted to do it.  I want to
upload a directory not just a single file.

Sorry.
Joshua Tipton

-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, September 02, 2001 11:06 PM
To: CF-Talk
Subject: RE: Upload Directory

Joshua,
Do you want to upload one file at a time or a directory? The form will
let
the user search for a single file and upload it.

===Form Page=

CFFORM ACTION=action.cfm ENCTYPE=multipart/form-data
METHOD=POST
INPUT TYPE=file NAME=UploadFile SIZE=20 tabindex=1
input type=submit name=Submit value=Submit tabindex=2
/form


===Action Page

CFFILE ACTION= UPLOAD
FILEFIELD = UploadFile
DESTINATION = d:\production\website\uploads\
NAMECONFLICT = MakeUnique

This is only the form to accomplish the upload. You should look into
several
security issues as someone could upload a .cfm file then (if your upload
directory is browsable) thay coul call that page. I am not an authority
on
the security risks.

Tony Gruen



-Original Message-
From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 02, 2001 7:45 PM
To: CF-Talk
Subject: Upload Direcotry


I want to setup an upload from the client machine to a server through a
web browser.  The client would specify the directory on there machine
and then hit submit.  Anyone have any knowledge or code that can do this
please let me know.

Joshua Tipton

~~
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: Mr D's big SQL box :)

2001-09-03 Thread Stephen M Aylor

I beleive MD had a houseoffusion PayPal account - to which I sent some $$$ -
a while back.

Dont know that anyone got a report as to what ended up happening those
contributions ... not that we really need one, but if new stuff for the
community was begot from it - then that might be a good announcement.

Steve



- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, September 02, 2001 11:18 PM
Subject: Mr D's big SQL box :)


 I agree that this is such a great example of community.. alarming the
 interactivity and sometimes the volume :)

 couple of things to suggest on the SQL server side...

 1. Since this is non-profit and for development, why not use the MSDN
 developers license :)

 2. Concerning the box needs... we should have some sort of community
 fund for significant community purchases... The list is a resource and
 has saved many of us many dollars and hours of research and retry...

 I am game...

 And lastly, always consider the non MS taxed out of existance SQL
 alternatives :)

 -paris




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



Cached queries

2001-09-03 Thread Thomas Chiverton

Let me get this right, if I set cachedWithin to 24 hours, and set 100 cached
queries in the server, the server limit will 'win' if a 101st query is made,
and the oldest query will be uncached ?

Regards,

Thomas Chiverton
Intranet Architect
01565 757 909
The web is the borderless embodiment of every abstraction 




~~
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: CF5 Pro SN

2001-09-03 Thread Thomas Chiverton

 I doubt it was an honest mistake with a user name of 
 warez. 

Although, as I just got mailed by Macroaire about letting slip some stuff
about the CF5 beta, I can bet Mr. Warez will be having a visit...

~~
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: CF5 Pro SN

2001-09-03 Thread Will Swain

Yup...you and me both Thomas!!



-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2001 10:43
To: CF-Talk
Subject: RE: CF5 Pro SN


 I doubt it was an honest mistake with a user name of 
 warez. 

Although, as I just got mailed by Macroaire about letting slip some stuff
about the CF5 beta, I can bet Mr. Warez will be having a visit...


~~
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: CF5 Pro SN

2001-09-03 Thread Neil Clark

and me!



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



Re: Cached queries

2001-09-03 Thread Jochem van Dieten

Thomas Chiverton wrote:
 Let me get this right, if I set cachedWithin to 24 hours, and set 100 cached
 queries in the server, the server limit will 'win' if a 101st query is made,
 and the oldest query will be uncached ?

Correct.

Jochem


~~
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: CF5 Pro SN

2001-09-03 Thread DeVoil, Nick

 and me!

If only they were that efficient about sending the fleeces from the Server 5
beta Giveaway ;-)

Did *anyone* get one?

Nick


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

~~
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: CF5 Pro SN

2001-09-03 Thread Neil Clark

I think you misunderstood the use of the word fleece :-)



~~
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: CF5 Pro SN

2001-09-03 Thread Rich Wild

 Did *anyone* get one?

I got one here in ol' blighty! FedEx'd across the pond!

 -Original Message-
 From: DeVoil, Nick [mailto:[EMAIL PROTECTED]]
 Sent: 03 September 2001 11:27
 To: CF-Talk
 Subject: RE: CF5 Pro SN
 
 
  and me!
 
 If only they were that efficient about sending the fleeces 
 from the Server 5
 beta Giveaway ;-)
 
 Did *anyone* get one?
 
 Nick
 
 
 **
 Information in this email is confidential and may be privileged. 
 It is intended for the addressee only. If you have received 
 it in error,
 please notify the sender immediately and delete it from your system. 
 You should not otherwise copy it, retransmit it or use or disclose its
 contents to anyone. 
 Thank you for your co-operation.
 **
 

~~
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: CF5 Pro SN

2001-09-03 Thread Will Swain

lol.but have MM??

-Original Message-
From: Neil Clark [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2001 11:36
To: CF-Talk
Subject: RE: CF5 Pro SN


I think you misunderstood the use of the word fleece :-)




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



Catching page timeouts

2001-09-03 Thread Thomas Chiverton

Can I catch the page timeout error at all ?

Regards,

Thomas Chiverton
Intranet Architect
01565 757 909
The web is the borderless embodiment of every abstraction 




~~
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: Catching page timeouts

2001-09-03 Thread DeVoil, Nick

 Can I catch the page timeout error at all ?

I haven't tried it myself but the list of Advanced Exception Types includes

COM.Allaire.ColdFusion.Request.Timeout

Nick


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

~~
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: Catching page timeouts

2001-09-03 Thread Thomas Chiverton

 COM.Allaire.ColdFusion.Request.Timeout

Yeah, I have cftry at the top of the page, and a closing /try at the end,
with a catch of type=COM.Allaire.ColdFusion.Request.Timeout, but the error
normal error is still printed to the page instead of mine.

~~
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: Catching page timeouts

2001-09-03 Thread DeVoil, Nick

What if you put that code on your custom error page?

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 2:39 PM
To: CF-Talk
Subject: RE: Catching page timeouts


 COM.Allaire.ColdFusion.Request.Timeout

Yeah, I have cftry at the top of the page, and a closing /try at the end,
with a catch of type=COM.Allaire.ColdFusion.Request.Timeout, but the error
normal error is still printed to the page instead of mine.
~~
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



OT: SQL Filtered SELECT

2001-09-03 Thread Michael Lugassy

I use a SQL Full Text query that finds search_query in Product_desc,
Something like this:

SELECT Product_id, Product_desc
FROM Products WHERE CONTAINS(Product_desc,'#search_query#')

What if I don't want to select the complete Product_Desc field, but only
portions of it?
By only portions I mean - Text that is most relevent to the search
query. Overall - I want to output 3-4 sentences that have as much
keywords (from the search_query) As possible, just like Google does to
its search results. I.e: a search for science fiction will yield:

..THE ULTIMATE |SCIENCE FICTION| WEB GUIDE..
...ALMOST SIX THOUSAND LINKS TO WEB |SCIENCE FICTION|...
...Here you can find definitions and RESOURCES of |Science Fiction|
...

Help, anyone?

Michael.


~~
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: Catching page timeouts

2001-09-03 Thread Thomas Chiverton

Trouble is, I want every other page (on our large intranet) to give the
proper error...

 -Original Message-
 From: DeVoil, Nick [mailto:[EMAIL PROTECTED]]
 Sent: 03 September 2001 14:58
 To: CF-Talk
 Subject: RE: Catching page timeouts
 
 
 What if you put that code on your custom error page?
 
 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 03, 2001 2:39 PM
 To: CF-Talk
 Subject: RE: Catching page timeouts
 
 
  COM.Allaire.ColdFusion.Request.Timeout
 
 Yeah, I have cftry at the top of the page, and a closing 
 /try at the end,
 with a catch of 
 type=COM.Allaire.ColdFusion.Request.Timeout, but the error
 normal error is still printed to the page instead of mine.

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



Re: SQL Filtered SELECT

2001-09-03 Thread Don Vawter

My hunch is that you will need to use the full text search to find the
product_id and its description and then further process the results to
display only what you want. For example

cfset keyword=#search_query#
cfloop query=qresults
cfscript
offset=25;
delim1='span class=highlight';
   delim2='/span';
 //find the key word and offset characters before and after
pos=findnocase(keyword,qresults.product_desc);
if(pos GT 0){
   pos_start=max(1,pos-offset);
 pos_end =pos + len(keyword)+offset;

 if(len(qresults.product_desc) LE pos_end){
  pos_end=len(qresults.product_desc);
 }
 //selected part + add a space so the left function will never fail
 //strip characters till we find a space
  show_text=mid(qresults.product_desc,pos_start,pos_end-pos_start+1)  
;
 while(left(show_text,1) is not ' '){
 show_text=right(show_text,len(show_text)-1);
 }
   show_text=trim(show_text);
   //prepend a space so right will never fail
 show_text=   show_text;
 while(right(show_text,1) is not ' '){
 show_text=left(show_text,len(show_text)-1);
 }
   show_text=trim(show_text);
show_text=replacenocase(show_text,keyword,delim1  keyword 
delim2,ALL);
  }
  else{
   show_text=delim1  keyword  delim2   not found.;
  }

/cfscript

{whatever you want to do with the text}
/cfloop


I have put up an example of this at:
http://www.vawter.com/utilities/highlight.cfm
This simple example doesn't look for multiple keywords or multiple instances
of a keyword but could be modified to do so.

If there is any interest I could write either a custom tag or udf to do
this.

HTH

Don



Don Vawter
www.cyberroomies.com
[EMAIL PROTECTED]

- Original Message -
From: Michael Lugassy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 9:05 AM
Subject: OT: SQL Filtered SELECT


 I use a SQL Full Text query that finds search_query in Product_desc,
 Something like this:

 SELECT Product_id, Product_desc
 FROM Products WHERE CONTAINS(Product_desc,'#search_query#')

 What if I don't want to select the complete Product_Desc field, but only
 portions of it?
 By only portions I mean - Text that is most relevent to the search
 query. Overall - I want to output 3-4 sentences that have as much
 keywords (from the search_query) As possible, just like Google does to
 its search results. I.e: a search for science fiction will yield:

 ..THE ULTIMATE |SCIENCE FICTION| WEB GUIDE..
 ...ALMOST SIX THOUSAND LINKS TO WEB |SCIENCE FICTION|...
 ...Here you can find definitions and RESOURCES of |Science Fiction|
 ...

 Help, anyone?

 Michael.



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



RE: SQL Filtered SELECT

2001-09-03 Thread Michael Lugassy

Don,

 If there is any interest I could write either a custom tag or 
 udf to do this.

The idea was the filter the SELECT, and not highlight the search
term(s).
Is there a way to minimze the amount of data sent by CFQUERY like I
need?

Michael.


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



Re: SQL Filtered SELECT

2001-09-03 Thread Don Vawter

The show_text is the filtered result. The highlight is incidental.
Just replace delim1 and delim 2 with  if you dont want to highlight the
results.

If your concern is the amount of data returned you could write a udf in sql
server which would
build the filtered results in a table before they were returned. SQL
Server has all string manipulation functions you need
to do the equivalent filtering I did in cf.

If you are interested in this contact me off list.

Don Vawter
www.cyberroomies.com
[EMAIL PROTECTED]

- Original Message -
From: Michael Lugassy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 10:31 AM
Subject: RE: SQL Filtered SELECT


 Don,

  If there is any interest I could write either a custom tag or
  udf to do this.

 The idea was the filter the SELECT, and not highlight the search
 term(s).
 Is there a way to minimze the amount of data sent by CFQUERY like I
 need?

 Michael.



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



Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin

Actually, it's not exactly right to say that the advanced features of iMS have to be 
built...it is more correct to say that all iMS features are built.  The reason is - 
iMS is a mail server platform that is very much like a web server that uses ColdFusion 
in that it uses CF to perform the majority of its functions (just like a dynamic web 
server wouldn't do much without coding CF templates).  In order to get developers 
started on iMS development we also provide a freeware ColdFusion application known as 
FusionMail.  FusionMail provides templates that make iMS into a functioning mail 
server and also provide a web mail interface.  We have clients that use FusionMail 
with only small modifications and with many modifications.  We also have clients that 
have coded their servers from scratch.

To answer the question from Dennis Powers:

iMS is the only mail server that uses ColdFusion for processing (as a matter of fact, 
the iMS technology is currently patent pending).  Because of the unique architecture, 
iMS has unlimited features (if there is a feature that you need then all you need to 
do is code it into the cfml of the server).  For example, we needed a list server, 
auto responders and email forwarding so we coded those into FusionMail for our use.  
And, these features were coded in minutes - not hours or days.  iMS includes advanced 
features that enable you to lock down your server in pretty much any way that you want 
(including built-in RBL support and IP address matching).  FusionMail does not allow 
unauthorized relaying by default.  It does not, however, do IP address checking.  
Suppose you do want to only allow 
relaying for a range of IP addresses..then, all you need to do is the following:

1 - assign a range or ranges of IP addresses that are allowed to relay (in the iMS 
configuration)
2 - in your cfml you allow or disallow relays based on a variable called IPAllowed 
which is set as YES or NO by the server according to the IP addresses that you 
assigned in step 1.

So, basically, creating features in iMS is usually straight forward.

We also have a version of iMS (called iMS-SE) that is a replacement for the external 
mail server that is required with CFMAIL.  You can install iMS-SE and then change your 
CF Administrator settings to use iMS-SE as the mail server.  This allows you to 
eliminate your dependence on the mail server administrator completely and also allows 
you to use the advanced features of iMS (using cfx_imsmail) including:

real-time delivery status
automatic delivery retry (no more UNDELIVR folder worries)
unlimited attachments
image embedding into html messages

Basically, there is no other CFMAIL replacement that can provide all of the features 
of iMS (iMS even includes our inFusion Scheduler product which is a replacement for 
CFSchedule) and all of its proven reliability (and, iMS does not even need an external 
mail server like other replacement products require).

BTW - iMS 2.1 will be released shortly with more features and enahanced processing 
speed and will also be a free upgrade for all iMS users (even those who bought 1.0).

Please feel free to ask me any questions that you may have and I'll be happy to answer 
as best as I can.

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
Join the DevCon community at www.coolfusion.com/devcon


- Original Message - 
From: Michael Dinowitz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, September 02, 2001 8:06 PM
Subject: Re: Mailing List Manager


 Currently I only have a single box for everything. As soon as I get a free
 second and some spare cash I'm getting an SQL server to do all the DB stuff.
 This means that there is a webserver, ColdFusion server and mail server all
 on the same box at the moment and it's all running smoothly.
 As for iMS working on a separate box from the CF server, I think it needs a
 CF server for part of the processing but because it's all 'local', you can
 probably use the free single user license version as its just not going to a
 different IP for its work (in most cases). Actually, I believe that you can
 use CF Express as well as long as your just using Access.
 iMS has stuff build in for the black hole and other anti-spam stuff (no
 matter how much I dislike the organizations) and it's simplicity to add your
 own to it.
 The main problem with iMS is that some of the more 'advanced' features have
 to be built from scratch or bought from others. I'm talking about heavy
 mailing lists and such. The FusionMail program is good enough for the basic
 stuff.
 Best to talk to Howie about what features are there and access to them. He's
 on the list and is usually very fast with his responses.
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin


- Original Message - 
From: Kevin Langevin [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, September 02, 2001 8:40 PM
Subject: RE: Mailing List Manager


 I'm ruinning iMS, and I can tell you that you do, in fact, have to run iMS
 on a CF machine.  It's a CF-based application.  I'm running it now, and I
 love it.  Not sure about running on a single user license...that sounds like
 it'd work fine, but CF Express?  Hmmm...Definitely ask Howie about that one.

iMS will work with these but we don't advertise the fact because you would need to get 
in touch with Macromedia to determine if you are violating your license.  The big 
problem with cf express is that you can't use cfx tags.  So, you could probably run 
iMS as a mail server using cf express and put the webmail templates on another box 
running the full version of CF.

 Docs are great, it DOES have black hole capabilities, and as for mailing
 list stuff, there isn't anything built in, but there is a package (not free)
 out there that extends the server's capabilities to include mailing list
 managment.  Also, a while back Howie had sent me some beta code for list
 serve functionailty for what would have been FusionMail/2, which never
 shipped.  He might still have that code, which should be a good basis to
 build your own list server code.

Yes, I have the list server code that I'll send to anyone who wants it.  Also, Michael 
Dinowitz has told me that he would be willing to provide his own list server code as 
well.

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
Join the DevCon community at www.coolfusion.com/devcon

 Also, I haven't looked at it yet, but
 there's a listServ app in the Developers' Exchange at Allaire.com.  It might
 be something that could be easily modified to work with iMS.  Oh...and so
 far, Howie's always been really responsive with regards to tech support
 issues.  That's another reason why I like the software.
 
 Kevin Langevin
 Web Guy in Charge
 UsWebGuys
 954-612-2136
 [EMAIL PROTECTED]
 


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



Re: Mailing List Manager

2001-09-03 Thread Paris Lundis

Howie,

sweet sounding package...  I went to your site looking for pricing 
schema on the product... where can I find that?

-paris

[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: Howie Hamlin [EMAIL PROTECTED]
Date: Mon, 03 Sep 2001 12:12:20 -0400
Subject: Re: Mailing List Manager

 Actually, it's not exactly right to say that the advanced features of
 iMS have to be built...it is more correct to say that all iMS
 features are built.  The reason is - iMS is a mail server platform
 that is very much like a web server that uses ColdFusion in that it
 uses CF to perform the majority of its functions (just like a dynamic
 web server wouldn't do much without coding CF templates).  In order
 to get developers started on iMS development we also provide a
 freeware ColdFusion application known as FusionMail.  FusionMail
 provides templates that make iMS into a functioning mail server and
 also provide a web mail interface.  We have clients that use
 FusionMail with only small modifications and with many modifications.
  We also have clients that have coded their servers from scratch.
 
 To answer the question from Dennis Powers:
 
 iMS is the only mail server that uses ColdFusion for processing (as a
 matter of fact, the iMS technology is currently patent pending). 
 Because of the unique architecture, iMS has unlimited features (if
 there is a feature that you need then all you need to do is code it
 into the cfml of the server).  For example, we needed a list server,
 auto responders and email forwarding so we coded those into
 FusionMail for our use.  And, these features were coded in minutes -
 not hours or days.  iMS includes advanced features that enable you to
 lock down your server in pretty much any way that you want (including
 built-in RBL support and IP address matching).  FusionMail does not
 allow unauthorized relaying by default.  It does not, however, do IP
 address checking.  Suppose you do want to only allow 
 relaying for a range of IP addresses..then, all you need to do is the
 following:
 
 1 - assign a range or ranges of IP addresses that are allowed to
 relay (in the iMS configuration)
 2 - in your cfml you allow or disallow relays based on a variable
 called IPAllowed which is set as YES or NO by the server
 according to the IP addresses that you assigned in step 1.
 
 So, basically, creating features in iMS is usually straight forward.
 
 We also have a version of iMS (called iMS-SE) that is a replacement
 for the external mail server that is required with CFMAIL.  You can
 install iMS-SE and then change your CF Administrator settings to use
 iMS-SE as the mail server.  This allows you to eliminate your
 dependence on the mail server administrator completely and also
 allows you to use the advanced features of iMS (using cfx_imsmail)
 including:
 
 real-time delivery status
 automatic delivery retry (no more UNDELIVR folder worries)
 unlimited attachments
 image embedding into html messages
 
 Basically, there is no other CFMAIL replacement that can provide all
 of the features of iMS (iMS even includes our inFusion Scheduler
 product which is a replacement for CFSchedule) and all of its proven
 reliability (and, iMS does not even need an external mail server like
 other replacement products require).
 
 BTW - iMS 2.1 will be released shortly with more features and
 enahanced processing speed and will also be a free upgrade for all
 iMS users (even those who bought 1.0).
 
 Please feel free to ask me any questions that you may have and I'll
 be happy to answer as best as I can.
 
 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
 Join the DevCon community at www.coolfusion.com/devcon
 
 
 - Original Message - 
 From: Michael Dinowitz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Sunday, September 02, 2001 8:06 PM
 Subject: Re: Mailing List Manager
 
 
  Currently I only have a single box for everything. As soon as I get
 a free
  second and some spare cash I'm getting an SQL server to do all the
 DB stuff.
  This means that there is a webserver, ColdFusion server and mail
 server all
  on the same box at the moment and it's all running smoothly.
  As for iMS working on a separate box from the CF server, I think it
 needs a
  CF server for part of the processing but because it's all 'local',
 you can
  probably use the free single user license version as its just not
 going to a
  different IP for its work (in most cases). Actually, I believe that
 you can
  use CF Express as well as long as your just using Access.
  iMS has stuff build in for the black hole and other anti-spam stuff
 (no
  matter how much I dislike the organizations) and it's simplicity to
 add your
  own to it.
  The main problem with iMS is that some of the more 'advanced'
 

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin

On the left side of the web page is a purchase area.  Click on the Mail Server 
Products link and you'll see all the iMS products.  The most popular are iMS-SE and 
iMS Professional.

Regards,

Howie

- Original Message - 
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 12:42 PM
Subject: Re: Mailing List Manager


 Howie,
 
 sweet sounding package...  I went to your site looking for pricing 
 schema on the product... where can I find that?
 
 -paris
 
 [finding the future in the past, passing the future in the present]
 [connecting people, places and things]
 


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



Re: Mailing List Manager

2001-09-03 Thread Paris Lundis

ahh yeah... duh.. :) I should have found that :)

so what are the differences between lets say the SOHO and Professional 
edition

the cost is significant and big between the two packages... :) I only 
really see from specs that it is about the simultaneous threading...


-paris

[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: Howie Hamlin [EMAIL PROTECTED]
Date: Mon, 03 Sep 2001 13:07:20 -0400
Subject: Re: Mailing List Manager

 On the left side of the web page is a purchase area.  Click on the
 Mail Server Products link and you'll see all the iMS products.  The
 most popular are iMS-SE and iMS Professional.
 
 Regards,
 
 Howie
 
 - Original Message - 
 From: Paris Lundis [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 03, 2001 12:42 PM
 Subject: Re: Mailing List Manager
 
 
  Howie,
  
  sweet sounding package...  I went to your site looking for pricing 
  schema on the product... where can I find that?
  
  -paris
  
  [finding the future in the past, passing the future in the present]
  [connecting people, places and things]
  
 
 

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



DB Scour for records - Help!

2001-09-03 Thread Matthew Hood

Ok, I have been presented ith a problem. Someone with an existing 
ColdFusion site which I have never worked on has come to me with a 
request. They would like me to extract all of the email addresses
from thier database. I thought at first that this would be a simple
task but when I actually went in to look at the database I found out 
otherwise... There are over 200 tables in this db and after sampling a 
few of the tables I discovered that the email fields from one table to 
the next do not conform.
How would I go about writing a query to search through every table and
extracting any entries with the @ symbol? Any ideas?

Matt Hood

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



RE: Mailing List Manager

2001-09-03 Thread John Lucas

I would also like to add that Howie does not exaggerate the abilities of his
product.  We utilize another mail server package that we have been happy
with for our customers email.  Our problem began when locked down our mail
server to prevent relays for unauthorized users.  We moved to smtp
authentication which caused us problems with our CF templates that were
sending mail because we could not authenticate.  We tried using allow relay
for IP with our mail server and still had problems.  To make a long story
short, we wasted several hours and lots of frustration on trying to get CF
to work with our current mail server once we locked down our mailserver.

We went to coolfusion and downloaded the IMS-SE product and had the demo up
and running within minutes.  Within another few minutes, our CF servers were
kicking mail out like champs.

To make a long story short, a few minutes, $250 and IMS-SE made up for
several days worth of trouble that should have been avoided.

IMS is a great product and very effective IMHO.

John Lucas
[EMAIL PROTECTED]
http://www.fastestisp.com

-Original Message-
From: Paris Lundis [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 12:23 PM
To: CF-Talk
Subject: Re: Mailing List Manager


ahh yeah... duh.. :) I should have found that :)

so what are the differences between lets say the SOHO and Professional
edition

the cost is significant and big between the two packages... :) I only
really see from specs that it is about the simultaneous threading...


-paris

[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: Howie Hamlin [EMAIL PROTECTED]
Date: Mon, 03 Sep 2001 13:07:20 -0400
Subject: Re: Mailing List Manager

 On the left side of the web page is a purchase area.  Click on the
 Mail Server Products link and you'll see all the iMS products.  The
 most popular are iMS-SE and iMS Professional.

 Regards,

 Howie

 - Original Message -
 From: Paris Lundis [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, September 03, 2001 12:42 PM
 Subject: Re: Mailing List Manager


  Howie,
 
  sweet sounding package...  I went to your site looking for pricing
  schema on the product... where can I find that?
 
  -paris
 
  [finding the future in the past, passing the future in the present]
  [connecting people, places and things]
 



~~
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: DB Scour for records - Help!

2001-09-03 Thread Wjreichard

Hey Matt,

What DB are you using?

If you are using MS-SQL you can get a recordset of all tables in your current 
database by using the following:

cfquery name=qryAllTables sql=select name from sysobjects where type='U' 
...

Then loop thru this recordset and for each table:

select * from #qryAllTables.name#

Then use ColumnList method of the newest quyery to get a comma delimited list 
of each field in the '*'.

Loop thru the each field of every record looking for your @.

This might not be the most effective method ... but it should get you started.

Cheers,
Bill






In a message dated 9/3/01 2:22:45 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


 Ok, I have been presented ith a problem. Someone with an existing 
 ColdFusion site which I have never worked on has come to me with a 
 request. They would like me to extract all of the email addresses
 from thier database. I thought at first that this would be a simple
 task but when I actually went in to look at the database I found out 
 otherwise... There are over 200 tables in this db and after sampling a 
 few of the tables I discovered that the email fields from one table to 
 the next do not conform.
 How would I go about writing a query to search through every table and
 extracting any entries with the @ symbol? Any ideas?
 
 




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



OT: Server monitoring tools

2001-09-03 Thread cf-talk


Hi, does s.o. know any good server monitoring tools
like Mutek's AppSight ( www.mutek.com ) ?

This tool is far too expensive (but indeed very nice) for me.

We have some freezing-problems with our Win-NT-CF-server and nothing is
showing in the logs.

Thanks !

Uwe



~~
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: Server monitoring tools

2001-09-03 Thread Mike Brunt

Pretty basic, reasonable price ($70.00 for single user) but we like it

http://servermonitoringsoftware.com/

Kind Regards - Mike Brunt

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 12:44 PM
To: CF-Talk
Subject: OT: Server monitoring tools



Hi, does s.o. know any good server monitoring tools
like Mutek's AppSight ( www.mutek.com ) ?

This tool is far too expensive (but indeed very nice) for me.

We have some freezing-problems with our Win-NT-CF-server and nothing is
showing in the logs.

Thanks !

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



Session Timeouts

2001-09-03 Thread W Luke

Hi,.

What's the default timeout/expiration for session vars?

Also, how do sites with form submissions enable the Warning: Page has
Expired when a user's connection expires, or if the user presses the back
button?

Will


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

2001-09-03 Thread Dave Watts

 What's the default timeout/expiration for session vars?

Twenty minutes is the default value for default and maximum limits for
session variables in CF Administrator. You can change these default and
maximum values in CF Administrator.

 Also, how do sites with form submissions enable the Warning: 
 Page has Expired when a user's connection expires, or if the 
 user presses the back button?

This is a result of the server saying that a page shouldn't be cached, and
the browser respecting that. There are various HTTP headers and META tags
you can specify to avoid caching. I don't think this has anything to do with
expiring connections, though - HTTP is essentially a connectionless protocol
(this is a slight oversimplification, but useful in this context).

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

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



RE: Server monitoring tools

2001-09-03 Thread Benjamin S. Rogers

For a cheap tool:

Servers Alive by Woodstone Computer Consulting
Price: 10 Hosts Free; $90 USD to Register for Unlimited Hosts
URL: http://www.woodstone.nu/

For something a little more robust:

ipMonitor by DeepMetrix (Formerly MediaHouse Software)
Price: $695 USD
URL: http://www.deepmetrix.com/


Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 3:44 PM
To: CF-Talk
Subject: OT: Server monitoring tools



Hi, does s.o. know any good server monitoring tools
like Mutek's AppSight ( www.mutek.com ) ?

This tool is far too expensive (but indeed very nice) for me.

We have some freezing-problems with our Win-NT-CF-server and nothing is
showing in the logs.

Thanks !

Uwe
~~
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: Server monitoring tools

2001-09-03 Thread Matt Robertson

Looks good.  I'm looking for something like this so I can get rid of my
$30/month hosting acct that runs my own monitor.  Need to spend a little
time on that project. Since I use Apache at home I have to find a dirt-basic
smtp that runs on win2k pro.

Anyone have any ideas on that? Its sole purpose would be to send monitor
emails if something goes down.

-
Matt Robertson  [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-



- Original Message -
From: Mike Brunt [EMAIL PROTECTED]

Pretty basic, reasonable price ($70.00 for single user) but we like it

http://servermonitoringsoftware.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



Any forums software based on CF-Express?

2001-09-03 Thread Kwang Suh

So, any available?  If not, I'm writing one :)

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



MM Police

2001-09-03 Thread Jeffry Houser


   I posted something on this topic over on the CF-Partners list.
   They were angry at me for comments about CF Studio 5 Beta.
   They were polite and professional.
   I apologized and asked for copies of the messages where they thought I 
violated my agreement.  A quick search of the CFDJ archives (and the 
CF-TALK ) archives did not reveal any messages violating the agreement.

At 10:53 AM 09/03/2001 +0100, you wrote:
Yup...you and me both Thomas!!



 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
 Sent: 03 September 2001 10:43
 To: CF-Talk
 Subject: RE: CF5 Pro SN
 
 
  I doubt it was an honest mistake with a user name of
  warez.
 
 Although, as I just got mailed by Macroaire about letting slip some stuff
 about the CF5 beta, I can bet Mr. Warez will be having a visit...
 
 

~~
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: Server monitoring tools

2001-09-03 Thread Mahmut Basaran

may be, you should do a test to your memory...


Mahmut Basaran

[measure twice, cut once]


- Original Message -
From: Mike Brunt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 11:04 PM
Subject: RE: Server monitoring tools


 Pretty basic, reasonable price ($70.00 for single user) but we like it

 http://servermonitoringsoftware.com/

 Kind Regards - Mike Brunt

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 03, 2001 12:44 PM
 To: CF-Talk
 Subject: OT: Server monitoring tools



 Hi, does s.o. know any good server monitoring tools
 like Mutek's AppSight ( www.mutek.com ) ?

 This tool is far too expensive (but indeed very nice) for me.

 We have some freezing-problems with our Win-NT-CF-server and nothing is
 showing in the logs.

 Thanks !

 Uwe

~~
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: Any forums software based on CF-Express?

2001-09-03 Thread Rey Bango

Go to ForumSpot.org. Its the open source forums effort.

Rey...

- Original Message -
From: Kwang Suh [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 5:54 PM
Subject: Any forums software based on CF-Express?


 So, any available?  If not, I'm writing one :)


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



OT: Server monitoring tools

2001-09-03 Thread Matt Robertson

A test to memory?  looks like it eats between 5 and 7mb. Is that what you
meant?

I downloaded from servermonitoringtools.com, and set it up.  Worked great,
and I set up an email alert using an open relay provided by my ISP. Used the
test email feature to test the connection. That test arrived with an
embedded url from some place called ITUtils.com.  So I went there and...

Found an identical product called WebCheck.  Except its half the price, and
the demo period is twice as long. Plus I see a v5.0 in beta right now not
mentioned at the 'original' site.

At a guess ITUtils is the true developer and the other guys are just
resellers.

--Matt--


- Original Message -
From: Mahmut Basaran [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 04, 2001 2:23 PM
Subject: Re: Server monitoring tools


may be, you should do a test to your memory...


Mahmut Basaran

[measure twice, cut once]



~~
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: Server monitoring tools

2001-09-03 Thread Ken Wilson


Have you taken a look at Swatch over at Defusion:

http://www.defusion.com/news/index.cfm?NewsID=45

I'm not familiar with the features of the commercial apps mentioned but
Swatch has worked well for me in the past when I've tested it.

Worth a look perhaps...

Ken



-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 6:52 PM
To: CF-Talk
Subject: OT: Server monitoring tools


A test to memory?  looks like it eats between 5 and 7mb. Is that what you
meant?

I downloaded from servermonitoringtools.com, and set it up.  Worked great,
and I set up an email alert using an open relay provided by my ISP. Used the
test email feature to test the connection. That test arrived with an
embedded url from some place called ITUtils.com.  So I went there and...

Found an identical product called WebCheck.  Except its half the price, and
the demo period is twice as long. Plus I see a v5.0 in beta right now not
mentioned at the 'original' site.

At a guess ITUtils is the true developer and the other guys are just
resellers.

--Matt--


- Original Message -
From: Mahmut Basaran [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 04, 2001 2:23 PM
Subject: Re: Server monitoring tools


may be, you should do a test to your memory...


Mahmut Basaran

[measure twice, cut once]
~~
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: Server monitoring tools

2001-09-03 Thread Mahmut Basaran

Forgive my english, I mean a ram test. You can download a ram test software
from download.com.

Last month we were having the same problems, and after 2 days of debugging
we found out that it was our rams that caused the server crash.

Mahmut Basaran

[Measure Twice, Cut Once]

- Original Message -
From: Matt Robertson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 04, 2001 1:52 AM
Subject: OT: Server monitoring tools


 A test to memory?  looks like it eats between 5 and 7mb. Is that what you
 meant?

 I downloaded from servermonitoringtools.com, and set it up.  Worked great,
 and I set up an email alert using an open relay provided by my ISP. Used
the
 test email feature to test the connection. That test arrived with an
 embedded url from some place called ITUtils.com.  So I went there and...

 Found an identical product called WebCheck.  Except its half the price,
and
 the demo period is twice as long. Plus I see a v5.0 in beta right now not
 mentioned at the 'original' site.

 At a guess ITUtils is the true developer and the other guys are just
 resellers.

 --Matt--


 - Original Message -
 From: Mahmut Basaran [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, September 04, 2001 2:23 PM
 Subject: Re: Server monitoring tools


 may be, you should do a test to your memory...


 Mahmut Basaran

 [measure twice, cut once]




~~
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: Server monitoring tools

2001-09-03 Thread Matt Robertson

Yes.  I tried it some time ago; running it on my production box, back before
I was able to get a dsl connection here.  Unfortunately there was some sort
of conflict and the server kept wanting to crash with swatch loaded into
memory.  I was just over at defusion.com downloading another copy to see if
it can monitor a remote url, send both up and down alerts and use a mail
server not resident on the same box, then it'd probably be the way to go.

-_Matt--


- Original Message -
From: Ken Wilson [EMAIL PROTECTED]
Have you taken a look at Swatch over at Defusion:

http://www.defusion.com/news/index.cfm?NewsID=45




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



compiling cf pages to print them all at once

2001-09-03 Thread Chong Song

I have a user home page that has a list of links to
related pages.  The list is dynamically generated
based on the user profile.  I need to add a
functionality to this user home page that prints all
the related pages(that are listed dynamically) at once
- some sort of print button that prints all the pages
on the list.  How do I go about doing this?  Please
help!

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



RE: MM Police

2001-09-03 Thread Tilbrook, Peter

Oops! Same here. Anyway it is at least at release candidate stage.

   I posted something on this topic over on the CF-Partners list.
   They were angry at me for comments about CF Studio 5 Beta.
   They were polite and professional.
   I apologized and asked for copies of the messages where they thought
I 
violated my agreement.  A quick search of the CFDJ archives (and the 
CF-TALK ) archives did not reveal any messages violating the agreement.



**

This transmission is intended only for the use of the addressee(s)
and may contain confidential or legally privileged information. If you are
not the intended recipient, you are notified that any use or dissemination
of this communication is strictly prohibited. If you have received this
transmission in error, please notify the ANZFA IT helpdesk prior to deleting
all copies of this transmission together with any attachments.

ANZFA helpdesk:

E-mail:  [EMAIL PROTECTED]
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.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: Server monitoring tools

2001-09-03 Thread Ken Wilson


As best I recall, it can monitor any url, send a down alert based on url
failure and send an email via any specified mail server. I don't think it
can send an up alert though.

Ken



-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 7:16 PM
To: CF-Talk
Subject: Re: Server monitoring tools


Yes.  I tried it some time ago; running it on my production box, back before
I was able to get a dsl connection here.  Unfortunately there was some sort
of conflict and the server kept wanting to crash with swatch loaded into
memory.  I was just over at defusion.com downloading another copy to see if
it can monitor a remote url, send both up and down alerts and use a mail
server not resident on the same box, then it'd probably be the way to go.

-_Matt--


- Original Message -
From: Ken Wilson [EMAIL PROTECTED]
Have you taken a look at Swatch over at Defusion:

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



RE: Mailing List Manager

2001-09-03 Thread Dennis Powers

Howie,

Thanks for the information. I have always found your responses professional
and informative.  I do have one (dumb) question that hasn't been made simple
enough for my feeble brain to understand.

If I have a NT/2000 server that is only going to run the iMS package (no web
server) I would need to install a license of Cold Fusion on that box to make
iMS fully functional/programmable?

And to follow that thought further, I would need to install a web server on
that box if I wanted web access to any admin functions that are written for
it?

I apologize for asking, I usually catch on fairly quickly, but I seem to be
missing something that's preventing the concept to gel in my head.

I am intrigued with the idea of a CF programmable mail server especially
since the one I am using (Post.Office) has turned into abandon-ware.  I
really can't complain about Post.Office, in the 4 years I have been running
it, it has been one of the most stable packages I have used and even with
it's few feature short comings I would stick with it if it wasn't being
abandoned by Open Wave.

Some of the things other than the standard features I need from the mail
server I decide to switch to is:

1) Be stable
2) ODBC access to the List server addresses
3) ODBC access to user account information
4) Be stable
5) Flexible Relay Blocking
6) Flexible IP/Domain connection refusal
7) Be Stable
8) Allow for virus scan of email attachments
9) Web mail interface.
10) Did I mention: Be Stable
11) Web based administration tools

I am more and more interested in iMS especially since others on this list
have raved about it and most likely will be contacting you off list for more
details.  Thank you again for the information.


Best regards,

Dennis Powers
UXB Internet
(203)879-2844
http://www.uxbinfo.com/

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 12:12 PM
To: CF-Talk
Subject: Re: Mailing List Manager

Actually, it's not exactly right to say that the advanced features of iMS
have to be built...it is more correct to say that all iMS features are
built.  The reason is - iMS is a mail server platform that is very much like
a web server that uses ColdFusion in that it uses CF to perform the majority
of its functions (just like a dynamic web server wouldn't do much without
coding CF templates).  In order to get developers started on iMS development
we also provide a freeware ColdFusion application known as FusionMail.
FusionMail provides templates that make iMS into a functioning mail server
and also provide a web mail interface.  We have clients that use FusionMail
with only small modifications and with many modifications.  We also have
clients that have coded their servers from scratch.

To answer the question from Dennis Powers:

iMS is the only mail server that uses ColdFusion for processing (as a matter
of fact, the iMS technology is currently patent pending).  Because of the
unique architecture, iMS has unlimited features (if there is a feature that
you need then all you need to do is code it into the cfml of the server).
For example, we needed a list server, auto responders and email forwarding
so we coded those into FusionMail for our use.  And, these features were
coded in minutes - not hours or days.  iMS includes advanced features that
enable you to lock down your server in pretty much any way that you want
(including built-in RBL support and IP address matching).  FusionMail does
not allow unauthorized relaying by default.  It does not, however, do IP
address checking.  Suppose you do want to only allow
relaying for a range of IP addresses..then, all you need to do is the
following:

1 - assign a range or ranges of IP addresses that are allowed to relay (in
the iMS configuration)
2 - in your cfml you allow or disallow relays based on a variable called
IPAllowed which is set as YES or NO by the server according to the IP
addresses that you assigned in step 1.

So, basically, creating features in iMS is usually straight forward.

We also have a version of iMS (called iMS-SE) that is a replacement for the
external mail server that is required with CFMAIL.  You can install iMS-SE
and then change your CF Administrator settings to use iMS-SE as the mail
server.  This allows you to eliminate your dependence on the mail server
administrator completely and also allows you to use the advanced features of
iMS (using cfx_imsmail) including:

real-time delivery status
automatic delivery retry (no more UNDELIVR folder worries)
unlimited attachments
image embedding into html messages

Basically, there is no other CFMAIL replacement that can provide all of the
features of iMS (iMS even includes our inFusion Scheduler product which is a
replacement for CFSchedule) and all of its proven reliability (and, iMS does
not even need an external mail server like other replacement products
require).

BTW - iMS 2.1 will be released shortly with more features and enahanced
processing speed and 

Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin

The number of simultaneous threads is really the only difference.  You get the same 
functionality in SOHO as you do in Professional or Enterprise.

Regards,

Howie

- Original Message - 
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 1:23 PM
Subject: Re: Mailing List Manager


 ahh yeah... duh.. :) I should have found that :)
 
 so what are the differences between lets say the SOHO and Professional 
 edition
 
 the cost is significant and big between the two packages... :) I only 
 really see from specs that it is about the simultaneous threading...
 
 
 -paris
 
 [finding the future in the past, passing the future in the present]
 [connecting people, places and things]
 



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



Re: Mailing List Manager

2001-09-03 Thread Eric Dawson

... or developer right? ...

Eric Dawson



From: Howie Hamlin [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Mailing List Manager
Date: Mon, 03 Sep 2001 20:31:19 -0400

The number of simultaneous threads is really the only difference.  You get 
the same functionality in SOHO as you do in Professional or Enterprise.

Regards,

Howie

- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 1:23 PM
Subject: Re: Mailing List Manager


  ahh yeah... duh.. :) I should have found that :)
 
  so what are the differences between lets say the SOHO and Professional
  edition
 
  the cost is significant and big between the two packages... :) I only
  really see from specs that it is about the simultaneous threading...
 
 
  -paris
 
  [finding the future in the past, passing the future in the present]
  [connecting people, places and things]
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MM Police

2001-09-03 Thread Michael Dinowitz

I looked at your posts and didn't see anything that could fall under the
NDA. You said it exists and that's public info. I think its just an
overzealous law clerk who's jumping because he just got on the list. Its
interesting that I have not received anything about hosting NDA material
over the list.

I posted something on this topic over on the CF-Partners list.
They were angry at me for comments about CF Studio 5 Beta.
They were polite and professional.
I apologized and asked for copies of the messages where they thought I
 violated my agreement.  A quick search of the CFDJ archives (and the
 CF-TALK ) archives did not reveal any messages violating the agreement.

 At 10:53 AM 09/03/2001 +0100, you wrote:
 Yup...you and me both Thomas!!
 
 
 
  -Original Message-
  From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
  Sent: 03 September 2001 10:43
  To: CF-Talk
  Subject: RE: CF5 Pro SN
  
  
   I doubt it was an honest mistake with a user name of
   warez.
  
  Although, as I just got mailed by Macroaire about letting slip some
stuff
  about the CF5 beta, I can bet Mr. Warez will be having a visit...
  
  
 

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



Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin

Developer gives you one thread per service for development purposes.

Regards,

Howie

- Original Message - 
From: Eric Dawson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 9:46 PM
Subject: Re: Mailing List Manager


 ... or developer right? ...
 
 Eric Dawson
 
 
 



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



Re: Mailing List Manager

2001-09-03 Thread Howie Hamlin


- Original Message - 
From: Dennis Powers [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 03, 2001 7:38 PM
Subject: RE: Mailing List Manager


 Howie,
 
 Thanks for the information. I have always found your responses professional
 and informative.  I do have one (dumb) question that hasn't been made simple
 enough for my feeble brain to understand.
 

There are no dumb questions - only stupid answers g

 If I have a NT/2000 server that is only going to run the iMS package (no web
 server) I would need to install a license of Cold Fusion on that box to make
 iMS fully functional/programmable?
 

Yes, unless you opt for Active State Perl which is free.

 And to follow that thought further, I would need to install a web server on
 that box if I wanted web access to any admin functions that are written for
 it?
 

Actually, you can have iMS and web mail on separate boxes.  The iMS box would provide 
information as to the received mail that could be used by the webmail server.

 I apologize for asking, I usually catch on fairly quickly, but I seem to be
 missing something that's preventing the concept to gel in my head.
 

Actually, iMS is such a radical idea that I have trouble explaining it to most people. 
 Once they get it, however, I usually get feedback like wow - this is great g

 I am intrigued with the idea of a CF programmable mail server especially
 since the one I am using (Post.Office) has turned into abandon-ware.  I
 really can't complain about Post.Office, in the 4 years I have been running
 it, it has been one of the most stable packages I have used and even with
 it's few feature short comings I would stick with it if it wasn't being
 abandoned by Open Wave.
 
 Some of the things other than the standard features I need from the mail
 server I decide to switch to is:
 
 1) Be stable

iMs has been around for 2 1/2 years and sold for 2.  It is a very stable package at 
this point.

 2) ODBC access to the List server addresses

CF interaction makes this possible.

 3) ODBC access to user account information

See #2.

 4) Be stable

See #1.

 5) Flexible Relay Blocking

Easy to do with iMS...

 6) Flexible IP/Domain connection refusal

See #5.

 7) Be Stable

See #1.

 8) Allow for virus scan of email attachments

We're working on a cfx for this but for now you would need to save attachments and 
call a virus scanner (all possible with CF).

 9) Web mail interface.

FusionMail has web mail.

 10) Did I mention: Be Stable

Did I mention - See #1?  g

 11) Web based administration tools
 

FusionMail has web based administration of all account and domain functionality...

 I am more and more interested in iMS especially since others on this list
 have raved about it and most likely will be contacting you off list for more
 details.  Thank you again for the information.
 

Ask away - I'm nore than happy to answer your questions.

Regards,

Howie

 
 Best regards,
 
 Dennis Powers
 UXB Internet
 (203)879-2844
 http://www.uxbinfo.com/
 
 -Original Message-
 From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 03, 2001 12:12 PM
 To: CF-Talk
 Subject: Re: Mailing List Manager
 
 Actually, it's not exactly right to say that the advanced features of iMS
 have to be built...it is more correct to say that all iMS features are
 built.  The reason is - iMS is a mail server platform that is very much like
 a web server that uses ColdFusion in that it uses CF to perform the majority
 of its functions (just like a dynamic web server wouldn't do much without
 coding CF templates).  In order to get developers started on iMS development
 we also provide a freeware ColdFusion application known as FusionMail.
 FusionMail provides templates that make iMS into a functioning mail server
 and also provide a web mail interface.  We have clients that use FusionMail
 with only small modifications and with many modifications.  We also have
 clients that have coded their servers from scratch.
 
 To answer the question from Dennis Powers:
 
 iMS is the only mail server that uses ColdFusion for processing (as a matter
 of fact, the iMS technology is currently patent pending).  Because of the
 unique architecture, iMS has unlimited features (if there is a feature that
 you need then all you need to do is code it into the cfml of the server).
 For example, we needed a list server, auto responders and email forwarding
 so we coded those into FusionMail for our use.  And, these features were
 coded in minutes - not hours or days.  iMS includes advanced features that
 enable you to lock down your server in pretty much any way that you want
 (including built-in RBL support and IP address matching).  FusionMail does
 not allow unauthorized relaying by default.  It does not, however, do IP
 address checking.  Suppose you do want to only allow
 relaying for a range of IP addresses..then, all you need to do is the
 following:
 
 1 - assign a range or ranges of IP addresses that 

Intrafoundation.UDPClient COM 1.4

2001-09-03 Thread lsellers


Well, I believe all the testing is over but if anyone runs into any 
problems etc PLEASE don't hesitate to email me about them. :-)

http://www.intrafoundation.com/udpclient.html.

In the last version (1.4) I included actual working cf scripts for... Quake 
2/3, Half-Life, Unreal Tournament and... some other things that escape my 
mind. Half-life is a little twitchy though. Hrm. Not sure yet if it's 
half-life or something in the c++ code.

Anyway, have fun with it. My gamespy nick is Tommy Raven btw... fyi, if 
anyone is using the scripts to scan all the game servers. :)

Now where the [censored] do I go to unsubscribe /-

--min



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



Re: MM Police

2001-09-03 Thread Jeffry Houser


   I'm glad I'm not the only one who hasn't seen anything wrong w/ my 
posts.  I do not expect to hear anything back from them ( although it would 
be nice ) .  I suspect that Michael's assessment is probably correct.  It 
was an overzealous law clerk who is jumping because he got on the list.  He 
probably doesn't even understand what he is jumping about.  My message came 
from Macromedia's Beta Program Manager (Jessica Nguyen) but Steven Dennon 
(I recongnize this name, but I forget from where) and Heather Kelly (unsure 
who this is) were CCed on the email.

   It looks as if Studio 5 just went into RC 1.  ( I better download before 
they cut off my access altogether )


At 10:01 PM 09/03/2001 -0400, you wrote:
I looked at your posts and didn't see anything that could fall under the
NDA. You said it exists and that's public info. I think its just an
overzealous law clerk who's jumping because he just got on the list. Its
interesting that I have not received anything about hosting NDA material
over the list.

 I posted something on this topic over on the CF-Partners list.
 They were angry at me for comments about CF Studio 5 Beta.
 They were polite and professional.
 I apologized and asked for copies of the messages where they thought I
  violated my agreement.  A quick search of the CFDJ archives (and the
  CF-TALK ) archives did not reveal any messages violating the agreement.
 
  At 10:53 AM 09/03/2001 +0100, you wrote:
  Yup...you and me both Thomas!!
  
  
  
   -Original Message-
   From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
   Sent: 03 September 2001 10:43
   To: CF-Talk
   Subject: RE: CF5 Pro SN
   
   
I doubt it was an honest mistake with a user name of
warez.
   
   Although, as I just got mailed by Macroaire about letting slip some
stuff
   about the CF5 beta, I can bet Mr. Warez will be having a visit...
   
   
  
 

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



Re: MM Police

2001-09-03 Thread Michael Dinowitz

Saying that Studio 5 went into a specific release would be covered under the
NDA until MM puts it up on their beta site. Of course, a fast check shows it
up on the site so your ok with that statement.

It looks as if Studio 5 just went into RC 1.  ( I better download
before
 they cut off my access altogether )


 At 10:01 PM 09/03/2001 -0400, you wrote:
 I looked at your posts and didn't see anything that could fall under the
 NDA. You said it exists and that's public info. I think its just an
 overzealous law clerk who's jumping because he just got on the list. Its
 interesting that I have not received anything about hosting NDA material
 over the list.
 
  I posted something on this topic over on the CF-Partners list.
  They were angry at me for comments about CF Studio 5 Beta.
  They were polite and professional.
  I apologized and asked for copies of the messages where they
thought I
   violated my agreement.  A quick search of the CFDJ archives (and the
   CF-TALK ) archives did not reveal any messages violating the
agreement.
  
   At 10:53 AM 09/03/2001 +0100, you wrote:
   Yup...you and me both Thomas!!
   
   
   
-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2001 10:43
To: CF-Talk
Subject: RE: CF5 Pro SN


 I doubt it was an honest mistake with a user name of
 warez.

Although, as I just got mailed by Macroaire about letting slip some
 stuff
about the CF5 beta, I can bet Mr. Warez will be having a visit...


   
  
 

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



Problem with Java

2001-09-03 Thread David Lawrence

Hi All

I am trying to use a CFX Java tag and am having problems...

I have installed 'Java 2 SDK Standard Edition 1.3.1' and have configured the
CF Administrator (within the Java area and the CFX area). Everytime I try to
run the page calling the tag I get the following error:

java.lang.ClassNotFoundException: rapidDiet. Java exception occurred in call
to method.

I imagine this means the application cannot find the relevant Class, but I
am not sure where I am going wrong. When installing the SDK I simply used
the standard install without any further modifications.

Any ideas out there?

Thanks

David Lawrence
Red 5 Interactive Media

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: Problem with Java

2001-09-03 Thread Nick Texidor

Have you added the CFX to the CFX Tags section in the CF Administrator?

If you have... Where is your class?  For development purposes, and to ensure
it's configured properly, I put them in the \cfusion\java\classes folder,
then when they are ready to go to live use, I'll put them in the correct
folders.




 on 4/9/01 2:58 PM, David Lawrence at [EMAIL PROTECTED] wrote:

 Hi All
 
 I am trying to use a CFX Java tag and am having problems...
 
 I have installed 'Java 2 SDK Standard Edition 1.3.1' and have configured the
 CF Administrator (within the Java area and the CFX area). Everytime I try to
 run the page calling the tag I get the following error:
 
 java.lang.ClassNotFoundException: rapidDiet. Java exception occurred in call
 to method.
 
 I imagine this means the application cannot find the relevant Class, but I
 am not sure where I am going wrong. When installing the SDK I simply used
 the standard install without any further modifications.
 
 Any ideas out there?
 
 Thanks
 
 David Lawrence
 Red 5 Interactive Media
 
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 


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



RE: MM Police

2001-09-03 Thread Andrew Scott

I have to agree, I was also sent an email. However my comments were
justified to be picked up by them. But Jeffry I couldn't find anything
from you that would institute a warning:-)

Regards,
Andrew Scott



-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 4 September 2001 12:46 PM
To: CF-Talk
Subject: Re: MM Police

Saying that Studio 5 went into a specific release would be covered under
the
NDA until MM puts it up on their beta site. Of course, a fast check
shows it
up on the site so your ok with that statement.

It looks as if Studio 5 just went into RC 1.  ( I better download
before
 they cut off my access altogether )


 At 10:01 PM 09/03/2001 -0400, you wrote:
 I looked at your posts and didn't see anything that could fall under
the
 NDA. You said it exists and that's public info. I think its just an
 overzealous law clerk who's jumping because he just got on the list.
Its
 interesting that I have not received anything about hosting NDA
material
 over the list.
 
  I posted something on this topic over on the CF-Partners list.
  They were angry at me for comments about CF Studio 5 Beta.
  They were polite and professional.
  I apologized and asked for copies of the messages where they
thought I
   violated my agreement.  A quick search of the CFDJ archives (and
the
   CF-TALK ) archives did not reveal any messages violating the
agreement.
  
   At 10:53 AM 09/03/2001 +0100, you wrote:
   Yup...you and me both Thomas!!
   
   
   
-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2001 10:43
To: CF-Talk
Subject: RE: CF5 Pro SN


 I doubt it was an honest mistake with a user name of
 warez.

Although, as I just got mailed by Macroaire about letting slip
some
 stuff
about the CF5 beta, I can bet Mr. Warez will be having a
visit...


   
  
 

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