RE: How do I disable view source?

2006-10-05 Thread James Smith
and I'm coming to your house to show you what I learned in crothc-punching class lol Scrubs RULES! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

RE: How do I disable view source?

2006-10-05 Thread Bobby Hartsfield
I knew SOMEONE would have to know the origin of that one ;-) -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 5:08 AM To: CF-Talk Subject: RE: How do I disable view source? and I'm coming to your house to show you what I learned

RE: How do I disable view source?

2006-10-05 Thread Ian Skinner
Try using rfc 1149 http://www.ietf.org/rfc/rfc1149.txt You know, some people just seem to have to much time on their hands. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C

How do I disable view source?

2006-10-04 Thread Will Tomlinson
Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: How do I disable view source?

2006-10-04 Thread Jake Churchill
do everything on the server so only the bare minimum html is generated Will Tomlinson wrote: Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will

Re: How do I disable view source?

2006-10-04 Thread Aaron Rouse
I do not think you can make this happen. I have been to sites that try to prevent it but usually it does not work cross browser correctly or there is always some easy way around it. On 10/4/06, Will Tomlinson [EMAIL PROTECTED] wrote: Hey, Now I'm tryin' to disable the view source in the

RE: How do I disable view source?

2006-10-04 Thread Brad Wood
truly wanted to hide stuff. Of course MS Fiddler can still show all your http traffic including hidden fields being submitted. ~Brad -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 11:41 AM To: CF-Talk Subject: How do I disable view source

RE: How do I disable view source?

2006-10-04 Thread Ian Skinner
Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will Yup, stop developing web applications and only do desk-top. Unfortunately, there is nothing you can do that is 100% fool proof. And

Re: How do I disable view source?

2006-10-04 Thread Charlie Griefer
shut off your web server. On 10/4/06, Will Tomlinson [EMAIL PROTECTED] wrote: Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will

RE: How do I disable view source?

2006-10-04 Thread Peterson, Chris
PROTECTED] Sent: Wednesday, October 04, 2006 1:07 PM To: CF-Talk Subject: [SPAM] RE: How do I disable view source? Will, I think you're going to find that you're gonna get the same answer as your disable the back button question. If people want your html bad enough, they'll get it. Better question

RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
Subject: How do I disable view source? Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will ~| Introducing the Fusion

RE: How do I disable view source?

2006-10-04 Thread Michael E. Carluen
Will, Its: body oncontextmenu=return false; Note that this only disables the right-click-view-source, but the user can still View-Page-Source. This solution works if you have a pop-up that has the toolbar=no setting. Hth. Will Tomlinson wrote: Hey, Now I'm tryin' to disable the

RE: How do I disable view source?

2006-10-04 Thread Ray Champagne
images from being downloaded, you're banned from the list. LOL. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:41 PM To: CF-Talk Subject: How do I disable view source? Hey, Now I'm tryin' to disable the view source

RE: How do I disable view source?

2006-10-04 Thread Dave Francis
Stop writing code that you're ashamed of ;) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:41 PM To: CF-Talk Subject: How do I disable view source? Hey, Now I'm tryin' to disable the view source in the browser. I don't want

RE: How do I disable view source?

2006-10-04 Thread Ray Champagne
R U saying that someone can get my cfm files before they are processed through the CF server? I find that hard to believe -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 1:15 PM To: CF-Talk Subject: RE: How do I disable view source

Re: How do I disable view source?

2006-10-04 Thread Teddy Payne
Questions like this always make me ask, Why? If you don't want certain information invisible to the general populus, use Encrypt() on the pieces you consider sensitive. Teddy On 10/4/06, Michael E. Carluen [EMAIL PROTECTED] wrote: Will, Its: body oncontextmenu=return false; Note that this

RE: How do I disable view source?

2006-10-04 Thread Ben Nadel
: Wednesday, October 04, 2006 12:58 PM To: CF-Talk Subject: RE: How do I disable view source? Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks, Will Yup, stop developing web applications and only do

RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
I'm curious now. What cutting edge, state of the art HTML have you developed over there that you need to hide? Spill it! lol -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 1:10 PM To: CF-Talk Subject: RE: How do I disable view source

RE: How do I disable view source?

2006-10-04 Thread Andy Matthews
it. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:01 PM To: CF-Talk Subject: Re: How do I disable

RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
, October 04, 2006 1:07 PM To: CF-Talk Subject: RE: How do I disable view source? Will, I think you're going to find that you're gonna get the same answer as your disable the back button question. If people want your html bad enough, they'll get it. Better question: what is so secretive about

Re: How do I disable view source?

2006-10-04 Thread Will Tomlinson
LOL!! I figured you guys might be bored with work today, so I thought I'd entertain! Thanks for all the responses! :) Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: How do I disable view source?

2006-10-04 Thread Jake Churchill
- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:01 PM To: CF-Talk Subject: Re: How do I disable view source? I do not think you can make this happen. I have been to sites that try to prevent it but usually it does not work cross browser correctly

RE: How do I disable view source?

2006-10-04 Thread Ian Skinner
R U saying that someone can get my cfm files before they are processed through the CF server? I find that hard to believe I don't think this is possible. There are many tool for FireFox that can view both initial source and generated source.. I don't think so. I read this as Firefox

Re: How do I disable view source?

2006-10-04 Thread Richard Dillman
, 2006 12:41 PM To: CF-Talk Subject: How do I disable view source? Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks

RE: How do I disable view source?

2006-10-04 Thread Ian Skinner
Hell lets disable the user!! NOW That could be a really useful capability. Let's get a community project started! -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run.

Re: How do I disable view source?

2006-10-04 Thread Zaphod Beeblebrox
I use the URL_to_bmp tag and deliver every page as bmp screencap. It's very nice that way because I don't need to worry about how it looks on each browser. I'm thinking of switching to gif or even png to cut down on my bandwidth cost. On 10/4/06, Will Tomlinson [EMAIL PROTECTED] wrote: Hey,

Re: How do I disable view source?

2006-10-04 Thread Aaron Rouse
They figured out how to use the STRONG tag instead of the B On 10/4/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: I'm curious now. What cutting edge, state of the art HTML have you developed over there that you need to hide? Spill it! lol -- Aaron Rouse http://www.happyhacker.com/

RE: How do I disable view source?

2006-10-04 Thread Andy Matthews
Subject: RE: How do I disable view source? R U saying that someone can get my cfm files before they are processed through the CF server? I find that hard to believe -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 1:15 PM To: CF-Talk

Re: How do I disable view source?

2006-10-04 Thread Josh Nathanson
If you disable the user, then you have to make your site 508 compliant. Heh. -- Josh - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 04, 2006 11:03 AM Subject: RE: How do I disable view source? Hell lets

Re: How do I disable view source?

2006-10-04 Thread Claude Schneegans
I don't want anyone to see my generated html. So don't publish it on the WEB! This has been discussed many times. This idea is considered simply trivial: You can hide your source only to people having absolutely no skill in HTML and wouldn't know what to do with it if they could see it anyway.

RE: How do I disable view source?

2006-10-04 Thread Jacob
12:41 PM To: CF-Talk Subject: How do I disable view source? Hey, Now I'm tryin' to disable the view source in the browser. I don't want anyone to see my generated html. Anyone have any ideas on this one? Thanks

Re: How do I disable view source?

2006-10-04 Thread Claude Schneegans
This solution works if you have a pop-up that has the toolbar=no setting. AND the user is not using FireFox and doesn't know how to hit ctrl-U on his keyboard ;-/ AND ... -- ___ REUSE CODE! Use custom tags; See

Re: How do I disable view source?

2006-10-04 Thread Jake Churchill
Talk about malicious ActiveX Ian Skinner wrote: Hell lets disable the user!! NOW That could be a really useful capability. Let's get a community project started! -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | |

RE: How do I disable view source?

2006-10-04 Thread Sandra Clark
and Accessibility -Original Message- From: Josh Nathanson Sent: Wednesday, October 04, 2006 2:33 PM To: CF-Talk Subject: Re: How do I disable view source? If you disable the user, then you have to make your site 508 compliant. Heh. -- Josh - Original Message - From: Ian

RE: How do I disable view source?

2006-10-04 Thread Michael E. Carluen
to do that? on other posts as well? But as always, its more fun to answer the how, than the why. :-) -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 11:48 AM To: CF-Talk Subject: Re: How do I disable view source? This solution

RE: How do I disable view source?

2006-10-04 Thread Snake
LOL, that's like me asking how do I stop people seeing my tattoos... If you don't want someone to see it, don't put it in public view. The internet is public. I can assure you that there is nothing in your source that hasn't already been seen/done 1000's of times before. -- Snake

Re: How do I disable view source?

2006-10-04 Thread Denny Valliant
Heh. Just do what the Broadcasting companies do. Maybe you could add something like: YOUR BROWSER USED THE ONE LEGAL LOOK YOU HAD Man, the FCC won't let me be / or let me be me. something. something. On 10/4/06, Will Tomlinson [EMAIL PROTECTED] wrote: Hey, Now I'm tryin' to disable the view

Re: How do I disable view source?

2006-10-04 Thread Charlie Griefer
you've obviously never seen Will's code... :) On 10/4/06, Snake [EMAIL PROTECTED] wrote: LOL, that's like me asking how do I stop people seeing my tattoos... If you don't want someone to see it, don't put it in public view. The internet is public. I can assure you that there is nothing in

RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
and Charlie slips in for the kill! lol -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 6:57 PM To: CF-Talk Subject: Re: How do I disable view source? you've obviously never seen Will's code... :) On 10/4/06, Snake [EMAIL

Re: How do I disable view source?

2006-10-04 Thread Alan Rother
The short answer to this question is, you can't stop someone from seeing your code. You can do all sorts of tricks to make it a pain in the a** to see the source, but for those of us who have been doing this awhile, there is nothing you can do to prevent us from seeing the rendered html that is

Re: How do I disable view source?

2006-10-04 Thread Casey Dougall
On 10/4/06, Snake [EMAIL PROTECTED] wrote: I can assure you that there is nothing in your source that hasn't already been seen/done 1000's of times before. -- I think this is the problem. He's using cfhttp and hijacking some code from a competitors site and then just swapping out the

Re: How do I disable view source?

2006-10-04 Thread Alan Rother
Actually, I did forget, there is one method of preventing someone from reading your html Try using rfc 1149 http://www.ietf.org/rfc/rfc1149.txt -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer ~|

RE: How do I disable view source?

2006-10-04 Thread Snake
I have heard about it though, wouldn't it produce a medusa effect if you looked at it :-) -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: 04 October 2006 23:57 To: CF-Talk Subject: Re: How do I disable view source? you've obviously never seen Will's code

Re: How do I disable view source?

2006-10-04 Thread Larry Lyons
Actually, I did forget, there is one method of preventing someone from reading your html Try using rfc 1149 http://www.ietf.org/rfc/rfc1149.txt Its been done: http://www.blug.linux.no/rfc1149/ CPIP is now a reality :/ ~|

Re: How do I disable view source?

2006-10-04 Thread Will Tomlinson
I have heard about it though, wouldn't it produce a medusa effect if you looked at it :-) Dude, my apps are like a nuclear reactor! They produce some serious power, but when somethin goes wrong, it can be quite violent. Kinda like dave's bowel movements. Will