Monday, May 30, 2011

Learn to avoid Plagiarism

The final touch up of  "Learning to protect your contents " is disabling or hiding the source code option.In the last few days we have learned few tips on disabling the right click option and disabling the text selection option to protect our web page information.The main aim being to stop the visitors from copying our copyrighted works in order to prevent plagiarism .

With this final touch up, we can relax that our web page information stays secure .Not to forget that the Internet is a place for sharing information and ideas ,sometimes we feel the need for securing a little but not the whole.
Source padding :
As funny and simple as it seems this technique will divert few visitors from viewing your code.Just add a tons of white spaces at the start of your html code and then save your page.Now when someone naive clicks to view your source code,the page appears blank.

JavaScript Encryption :
This is the powerful method of encrypting our source code and then write the contents to the browser window.But the drawback is that , it only works on "Internet Explorer " and the pages that has enabled JavaScript functions.Also, we cant update the page and it con

Details and Codes : htmlgaurdian

Trapping the Mouse Right click :
By trapping the mouse right click ,it makes copying harder .This simple java script for no right click helps securing your images and makes it unable for anyone who wants to use your images

<script type="text/javascript>
var message="You can't see the page code"
function click(e) {
    if (document.all) {
        if (event.button==2||event.button==3) {
        alert(message);
        return false;
        }
    }
    if (document.layers) {
        if (e.which == 3) {
        alert(message);
        return false;
        }
    }
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
</script>


CSS Encoding:
Finally ,we can make use of CSS web pages to hide some of the coding instead of HTML web pages.We can also put encoding on our pages so that we can catch someone using your "copyrighted" stuff. These makes useful when you need to prove that someone has stolen your stuff.

Complain to the related HOSTS:
When you think that someone has used your stuff , make use of the screen shots (ctrl +printscrn) to prove them guilty when needed when you register a complaint to Google for Blogger ,WordPress for WordPress Blogs or the related hosts .


Google Blog spots
Word Press Blogs


For the .com domains or any other domains  , first find who is the provider and who is hosting that particular URL(domain).Then using WHOIS web page identify the owner of that particular web page  (100 % reliable) and mail /contact the desired person or their HOST.

Whois.net
Whois.com
Who.is

When your comments and mails prove to be a waste , Complaining to the related hosts is the last step and indeed they prove to be beneficial and helps in doing your work successfully  .



Unknown

About Unknown

Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.