<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Designs Advice Topic: Blocking images from being removed from webage</title>
<link>http://designsadvice.com/forums/</link>
<description>Designs Advice Topic: Blocking images from being removed from webage</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 13:40:45 +0000</pubDate>

<item>
<title>2dcandy on "Blocking images from being removed from webage"</title>
<link>http://designsadvice.com/forums/topic/blocking-images-from-being-removed-from-webage#post-216</link>
<pubDate>Wed, 10 Dec 2008 21:49:30 +0000</pubDate>
<dc:creator>2dcandy</dc:creator>
<guid isPermaLink="false">216@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;thanks drew, great help
&#60;/p&#62;</description>
</item>
<item>
<title>rockstar on "Blocking images from being removed from webage"</title>
<link>http://designsadvice.com/forums/topic/blocking-images-from-being-removed-from-webage#post-195</link>
<pubDate>Fri, 14 Dec 2007 09:34:11 +0000</pubDate>
<dc:creator>rockstar</dc:creator>
<guid isPermaLink="false">195@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;yeah it seems to work for IE7 as well&#60;br /&#62;
most of my images have been placed in tables as background images as well, so the &#34;oncontextmenu=false&#34; in the head works better as well&#60;/p&#62;
&#60;p&#62;im not too worried about going as far as watermarking though because we have a downloadable catalog as well, so they could just as easily download that, and the watermark will begin blocking views that our customers will need to see&#60;br /&#62;
so im more of trying to slow them down than stop them&#60;/p&#62;
&#60;p&#62;but thanks,&#60;br /&#62;
that helps me out alot&#60;br /&#62;
Sam
&#60;/p&#62;</description>
</item>
<item>
<title>drew on "Blocking images from being removed from webage"</title>
<link>http://designsadvice.com/forums/topic/blocking-images-from-being-removed-from-webage#post-194</link>
<pubDate>Thu, 13 Dec 2007 23:32:16 +0000</pubDate>
<dc:creator>drew</dc:creator>
<guid isPermaLink="false">194@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;hey rockstar.&#60;/p&#62;
&#60;p&#62;In most modern browsers you can disable the right-click menu for a particular image. To do so, you can use the event handler oncontextmenu=&#34;return false;&#34; within the IMG tag that defines your image:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;IMG border=0 src=&#38;quot;...&#38;quot; oncontextmenu=&#38;quot;return false;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;As for alt-printscreen you can try this but i don't think it works for IE7.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;HEAD&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot;&#38;gt;
function clearData(){
window.clipboardData.setData(&#38;#39;text&#38;#39;,&#38;#39;&#38;#39;)
}
function ccd(){
if(clipboardData){
clipboardData.clearData();
}
}
setInterval(&#38;quot;ccd();&#38;quot;, 1000);
&#38;lt;/script&#38;gt;
&#38;lt;/HEAD&#38;gt;

&#38;lt;body ondragstart=&#38;quot;return false;&#38;quot; onselectstart=&#38;quot;return false;&#38;quot;
oncontextmenu=&#38;quot;return false;&#38;quot; onload=&#38;quot;clearData();&#38;quot;
onblur=&#38;quot;clearData();&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Basicly if anyone can see it, they can and will find a way to grab it. There are hundreds of different ways to get images, browser cache, image capture software.. even the snippet tool in vista. I wouldn't waste my time implementing any of the suggestions above, but rather digital signatures or watermarks.&#60;/p&#62;
&#60;p&#62;Have a read up on this&#60;br /&#62;
&#60;a href=&#34;http://en.wikipedia.org/wiki/Digital_watermarking&#34; rel=&#34;nofollow&#34;&#62;http://en.wikipedia.org/wiki/Digital_watermarking&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Some companies like digimarc have services to track other sites using your images. &#60;/p&#62;
&#60;p&#62;good luck,&#60;br /&#62;
Drew
&#60;/p&#62;</description>
</item>
<item>
<title>rockstar on "Blocking images from being removed from webage"</title>
<link>http://designsadvice.com/forums/topic/blocking-images-from-being-removed-from-webage#post-193</link>
<pubDate>Thu, 13 Dec 2007 09:32:16 +0000</pubDate>
<dc:creator>rockstar</dc:creator>
<guid isPermaLink="false">193@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I work as the website designer for a graphics design studio&#60;br /&#62;
in the past we have had some of our designs stolen from the site by people who have either used the right-click-save method or the alt-printscreen method&#60;br /&#62;
I know there is a way to keep people from using the right-click-save method, as i have seen it on other pages&#60;/p&#62;
&#60;p&#62;I would like to know,&#60;br /&#62;
a. how do you do that&#60;br /&#62;
b. how, if you could, would you stop the alt-printscreen method&#60;br /&#62;
and finally&#60;br /&#62;
c. are there any other ways people might be able to steal my images, and if so, how would i stop them from doing so?&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;Sam Wilson&#60;br /&#62;
FireHouse Graphix, WebDesigner
&#60;/p&#62;</description>
</item>

</channel>
</rss>
