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 your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255620
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 
 in crothc-punching class lol

Scrubs RULES!




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255670
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255449
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255450
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Brad Wood
There are ways (including encryption) to make it very difficult to view
source for the average user, but keep in mind there is nothing bullet
proof.  If the browser can get the source to generate the page, the user
can get it.  Something like a flash form would be a lot harder to crack
if you 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?

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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255451
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 
anything I've seen is fairly trivial to by pass one way or another.  So 
basically you are able to protect your code from those who don't care.  And the 
ones who care will know how to bypass your attempts to block them.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255454
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255452
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Peterson, Chris
You could always have a base page and just xmlhttp the request using
javascript.  Again, anyone with any experience or debugging tools can
capture and look at that request, but it will stop the casual 'view
source' users.

Chris

-Original Message-
From: Ray Champagne [mailto:[EMAIL 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: what is so secretive about the html that you're
generating?


If your next question is how do I prevent my 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255460
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
Jumble it all up with js and use document.write to put it on the screen.

Put some comments about !-- source code removed -- then put buttload
(that’s a lot) of carriage returns between it and the first line of html
hopefully that’s a doctype ;)

Replace all carriage returns so everything runs together in the view source
and is a pain to cipher

All of those will only trick/detour 5 year olds and people who have no clue
what they are looking at of course.

-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
anyone to see my generated html. Anyone have any ideas on this one?

Thanks,
Will



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255456
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255458
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Ray Champagne
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 the html that you're generating?


If your next question is how do I prevent my 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255457
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
anyone to see my generated html. Anyone have any ideas on this one?

Thanks,
Will



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255461
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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?
 
 I don't think this is possible. There are many tool for FireFox that can
 view both initial source and generated source..
 
 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com
 
 
 -Original Message-
 From: Ian Skinner [mailto:[EMAIL PROTECTED]
 Sent: 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 desk-top.
 
 Unfortunately, there is nothing you can do that is 100% fool proof.  And
 anything I've seen is fairly trivial to by pass one way or another.  So
 basically you are able to protect your code from those who don't care.
 And the ones who care will know how to bypass your attempts to block
 them.
 
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:  This message including any attachments is for
 the sole use of the intended
 recipient(s) and may contain confidential and privileged information.
 Any unauthorized review, use, disclosure or distribution is prohibited.
 If you are not the intended recipient, please contact the sender and
 delete any copies of this message.
 
 
 
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255468
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255465
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How do I disable view source?

2006-10-04 Thread Ben Nadel
I don't think this is possible. There are many tool for FireFox that can
view both initial source and generated source.. 

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: 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 desk-top.

Unfortunately, there is nothing you can do that is 100% fool proof.  And
anything I've seen is fairly trivial to by pass one way or another.  So
basically you are able to protect your code from those who don't care.
And the ones who care will know how to bypass your attempts to block
them.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any attachments is for
the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender and
delete any copies of this message. 






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255463
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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?

You could always have a base page and just xmlhttp the request using
javascript.  Again, anyone with any experience or debugging tools can
capture and look at that request, but it will stop the casual 'view
source' users.

Chris

-Original Message-
From: Ray Champagne [mailto:[EMAIL 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: what is so secretive about the html that you're
generating?


If your next question is how do I prevent my 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255464
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Andy Matthews
I've seen people put hundreds of lines of blank space at the top of the view
source window. It can make people think that view source isn't working.

But really, what's the big deal? If someone really wants your source HTML
bad enough then they'll find a way to get 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 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 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255466
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Bobby Hartsfield
 If your next question is how do I prevent my images from 
 being downloaded, you're banned from the list.  LOL.

 and I'm coming to your house to show you what I learned in
crothc-punching class lol


-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 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 the html that you're generating?


If your next question is how do I prevent my 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255471
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255470
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How do I disable view source?

2006-10-04 Thread Jake Churchill
I agree with whoever said before that you should shut off your web 
server.  That's funny

Andy Matthews wrote:
 I've seen people put hundreds of lines of blank space at the top of the view
 source window. It can make people think that view source isn't working.

 But really, what's the big deal? If someone really wants your source HTML
 bad enough then they'll find a way to get 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 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 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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255476
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 would how the HTML as it was 
delivered, potentially scrambled.  And how it was rendered (generated), i.e. 
unscrambled.




--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255484
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How do I disable view source?

2006-10-04 Thread Richard Dillman
Now i wanna know how to disable my users Keyboard and mouse!!!
Hell lets disable the user!!

On 10/4/06, Dave Francis [EMAIL PROTECTED] wrote:

 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
 anyone to see my generated html. Anyone have any ideas on this one?

 Thanks,
 Will



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255483
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255485
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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,

 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255491
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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/


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255488
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How do I disable view source?

2006-10-04 Thread Andy Matthews
No. He's talking about javascript source.

For example, if you're using javascript to generate code/page objects
programmatically, standard view source wouldn't show you that. But with the
web dev plugin for FF, you can see generated items inline in the source
code.

Pretty helpful actually.


!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 04, 2006 12:24 PM
To: CF-Talk
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
 Subject: RE: How do I disable view source?

 I don't think this is possible. There are many tool for FireFox that can
 view both initial source and generated source..

 ..
 Ben Nadel
 Certified Advanced ColdFusion Developer
 www.bennadel.com


 -Original Message-
 From: Ian Skinner [mailto:[EMAIL PROTECTED]
 Sent: 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 desk-top.

 Unfortunately, there is nothing you can do that is 100% fool proof.  And
 anything I've seen is fairly trivial to by pass one way or another.  So
 basically you are able to protect your code from those who don't care.
 And the ones who care will know how to bypass your attempts to block
 them.


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any attachments is for
 the sole use of the intended
 recipient(s) and may contain confidential and privileged information.
 Any unauthorized review, use, disclosure or distribution is prohibited.
 If you are not the intended recipient, please contact the sender and
 delete any copies of this message.










~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255501
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 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. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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.
There is no way one can hide HTML to anyone who really wants to see it.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Jacob
If your next question is how do I prevent my images from being downloaded,
you're banned from the list.  LOL.

http://www.michaelbrumm.com/leechblocker.html

Just in case someone asks...

 -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
anyone to
 see my generated html. Anyone have any ideas on this one?
 
 Thanks,
 Will
 
 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255502
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255504
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 |   |
 -  Binary Soduko
 |   |   |
 -
  
 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255508
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How do I disable view source?

2006-10-04 Thread Sandra Clark
 If you make your site accessible to the disabled, then you have to use
validated code, which means that the source is available to users (and
screen readers). 

ducking

Sorry, couldn't resist.


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets 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 Skinner
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 disable the user!!


 NOW That could be a really useful capability.  Let's get a community 
 project started!




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255509
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I disable view source?

2006-10-04 Thread Michael E. Carluen
I should've said body oncontextmenu=return false; is an illusion and a
the solution. Which still begs the question, why would anyone like to
disable the view source, unless of course there's something to hide. 
Not to single out Will's post, but don't you find yourself asking why would
you want 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 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 http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255516
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:29
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:27
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 your source that hasn't already
 been seen/done 1000's of times before.

 --
 Snake



 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255563
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 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 your source that hasn't already
 been seen/done 1000's of times before.

 --
 Snake



 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255564
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
returned to the browser. Firefox even has some great plugins to help people
do just that (Firebug rules...)



-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 css file for
his own with different colors.

:-) Casey

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255573
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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... :)

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 your source that hasn't 
 already been seen/done 1000's of times before.

 --
 Snake



 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255578
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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  :/

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4