Home Resources Forum Advertise Contact

Go Back   Webmaster Forums > Web Designing and Development > Content Development

Content Development In an arena where "content is king", this is the perfect place to discuss all matters regarding content development for your website.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 22nd June 2006, 10:25 PM
arpan911 arpan911 is offline
WD Addict Poster
 
Join Date: 22nd June 2006
Posts: 299
Default Secrets to protect your images and graphics

Stealing nice graphics and images is a widespread problem. Unscrupulous web site owners will steal your nice graphics and pretend it is theirs. If you paid for some custom graphics and then you find out that other people simply copy them for their own use, you can get frustrated!

You can protect your graphics 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):



<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>
__________________
arps
Reply With Quote
  #2 (permalink)  
Old 23rd June 2006, 09:50 AM
varchar varchar is offline
WD Addict Poster
 
Join Date: 21st June 2006
Location: Reading, UK
Posts: 102
Send a message via MSN to varchar
Default

While I can get paranoid about people stealing my hard work, one could argue that this is a method that would destroy what the internet stands for.

It has become deprecated to open a link in target="_blank" now, because a user should be able to choose whether or not they want to open a link in a new window or not. Web standards are very quickly evolving, so I'd be dubious about using this.
__________________
- Edd Morgan
web: http://designbycake.com
msn: rinse@psyc.co.uk
Reply With Quote
  #3 (permalink)  
Old 26th February 2007, 11:02 PM
humpty humpty is offline
Moderator
 
Join Date: 28th May 2006
Posts: 470
Default

i think this basically blocks the right button of the mouse on that webpage right?
Reply With Quote
  #4 (permalink)  
Old 6th May 2007, 05:14 AM
mini_0's Avatar
mini_0 mini_0 is offline
WD Addict Poster
 
Join Date: 10th March 2007
Posts: 1,799
Default

Also the simpler method is watermark as an image can still be printscreen and saved anyway . Or go for copyrights , these rights provide protection to the authors of literary, dramatic, musical and other intellectual works like audio-visual performances. You can get your work registered with the U.S. Copyright Office by paying a $45 basic fee. It is essential to prominently display the copyright symbol and a statement along with your work to avoid the infringement.
Reply With Quote
Reply



Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A few secrets to winning the affiliate game. hassen1 Affiliate Programs Review 2 2nd May 2007 01:30 PM
The secrets of getting free advertising hassen1 Marketing and advertising on the web 1 30th April 2007 01:28 PM
Stock photos/images netgal06 Web Resource Centre 5 28th April 2007 02:06 AM
Free graphics arpan911 Web Design and Development 3 26th February 2007 10:58 PM
How can i protect my source, images, etc. from being copied? hassen1 Web Resource Centre 0 13th December 2006 08:04 PM


All times are GMT -4. The time now is 12:04 PM.


Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
vB Ad Management by =RedTyger=