Re: OT: Advice on Max number of files in a dir.

2004-06-29 Thread Chris Maloney
There isn't a limit to the number of files you can have in a directory.The only time you will begin to notice a performance slow down is when you list the directory. Chris - Original Message - From: J M [EMAIL PROTECTED] Date: Tue, 29 Jun 2004 09:15:30 -0400 Subject: OT: Advice on Max

RE: Kill the President

2001-07-18 Thread Chris Maloney
What an impressive show of immaturity. -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 6:55 AM To: CF-Talk Subject: Re: Kill the President WOT But try this drop dead you commie puke lousy hippies - Original Message - From:

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Chris Maloney
I haven't reviewed how the macromedia license handles these aspects, but what is interesting to note is this, Yes, it isn't exactly a 'moral' thing to decrypt someone else's tag and use their code. You could likely be confronted with some serious copyright infringement legal issues from the

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Chris Maloney
True, I think my point was more in finding humor in the fact that a simple call to technical support would resolve the issue :) I've never actually looked at what CF generates for encrypted content but I assume that the key is stored with in the encrypted file or that CF has a 'master' key for

RE: IE 6

2001-06-07 Thread Chris Maloney
win2k running the beta of IE6 works fine for viewing source and images save fine. Only issue I have is that if you hit a non-working url it displays the error, however if you enter another non-working url it will sit and act like it's trying to load a page. That's about the biggest bug I've

RE: the dbl devil

2001-05-11 Thread Chris Maloney
Megan, Provided you are using CF4.5.x you should be able to use the cfusion_dbconnections_flush() function to release the database. You do need to make sure that from the time you release the connection to the time you delete the database or replace it that no database accesses are done,

RE: Replace #'s Function!!

2001-05-10 Thread Chris Maloney
try this and see what happens... cffile action=READ file=d:\code.txt variable=code cfset code = Replace(code, ##, , ALL) cfoutput#code#/cfoutput Chris -Original Message- From: bfalloon [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 1:07 AM To: CF-Talk Subject:

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread Chris Maloney
I spent 20 mins looking around trying to find information on the 'demise' of Specta and did not find a thing. I am curious where you obtained this information, as far as I can tell Spectra is still a completely viable product. Chris -Original Message- From: Steve Vosloo [mailto:[EMAIL

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread Chris Maloney
Thanks...I finally came across that email, but from what I could tell there was nothing on the Allaire/Macromedia site about it which seems a little odd to me. Chris -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 8:59 AM To: CF-Talk Subject:

RE: Pinging an email address

2001-05-09 Thread Chris Maloney
There is no explicit way to 'ping' an email address the best and only way to do it is send an email to that address. If the host rejects the email the address is invalid. If the email is accepted it's likely valid. Typically the best way to verify an email address is to have the user click on

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Chris Maloney
Robert, Considering I've seen other replies to this post that were considerably inaccurate, I'll give you a proper solution. The way to solve this problem is to take the data from the database write it to a file and then use cfinclude to include the file back in and thus have the code executed.

RE: syntax error when inserting date

2001-05-09 Thread Chris Maloney
Actually the problem is that you have a field in your database named 'Date' this is a reserved word and cannot be used as a field name in your db. Try changing the field name to something like 'mydate' or some other equivalent and try your code again, you will likely see better results. Chris

RE: ASP NumberFormat

2001-05-08 Thread Chris Maloney
Nathan, At first only your newsletters made me wonder about your lack of professionalism. Chris -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 10:58 AM To: CF-Talk Subject: RE: ASP NumberFormat Your treading on THIN ICE mentioning that

RE: Report

2001-04-26 Thread Chris Maloney
Considering you didn't paste any errors that you have received with this the first thing I suggest you do is change the name of your date field from 'Date' to something else like 'myDate'. 'Date' is a reserved word in SQL and frequently causes problems because Access will not warn you of this

RE: ORACLE DATE INSERT ERROR.. Help.

2001-04-26 Thread Chris Maloney
Your parenthesis are incorrect... your CF code should be this cfquery name=requestInsert datasource=#Application.SMInfo# INSERT INTO emirf (FIRST_NAME, REQUEST_DATE, LAST_NAME) VALUES ( '#form.first_name#', to_date('#DateFormat(Now(),'DD-MMM-')#','DD-MMM-'), '#form.last_name#') /cfquery

RE: generating report like crystal report with coldfusion...

2001-02-22 Thread Chris Maloney
Look up the cfreport tag in the manual. It will generate Crystal Reports for you. Chris -Original Message- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:56 AM To: CF-Talk Subject: generating report like crystal report with coldfusion... Hi,

RE: What are some options for generating large outputs

2001-02-14 Thread Chris Maloney
t;i=i+1) { WriteOutput(" #myquery.username[i]# #myquery.firstname[i]# #myquery.lastname[i]\n"); } /cfscript /pre Chris Maloney -Original Message- From: Larry W. Virden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:17 AM To: CF-Talk Subject: What are s

RE: Dave's Burning Rant (WAS: virus comments)

2001-02-13 Thread Chris Maloney
ttle truth into that statement? Chris Maloney -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:43 AM To: CF-Talk Subject: RE: Dave's Burning Rant (WAS: virus comments) 30 Million Lemmings can't be wrong -Original Message

RE: error?

2001-02-12 Thread Chris Maloney
Jay, if you could include the code that caused the error it would help out. Chris Maloney -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 5:53 PM To: CF-Talk Subject: error? has anyone ever seen this error? if so what does it mean? ive