<?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 Tag: images</title>
<link>http://designsadvice.com/forums/</link>
<description>Designs Advice Tag: images</description>
<language>en</language>
<pubDate>Mon, 06 Sep 2010 16:16:43 +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>
<item>
<title>2dcandy on "how to get listed on google images"</title>
<link>http://designsadvice.com/forums/topic/how-to-get-listed-on-google-images#post-42</link>
<pubDate>Thu, 17 May 2007 18:48:20 +0000</pubDate>
<dc:creator>2dcandy</dc:creator>
<guid isPermaLink="false">42@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;You can also take a look on Google's Webmaster tools. You may opt-in for a tool named &#34;Enhanced Image Search&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>twofivethreetwo on "how to get listed on google images"</title>
<link>http://designsadvice.com/forums/topic/how-to-get-listed-on-google-images#post-38</link>
<pubDate>Thu, 17 May 2007 09:26:23 +0000</pubDate>
<dc:creator>twofivethreetwo</dc:creator>
<guid isPermaLink="false">38@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Its a little of everything. Like Drew said its best to use descriptive titles and file names. It also helps for keywords and those linking to your site or that image. I would make sure you can afford the bandwidth if your looking to get several images listed on Google Images as it could start to add up depending of course on the subject of your image.
&#60;/p&#62;</description>
</item>
<item>
<title>blackstudio on "how to get listed on google images"</title>
<link>http://designsadvice.com/forums/topic/how-to-get-listed-on-google-images#post-27</link>
<pubDate>Wed, 16 May 2007 20:09:06 +0000</pubDate>
<dc:creator>blackstudio</dc:creator>
<guid isPermaLink="false">27@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;I heard it also spiders on page relevancy, so keyword density will have an impact.
&#60;/p&#62;</description>
</item>
<item>
<title>drew on "how to get listed on google images"</title>
<link>http://designsadvice.com/forums/topic/how-to-get-listed-on-google-images#post-26</link>
<pubDate>Wed, 16 May 2007 20:05:52 +0000</pubDate>
<dc:creator>drew</dc:creator>
<guid isPermaLink="false">26@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;My suggestions for getting your images listed on google are the following :&#60;/p&#62;
&#60;p&#62;Use a descriptive file name, such as web-design-pictures-1.jpg instead of image1.jpg.&#60;/p&#62;
&#60;p&#62;Use ALT &#38;#38; TITLE tags, with around 5/10 words. The more descriptive words the better.&#60;/p&#62;
&#60;p&#62;Add Descriptions, try if you can fit it around your web design to have a two line comment under or wrapper around the image.&#60;/p&#62;
&#60;p&#62;Be aware that its all good getting listed in google images, but remember to watch your bandwidth.
&#60;/p&#62;</description>
</item>
<item>
<title>nanopix on "how to get listed on google images"</title>
<link>http://designsadvice.com/forums/topic/how-to-get-listed-on-google-images#post-17</link>
<pubDate>Wed, 16 May 2007 19:37:05 +0000</pubDate>
<dc:creator>nanopix</dc:creator>
<guid isPermaLink="false">17@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;is there some special trick to get your images displayed on google images. The sites I'm referring to with this query are comprehensively listed on google and msn, but only display 1 or 2 images in the images tab. any thoughts?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
