<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Blog of Very Little Brain &#187; html</title>
	<atom:link href="http://erez.wordpress.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://erez.wordpress.com</link>
	<description>'What does Crustimoney Proseedcake mean?' said Pooh.   'For I am a Bear of Very Little Brain, and long words Bother me.'</description>
	<lastBuildDate>Mon, 22 Sep 2008 15:16:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='erez.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6a647dfaf7d639b38ddb1fcd5d6be62a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A Blog of Very Little Brain &#187; html</title>
		<link>http://erez.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://erez.wordpress.com/osd.xml" title="A Blog of Very Little Brain" />
		<item>
		<title>Thou shalt not steal what is already at your possesion</title>
		<link>http://erez.wordpress.com/2008/08/05/thou-shalt-not-steal-what-is-already-at-your-possesion/</link>
		<comments>http://erez.wordpress.com/2008/08/05/thou-shalt-not-steal-what-is-already-at-your-possesion/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 09:31:07 +0000</pubDate>
		<dc:creator>Erez</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[webcomics]]></category>

		<guid isPermaLink="false">http://erez.wordpress.com/?p=276</guid>
		<description><![CDATA[So&#8230;. there I was, minding my own business like I usually do, and happened across the webcomic Silicon Apartment, which is like Everybody Loves Eric Raymond, but with actual drawing instead of the photo-collage, and the characters are corporate moguls Bill Gates and Steve Jobs rather than Free Software leaders and hangers-on Richard Stallman, Linus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erez.wordpress.com&blog=292581&post=276&subd=erez&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So&#8230;. there I was, minding my own business like I usually do, and happened across the webcomic <a href="http://siliconapartment.com">Silicon Apartment</a>, which is like Everybody Loves Eric Raymond, but with actual drawing instead of the photo-collage, and the characters are corporate moguls <a href="http://www.microsoft.com/presspass/exec/billg/bio.mspx">Bill Gates</a> and <a href="http://www.apple.com/pr/bios/jobs.html">Steve Jobs</a> rather than Free Software leaders and hangers-on <a href="http://stallman.org">Richard Stallman</a>, <a href="http://www.cs.helsinki.fi/u/torvalds/">Linus Torvalds</a> and <a href="www.catb.org/~esr">Eric Raymond</a>.</p>
<p>At any rate, looking at it was I, when I noticed the page is really heavy. Tabbing through it caused Firefox to stutter, which is odd, considering none other of the usual 20+ tabs gave me any trouble. My initial assumption was that the image is heavy. Might be that it&#8217;s actually a full-resolution monster resized by setting its <code>width </code>and <code>height </code>rather than compressed properly, or mayhap it&#8217;s just a very high-quality image. So I right clicked and chose &#8220;view&#8221;.</p>
<p><a href="http://siliconapartment.com/dontsteal.png">Whoops</a>. This is the actual page I was taken to using Firefox&#8217; &#8220;view&#8221; option. Attempting to right click and &#8220;save as&#8221; resulted in the browser trying to download same empty &#8220;dontsteal.png&#8221; image.</p>
<p>So, what&#8217;s wrong with this picture (apart from being an empty .png, that is)? One, the &#8220;dontsteal.png&#8221;. I realise writing about Gates and Jobs gets you in a certain mood, but, calling your customers thieves is a privilege saved for mega-corporates and Copyrights-enforcement organisations, not budding cartoonists. Two, it&#8217;s annoying.</p>
<p>But third, and most obvious, this is a webcomic about two tech figures, which, I&#8217;m assuming, is targeting tech-guys. Exactly those who, in face of your ingenious plan, can find their way to your precious images.</p>
<p>Here&#8217;s a small advice. Once you place your picture on a web page, that can be seen on a browser, and a user loads the page on his browser, YOUR IMAGE IS ALREADY BEEN DOWNLOADED AND SAVED ON HIS HARD-DRIVE.<br />
The whole &#8220;right-click to save image&#8221; is BS. So is &#8220;view&#8221;. It&#8217;s there, along with the page&#8217;s html, javascript, css, and the rest of the images. If a user really want to steal your images, all he needs is to open the cache folder and copy it. Firefox 3 makes it even easier, with the &#8220;<a href="http://www.mozilla-europe.org/en/firefox/features/#instant-id">Page Info</a>&#8221; feature, allowing me to click on the page&#8217;s &#8220;media&#8221; tab, and save every, and any, image (in practice, copying from the cache to my folder of choice). So now I have a copy of &#8220;0006.png&#8221;, which turns out to be of regular image size and weight, and not the cause of the site&#8217;s problems. Perhaps it has to do with this snippet of algorithmic wizardry found on the page&#8217;s source:</p>
<p><code><br />
//specify corresponding links below<br />
  var imagelinks=new Array()<br />
  imagelinks[1]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  imagelinks[2]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  imagelinks[3]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  imagelinks[4]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  imagelinks[5]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  imagelinks[6]="mailto:ad@siliconapartment.com?subject=Please send me more Informations about advertising at The Silicon Apartment!"<br />
  var ry=Math.floor(Math.random()*myimages.length)<br />
</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/erez.wordpress.com/276/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/erez.wordpress.com/276/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/erez.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/erez.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/erez.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/erez.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/erez.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/erez.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/erez.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/erez.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/erez.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/erez.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erez.wordpress.com&blog=292581&post=276&subd=erez&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://erez.wordpress.com/2008/08/05/thou-shalt-not-steal-what-is-already-at-your-possesion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7504f9ca54c626d92481e02b3083a2c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Angry Young Man</media:title>
		</media:content>
	</item>
	</channel>
</rss>