Re: CF and Mail Engines

2003-06-02 Thread Chris Evans
, those messages are order and shipment confirmations for a large retail website, and aren't spam. Chris Evans http://www.fuseware.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: L-Soft Mail engine

2003-06-02 Thread Chris Evans
Sorry this message came to the list. My fault, not Mike's. My email settings conflict with the mailing list -- newsgroup setup. I replied offline. Chris Evans http://www.fuseware.com ~| Archives: http

Re: CF-talk - Gmane

2003-05-31 Thread Chris Evans
W Luke wrote: Would it be ok for cf-talk to be subscribed to gmane.org and thus have Usenet access to the list? Fuseware.com currently mirrors the list to a newsgroup. You can access it at news://fuseware.com/cf-talk. Chris Evans http://www.fuseware.com

Re: Various questions

2003-05-27 Thread Chris Evans
The NNTP service is up and running. Our web site is still down temporarily, but the newsgroup mirror is alive and well. That's how I'm posting this message. I'm glad to see that people use it! Chris Evans http://www.fuseware.com

Moving Studio between machines

2000-11-15 Thread Chris Evans
I am migrating between laptops. I would like to move all of my prefs and setup from my NT machine to my new Win2K machine. Which files and registry settings can I move so all of my preferences are maintained? Thanks, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
I've used it quite successfully. What sort of problems are you having? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 6:39 AM To: CF-Talk Subject: CFX_NNTP Hi, I'm having loads

RE: CFX_NNTP

2000-11-10 Thread Chris Evans
having? I have a script that has been running every five minutes for over three months to insert messages from seven newsgroups into a database, and have not had any problems. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED

RE: padding a variable

2000-11-03 Thread Chris Evans
Or, CFSET Padding=RepeatString("nbsp;",30") CFSET PaddedString=Left(MyString Padding,"30") Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 12:54 P

RE: Paranoid programming...

2000-11-02 Thread Chris Evans
What about hardcoding the username and password in a CFX tag? It is compiled, so it won't be simple to extract. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Larry W. Virden [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 2:39 PM To: CF

Re: CF-TALK in a newsreader, not in email client.

2000-11-02 Thread Chris Evans
Jamie, The rules of the cf-talk mailing list require you to be a member in order to post. I get around this by subscribing to the digest version of the list. I get one or two messages a day, which I delete. This allows you to read and post from the newsgroup. Hope that helps, Chris

RE: SPARC Solaris site frustrated with ColdFusion

2000-10-25 Thread Chris Evans
We are running 4.5.1sp1 (soon sp2) with little difficulty. We have some problems with CFX tags under load, but other than that its pretty solid. Rather than moving away from CF, we are moving a lot of apps towards CF. Chris Evans Webmaster, Victoria's Secret Catalog http

RE: What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Chris Evans
It also appears to support NSAPI, which should run on ZEUS/Solaris (though I didn't get into detail on the Zeus page). CF on Linux uses an Apache module rather than CGI. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Todd Ashworth [mailto:[EMAIL

testing

2000-10-19 Thread Chris Evans
testing the NNTP mirror gateway at news://fuseware.com/cf-talk Chris Evans [EMAIL PROTECTED] http://www.fuseware.com Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: Does Cold Fusion Chug?

2000-08-17 Thread Chris Evans
Isn't adding more servers to attain higher volumes pretty much the definition of scalability? We have no problems whatsoever with scalability. Chris Evans Webmaster, Victoria's Secret Catalog http://www.VictoriasSecret.com [EMAIL PROTECTED] -Original Message- From: Chris Terrebonne

RE: Function for padding strings???

2000-07-31 Thread Chris Evans
Here's one option: CFSET PadSpaces = RepeatString(" ",300) CFSET MyVar = Left(MyVar PadSpaces,300) Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 10:19 AM To: [EMAIL

RE: Need help with delete function

2000-07-29 Thread Chris Evans
CFSET ListPosition = ListFind(session.productId,Item) CFSET session.productId = ListDelete(session.productId,ListPosition) Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 9:07 AM

RE: CFMAIL and multiple attachments

2000-07-29 Thread Chris Evans
In CF4.5, you can use the CFMAILPARAM tag to add additional headers. This is not supported in previous version. If you using a previous version, you can use CFX_MAIL from Fuseware (http://www.fuseware.com) to do the same thing. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: Need help with delete function

2000-07-29 Thread Chris Evans
Oops. Should be CFSET session.productId = ListDeleteAt(session.productId,ListPosition) Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Need

RE: CF-Talk V1 #104

2000-07-27 Thread Chris Evans
. There are settings in the CF Administrator to turn this feature off, or limit the number of open connections. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brian W. Zaleski, DC, MS [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 12:18 PM To: [EMAIL PROTECTED

RE: High-Powered Scaling

2000-07-26 Thread Chris Evans
server. I don't know the price points where massive redundancy on the NT side takes over for the reliability of Solaris, but I think any argument on highly scalable sites needs to look at Unix, if not as its sole focus,. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message

RE: List slowdown problems and solutions

2000-07-19 Thread Chris Evans
There is always the option of using the Fuseware newsgroups. I set up the DNS, so I know its not right :). Where are you getting this DNS info, Len? I have DNS issues as well. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Len Conrad [mailto:[EMAIL

RE: CFX_MAIL port

2000-07-14 Thread Chris Evans
CFX_MAIL uses the standard SMTP port, port 25. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Yuri Vorontsov (Language Networks) [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 6:15 AM To: [EMAIL PROTECTED] Subject: CFX_MAIL port Hi, Does

RE: My solution:Variable IN a list? How to check?

2000-07-14 Thread Chris Evans
I may be missing a pice of logic, but this may work a little better: !--- SECURITY CODE CFIF IsDefined('DeptID') CFLOOP List="form.DeptID" INDEX="x" cfif NOT ListContains(session.currentprivileges,x) cflocation url="#noclearance#" addtoken="yes" /CFIF /CFLOOP /CFIF !--- End

RE: CFPop alternative

2000-07-14 Thread Chris Evans
news.fuseware.com has every message posted since 8/10/99, when the mirrored newsgroup was started. I am making great progress on an application to put these on the web. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL

RE: My solution:Variable IN a list? How to check?

2000-07-14 Thread Chris Evans
Actually, the biggest difference is rather looping over the number of items in the list, then using ListGetAt to get the element, my code loops over the list itself. This is going to be quicker on larger lists. Besides, if I didn't play with your code, I'd have to do real work :) Chris Evans

RE: Domain specific cookies with CFCOOKIE

2000-07-13 Thread Chris Evans
Bud, Cookies cannot be read from a different domain than where they are set. This is a security precaution built into the cookie specification. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000

RE: Domain specific cookies with CFCOOKIE

2000-07-13 Thread Chris Evans
ookies set by another, for privacy reasons. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 11:51 AM To: [EMAIL PROTECTED] Subject: RE: Domain specific cookies with CFCOOKIE On 7/13/00, Chris Evans p

RE: For those of us Desperately in Need of CFMail Help

2000-07-13 Thread Chris Evans
CFX_MAIL (www.fuseware.com) allows you to send multi-part messages. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jonathan McGuire [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:44 PM To: [EMAIL PROTECTED] Subject: For those of us

RE: Variable IN a list? How to check?

2000-07-13 Thread Chris Evans
CFIF ListFind(Deptid,session.privileges) Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:39 PM To: [EMAIL PROTECTED] Subject: Variable IN a list? How to check? How would i write

RE: sssssssssssssssssssssssssssssssssssssssssssssssssssssss

2000-07-10 Thread Chris Evans
I assumed it was a single long string that needed broken. If you want to break up a sentence, try CF_WRAP from the Tag Gallery. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 6

RE: Know where I can find Chr(*) definitions?

2000-07-10 Thread Chris Evans
That doesn't help much with Tab, ESC, or DLE (data link escape - CHR(16). It's a good reference for printable characters, though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 10:04 AM

RE: Testing Assignment

2000-07-10 Thread Chris Evans
Short and sweet, since I had a couple of minutes: CFSET IP=Attributes.IP CFSET Dotless = 0 CFSET Octets = ListLen(IP,".") CFLOOP From="1" To="#Octets#" Index="i" CFSET Dotless=Dotless + (ListGetAt(IP,i,".") * (256 ^ (Octets-i))) /cfloop

RE: Testing Assignment

2000-07-10 Thread Chris Evans
Well, if you want to hardcode it. You'll have to re-code for IPv6 :). Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 1:18 PM To: [EMAIL PROTECTED] Subject: Re: Testing Assignment

RE: sssssssssssssssssssssssssssssssssssssssssssssssssssssss

2000-07-07 Thread Chris Evans
CFSET CutLength=30 CFSET MyString="sss" CFLOOP Condition="Len(MyString) GT CutLength" CFOUTPUT#Left(MYString,CutLength)#/CFOUTPUT CFSET MyString = Right(MyString,Len(MyString)-CutLength)) /CFLOOP Or somethi

RE: contained in a list

2000-07-07 Thread Chris Evans
You need ListFind(mylist, mynumber). ListFind looks for a string within the list, ListContains looks for a substring. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Gilles Ratte [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 10:52 AM To: 'cftalk

RE: Know where I can find Chr(*) definitions?

2000-07-07 Thread Chris Evans
These are ASCII values. YOu can find a full list at http://www.asciitable.com. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Ric Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 11:14 AM To: [EMAIL PROTECTED] Subject: Know where I can find

RE: line break as delimiter

2000-07-06 Thread Chris Evans
You'll need #CHR(10)# as your delimiter. Why incur the extra overhead of converting the list to an array, and then looping over the array? Arrays are normally faster than lists, but the extra overhead in converting the list to an array negates any performance gains. Chris Evans [EMAIL

RE: wddx problem

2000-07-06 Thread Chris Evans
n't know how to deal with the new value. We ended up doing nasty search and replaces to clean the data before deserializing it. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 1:17 PM To: [EMAIL PR

RE: Cookie Math

2000-07-03 Thread Chris Evans
CFCookie Name="LastTotal" Value="#Evaluate(GetLastSite.LastOne+1)#" Only variables can be within #s. If you want a function to be evaluated within #s, you'll need to use the Evaluate() function. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Mess

RE: sorting a structure

2000-06-26 Thread Chris Evans
You can either get the keys as an array or a list, and then sort the list using the appropriate sort function. For example, to get it as an array, you could use: CFSET KeyArray = ArraySort(StructKeyArray(structure),"textnocase","desc") Chris Evans [EMAIL PROTECTED] htt

RE: CFMAIL MIMEATTACH

2000-06-20 Thread Chris Evans
, Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 11:20 PM To: [EMAIL PROTECTED] Subject: RE: CFMAIL MIMEATTACH It isn't possible to send multiple attachments using CFMAIL. If you need

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
There is no way to stop an individual template during execution. The only way to stop it is to cycle the service. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 9:48 AM To: [EMAIL

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 10:06 AM To: [EMAIL PROTECTED] Subject: Re: How to stop an infinite CF loop? What about using these settings in the Admin? Timeout

RE: browser detection

2000-06-01 Thread Chris Evans
[en] stand for English. I think the (compatible;) is what differentiates. You may want to look into CFX_Browserhawk from the developers exchange. That is a custom tag to determine browser versions. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Lon

RE: Another question on performance -- better than lists?

2000-06-01 Thread Chris Evans
et me know and I'll mail it offlist. If anybody else has done any testing, I would like to see those results as well. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 10:21 AM To: [EMAIL PROTECTE

RE: CFSchedule Problem

2000-05-28 Thread Chris Evans
Jonathan, You can't run a task before you create it. You can either use ACTION="UPDATE" to create the task which will run every 60 minutes, or you can use ACTION="RUN" to run an existing task you already have scheduled. Chris Evans [EMAIL PROTECTED] http://www.fuseware

RE: Customization

2000-05-24 Thread Chris Evans
CFIF I_Wanna_see_the_table IS "YES" table ... /table /CFIF Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Smad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 4:58 PM To: [EMAIL PROTECTED] Subject: Customization

RE: Best Editor

2000-05-23 Thread Chris Evans
And it looks as though UltraEdit runs under Linux using WINE, but not TextPad ( though the tests on TextPad are pretty old.) If only either one had built in FTP access. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL

RE: CFX Beginner (Any info would be greatly appreciated)

2000-05-12 Thread Chris Evans
if you are calling external shared libraries, or if your tag will take a long time to run. If you are calling external libraries, you need to make sure they are thread safe. If your tag takes a long time to run, then you need to worry about multiple hits tying up your server. Chris Evans [EMAIL

RE: SQL Max record ID ?

2000-05-12 Thread Chris Evans
several small, boring applications that were planned to be used once and forgotten that have turned into enterprise-wide applications that need to be updated using other tools. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Nick Slay [mailto:[EMAIL PROTECTED

RE: Crypt.exe Help

2000-05-12 Thread Chris Evans
knowledge by encryption are hesitant to decrypt templates, pretty much for the same reason they encrypt them. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 9:48 PM To: [EMAIL PROTECTED

RE: Crypt.exe Help

2000-05-12 Thread Chris Evans
Contact Allaire. They can decrypt those pages, and you don't have to deal with the shady underground of CF developers who have decrypt capabilities ;). Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent

RE: Client and session variables same thing different

2000-05-11 Thread Chris Evans
servers can't share them, as they are stored in the initiating servers RAM. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 4:12 PM To: '[EMAIL PROTECTED]' Subject: Client and session

RE: OT-XML-SOAP

2000-05-11 Thread Chris Evans
://www.wddx.org. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 9:39 PM To: [EMAIL PROTECTED] Subject: OT-XML-SOAP Does anyone know anything about XML-SOAP? It's related to Microsoft

RE: Slightly OT: Lighten things up a little

2000-05-09 Thread Chris Evans
What Would Ben Forta Do? There is a Christian slogan now, with bumper stickers and bracelets and all kind of marketing paraphernalia - "WWJD", or What Would Jesus Do? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Eric Dawson [mailto:[EMAIL

RE: Setting a variable

2000-05-04 Thread Chris Evans
Michel, You'll want the SetVariable function: CFSET tmp = SetVariable("tempcat", "Cat.a#ID#") Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michel Gagnon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 4:43 PM To: [EMAI

RE: Get Next Saturday command? (HOW TO?)

2000-05-04 Thread Chris Evans
tilSat,Now()) Add one more day to that to get Sunday's date: CFSET Sunday = DAteAdd("y",1,Saturday) To tighten that up, combine some functions to get: CFSET Saturday = DAteAdd("y",(7-(DayOfWeek(Now(,Now()) CFSET Sunday = DAteAdd("y",1,Saturday) Chris Evans [

RE: NNTP and Cold Fusion

2000-05-01 Thread Chris Evans
of weeks. If you would like more information, please let me know. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: WL [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 30, 2000 4:22 PM To: [EMAIL PROTECTED] Subject: Re: NNTP and Cold Fusion - Original

RE: IE 4

2000-05-01 Thread Chris Evans
I don't know of any CF that is turned into Javascript, other than CFFORM elements which are specifically desgined to dothis. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 12:10 PM

RE: word count

2000-04-27 Thread Chris Evans
CFSET WordCount = ListLen(myVariable," ") Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: word count is there a way to do a

RE: Help with grabbing data

2000-04-20 Thread Chris Evans
That's funny, I have a tendency to think cron and Perl. :) Either way, you're right. Leave CF to handle web applications. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bill Plummer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 9:58 AM

RE: can anyone see anything wrong with this?

2000-04-20 Thread Chris Evans
DATE is a reserved word. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 4:43 PM To: '[EMAIL PROTECTED]' Subject: can anyone see anything wrong with this? This message is in MIME

RE: Parent/Child query

2000-04-19 Thread Chris Evans
Yes. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Michael Imhoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 18, 2000 11:05 PM To: [EMAIL PROTECTED] Subject: Re: Parent/Child query Are you trying to do this so that you can thread your messages

RE: ABI Hosting baboon Jeff

2000-04-17 Thread Chris Evans
snip If the posting inspires fusebox.com to enter the e-commerce fray and /snip Just a minor correction - that's Fuseware.com, and we are not affiliated with Fusebox.org. back to your regulary scheduled program... Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: What's the difference between...

2000-04-17 Thread Chris Evans
CFMODULE is a tiny bit faster than calling a custom tag, and a little more flexible. I think standard custom tags are just easier to call. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Monday, April 17

RE: Native SQL Server driver?

2000-04-17 Thread Chris Evans
My understanding was that since both were MS products, MS used ODBC as their native driver. That information was based on SQL 6.5, and may not have been accurate. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED

RE: Application.cfm Not Preventing Access

2000-04-16 Thread Chris Evans
Yes. Application.cfm only runs when you call a Cold Fusion page. I have a very similar app, where the reports are generated by a log analysis program (HitList). I had HitList name my log files with a .cfm extension rather than a .htm extension. Chris Evans [EMAIL PROTECTED] http

RE: Scriptable Advanced Security Administration, Part Deux

2000-04-14 Thread Chris Evans
. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bob Hendren [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: Scriptable Advanced Security Administration, Part Deux It's not clear yet, but I'm starting to see

RE: Fusebox or not Fusebox that is the question...

2000-04-14 Thread Chris Evans
on the way Spectra calls handler files and custom tags, though. That's what I am looking at. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 6:36 PM To: [EMAIL PROTECTED] Subject: RE: Fusebox

RE: Starting the CF service on Solaris

2000-04-11 Thread Chris Evans
Try running ./stop -force to kill the registry daemon first. Then running ./start should work. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Steve Robson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 10:45 AM To: House of Fusion (E-mail

RE: HTMLCodeFormat()

2000-04-10 Thread Chris Evans
Try using HTMLEditFormat() instead. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Richard Hart [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 7:43 AM To: House of Fusion Subject: HTMLCodeFormat() When I use #HTMLCodeFormat(Trim

RE: Asynchronous Submissions - Round 2

2000-04-10 Thread Chris Evans
Are you using 4.5.1, or 4.0.1? CFEXECUTE in 4.5.1 has a timeout attribute. It looks as though if you set the timeout to 0 the spawned process will run asynchronously. I have not tried it though. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: David E

RE: Asynchronous Submissions - Round 2

2000-04-10 Thread Chris Evans
Here's what the docs say about TIMEOUT="0" in CFEXECUTE : "The default is 0; therefore, the ColdFusion thread spawns a process and immediately returns without waiting for the process to terminate." Again, only in 4.5, though. Chris Evans [EMAIL PROTECTED] htt

RE: CFLOCK revisited, part 2

2000-04-09 Thread Chris Evans
ot burned pretty bad by an app that died under load this weekend because I didn't lock some application variables.. Live and learn, I guess. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 09, 2000 6:

RE: How do I retrieve from this list

2000-04-07 Thread Chris Evans
, or an array, or a query, or whatever. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Jim Kellow [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 3:49 PM To: [EMAIL PROTECTED] Cc: Jim Kellow Subject: How do I retrieve from this list From the data below I

RE: Parsing NNTP dates?

2000-04-07 Thread Chris Evans
a valid date object from that. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 6:12 PM To: [EMAIL PROTECTED] Subject: Parsing NNTP dates? ParseDateTime() is choking on this.. NNTP posts

RE: Netscape! Hidden fields?

2000-04-07 Thread Chris Evans
In Netscape, you don't need to rebuild an entire form to associate two select boxes. I have done this several times. What code are using in your JS? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Chris Tazewell [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Captupturing Form Elements

2000-04-06 Thread Chris Evans
cfloop index="columns" list="#query.columnlist#" /cfloop Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Captup

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
of work, so I don't want to duplicate effort if I don't have to. A rough approximation to the nearest 10k/hour is close enough. Anybody? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Len Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000

RE: Help: Can arrays be used like queries

2000-04-05 Thread Chris Evans
that creates a lot of overhead. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Emily B. Kim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 12:14 AM To: [EMAIL PROTECTED] Subject: RE: Help: Can arrays be used like queries Hopefully not any

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
server. All of the limitations folks have posted so far have been limitations on the mail server. I think I'll set up a test here and see what I can find out. I'll post the results when I get done. Now my only problem is setting up a temporary mailbox to hold 50,000 messages. grin Chris Evans

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
by CF, and how fast can it do that work? It sounds as though that is the real question. I'll ask the magic 8-ball (and do some testing). Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -- Archives: http

RE: CF NNTP server?

2000-04-05 Thread Chris Evans
Fuseware hosts a mirrored copy of this list on our news server at news://fusewre.com/cf-talk Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 11:07 AM To: [EMAIL PROTECTED] Subject: CF

RE: Speed of CFMAIL

2000-04-05 Thread Chris Evans
? This is very very slow. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Dirk De Bock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 11:27 AM To: [EMAIL PROTECTED] Subject: Re: Speed of CFMAIL On a good day I can have my box spit out 2.000

Re: More Allaire newsgroups

2000-04-05 Thread Chris Evans
Here's a link on how to create public newsgroups: http://www.faqs.org/faqs/usenet/creating-newsgroups/part1/ Also, if there is interest in more targeted newsgroups, but not enough to create more public newsgroups, we are willing to host them here. Chris Evans [EMAIL PROTECTED] Reuben King

RE: Help: Can arrays be used like queries

2000-04-04 Thread Chris Evans
hing. I don't quite understand that. I've seen a lot of programming, even custom tags, that translate native CF data elements into arrays, when it is easier to use the native data element. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: David Cummins [mailto:[EM

RE: CFLOOP Error???????

2000-04-04 Thread Chris Evans
You can't have multiple selects within a single CFQUERY. It is hard to tell from that small snippet of code what you are trying to do, but I'm guessing there may be a more efficient way to get the data you need without having to run 37 queries. Chris Evans [EMAIL PROTECTED] http

RE: Help: Can arrays be used like queries

2000-04-04 Thread Chris Evans
I always end up using lists rather than arrays, though a list can be thought of as a 1-dimensional array. So I would use a list of structures rather than an array of structures. I find Lists easier to create and maintain than arrays. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com

RE: OT Amazon

2000-04-04 Thread Chris Evans
I patented and trademarked "404 Error" - You'll get my bill for licensing fees in a day or two. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 12:32 PM To: [EMAIL PROTECTED] S

RE: Programatically setting search path for custom tags

2000-04-04 Thread Chris Evans
uot; TEXT="#string#". There is an interesting article about this in the April edition of CFDJ. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 1:23 PM To: [EMAIL PROTECTED] Subject: Prog

RE: Security holes revisited -- reward offered

2000-04-04 Thread Chris Evans
Did you just admit on a public forum to committing fraud , or were you just using that as a hypothetical example? grin Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Tariq Ahmed [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 3:34 PM To: [EMAIL

RE: Programatically setting search path for custom tags

2000-04-04 Thread Chris Evans
this makes sense based on what you want to do. I haven't tested it, but that's what the docs say. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 4:36 PM To: [EMAIL PROTECTED] S

RE: NT to Linux Conversion process

2000-04-03 Thread Chris Evans
. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 2:21 PM To: [EMAIL PROTECTED] Subject: NT to Linux Conversion process I just finished porting a cf site from NT to Linux using CF 4.5. The DB

RE: Connection Failed

2000-04-03 Thread Chris Evans
CFHHTP uses two connections, so if you are using CFCACHE or CFHHTP, you'll wnat to double the number of concurrent connections you are allowing. That is a rough estimate - play around and see what gives you a good balance. And I agree, it does seem a bit inefficient. Chris Evans [EMAIL

RE: being lazy, looking for easy way out

2000-03-30 Thread Chris Evans
. It's not written as a custom tag, but I can give you some startign points if you are still interested. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Nick Call [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 11:25 AM To: [EMAIL PROTECTED] Subject

RE: some high traffic cf websites please

2000-03-30 Thread Chris Evans
in the middle of a developing several new applications written in CF. Chris Evans Webmaster, Victoria's Secret Catalog http://www.VictoriasSecret.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 9:38 AM To: [EMAIL PROTECTED

RE: CFTry Question

2000-03-29 Thread Chris Evans
ated. File is locked or read only. /cfcatch /cftry Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 12:45 PM To: CFTalk Subject: CFTry Question Hi all, How do I return a su

Open source development?

2000-03-29 Thread Chris Evans
( or should there be) where developers can post their fixes, both for other developers to use and for Allaire? Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -- Archives: http://www.eGroups.com/list/cf-talk

RE: A Great Free CFML editor

2000-03-28 Thread Chris Evans
Homesite doesn't come with RDS, Datasource integration, or the debugger - all of which are included with Studio. Homesite is designed to write HTML, Studio is designed to write CF. However, if Studio is too pricey, you can get by quite well with Homesite, and many people do. Chris Evans

RE: Easiest way to get a text file into a List?

2000-03-28 Thread Chris Evans
it to be a standard comma separated list, you can use the ListChangeDelims(list, new_delimiter [, delimiters ]) function. CFFILE ACTION="Read" FILE="full_path_name" VARIABLE="email_list" CFSET lEmailList = ListChangeDelims(email_list,",",CHR(1

  1   2   >