Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
AOA:
This Tutorial We Learn how protect and Disable Right Click Your Blogger and Blog being copied.Mostly Do not Try own writing and trying To copy articles other Website.So Will share With You How You can protect your Articles.Its simple Script only save in html java script.Its realy Simple Script you Can Away for Copywrite You Articls and post.Because some Time we Spent Lot of Time For Writing this Articls and copywriters just in Few Seconds Copyes From Your Blog and Websites.its important protect your Blogger and Website.its A big mistacke people Do Not try own Writing and used Copywrites Articales.search engine Do not support you in index your articales.Tips & tricks.When they Try For Copy And Right Clock on The Post Area But It Not working on the articles Area.save Your Post And Articles.And When they Try Right Click Misage Will Appeare “Function disabled".




How to Disable right click on your Blogger/blog? 



  • Go to >> Blogger login
  • Go to >> Layout >> Add a Gadget >> Select HTML/JavaScript Widget
  • Now copy code and paste inside HTML/JavaScript.

<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Being Geeks
//For full source code, visit http://www.beinggeeks.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

When you Try to Right Clock on the post message Appeare “Function disabled"





2013, By: Seo Master
Seo Master present to you:
Link building is just a way of leaving traces all over the internet through which your web blog can be reached by anonymous person. Its like you leave your address all over the globe and people reach to you through that address. It can be one of the major source of traffic to your blog if done in a right way. There are various link building ways you can follow to attract some readers. Some of them are been discussed below. 


  • Commenting on other blogs. You are most probably already familiar with this technique. its still the basic and best technique for creating a link to your blog on some higher page rank blog. If you have not taken care of this, you should start spending some quality time on this. You can read this article to create better links while commenting.
Leaving comments on another blog.

Blogs hosted on bloggers do not have inbuilt link generating features. However, you can still post links in the comment section of the blogger. Its been discussed already in the blog by the name Put links in blogger's comments.

  • Yahoo answers. Yahoo answers can be very useful in driving traffic to your blog. Answer questions related to your niche in yahoo. Choose at least 10 questions each day and answer them in such a manner so as the user is tempted to visit your blog while reading the answer. In starting, you won't see significant rise in traffic, but just imagine posting 10 links a day for a month will create 300 links to your blog. And yahoo answers are already search optimized. People will reach to it through search engines also. And getting some 'Thank you's are really motivational. Isn't it. 

  • Posting in Forums. Many forums provide the facility of putting links in your signature. Utilize this feature. Answers questions in forums mentioning links to your blogs and you will start seeing some of the traffic from them. There are numerous forums related to your niche. You just have to select 3-4 of them with high rankings, answers questions already asked putting links in your answers. Choose those topics which are crowded and a progressive discussion is going on. There is no point in posting links to a topic which has been dead for a year. 
I am working on second part of this article. If you have any other ways of link building, do post in comments. I will surely take up your advice. 

mb.
2013, By: Seo Master
Seo Master present to you: How to Protect your blogspot/Blog articles from Being copied?This Tutorial We Learn how protect Your Blogger and Blog being copied.Mostly Do not Try own writing and trying To copy articles other Website.So Will share With You How You can protect your Articles.Its simple Script only save in html java script.Its realy Simple Script you Can Away for Copywrite You Articls and post.Because some Time we Spent Lot of Time For Writing this Articls and copywriters just in Few Seconds Copyes From Your Blog and Websites.its important protect your Blogger and Website.its A big mistacke people Do Not try own Writing and used Copywrites Articales.search engine Do not support you in index your articales.Tips & tricks.



How To Disable Copying Text in Blogger/Blog? 

Follow these steps to install a small piece of JavaScript code in your blog and get rid of copycats.

  • Go to >> Blogger Login.
  • go to >> Layout >> Add a Gadget >> Select HTML/JavaScript Gadget.
  • Now Copy below code and paste inside that HTML/JavaScript.

<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>

Now save And You Can Check Your Blog And Website You Will Done This.Any one Don't Try Copyed Your Articales because CTRL+A and CTRL+C Don't Working.

i hope You like This post...



2013, By: Seo Master
Powered by Blogger.