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

2000-06-03 Thread Adrian Wright
Sorry, meant to send this off-list. -Original Message- From: Adrian Wright Sent: Friday, June 02, 2000 8:42 AM To: '[EMAIL PROTECTED]' Subject: RE: Another question on performance -- better than lists? Chris, I don't have any test code/results to share with you but I would

RE: Temporary File Downloads

2000-04-26 Thread Adrian Wright
Look at the deletefile attribute of cfcontent. -Original Message- From: Jay Wigginton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 12:02 PM To: [EMAIL PROTECTED] Subject: Temporary File Downloads I am trying to think of a method to create a temporary file download... I am

RE: Query Cache Question

2000-04-20 Thread Adrian Wright
Is the cached query limit on a per server basis or per application basis? -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:32 AM To: [EMAIL PROTECTED] Subject: RE: Query Cache Question This is a good example of a query not to cache this

RE: What's the difference?

2000-04-19 Thread Adrian Wright
The server does not implicitly look in the attribute scope. The scope search order is : 1) local 2) CGI 3) File 4) URL 5) Form 6) Cookie 7) Client -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 1:19 PM To: [EMAIL PROTECTED] Subject: Re:

RE: What's the difference?

2000-04-19 Thread Adrian Wright
If you are not explicit with the attribute scope, then variables within that scope will not be found. Example === Say you have a variable called attribute.test. If you use cfoutput#test#/cfoutput to display the value of attributes.test the server will look in scopes 1 thro 7 for a variable

RE: Alternating the color of table rows

2000-03-31 Thread Adrian Wright
Do it programmatically. Keep a count of the rows. If the count is evenly divisible by 2 use color x otherwise use color y. -Original Message- From: Bogesdorfer, Dan L. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 31, 2000 11:08 AM To: '[EMAIL PROTECTED]' Subject: Alternating the