RE: [ACFUG Discuss] Client side

2006-10-27 Thread Dave Bellevue
it was designed for self service? maybe it's our implementation   Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas KnudsenSent: Friday, October 27, 2006 2:33 PMTo: discussion@acfug.orgSubject: Re: [ACFUG Discuss] Client side On 10/27/06, Dave Bel

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Fennell, Mark P.
} } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Bellevue Sent: Friday, October 27, 2006 2:33 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Client side We did the whole self-service app push thing with .net with great success. All we ne

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Dave Bellevue
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, October 27, 2006 1:33 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side My POV is based upon the fact that anyone who receives the code can modify it to change the data tha

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Douglas Knudsen
On 10/27/06, Dave Bellevue <[EMAIL PROTECTED]> wrote: Because the machines are corporate assets, they are in a controlledenvironment. Formerly, our client machines all had the same corporate imageand all had the .net framework installed and security settings set to allow client side .net code (deli

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
Saxe Sent: Friday, October 27, 2006 11:51 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side Which still doesn't address the quality of the data... Why do you need this info from the client? What is the deployment scenario? Why should any user trust your applet/Active

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, October 27, 2006 11:51 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side Which still doesn't address the quality of the data... Why do you need this info from the

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Dave Bellevue
stand your point of view? Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, October 27, 2006 11:51 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side Which still doesn't address the quality of the data.

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
et the machine. Make any sense? Thanks, Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, October 27, 2006 11:03 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side You can't trust any client side in

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Gerrey . Mary-Catherine
Would something like this be useful? http://www.belarc.com/free_download.html mcg Dave Bellevue <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/27/2006 12:03 PM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject RE: [ACFUG Discuss] Clien

RE: [ACFUG Discuss] Client side

2006-10-27 Thread john . lyons
L PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe > Sent: Friday, October 27, 2006 11:03 AM > To: discussion@acfug.org > Subject: Re: [ACFUG Discuss] Client side > > You can't trust any client side information... so why are HTTP headers any > less reliable than getting

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
October 27, 2006 11:03 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side You can't trust any client side information... so why are HTTP headers any less reliable than getting data from the registry? Also, what kind of data you get depends on the access level of the user. I w

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
Which still doesn't address the quality of the data... Why do you need this info from the client? What is the deployment scenario? Why should any user trust your applet/ActiveX control? Why isn't it spyware? -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "Free speech exercised both in

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Dave Bellevue
s... Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, October 27, 2006 11:50 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side Signed Java Applet > I've been away from CF for a while, but am co

RE: [ACFUG Discuss] Client side

2006-10-27 Thread Dave Bellevue
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe Sent: Friday, October 27, 2006 11:03 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Client side You can't trust any client side information... so why are HTTP headers any less reliable

RE: [ACFUG Discuss] Client side

2006-10-27 Thread axunderwood
Coldfusion would have to be running on the client machine and you'd have to use cfregistry tag. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Bellevue Sent: Friday, October 27, 2006 10:46 AM To: discussion@acfug.org Subject: [ACFUG Discuss] Client s

Re: [ACFUG Discuss] Client side

2006-10-27 Thread john . lyons
Signed Java Applet > I've been away from CF for a while, but am coming back into MX7 > > Need to know what is the best (and/or easiest) way run code on the client > machine - we need to gather information from the registry, find things > like > the machine name (http header vars are not reliabl

re: [ACFUG Discuss] Client side

2006-10-27 Thread Mischa Uppelschoten ext 10
I'd suggest VBScript? http://p2p.wrox.com/topic.asp?TOPIC_ID=2759 /m > I've been away from CF for a while, but am coming back into MX7 Need to know what is the best (and/or easiest) way run code on the client machine - we need to gather information from the registry, find things like the

Re: [ACFUG Discuss] Client side

2006-10-27 Thread Dean H. Saxe
You can't trust any client side information... so why are HTTP headers any less reliable than getting data from the registry? Also, what kind of data you get depends on the access level of the user. I wouldn't let just any code run client side and collect that type of information, its us