<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: How to Shrink Wrap Your Images</title>
	<atom:link href="http://skinnyartist.com/how-to-shrink-wrap-your-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://skinnyartist.com</link>
	<description>Live your Art</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:25:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Drew</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-276</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 08 Nov 2010 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-276</guid>
		<description>Thanks Sharina for stopping by and for taking the time to share your thoughts.  I know with a four-month-old that time is a luxury, so thank you for sharing a little bit of that time with us (just make sure you cover his/her eyes over the naughty parts ;) )

Good luck on your mom&#039;s site and I hope to hear from you again soon!</description>
		<content:encoded><![CDATA[<p>Thanks Sharina for stopping by and for taking the time to share your thoughts.  I know with a four-month-old that time is a luxury, so thank you for sharing a little bit of that time with us (just make sure you cover his/her eyes over the naughty parts <img src='http://skinnyartist.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Good luck on your mom&#8217;s site and I hope to hear from you again soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-275</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 08 Nov 2010 15:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-275</guid>
		<description>You&#039;re absolutely right Eli. In order for any browser to display the image, it has to be able to download the image which means that the person seeing it, already technically has it on their computer---they may just not know it ;)

I agree that cloaking your source code is an option, however, what usually happens when you start trying to conceal your code/images inside a javascript file is that, all too often you end up looking like an idiot to those people who may have Javascript turned off in their browser, because now your page looks &quot;broken&quot; and poorly coded.

It&#039;s kind of the same thing you get with putting with putting your images in a Flash file or disabling right-clicking on your page. You end up irritating the 95% of your visitors who have no interest in stealing your work and the 5% of those who do, will know enough to extract the file anyway.

The thing I like about techniques like shrink-wrapping is that you aren&#039;t really trying to stop them (because that&#039;s not really going to happen anyway) as much as fool these parasites into thinking they got what they came for, and not realize the truth until later when hopefully they&#039;ve forgotten where they had found the image in the first place.

Having said that, I would really be interested in hearing more about your idea of using a CSS class, because that wouldn&#039;t necessarily effect your casual visitor. If you happen to have an example of this either on a existing page or simply a snippet of code, we&#039;d love to see it.

Great comment!</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right Eli. In order for any browser to display the image, it has to be able to download the image which means that the person seeing it, already technically has it on their computer&#8212;they may just not know it <img src='http://skinnyartist.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I agree that cloaking your source code is an option, however, what usually happens when you start trying to conceal your code/images inside a javascript file is that, all too often you end up looking like an idiot to those people who may have Javascript turned off in their browser, because now your page looks &#8220;broken&#8221; and poorly coded.</p>
<p>It&#8217;s kind of the same thing you get with putting with putting your images in a Flash file or disabling right-clicking on your page. You end up irritating the 95% of your visitors who have no interest in stealing your work and the 5% of those who do, will know enough to extract the file anyway.</p>
<p>The thing I like about techniques like shrink-wrapping is that you aren&#8217;t really trying to stop them (because that&#8217;s not really going to happen anyway) as much as fool these parasites into thinking they got what they came for, and not realize the truth until later when hopefully they&#8217;ve forgotten where they had found the image in the first place.</p>
<p>Having said that, I would really be interested in hearing more about your idea of using a CSS class, because that wouldn&#8217;t necessarily effect your casual visitor. If you happen to have an example of this either on a existing page or simply a snippet of code, we&#8217;d love to see it.</p>
<p>Great comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Peters</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-270</link>
		<dc:creator>Eli Peters</dc:creator>
		<pubDate>Mon, 08 Nov 2010 01:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-270</guid>
		<description>You are gonna be like &quot;duh, we know&quot; but I am going to write it anyway - anyone that is familiar with browsing knows that they can read any source code and on line 106 you offer the image up there... http://skinnyartist.com/wp-content/uploads/2010/05/hndsup3-300x199.jpg

I would extend the technique by obfuscating that part of the code...either putting it inside js, php or css as a class. Making it a laborious task will deter all but the most keen of hackers.</description>
		<content:encoded><![CDATA[<p>You are gonna be like &#8220;duh, we know&#8221; but I am going to write it anyway &#8211; anyone that is familiar with browsing knows that they can read any source code and on line 106 you offer the image up there&#8230; <a href="http://skinnyartist.com/wp-content/uploads/2010/05/hndsup3-300x199.jpg" rel="nofollow">http://skinnyartist.com/wp-content/uploads/2010/05/hndsup3-300&#215;199.jpg</a></p>
<p>I would extend the technique by obfuscating that part of the code&#8230;either putting it inside js, php or css as a class. Making it a laborious task will deter all but the most keen of hackers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharina</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-164</link>
		<dc:creator>Sharina</dc:creator>
		<pubDate>Wed, 13 Oct 2010 21:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-164</guid>
		<description>Thanks for such an informative site, I keep meaning to go get some work done  and maybe lunch, and keep finding one more article to read!  Anyways, “stop-the-thievin-bastards.gif”  gave me such a good laugh it caused my four month old baby sitting in my lap to look up at me and giggle.  So, I had to comment.

I&#039;m working on building and trying to help promote my mom&#039;s website and work: www.paulaomurphy.com
and eventually for myself too :)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for such an informative site, I keep meaning to go get some work done  and maybe lunch, and keep finding one more article to read!  Anyways, “stop-the-thievin-bastards.gif”  gave me such a good laugh it caused my four month old baby sitting in my lap to look up at me and giggle.  So, I had to comment.</p>
<p>I&#8217;m working on building and trying to help promote my mom&#8217;s website and work: <a href="http://www.paulaomurphy.com" rel="nofollow">http://www.paulaomurphy.com</a><br />
and eventually for myself too <img src='http://skinnyartist.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-69</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 09 Aug 2010 17:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-69</guid>
		<description>First of all, I wanted to thank you for stopping by and sharing your thoughts.  As far as your question goes, I&#039;m afraid that I can only give you a partial answer. . .

Maybe some of the other Deviants who visit this site regularly can help us out here, since I&#039;m not a Deviant myself, but I would be really surprised if you would be able to shrink wrap your images because it would require some HTML coding in order to setup the &quot;image sandwich&quot; that we talk about in the tutorial.  I&#039;m not sure if Deviant or any of the other gallery sites allow you to edit the HTML on your pages like that or not.

This of course is one of the trade-offs of using a gallery site like DeviantART, RedBubble, or even Flickr.  Gallery sites like these are great for getting more people to see your work because they not only get a lot of traffic, but they also allow other users to link to your page as well. At the same time, you are also leaving it up to them to secure your images (usually with watermarking), which like all of these methods is only marginally effective.

If you want to have more control over your images, your best bet may be to create your own gallery website so that you will be able to use or combine any of the image protection systems that we talked about.  The downside to this, of course, is that you&#039;ll not only have to build the site yourself, but you&#039;ll have to go out and get your own traffic if anyone is going to see your work.

Help us out here fellow Deviants!</description>
		<content:encoded><![CDATA[<p>First of all, I wanted to thank you for stopping by and sharing your thoughts.  As far as your question goes, I&#8217;m afraid that I can only give you a partial answer. . .</p>
<p>Maybe some of the other Deviants who visit this site regularly can help us out here, since I&#8217;m not a Deviant myself, but I would be really surprised if you would be able to shrink wrap your images because it would require some HTML coding in order to setup the &#8220;image sandwich&#8221; that we talk about in the tutorial.  I&#8217;m not sure if Deviant or any of the other gallery sites allow you to edit the HTML on your pages like that or not.</p>
<p>This of course is one of the trade-offs of using a gallery site like DeviantART, RedBubble, or even Flickr.  Gallery sites like these are great for getting more people to see your work because they not only get a lot of traffic, but they also allow other users to link to your page as well. At the same time, you are also leaving it up to them to secure your images (usually with watermarking), which like all of these methods is only marginally effective.</p>
<p>If you want to have more control over your images, your best bet may be to create your own gallery website so that you will be able to use or combine any of the image protection systems that we talked about.  The downside to this, of course, is that you&#8217;ll not only have to build the site yourself, but you&#8217;ll have to go out and get your own traffic if anyone is going to see your work.</p>
<p>Help us out here fellow Deviants!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soloo</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-68</link>
		<dc:creator>Soloo</dc:creator>
		<pubDate>Mon, 09 Aug 2010 03:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-68</guid>
		<description>I&#039;ve read both of your articles on image protecting, and I would like to know if there&#039;s any way I can shrink wrap images and still put them up on deviantART as a shrink wrapped image. I know a lot of people who have their art stolen, and I don&#039;t want that to happen to me. I&#039;m aware that this isn&#039;t 100% foolproof, but it would at least make me a little bit more comfortable knowing that my images are a little more protected. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read both of your articles on image protecting, and I would like to know if there&#8217;s any way I can shrink wrap images and still put them up on deviantART as a shrink wrapped image. I know a lot of people who have their art stolen, and I don&#8217;t want that to happen to me. I&#8217;m aware that this isn&#8217;t 100% foolproof, but it would at least make me a little bit more comfortable knowing that my images are a little more protected. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create (and destroy) your Reputation as an Artist</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-23</link>
		<dc:creator>How to Create (and destroy) your Reputation as an Artist</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-23</guid>
		<description>[...] visit on a regular basis.  Give them a valuable resource or tool they can use.  Things such as how-to tutorials, interviews, and other website tools and resources.  Also keep in mind that the many of your [...]</description>
		<content:encoded><![CDATA[<p>[...] visit on a regular basis.  Give them a valuable resource or tool they can use.  Things such as how-to tutorials, interviews, and other website tools and resources.  Also keep in mind that the many of your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Protect your Images Online &#8211; Stop People from Stealing your Stuff!</title>
		<link>http://skinnyartist.com/how-to-shrink-wrap-your-images/#comment-19</link>
		<dc:creator>Protect your Images Online &#8211; Stop People from Stealing your Stuff!</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://skinnyartist.com/?page_id=1037#comment-19</guid>
		<description>[...]  If you are interested in finding out more about how this is done, I would invite you to visit our How-to  Shrink Wrap Your Images tutorial page for quick [...]</description>
		<content:encoded><![CDATA[<p>[...]  If you are interested in finding out more about how this is done, I would invite you to visit our How-to  Shrink Wrap Your Images tutorial page for quick [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

