Lampwork Etc.
 
AKDesign

LE Live Chat

Enter Live Chat

No users in chat


Donate via PayPal to donate@lampworketc.com

Glacial Art Glass


 

Go Back   Lampwork Etc. > Library > Tips, Techniques, and Questions

Tips, Techniques, and Questions -- Technical questions or tips

Reply
 
Thread Tools
  #1  
Old 2006-01-08, 2:26am
Kevan's Avatar
Kevan Kevan is offline
Entropy increasing....
 
Join Date: Nov 12, 2005
Location: In a box of paints
Posts: 25,098
Default Protect your pictures from thieves

Stealing nice graphics and images is a widespread problem. Unscrupulous web site owners will steal your nice graphics or pictures and pretend it is theirs.

You can protect your stuff from being stolen by inserting a javascript code in your pages containing your custom-made images.

Enough said, here's the code (place it between the HEAD tags, but you will have to copy it from the source code - and this is the weakness):

<!-- Insert between the HEAD tags -->

<SCRIPT language="JavaScript">
<!--
var sorry="Sorry, that function is disabled."

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(sorry);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>
__________________
"I am an artist… I am here to live out loud." Emile Zola
Reply With Quote
  #2  
Old 2006-01-08, 8:36am
Cosmo's Avatar
Cosmo Cosmo is offline
ManBearPig
 
Join Date: Jun 28, 2005
Location: Roanoke, VA
Posts: 8,540
Default

Unfortunately, it is still easy to steal pictures. All the images you view on your web browser go into a temporary folder on your hard drive, so you can find them if you go looking.

You can also press ALT + Print Screen and that will copy the entire browser window to your clipboard. You can then paste that image into any photo editing program.

I recommend watermarking any pictures you are afraid of someone stealing. You can also use check out http://www.digimarc.com/. They have a digital watermarking program that puts an invisible watermark on your images. Whenever they are opened, they show up as being copyrighted. Each Digimarc customer has their own unique ID number for their images, and I believe you can track them anywhere on the web.
__________________

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.
Reply With Quote
  #3  
Old 2006-01-08, 11:50am
Dale M.'s Avatar
Dale M. Dale M. is offline
Gentleman of Leisure
 
Join Date: Jun 10, 2005
Location: A Little Bit West of Yosemite Valley
Posts: 5,200
Default

Quote:
Originally Posted by Kevan
Stealing nice graphics and images is a widespread problem. Unscrupulous web site owners will steal your nice graphics or pictures and pretend it is theirs.

You can protect your stuff from being stolen by inserting a javascript code in your pages containing your custom-made images.

Enough said, here's the code (place it between the HEAD tags, but you will have to copy it from the source code - and this is the weakness):

<!-- Insert between the HEAD tags -->

<SCRIPT language="JavaScript">
<!--
var sorry="Sorry, that function is disabled."

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(sorry);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>

So you put that code in... I can use "Print Key" (or one of many screen capture programs) and have your image in about 3 seconds.... Best protection is to put some sort of deterent watermark or text or your site URL in image in way that its a lot of work for anybody to "clean up" stolen image to a point where thay can use it... You are not going to stop anybody that is determined to take image, you are just going to slow them down a bit.

Dale
__________________
You can lead a person to knowledge, but you can't make them think.

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.
Vendor-Artist-Studio-Teacher Registry

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.
San Francisco - A Few Toys Short of a Happy Meal

Last edited by Dale M.; 2006-01-08 at 11:52am.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




All times are GMT -7. The time now is 10:40pm.


Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Your IP: 3.137.171.121