Shared Environment Snoop

2004-05-16 Thread C. Hatton Humphrey
I thought I remembered seeing something for this in 4.5 but in CFMX is there a way to find out what CFX tags are installed on a shared server? Thanks! Hatton --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.680 / Virus Database:

Re: Strip multiple words from string

2004-05-16 Thread DougF
Thanks Claude, Taking your suggestion I put this function together. My effort works in a simple way, but it is not a total solution to my problem... What I'm attempting to do is stitch together a number of different strings to create a keyword list. After the strings are assembled I need to strip

Re: Strip multiple words from string

2004-05-16 Thread Claude Schneegans
What I'm attempting to do is stitch together a number of different strings to create a keyword list. Ah ah! Now this is a bit different. Hmmm, to do this, I would 1º remove all puctuation marks, CR, LF etc, 2º consider the text as a space delimited list, 3º in a loop, create a new list by adding

Re: Strip multiple words from string

2004-05-16 Thread DougF
Sorry should have said: Is there a way to do this with 'OUT' having to specify the words/phrases to search for -Doug - Original Message - From: DougF [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, May 16, 2004 12:02 PM Subject: Re: Strip multiple words from string Thanks

Re: Strip multiple words from string

2004-05-16 Thread Jim McAtee
If, as you said, you're just putting together a keyword list, then take Claude's last suggestion.However, distinguishing between a 'word' and a 'phrase', without knowing what constitutes a phrase (that is, wihout already having a dictionary of what you want to consider to be phrases) is going to

Re: Strip multiple words from string

2004-05-16 Thread DougF
Part of the difficulty is describing the problem... sometimes the description evolves as unanticipated results materialize. Better description of problem: Assemble a number of different strings with the final result being a single string of words and phases that are delimited by commas. Strip out

Support the CF Community...

2004-05-16 Thread Eric Jones
Not sure how many of you know about www.SitePoint.com, it's a webmaster community / article repository. The site has been around for a long time and got started with a strong PHP following. In the past few months they launched online blogs for various languages (.net php, coldfusion etc). the

RE: Support the CF Community...

2004-05-16 Thread C. Hatton Humphrey
Not sure how many of you know about www.SitePoint.com, it's a webmaster community / article repository. The site has been around for a long time and got started with a strong PHP following. Been around and went through some changes.I'm trying to remember it's name before it was Sitepoint...

New cfeclipse version released (bit long)

2004-05-16 Thread Rob
CFEclipse is a CFML plug-in for the Eclipse IDE v3.0. Both the IDE and plug-in are free and open source. The new cfeclipse version (1.1.8) is up on the cfeclipse project site: http://cfeclipse.tigris.org, and ready for download. If you've tried to download the plug-in in the past couple days and

Re: Strip multiple words from string

2004-05-16 Thread Jim McAtee
- Original Message - From: DougF [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, May 16, 2004 2:52 PM Subject: Re: Strip multiple words from string Part of the difficulty is describing the problem... sometimes the description evolves as unanticipated results materialize.

RE: Support the CF Community...

2004-05-16 Thread Eric Jones
Hatton, IT was called webmaster-resources.com and I WAS the dude with IThinkItSucks.com!! Eric Jones Editor Caffeineinfused.com http://www.caffeineinfused.com/ http://www.caffeineinfused.com -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Sunday,

RE: Support the CF Community...

2004-05-16 Thread Charlie Griefer
Speaking of supporting the cf community...that's really where this thread should move to... :) -Original Message- From: Eric Jones [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 2:27 PM To: CF-Talk Subject: RE: Support the CF Community... Hatton, IT was called

RE: Support the CF Community...

2004-05-16 Thread Eric Jones
done. Eric -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 3:04 PM To: CF-Talk Subject: RE: Support the CF Community... Speaking of supporting the cf community...that's really where this thread should move to... :) -Original

Re: Strip multiple words from string

2004-05-16 Thread DougF
- Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, May 16, 2004 2:25 PM Subject: Re: Strip multiple words from string Just consider that there may be a big difference in the algorithm and the processing time between the two approaches of

Re: Strip multiple words from string

2004-05-16 Thread Claude Schneegans
Sometimes. But it's seldom that you'll find a solution to a problem that you're unable to define. May be, but sometimes it is much easier to find the solution first, then the problem ;-)) -- ___ See some cool custom tags here:

OT: SSL Certificate Authority Name?

2004-05-16 Thread Jeff Chastain
I have seen various places discussed before on where to get an SSL certificate.My question is though, as long as your are 128-bit secure, home much does the name on who issued the certificate count?VeriSign wants $895 for the same certificate that GeoTrust wants $295 or and Thawte wants $200

Re: SSL Certificate Authority Name?

2004-05-16 Thread Doug White
And Registerfly.com charges $29.99 for a certificate - all of them will do the job, so save yourself some money. Thawte is OWNED by Verisign, by the way. == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions

RE: SSL Certificate Authority Name?

2004-05-16 Thread Jeff Chastain
I knew they were all the same certificate, I just wondered if people really checked the name on the certificate?Is not having a VeriSign seal on your site really going to stop somebody from putting in their information even if there is a security icon? Thanks -- Jeff _ From: Doug White

Re: SSL Certificate Authority Name?

2004-05-16 Thread Doug White
I doubt it - I know of several sites that did not renew their certificates, and the customer gets a pop up telling them that it expired, but they customer goes ahead anyway. go figure. == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm

How to secure email with CFMAIL

2004-05-16 Thread Brant Winter
Hi - Maybe I should be addressing this question to the CF-Newbies list, but I will try here anyway! I need to create a form to submit patient data to another health company be email. I was thinking I could easily write the app in CF to do this, but I want to secure the actual email with a digital

The never-ending windows

2004-05-16 Thread Don
Hello, I've spent at least one hour on figuring out how to work out this oo thing.Here's the scoop, I have one Main window, which contain form and elements, upon certain action, triggers a popup window, which does two things of 1) query a database to pull certain data out; 2) write the data to