RE: Unsubsribe me!!!!!

2001-08-21 Thread Lee Fuller
Try using th information at the bottom of each message sent by this list... Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists -Original Message- From: Isaac Shi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:20 AM To: CF-Talk Subject: Unsubsribe

RE: Denial Of Service Attacks

2001-08-13 Thread Lee Fuller
. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 2:26 AM To: CF-Talk Subject: RE: Denial Of Service

RE: Denial Of Service Attacks

2001-08-10 Thread Lee Fuller
Take a look at www.etinc.com, specifically their BWMGR product line. We use it. I simply find the attacking IP(s) and drop their packets. Of course, this is only good if your pipe is bigger than theirs. But that's a risk you take anywhere. Lee Fuller Chief Technical Officer PrimeDNA

RE: Zachary Bedell

2001-08-09 Thread Lee Fuller
Hey Will... We got your message 15 times... Are you spamming us? ;) -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 7:22 AM To: CF-Talk Subject: RE: Zachary Bedell Hey Bruce I got your message 3 times. are you

RE: buying/leasing SQL

2001-08-08 Thread Lee Fuller
Is it just me, or is everyone getting multiple copies or this message from Zachary? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

One More Time.. Deleting a Listed Project?

2001-08-07 Thread Lee Fuller
Thought I'd try this again, since the last time, it seemed so confusing. ;) In Studio 4.5, I have 4 projects listed in the drop-down. One of them is gone, and does not function, yet I cannot seem to delete the project off the drop-down list. The project itself is deleted, and this item simply

RE: Cold Fusion Developer - beginner

2001-08-07 Thread Lee Fuller
Speak for yourself. ;) Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Schlosser, JoAnn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 12:27 PM To: CF-Talk

RE: Array i think

2001-08-07 Thread Lee Fuller
Hip.. Hip.. Array! (sorry.. Just had to do that) ;) -Original Message- From: David Misha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 2:43 PM To: CF-Talk Subject: Array i think I have: cfset my_list = Dogs,Cats,Mouse,Elephant cfset colors =

Recordcount/Query Strangeness..

2001-07-31 Thread Lee Fuller
Ok.. Now I think I'm going nutz. This is completely crazy. When running this code... 1: cfif not isdefined(citysearch.recordcount) 2: cfset citysearch = 0 3: NOT! 4: cfabort 5: cfelse 6: cfset citysearch = #citysearch.recordcount# 7:

RE: Recordcount/Query Strangeness..

2001-07-31 Thread Lee Fuller
scope variable and a query resultset that use the same name, because it confuses CF Server. But it might work if you specify the VARIABLES. scope to differentiate the two. Kevin Langevin UsWebGuys 954-612-2136 [EMAIL PROTECTED] -Original Message- From: Lee Fuller [mailto

RE: Bar codes

2001-07-30 Thread Lee Fuller
Jacob, Try this... http://devex.allaire.com/developer/gallery/SearchResults.cfm?Keywords=ba rcodesubmit=searchcategory=*searchOptions=0 Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message

RE: Got the fellow, but....

2001-07-30 Thread Lee Fuller
Agreed -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 11:53 AM To: CF-Talk Subject: Re: Got the fellow, but You're going to see a lot of these. If it's just someone doing this from his home computer and he's got a fixed IP,

RE: Got the fellow, but....

2001-07-30 Thread Lee Fuller
Yeah.. What are they asking for them now? Lee -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 12:41 PM To: CF-Talk Subject: Re: Got the fellow, but This is why we keep BlackIce on all of our servers, and set it to accept

RE: Something wrong with my CFIF

2001-07-30 Thread Lee Fuller
The DB field isn't .. It's most likely NULL. Try using ISNULL and/or wrap the var with TRIM.. i.e., #trim(myvar)#. That will remove any extraneous spaces.. Etc. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com

RE: Something wrong with my CFIF (to Lee Fuller)

2001-07-30 Thread Lee Fuller
No.. It doesn't. Take a look at the ISNULL CF function. Lee -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 3:32 PM To: CF-Talk Subject: RE: Something wrong with my CFIF (to Lee Fuller) I think CF treats Null

RE: To hell with it all......

2001-07-30 Thread Lee Fuller
Internet thing -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 6:59 PM To: CF-Talk Subject: RE: Something wrong with my CFIF (to Lee Fuller) No.. It doesn't. Take a look at the ISNULL CF function. Lee -Original

RE: To hell with it all......

2001-07-30 Thread Lee Fuller
, 2001 3:57 PM To: CF-Talk Subject: To hell with it all.. I say to hell with this whole Internet thing -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 6:59 PM To: CF-Talk Subject: RE: Something wrong with my CFIF (to Lee

DateAdd Strangeness? (Or is it me?)

2001-07-28 Thread Lee Fuller
Try this... cfset nextq = #month(dateadd(q, 1, now()))# cfoutput #nextq# /cfoutput You should get (if you try this in July) the month returned as 10... No problem. However.. Try this... cfset newdate = 3/5/2001 cfset nextq = #month(dateadd(q, 1, newdate))# cfoutput #nextq# /cfoutput And

RE: DateAdd Strangeness? (Or is it me?) --it's you!!

2001-07-28 Thread Lee Fuller
AM To: CF-Talk Subject: Re: DateAdd Strangeness? (Or is it me?) --it's you!! First the date is in mm/dd/ format and 3 represents 1st quarter so adding another 1 quarter results in 6.. by the way a quarter is 3 months. - Original Message - From: Lee Fuller [EMAIL

RE: Blatant advertising (you have been warned)

2001-07-26 Thread Lee Fuller
Here here! Lee -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 6:37 AM To: CF-Talk Subject: RE: Blatant advertising (you have been warned) Just ordered it! even though we cant afford 5 just yet. also would be nice if

RE: Blatant advertising (you have been warned)

2001-07-25 Thread Lee Fuller
Oh you capitalist you!! :) Glad to hear it Ben. Already have mine on order. (Unless me being your personal water-boy is worth a free copy!? ;) As always.. Take care. Lee -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 6:56

RE: Winnt Logons (?)

2001-07-20 Thread Lee Fuller
LOL (That's cruel!) -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 3:08 PM To: CF-Talk Subject: RE: Winnt Logons (?) Yes, it is possible. -Original Message- From: Langford, Bryan [mailto:[EMAIL PROTECTED]] Sent:

RE: Does CF 4.5 Pro Support Advanced Security?

2001-07-20 Thread Lee Fuller
Correct -Original Message- From: Tony Garrido [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 3:31 PM To: CF-Talk Subject: Does CF 4.5 Pro Support Advanced Security? I'm trying to setup CF 4.5 Pro to use NT Authentication, I can't find the screens to set this up, so

RE: Winnt Logons (?)

2001-07-20 Thread Lee Fuller
on this list. (Although you all know who you are... ;) Just my .02... Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Langford, Bryan [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: CF trojen? BackdoorJY.sv

2001-07-19 Thread Lee Fuller
of us who do run Index Server, etc., in the clear. ;) Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 11:13

RE: Open source content management who wants to join

2001-07-19 Thread Lee Fuller
We REALLY didn't need to hear that .. little over a third of my lifetime... remark when speaking about 6 years, Stephen. grin Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com (Feeling older than before

RE: ColdFusion Server Professional

2001-07-19 Thread Lee Fuller
this helps... Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Parra, Fernando [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:32 PM To: CF-Talk Subject: RE: ColdFusion

RE: An official Apology

2001-07-18 Thread Lee Fuller
Actually.. It sounds like someone upstairs got wind of the thread, and wanted an official stand on the issue.. And QUICKLY. -Original Message- From: Brandon Wood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 8:30 AM To: CF-Talk Subject: Re: An official Apology I

RE: Open source content management who wants to join

2001-07-18 Thread Lee Fuller
I'm interested. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: CF5 new features?

2001-07-18 Thread Lee Fuller
Look at the online docs... That's included as a separate piece. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: CF trojen? BackdoorJY.sv

2001-07-18 Thread Lee Fuller
this each hour, to make sure we were up-to-date. Great free tool. HTH Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July

RE: Help -- Has anyone seen this error?

2001-07-17 Thread Lee Fuller
. FORM ACTION=blah.cfm ENCTYPE=multipart/form-data -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 15:36 To: CF-Talk Subject: Help -- Has anyone seen this error? Have a piece of cffile code that's working fine on one site

RE: Help -- Has anyone seen this error? (Oops.. Didn't fixt it)

2001-07-17 Thread Lee Fuller
you are receiving. FORM ACTION=blah.cfm ENCTYPE=multipart/form-data -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 15:36 To: CF-Talk Subject: Help -- Has anyone seen this error? Have a piece of cffile code that's working fine on one

RE: Problem Uploading with CFFile

2001-07-17 Thread Lee Fuller
: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:09 PM To: CF-Talk Subject: RE: Problem Uploading with CFFile Do you have the enctype=multpart/form-data attribute in your form tag? you need it to upload jeff -Original Message- From: Lee Fuller [mailto

Problem Uploading with CFFile

2001-07-16 Thread Lee Fuller
Have a piece of code that's working fine on one site, and receives this error on another: Error in CFFILE tag The form field specified in the CFFILE tag (PHOTO1) does not contain an uploaded file. Pleasebe sure that you have specified the correct form field name. Anyone

test

2001-07-16 Thread Lee Fuller
Just testing... ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Help -- Has anyone seen this error?

2001-07-16 Thread Lee Fuller
Have a piece of cffile code that's working fine on one site, and receives this error on another: Error in CFFILE tag The form field specified in the CFFILE tag (PHOTO1) does not contain an uploaded file. Pleasebe sure that you have specified the correct form field name.

SOT: Remove dead projects from Studio drop-down list?

2001-07-15 Thread Lee Fuller
Has anyone figured out how to remove a project from the drop-down in Studio, when that project is dead or has been deleted (either on purpose or by mistake)? I can't seem to get the little bugger off that drop-down menu. TTAIA PS - This is the second send to the list. The last came back

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
You'll have to wrap the CFMAIL in a CFLOOP. Loop through the query, and do a CFMAIL for each matching criterion. -Original Message- From: Jim Watkins [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:27 AM To: CF-Talk Subject: Sending one CFMAIL How can I send email

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Or the other way around ;) -Original Message- From: Robert Segal [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:58 AM To: CF-Talk Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE

RE: Licensing Search Engine Results

2001-07-15 Thread Lee Fuller
I think the more important question is would you WANT other search results? Lee -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 12:05 PM To: CF-Talk Subject: WOT: Licensing Search Engine Results Can anyone recommend a

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Right... That's why I corrected myself. Robert's solution was correct. Lee -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 2:03 PM To: CF-Talk Subject: RE: Sending one CFMAIL Wouldn't the other way around send 50

RE: Sorting on Two Queries

2001-07-13 Thread Lee Fuller
Sure Dave.. Are you using CF5? If so, there is a new feature called Query-a-Query. You can actually set a query to run on an existing query's values. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com

RE: Unable to Access Administrator/Localhost

2001-07-12 Thread Lee Fuller
An NT #2 error means that the engine saw the request, but couldn't pass it on to CF, most likely because CF wasn't running, or died, while the request was being made. Hate to make it sound so simplistic.. But you're sure that CF is running.. Yes? Grin -Original Message- From: Yvette

RE: URL Hacks - Solution

2001-07-12 Thread Lee Fuller
Josh, Where is the script now? Is it available? I must have missed that if it was. Thanks. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com ~~ Structure your

RE: Unable to Access Administrator/Localhost

2001-07-12 Thread Lee Fuller
reinstalling CF. Live is good again ;-)) Thanks for responding. Yvette Ingram Brainbench Certified ColdFusion 4.5 Programmer Email: [EMAIL PROTECTED] or [EMAIL PROTECTED] ICQ: 21200397 Website: http://www.tkisolutions.com - Original Message - From: Lee Fuller [EMAIL

RE: need to find host that supports cfx_pgp

2001-07-12 Thread Lee Fuller
We support it.. www.aaawebhosting.com Lee -Original Message- From: Megan Cytron [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 12:03 PM To: CF-Talk Subject: need to find host that supports cfx_pgp Does anyone have any leads on a host that supports the

RE: OT - Allaire website

2001-07-10 Thread Lee Fuller
Can't say I've had that happen. Most of my Dev-Exchange searches take less than 20 seconds.. tops. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Zac Belado [mailto:[EMAIL

What are YOUR settings? (CF Security)

2001-07-10 Thread Lee Fuller
interest. I'm building a report for the board, and thought the input from others would help. Can you reply to me off-list and let me know? It would be GREATLY appreciated! Thanks! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http

RE: URL Hacks - Solution

2001-07-10 Thread Lee Fuller
Josh, Do keep us all posted as to the outcome of all this. There are those of us who will, no doubt, want to jump right on any solutions you find. If you need a list to keep up with this, let me know and I'll create a temporary (or permanent if needed) list to accommodate. Take care... Lee

RE: Mailings that appear to be from humans?

2001-07-10 Thread Lee Fuller
Create the From as John Doe [EMAIL PROTECTED]. That will handle it for you. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent

RE: WOT (Kinda): Add users to Active Dir via Script?

2001-07-09 Thread Lee Fuller
Hello Dave, I did find the CreateUsers.vbs script.. Thanks! It's not the one I used before.. But it will do nicely for testing purposes. I'm not sure, however, where I would get a list of property values to set using this script. But I'll keep looking around. Also, in searching the Dev

RE: WOT (Kinda): Add users to Active Dir via Script?

2001-07-09 Thread Lee Fuller
Thanks Dave! The first one looks quite nice. Although.. Would you believe??... The dial-in property is not one of the properties it will modify! :( We'll see if the other one does it. Thanks again! Lee -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]]

WOT (Kinda): Add users to Active Dir via Script?

2001-07-08 Thread Lee Fuller
Ok.. Not WAY off topic.. But a bit.. Can't for the life of me find the util (not Addusers.. It's not what will work in this situation) that will add users to the active directory and make them part of a specific global group. I know I've seen it somewhere.. And even tested it. But now can't

RE: Stripping non-alpha characters...

2001-07-05 Thread Lee Fuller
Wow.. thanks again! Wasn't expecting that much of an answer.. but who's complainin'! ;) Will get on this right away.. thanks! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From

RE: cflocation kills my session

2001-07-05 Thread Lee Fuller
Yes.. it's documented in the manuals. Never use a CFLOCATION when you need to store a Session or Cookie VAR. It won't work. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From

RE: Stripping non-alpha characters...

2001-07-04 Thread Lee Fuller
#/cfoutput HTH Dick At 11:13 PM -0700 7/3/01, Lee Fuller wrote: Anyone have a quick, down and dirty method of stripping non-alpha characters, that they'd like to share? Something that would be good to check/strip potential login names for email (as an example). TTAIA! Lee Fuller Chief

Stripping non-alpha characters...

2001-07-03 Thread Lee Fuller
Anyone have a quick, down and dirty method of stripping non-alpha characters, that they'd like to share? Something that would be good to check/strip potential login names for email (as an example). TTAIA! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation

RE: JavaScript var to Cold Fusion var

2001-06-07 Thread Lee Fuller
Someone posted a javascript confirm script a few messages ago, and it was so clean, I wanted to save it.. but I erased it by mistake. Can you repost it.. whoever you are?? :) Thanks! Lee ~~ Structure your ColdFusion code with Fusebox.

RE: Login Management

2001-06-07 Thread Lee Fuller
Yeah... CF_Authorize ;) Lee -Original Message- From: Chaz Scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 1:38 PM To: CF-Talk Subject: Login Management Hi there, Can either of you recommend a nicely built login management application built with

RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Lee Fuller
Hmm... Odd. I do not believe we have ever had that problem before. This is a Pentium IV, 1Ghz system with 2GB's of RAM.. it's quite fast and quite capable. I'm not sure what (on a system like that) would cause this type of problem. Any suggestions? Lee Fuller Chief Technical Officer PrimeDNA

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller
? === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, June

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller
, and a powerful ally it is. - Yoda -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 1:09 PM To: CF-Talk Subject: RE: Progress Meter Example... maxing out CPU? It happens virtually every time. We just load the template and BOOM

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller
explicit. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Lee

RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller
] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 3:47 PM To: CF-Talk Subject: RE: Progress Meter Example... maxing out CPU? Oh no.. just the ones

RE: CF_MAGIC tag!!!!

2001-06-04 Thread Lee Fuller
My guess... difference in how it's called an processed. But I'll wait for other guru's to provide the answer. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Planet CF

Progress Meter Example... maxing out CPU?

2001-06-04 Thread Lee Fuller
Has anyone else noticed that running the Progress Meter examples at http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full causes CFSERVER.EXE to max out the CPU... apparently forever? Just wondering if it's our settings.. or? Lee Fuller Chief Technical Officer PrimeDNA Corporation

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Did anyone ever answer this? I'm curious myself.. specifically on IIS. Lee -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 5:26 PM To: CF-Talk Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] 1. Run 2 instances of

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Ah.. well it would be great to hear how it was done on Apache. I assume we were talking about the Win32 version of Apache? Noticed that 2.0 of Apache doesn't have any binaries for the latest beta. Or did I miss something? Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web

RE: SQL Server 2000

2001-05-31 Thread Lee Fuller
Yes.. it comes with SQL 2000. It's called Enterprise Manager. Take a look at the client tools on the disc. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Art Broussard

RE: How do you to set allow zero length in access 2000 for memo field using sql

2001-05-30 Thread Lee Fuller
Is this kinda like?: How do you carry a table in one hand, bounce a ball off your nose, rattle a chain on your ear, push your favorite pita neighbor into the street in front of a racing car, and eat a pbj sandwich.. all at the same time? Lee -Original Message- From: Mike

RE: New CF Studio?

2001-05-30 Thread Lee Fuller
, and then some, and that they will, indeed, combine to make one product, with Studio going away. Again.. this is RUMOR ONLY. I'm not saying it's true. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com

RE: RealAudio and ColdFusion

2001-05-30 Thread Lee Fuller
there.. in the proper place, etc? And, that your template/code is unable to see it? I.e., can you find OTHER files in that same dir.. just not that one? Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com

RE: RealAudio and ColdFusion

2001-05-30 Thread Lee Fuller
. You might want to see if you can setup something on the side of the broadcast, so that when it begins, it creates a file. When it ends, it deletes it. This may help. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http

RE: CF 5 is out..

2001-05-29 Thread Lee Fuller
The Enterprise version is the only one with the Merant drivers. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Erki Esken [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29

RE: serving jsp

2001-05-29 Thread Lee Fuller
Hello Adrian, Take a look at Macromedia's JRun. http://allaire11.allaire.com/download/showfamily.cfm?DownloadType=Evaluation FamilyID=1953B5EC-7AC0-11D4-849E0010B547F60A Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http

RE: RealAudio and ColdFusion

2001-05-29 Thread Lee Fuller
David, Check CFFILE.. that will do what you want. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: David Grabbe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 12:57 PM

RE: auto-form fill in

2001-05-29 Thread Lee Fuller
up another form with the proper info in the fields, based on a query. And.. I'm sure there are others. HTH Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: S R [mailto:[EMAIL

RE: Compacting .cfm files

2001-05-25 Thread Lee Fuller
Now THAT'S funny! -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 10:11 AM To: CF-Talk Subject: RE: Compacting .cfm files Here's a comparable question: I have a small pickup and I need to haul 42 elephants, but when I load the

RE: Continue processing form based on user input

2001-04-29 Thread Lee Fuller
special JS, etc... Lee Fuller Chief Technical Officer PrimeDNA Corp / AAA Web Hosting Corp We ARE the net. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 9:25 PM To: CF-Talk Subject: Continue processing form based on user input Can

RE: Hosting Service Provider Edition Eliminated

2001-04-29 Thread Lee Fuller
obviously cannot speak for everyone on this list. But I can say that my committment to CF has increased. Thanks, so much, for listening to us. Lee Fuller Chief Technical Officer PrimeDNA Corp / AAA Web Hosting Corp We ARE the net. -Original Message- From: Jeff Whatcott [mailto:[EMAIL

RE: Hosting Service Provider Edition Eliminated

2001-04-29 Thread Lee Fuller
Couldn't agree more... Lee Fuller Chief Technical Officer PrimeDNA Corp / AAA Web Hosting Corp We ARE the net. --- Ben PS For the record, in the future, I think we can do without the foul language that several list participants felt compelled to spew. Those messages were not forwarded

CF5 Hosting License - My Thoughts...

2001-04-28 Thread Lee Fuller
wrong, I'm sure I'll hear about it shortly.) If you choose not to do so, I fear that the first move you're making (raising the cost of doing business with you to a level that many of us cannot justify) may just leave too sour a taste in our mouths to continue down that path. Just my HO.. Lee

RE: From MSSQL7 To SQL 2000

2001-04-18 Thread Lee Fuller
nicer.. For certain. Lee Fuller Chief Technical Officer PrimeDNA Corporation -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 10:40 PM To: CF-Talk Subject: Re: From MSSQL7 To SQL 2000 Anyone know effect if change from MSSQL7 to SQL

RE: Moreover News Feed

2001-04-09 Thread Lee Fuller
Too bad the moreover.com site won't answer. 8( Lee Fuller Chief Technical Officer PrimeDNA Corporation ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

RE: Hosting recommendations

2001-04-05 Thread Lee Fuller
We do all of those things... www.aaawebhosting.com Just a shameless plug! :) Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 4:57 PM To: CF

Strange SQL Error...

2001-04-04 Thread Lee Fuller
Has anyone seen this? There are no "subqueries" going on in this SQL statement.. But yet we get this error. == ODBC Error Code = 21000 () [Microsoft][ODBC SQL Server Driver][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, , =

RE: Win2k

2001-03-21 Thread Lee Fuller
I don't know about that. We've been testing XP for a while now.. And it's pretty nice. Some nice new features. Small things.. But time saving nonetheless. Can't talk about the details.. But it's pretty cool, I think. Although, if I could predict the market, I'd not be sitting here reading

SOT: Do we have any RADIUS gurus in the house?

2001-02-20 Thread Lee Fuller
If so, can you contact me off list? Thanks in advance... Lee Fuller Chief Technical Officer PrimeDNA Corporation ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives

RE: Custom 404 in CF.

2001-02-17 Thread Lee Fuller
The only way to do this is with iEP's redirection (error) handler. It allows for the use of CFM's for error handling/custom 404's.. etc. Lee Fuller Chief Technical Officer PrimeDNA Corporation -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17

RE: advanced list

2001-02-17 Thread Lee Fuller
Strongly support you on this Michael. Sounds like a great idea. I'll be waiting to hear more about it. Lee Fuller Chief Technical Officer PrimeDNA Corporation -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17, 2001 5:28 PM To: CF

RE: ParseDog

2001-02-16 Thread Lee Fuller
I second that vote... -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 8:38 AM To: CF-Talk Subject: Re: ParseDog I vote that we keep from advertising our products on this list. --=@ greg @=-- - Original Message -

SQL 7 vs SQL2k...

2001-02-16 Thread Lee Fuller
Anyone have experience with the upgrade of SQL7 to SQL2K? Negatives.. etc? Just thought I'd ask before trying it. All the docs say it's pretty much a no-brainer.. but we all know what THAT means... Lee Fuller Chief Technical Officer PrimeDNA Corporation

This needs to end... (Was: RE: ParseDog)

2001-02-16 Thread Lee Fuller
that most of us don't need/want/prefer to read this on the list. Expressing your opinion is one thing. Name-calling is another matter altogether. Grow up and move on. Look at it this way... if this is the worst thing that happens to you in your life... consider your self lucky. Why blow a ga

RE: The BETA IS OUT!!!

2001-02-01 Thread Lee Fuller
It's not there. Looks like someone put it online inadvertently and was told to remove it. Word is that it won't be there till tomorrow... ? Oh well.. have waited this long. Guess another day won't hurt. And yes.. the query-a-query is pretty nice! Lee Fuller Chief Technical Officer

RE: BEST Reccomendations for CF Hosting

2001-01-24 Thread Lee Fuller
www.aaawebhosting.com -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 8:24 AM To: CF-Talk Subject: BEST Reccomendations for CF Hosting Any opinions on Hosting firms for CF 4.5 not alot of HD space just something simple.

RE: Web Based SQL Manager

2001-01-12 Thread Lee Fuller
Sure... would like to see it. -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 7:26 AM To: CF-Talk Subject: Web Based SQL Manager Would any of you be interested in a web based SQL Server7 Manager(its free)?

RE: What Does OT Stand For?

2001-01-12 Thread Lee Fuller
OFF TOPIC -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 7:32 AM To: CF-Talk Subject: What Does OT Stand For? ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: Web Based SQL Manager

2001-01-12 Thread Lee Fuller
Consider yourself Knighted, m'lord. grin -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 8:10 AM To: CF-Talk Subject: RE: Web Based SQL Manager There is no catch. Here is how I see things. At one time someone took the time

FYI Only: Mitsubishi Corps (All of them) using CF...

2001-01-09 Thread Lee Fuller
Just thought someone would like to know. Mitsubishi corp(s) are redoing their websites (all of them) in CF. Should be open 1/12. Just an FYI... ~~ Structure your ColdFusion code with Fusebox. Get the official book at

<    1   2   3   4   5   6   >