This is a discussion on "dissable right clicks !" within the Web Page Design section. This forum, and the thread "dissable right clicks ! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
dissable right clicks !
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
-Bruno Last edited by bruno89; May 31st, 2006 at 09:55. |
|
|
|
#2
|
|||
|
|||
|
Re: dissable right clicks !
There is code to do this Bruno.
Unfortunately, it's almost as easy to use the "PrtScn" facility as to copy and paste. It still ends up on someone's hard drive, where they can do what they want with it. You could always write "PROPERTY OF BRUNO" across it and take the opacity down so it's still visible but the image shows through. |
|
#3
|
|||
|
|||
|
Re: dissable right clicks !
watermarking it is your best bet. theres no other way to stop people getting at your pictures.
|
|
#4
|
|||
|
|||
|
Re: dissable right clicks !
ok fair enuf i din't think of that haha silly me :P
|
|
#5
|
|||
|
|||
|
Re: dissable right clicks !
Even placing them with CSS will disable right clicking the image, however the print screen etc will still work as stated. Watermarks are effective as I doubt most people will bother spending the time in photoshop to remove it. Antoehr option is to simply not provide large enough files to have any real use. Its a tough one.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#6
|
||||
|
||||
|
Re: dissable right clicks !
Quote:
The reason I ask is... Why is it so important that no one downloads your pictures? Watermarks are your best bet but they are ugly and it's kind of like cutting your nose off dispite your face. You could also put a legal notice on the site saying something to the effect of "The pictures and photographs on this site are the property of [your name] and any unauthorised use is strictly prohibited." That way you have a legal leg to stand on at least.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#7
|
|||
|
|||
|
Re: dissable right clicks !
The biggest concern I would think is people hot linking to them, although in most cases it isn;t an issue unless it is stock photography or something in which case any image large enough for use should be watermarked.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#8
|
|||
|
|||
|
Re: dissable right clicks !
If hot linking is the problem, then there are things you can using the .htaccess file on your server so that calls to graphics that are not from your own site are redirected, typically to a page that tells the thiefs politely where to go. |
|
#9
|
||||
|
||||
|
Re: dissable right clicks !
It sure is possible...
Four words for you: "Image Hosted By Tripod"
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#10
|
|||
|
|||
|
Re: dissable right clicks !
I found this a while back while looking into solutions for this problem. It's not foolproof - as javascript it can easily be turned off, and I'm not sure I'd use it on a 'serious' site, but for the annoyance factor it'd probably put off casual thieves. (Warnings: do read the warnings before you try right clicking on the page or you'll spend 5 minutes desperately trying to figure out how to stop it without closing your browswer completely! lol)
|
|
#11
|
|||
|
|||
|
Re: dissable right clicks !
Just a reminder. As a web site designer you should not be using any method that stops right-clicking of the mouse. There is other functionality on that pop-up menu and it's the end-users right to have acces to it, not yours to deny it. ACCESSIBILITY and all that. |
|
#12
|
|||
|
|||
|
Re: dissable right clicks !
Well that depends. On one hand you are right, that functionality should be available on the other hand it depends on the content, type of site etc. I doubt say blind people will be looking to buy stock photography. But then again I don't really know what his site is about and what his concerns are other than people copying his images.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#13
|
|||
|
|||
|
Re: dissable right clicks !
Quote:
Thinking that way is a big mistake. |
|
#14
|
||||
|
||||
|
Re: dissable right clicks !
I don't wanna jump to conclusions but I think moojoo fully understands that mate...
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#15
|
|||
|
|||
|
Re: dissable right clicks !
Quote:
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#16
|
|||
|
|||
|
Re: dissable right clicks !
Quote:
|
|
#17
|
|||
|
|||
|
Re: dissable right clicks !
I would suggest displaying thumbnails and then watermarking the larger version?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#18
|
||||
|
||||
|
Re: dissable right clicks !
Yep, with that kind of thing it's the only way to go really
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#19
|
|||
|
|||
|
Re: dissable right clicks !
good idea cheers for that
|