fredmiranda.com
Login

  

  Previous versions of Ryan Britton's message #6561962 « Blog images being stolen? »

  

Ryan Britton
Offline
Upload & Sell: Off
Re: Blog images being stolen?


Sahid Limon wrote:
Disabling the right click thing is very annoying (if it\'s the kind that brings up a popup text box if you right click)... so much so, that I don\'t like visiting sites that have that feature. I know it does the job, but I\'m not a fan. Ryan, if it\'s not too much trouble, could you elaborate a bit on your method or maybe send a PM my way.


Here\'s what we do. It doesn\'t cover every option, but it covers the majority, which is all you can reasonably hope for.

Print-only stylesheet
.photo
{
display: none; /* prevents it from displaying when printed */
}


In a page (I may have to edit post for this since I\'m not sure if it strips these characters or not)

<div class=\"photo\" style=\"background-image: url(/path/to/image.jpg); width: 800px; height: 533px;\"><img src=\"/images/blank.gif\" alt=\"©2009 blah blah blah - Photo of something\" style=\"width: 800px; height: 533px;\" /></div>


This is tedious to do by hand, so having some sort of content management system to generate most of it for you is very, very useful. I am also a software developer so that part was not a problem for us.



Jan 05, 2009 at 10:54 PM





  Previous versions of Ryan Britton's message #6561962 « Blog images being stolen? »