RE: Where's Advanced Security?

2002-05-04 Thread Dave Watts
So will it be possible in CF MX Pro to limit the resources a hosted customer can access based on the directory in which his templates are or not? Not with CF MX Pro's feature set alone, I don't think. You only get one big sandbox in CF MX Pro. BTW, giving a price cut is not an option.

RE: SQL Server permission question

2002-05-04 Thread Dave Watts
does nayone know of a way to allow a user to only have permission to execute stored procedures in sql server and not select, update, insert, delete permissions directly? i want people to only be able to access the data in my database from a sp and not directly using select,

RE: Who wants a free Mac?

2002-05-04 Thread Owen Leonard
Can you figure out how the tip would be applicable for DWMX and submit that? Not if my tip is, Assign keyboard shortcuts to your snippets to make hand coding faster and more efficient! ;-) -- Owen While you're getting your tips/entries on, check out the tips already in there

Re: Where's Advanced Security?

2002-05-04 Thread Jochem van Dieten
Dave Watts wrote: So will it be possible in CF MX Pro to limit the resources a hosted customer can access based on the directory in which his templates are or not? Not with CF MX Pro's feature set alone, I don't think. You only get one big sandbox in CF MX Pro. Yup. Christine already

New type of thread error in Server Log

2002-05-04 Thread Webapper
I just encountered this error in a server log we are troubleshooting: - !! CFTrace::logThread(2928) has no entry for thread 2928 Has anyone seen that before? the thread shown ID was in the log prior to this message as an unresponsive up to 1 and then zero repeatedly. It is just this message

[no subject]

2002-05-04 Thread Amin Zagallai
Someone (possibly you) has requested that your email address be added to or deleted from the following mailing list : [EMAIL PROTECTED] If you want this action to be taken, please send a message to: [EMAIL PROTECTED] Your message must include the following four lines, which can be given

RE: Problem with CFHeader and CFCONTENT

2002-05-04 Thread Dave Watts
I'm having a problem with the CFHeader tag and the CFContent tag combination and hoped someone had a way around it. I am trying to force browsers to download a file rather than launching it in their plugins while also masking the actual location of the file. Take a look here and see

RE: Performance Tuning Metrics Help

2002-05-04 Thread Dave Watts
I am on the verge of finishing an application and I am starting to do some performance testing. One requirement sent to me by the executives is that the app must be able to support 250 simultaneous users at a time. My question is, what exactly constitutes 250 simultaneous users? Is

RE: Performance Tuning Metrics Help

2002-05-04 Thread Matt Liotta
A couple of additionally recommendations. First, it might be cheaper for you to hire a contractor to help you than for you to figure things out on your own. Generally, a person who has been through these things before is going to be able to help you much faster. If you need help finding someone

RE: Problem with CFHeader and CFCONTENT

2002-05-04 Thread Mark Leder
Great examples Dave. How would I wrap this around an image, so that when I click the image, it fires the code and starts the download? Thanks, Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 10:44 AM To: CF-Talk Subject: RE: Problem

RE: Problem with CFHeader and CFCONTENT

2002-05-04 Thread Mark Leder
Duh - I figured it out, just call a separate template with the code it it. Thanks, Mark -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 12:07 PM To: CF-Talk Subject: RE: Problem with CFHeader and CFCONTENT Great examples Dave. How would I

CF Admin Settings listing

2002-05-04 Thread Webapper
We need to print a list of CFAdminstrator settings anyone know where this list is maintained so we can print it. Mike Brunt, CTO Webapper http://www.webapper.com Tel: 562.243.6255 Instant Messaging AIM: webappermb Webapper, Downey CA Office Webapper - Making the NET Work

Re: CF Admin Settings listing

2002-05-04 Thread Jochem van Dieten
Webapper wrote: We need to print a list of CFAdminstrator settings anyone know where this list is maintained so we can print it. Make a registry dump of HKLM\Software\Allaire\ColdFusion\ Jochem __ Signup for the Fusion

Performance (array or database)

2002-05-04 Thread Douglas Brown
I am making a coldfusion chat system and I am wondering what the best way to handle things is. I was thinking about just using an array for it, but the thought also crossed my mind as far as using a DB. I would like to get some suggestions as to which would perform better? I will be refreshing

RE: Performance (array or database)

2002-05-04 Thread Matt Liotta
If you have no reason to persist the data than go with an in-memory (array) solution. -Matt -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 12:33 PM To: CF-Talk Subject: Performance (array or database) I am making a coldfusion chat

OT: Terms Conditions

2002-05-04 Thread David Hannum \(Ohio University\)
Does anybody have a good example of a Terms Conditions they use for web development. We're developing one and I really don't have a feel for what all it should contain. Is there an example on the web anywhere. I see plenty for use of a site, but I need one for the customer's use of what we

RE: CF/SQL service setup

2002-05-04 Thread Dave Watts
I'm curious to know how any CF admins out there have setup a multi-server configuration. I've recently been tasked to look at/improve our security setup here at work. Currently we have a web/cf server (IIS 5.0 and CF 5.0) running on W2K server. On another server we have NT4 with SQL

RE: Terms Conditions

2002-05-04 Thread John Wilker
You might try builder.com and/or techrepublic.com They have some pretty good templates. J. John Wilker Web Applications Consultant, and Author Macromedia Certified ColdFusion Developer President/Founder, Inland Empire CFUG. www.red-omega.com Life is an opportunity, benefit from it. Life is

RE: CF Performance Monitor on Solaris

2002-05-04 Thread Dave Watts
I am trying to convince my boss it's time to upgrade our servers. We are an ASP and we provide and host many applications for county governments and school districts in our area. We are currently running 2 SPARC IIi 450s with 512 megs of ram. We are running Solaris 8 on those servers.

RE: Terms Conditions

2002-05-04 Thread Eric J Hoffman
I think there might be one at www.coollawyer.com ...Regards, Eric J. Hoffman Director of Internet Development DataStream Connexion, LLC (formerly Small Dog Design) -Original Message- From: David Hannum (Ohio University) [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 4:43 PM

RE: CF/SQL service setup

2002-05-04 Thread Lee Fuller
And now (eh hem) if you'd just put some in the southern california area.. nudge nudge :) (of course, we've discussed this before :) Lee | Note that application and server security are very complex | topics, and the more you learn, the better. If you're | interested, Fig Leaf

cfset var1 = or EQ var2

2002-05-04 Thread Brian Scandale
What's the Difference between these two? cfset SomeVar = SomeOtherVar vs cfset SomeVar EQ SomeOtherVar I've been chasing a bug using the latter expression for 10 hours... until I noticed the improper use of EQ. No compile error was generated these last 10 hours making me think that perhaps

cfif failure?

2002-05-04 Thread Brian Scandale
Whats up with this ? Seems like the comparison is allowing any 'ole case to cause the cfif compare to be 'true'. cfset asod = tobinary(theUser.pw) cfset asod = tostring(asod) cfset asod = cfusion_Decrypt(asod, Hash(UCase(theUser.UserName))) cfif asod EQ Attributes.password cfset

RE: cfset var1 = or EQ var2

2002-05-04 Thread Matt Liotta
Any valid expression can be inside of a cfset tag. Comparing two variables is a valid expression. -Matt -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 4:40 PM To: CF-Talk Subject: cfset var1 = or EQ var2 What's the Difference

Re: cfset var1 = or EQ var2

2002-05-04 Thread Douglas Brown
The first one is setting someVar to the value of someOthervar, while the second is comparing the two. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, May 04, 2002 5:01 PM Subject: RE: cfset

RE: cfset var1 = or EQ var2

2002-05-04 Thread Brian Scandale
Thanks for the info Matt can you give me an example of how one would use the second expression in my mind it just seems that it would be used to set SomeVar... what??? true or false? Is that what it was doing? At 05:01 PM 5/4/02 -0700, you wrote: Any valid expression can be

RE: cfset var1 = or EQ var2

2002-05-04 Thread Matt Liotta
There really is no reason to ever have a comparison in a cfset tag as you can't do logic with it or assign the result to a value. Most likely the programmer made a mistake and since CF never threw an error, he or she didn't notice. -Matt -Original Message- From: Brian Scandale

RE: cfset var1 = or EQ var2

2002-05-04 Thread Brian Scandale
that was me... took me forever to catch the error... i kept looking at the code... damn... cfset eq blah... ...but it wold not take the value. maddening!! ;) brian At 07:11 PM 5/4/02 -0700, you wrote: There really is no reason to ever have a comparison in a cfset tag as you can't do

RE: CF/SQL service setup

2002-05-04 Thread Dave Watts
And now (eh hem) if you'd just put some in the southern california area.. nudge nudge :) (of course, we've discussed this before :) I think we're working on this, actually. It'll probably take some time, though. Fortunately, you'll get the revised CF MX-specific version. Dave Watts, CTO,

RE: cfif failure?

2002-05-04 Thread Dave Watts
Whats up with this ? Seems like the comparison is allowing any 'ole case to cause the cfif compare to be 'true'. cfset asod = tobinary(theUser.pw) cfset asod = tostring(asod) cfset asod = cfusion_Decrypt(asod, Hash(UCase(theUser.UserName))) cfif asod EQ Attributes.password cfset

Re: cfset var1 = or EQ var2

2002-05-04 Thread Justin Scott
There really is no reason to ever have a comparison in a cfset tag as you can't do logic with it or assign the result to a value. Most likely the programmer made a mistake and since CF never threw an error, he or she didn't notice. Actually, you can use operators to set a variable to a

RE: cfset var1 = or EQ var2

2002-05-04 Thread Matt Liotta
I challenge someone to come up with an useful example. The one you provided... cfset variables.isCorrectPW = form.password eq myQuery.password cfif not variables.isCorrectPW cflocation url=login.cfm /cfif is a complete waste that can be better written as. cfif form.password neq

Re: cfset var1 = or EQ var2

2002-05-04 Thread Justin Scott
I challenge someone to come up with an useful example. The one you provided... is a complete waste that can be better written as. As an answer to your challenge I agree that example I posted is pretty useless. Good thing I posted that before you actually put the challenge out there, whew.

Re: cfset var1 = or EQ var2

2002-05-04 Thread Brian Scandale
Justin, Matt, Ok, I get it now... Thanks for the heads up. At 12:08 AM 5/5/02 -0400, you wrote: There really is no reason to ever have a comparison in a cfset tag as you can't do logic with it or assign the result to a value. Most likely the programmer made a mistake and since CF never

cfhttp in MX is still hosed...

2002-05-04 Thread Jon Hall
Does anyone know how to stop cfhttp from automatically urlencoding form field values in CF5 or MX? I take back my inner jubilation about cfhttp. How does one totally rewrite an enire codebase and still keep the screwed up parts?