<?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/"
	>

<channel>
	<title>Place of design &#187; Superb links and snippets</title>
	<atom:link href="http://www.placeofdesign.com/category/superb-links-and-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.placeofdesign.com</link>
	<description>Putting your business on the web</description>
	<lastBuildDate>Thu, 13 May 2010 13:26:30 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Some really useful links</title>
		<link>http://www.placeofdesign.com/some-really-useful-links</link>
		<comments>http://www.placeofdesign.com/some-really-useful-links#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Superb links and snippets]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.placeofdesign.com/?p=350</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>We have put together a few choice links, to websites that we feel are really helpful</p>
<p><strong>Business</strong></p>
<p><a href="http://www.salesandmarketingforums.co.uk/" target="_blank">Sales and marketing UK</a><br />
A forum orientated to sales and marketing.  Suitable for all UK businesses</p>
<p><a href="http://www.ukbusinessforums.co.uk/" target="_blank">UK Business Forums</a><br />
A place where business people from all sectors can discuss thier business</p>
<p><strong>Photography</strong></p>
<p><a href="http://www.photographers.co.uk/" target="_blank">Photographers.co.uk</a><br />
Great portal for UK photographers, livley discussion forum</p>
<p><strong>Wedding photography</strong><br />
Our very own Richard is a wedding photographer<br />
Find out more by looking at our <a href="http://www.bwp-by-rk.co.uk/Wedding_Photography_Info_Pack.pdf" target="_blank">wedding photography information pack</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.placeofdesign.com/some-really-useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting images online</title>
		<link>http://www.placeofdesign.com/protecting-images-online</link>
		<comments>http://www.placeofdesign.com/protecting-images-online#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:11:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Superb links and snippets]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[photographer]]></category>
		<category><![CDATA[protect images online]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.placeofdesign.com/blog/?p=192</guid>
		<description><![CDATA[Protecting images on line is always a hot topic for a photographer. Below are the common methods of preventing images being copied. It is worth bearing in mind there are 3 grades of image thief
Type A – The casual browser / normal user
Type B – The web designer (in terms of knowledge level)
Type C – [...]]]></description>
			<content:encoded><![CDATA[<p>Protecting images on line is always a hot topic for a photographer. Below are the common methods of preventing images being copied. It is worth bearing in mind there are 3 grades of image thief</p>
<p>Type A – The casual browser / normal user<br />
Type B – The web designer (in terms of knowledge level)<br />
Type C – The hardened cyber criminal / hacker (in terms of knowledge level)</p>
<p><span id="more-192"></span></p>
<p>Your strategy will be dependant on which users you are trying to deter. The normal user will be put off with simple deterrents and give up. A person with web designer knowledge will be right in there in seconds, unless the images are protected very well protected. Protecting against the hardened cyber criminal / hacker is very hard, and needs an additional strategy</p>
<p><strong>Right click</strong><br />
You can disable the right mouse click and pop a message up about copyright. This will deter a lot of people in class A, but has the disadvantage of stopping people using “right mouseclick / back” to return to the previous page, which is how some partially sighted / blind people with text readers jump back a page. The right mouse click thing is quite annoying and doesn’t prevent your images being stolen – as disabling Java will quickly circumvent the issue</p>
<p><strong>Right click (nice alternative)</strong><br />
Offer nice popup menu on the right click – this is much more pleasing than the traditional version, and a lot more subtle, also the equivalent “back” link can be programmed in so not to upset the users who use a text reader. Again this will slow down a “A” type user. A print screen grab will still beat this method</p>
<p><strong>Transparent GIF</strong><br />
Pop photograph in a table and cover with transparent GIF.  This is quite subtle – you pop the image in a table/cell background, and stretch a 1&#215;1 transparent GIF over the top. When the user copies the file, they get a blank transparent GIF, not the photograph. This doesn’t rely on Java, and will deter most type “A” browsers. A print screen grab will still beat this method</p>
<p><strong>Chop image up</strong><br />
Here we slice the image up, and reconstruct it on the page. When the user copies the file, they get a small portion of it. This can be combined with the transparent GIF method, and will work if Java is turned off. This is likely to deter both user type “A” and User type “B” because it is too much effort to actually get the image into a usable state. A print screen grab will still beat this method</p>
<p><strong>Protect the image directory</strong><br />
This is usually the default setting on most servers nowadays &#8211; check that you can’t directly navigate to the image directory and get a directory listing (at which point you will loose all your images)</p>
<p><strong>Advanced right click (java)</strong><br />
There are some very clever methods of defeating the right click and print screen – essentially a script remaps or disables specific buttons (like the control key). This is pretty irrelevant, as disabling java defeats it. It will deter most type “A” users</p>
<p><strong>Flash</strong><br />
Contrary to popular belief, images are not secure in Flash. Yep your average type “A” user will be defeated; your average web designer can just decompile the flash code using a “Flash Decompiler” which will drop out all the images nicely</p>
<p><strong>Obfuscate source code</strong><br />
Essentially there are several methods here: firstly the source code can be “scrambled” making it pretty unreadable, preventing the human user from seeing where the image is stored. The second is to offer an alternate content when the source is viewed (which can be defeated easily)</p>
<p><strong>Use PHP</strong><br />
By using PHP to serve the images, the actual directory they are in can be hidden.  Instead of HTML files on the server there is a &#8220;program running on the server&#8221; that serves the images to the browser.   The browser doesnt get to know the real location. This will prevent most web designers from browsing the directory. The next task here is to use an abstractly named and nested directory to prevent guessing.  Using a .htaccess file to remap to correct location is sweet too. This will slow down type”B” users from taking the images en-masse</p>
<p><strong>DHTML / Javascript</strong><br />
Use a script that only displays the big picture when the mouse is over the thumbnail, and the left mouse button is depressed. This is clever, as the page won’t display anything if Java is turned off, and you can’t right mouse click while the left button is down. In combination with PHP or other methods, this will beat most type “A” and “B” users. This can prevent a screen grab of the pig picture, because the left mouse button is down</p>
<p><strong>Disable IE6 image toolbar</strong><br />
Drop the following code in a webpage header, and the IE6 image toolbar disappears</p>
<p>&lt;meta http-equiv=&#8221;imagetoolbar&#8221; content=&#8221;no&#8221; /&gt;</p>
<p><strong>Use a plugin</strong><br />
There are a few – here is an example: http://www.artistscope.net/</p>
<p>This is the most effective option we know about. The downside is that it is expensive both in terms of price, and inconvinience to the end user.  To see the images, they need to download a free plugin (just like you do for Flash)</p>
<p>This is pretty unbeatable from the browser &#8211; so type “A” and Type “B” users will not get your images</p>
<p><strong>Use a watermark</strong><br />
Ugly, but effective up to a point, also consider Digimark digital watermarking</p>
<p><strong>Publish a policy</strong><br />
Explain that you check regularly for copied content either that you use Digimark or that you check http://www.copyscape.com/ &amp; http://www.archive.org/index.php and that you always take action against image and content thieves. This actually may deter most. By showing you are proactive, most will walk away</p>
<p><strong>Review your web stats and logs</strong><br />
By reviewing your web statistics regularly, you ought to detect hot linking and unusual activity. If so, contact your ISP to Block the IP address. Hot linking is even worse than someone nicking your image – they are getting your server to actually to serve it. I.E. their webpage has your image on it, served from your web space… resulting in your bandwidth being stolen, and affecting your sites performance</p>
<p><strong>Beating the Type “C” user</strong><br />
We are talking about preventing your site from being hacked. I will only offer general advice on this but:<br />
1. Use a host you trust<br />
2. Check the versions of PHP etc. you are using, and ask about when the server was last patched<br />
3. Change your FTP and SQL passwords after the web designer has done his thing – your designer will be able to show you how to change the SQL passwords, and what files to edit<br />
4. Use “Strong passwords”<br />
5. Change your passwords often<br />
6. Keep up to speed on the updates (security) for any packages you are using (gallery packages or CMS packages for example<br />
7. Regularly change your Cpanel password<br />
8. If you have a very valuable collection of images or files, have a security audit using a firm specialising in them<br />
It is worth mentioning that most of this type of theft is pretty close to home – from a disgruntled website designer, employee etc.. So having systems where access is limited to the very few you trust, and having a clean desk policy is the way to go</p>
<p><strong>Conclusion</strong><br />
Although not an exhaustive list, we can see that it is pretty easy to make it fairly hard to copy images for the majority of surfers. However there is a third type of slippery customer that is much harder to beat…</p>
<p><strong>In the real world</strong><br />
Generally a combination of the above does a pretty good job. There are always ways around things &#8211; it’s a bit like locking your bike up outside the bank. If you don’t lock it it will walk – if you stick a cheap lock on – it will stay until someone brings some bolt cutters along</p>
<h3>About the Author</h3>
<p>Richard King is a professional photographer and website designer.  To speak to Richard call 0115 845 8953.  Richard specailises in websites for photographers and artists</p>
]]></content:encoded>
			<wfw:commentRss>http://www.placeofdesign.com/protecting-images-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t access G2 plugin page?</title>
		<link>http://www.placeofdesign.com/cant-access-g2-plugin-page</link>
		<comments>http://www.placeofdesign.com/cant-access-g2-plugin-page#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:19:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Superb links and snippets]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Error 500]]></category>
		<category><![CDATA[G2]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.placeofdesign.com/blog/?p=187</guid>
		<description><![CDATA[Resolving Gallery 2- Internal server error &#8211; Error 500 &#8211; when accessing plugins on a new build G2.3 (not tested on other builds)

Navigate to the following address: http://yoursite/gallery/lib/support/
Login to the page using your admin password
Click on Cache Maintenance
Check the tick boxes you  want cleared, but be sure to check the &#8220;Downloadable Plugin Cache&#8221; tickbox
Click ont [...]]]></description>
			<content:encoded><![CDATA[<p>Resolving Gallery 2- Internal server error &#8211; Error 500 &#8211; when accessing plugins on a new build G2.3 (not tested on other builds)</p>
<ul>
<li>Navigate to the following address: http://yoursite/gallery/lib/support/</li>
<li>Login to the page using your admin password</li>
<li>Click on Cache Maintenance</li>
<li>Check the tick boxes you  want cleared, but be sure to check the &#8220;Downloadable Plugin Cache&#8221; tickbox</li>
<li>Click ont he clear the cache button</li>
</ul>
<p>You now can access your G2 Plugin page from admin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.placeofdesign.com/cant-access-g2-plugin-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beating the image hotlinker</title>
		<link>http://www.placeofdesign.com/beating-the-image-hotlinker</link>
		<comments>http://www.placeofdesign.com/beating-the-image-hotlinker#comments</comments>
		<pubDate>Mon, 02 Feb 2009 10:26:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Superb links and snippets]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[bandwidth image theft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hotlinking]]></category>
		<category><![CDATA[referer]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.placeofdesign.com/blog/?p=59</guid>
		<description><![CDATA[So some really (not) nice guy decides to hotlink the main image the front page of our website, and then claim to offer to work with photographers and graphic designers whilst having no content of his own&#8230; Quite flattering, but also nicking our bandwidth
To begin, lets run over how we figured this out.. 

What is [...]]]></description>
			<content:encoded><![CDATA[<p>So some really (not) nice guy decides to hotlink the main image the front page of our website, and then claim to offer to work with photographers and graphic designers whilst having no content of his own&#8230; Quite flattering, but also nicking our bandwidth</p>
<p><strong>To begin, lets run over how we figured this out.. </strong></p>
<p><strong></strong><span id="more-59"></span></p>
<p><strong>What is a hot link?<br />
</strong>A hot link is where another website essentially displays YOUR image on THIER web space without copying it.  What they do is LINK to it, so essentially your site is serving the image onto their web page.  This consumes your websites bandwidth, and is essentially stealing</p>
<p>We looked at our logs, specifically the section called &#8220;Links from an external page&#8221; (other web sites excluding search engines.  It is good practice to review your logs regularly, as you can tell all sorts of useful things ranging from the efficiency of your SEO through to who is hot linking images from your site</p>
<p><strong>What did we do?</strong><br />
Well we have a fairly neat way of combating this, using the good old .htaccess file &#8211; we simply dropped in the following code into the .htaccess code in the root directory of our website:</p>
<blockquote><p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteCond %{HTTP_REFERER} !^http://(www\.)?placeofdesign\.com(/)?.*$ [NC]<br />
RewriteRule \.(gif|jpe?g|png|bmp)$ naughtyfolder/imagetoreplacehotlinkedimage\.jpg[L,NC]</p></blockquote>
<p>What this code does is basically <strong>swap the hot linked image</strong>, with the following image found in the naughty folder &#8211; how cool is that! This means that the following image is now being displayed on the offending webpage, and untill they notice, and remove the link to our image</p>
<p><a href="http://www.placeofdesign.com/blog/wp-content/uploads/2009/02/humiliatingimage1.gif"><img class="alignnone size-medium wp-image-61" title="naughty image" src="http://www.placeofdesign.com/blog/wp-content/uploads/2009/02/humiliatingimage1-300x118.gif" alt="humiliatingimage1 300x118 Beating the image hotlinker " width="300" height="118" /></a></p>
<p><strong>How does this code work?</strong><br />
To begin we turn on the Mod Rewriting engine &#8211; this allows you to transform URLs from one thing to another at the server level.  The code then conditionally looks at the the referrer.  In the case the referring URL is not from our domain name, we replace the image served with an alternative</p>
<p><strong>Why not just block the IP address?</strong><br />
Blocking the IP address would achieve the same result, but we would have to do this for each infringement one by one.  For sure it is a good option for serial offenders.  The other issue with IP addresses is that they are recycled.  The sort of organisation that hotlinks images, will just move server, or get booted off their server.  The last thing we want to do is block a valid referrer.  This is why this method is cool, because we are not blocking ranges of IP addresses to our domain and driving away potentially valid traffic</p>
<p><strong>How about if we want the images to be hot linked?</strong><br />
In the instance where we wanted to allow an image to be hot linked &#8211; for example a photographer posting an image on a forum for critique, then you can allow more domains by adding more allowed domain into the conditional part of the code</p>
<blockquote><p>Example: RewriteCond	%{HTTP_REFERER}	!myfavephotography website\.com			[NC]</p></blockquote>
<p><strong><br />
Or if you wish to allow Google to show your images in the image search:</strong></p>
<blockquote><p>RewriteCond	%{HTTP_REFERER} 	!^http://(www\.)?google\.			[NC]</p></blockquote>
<p><strong>The complete code in this instance would be:</strong></p>
<blockquote><p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteCond %{HTTP_REFERER} !^http://(www\.)?placeofdesign\.com(/)?.*$ [NC]<br />
RewriteCond	%{HTTP_REFERER}	!^http://(www\.)?myfavephotographywebsite\.com			[NC]<br />
RewriteCond	%{HTTP_REFERER} !^http://(www\.)?google\.			[NC]<br />
RewriteRule \.(gif|jpe?g|png|bmp)$ naughtyfolder/imagetoreplacehotlinkedimage.jpg[L,NC]</p></blockquote>
<p>Feel free to leave a comment or drop us an email if you have any questions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.placeofdesign.com/beating-the-image-hotlinker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
