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

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
Seo Master present to you:
The most strong and popular web design trend over last couple of years is a sliding horizontal panels also known as Sliders or Carousels. It's a very effective method to increase the web site usability and engage the user. This widget shows the most popular 10 posts on your blog just above your Blogger posts. You can see the Demo on my blog.
Let's start adding it

Before adding it you should know that this widget is not fully compatible with all templates, so please make a backup before making any changes to your blogger template. Now, follow these steps:

1. If you are using the old Blogger interface: 
  • Go to Dashboard - Design - Edit HTML - (make a backup) Expand Widget Template 
If you are using the new Blogger interface: 
  • Go to Dashboard - Template - Edit HTML - Proceed - (make a backup) Expand Widget Template
2. Search (CTRL + F) for this piece of code:

]]></b:skin>

3. Just above/before it, add the following code:

#gallery{position:relative;margin:0 35px 20px;width:590px;height:126px;background:#ffffff}
#gallery .belt{position:absolute;top:0;left:0;list-style-type:none}
#gallery .panel{float:left;margin:20px;width:84px;height:86px;background:url(http://www.matrixar.com/-_Srvna_zg0M/T393_LXqDLI/AAAAAAAABrQ/_t2GmPexCHo/s1600/bg-slider.png) bottom center no-repeat;overflow:hidden}
#gallery .panel img{float:left;border:1px solid #DDD;margin:5px;width:72px;height:72px;background:#FFF;padding:0px}
#gallery .panel img:hover{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5}

Note: you can adjust the size of gallery, changing the values in red (590 and 126).

4. Now search for the following piece of code:

</head>


5. Just above/before it, add this code:

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/>
<script src='http://helplogger.googlecode.com/svn/trunk/auto-slider.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
stepcarousel.setup({
galleryid: "gallery",
beltclass: "belt",
panelclass: "panel",
autostep: {enable:true, moveby:1, pause:6000},
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 2, leftnav: ["http://www.matrixar.com/-0Iss3Wjr36Q/T393U65TcKI/AAAAAAAABq4/K_uzwyuNzrE/s1600/prev.png", -40, 36], rightnav: ["http://www.matrixar.com/-DtspeRHclnQ/T393WdyB8EI/AAAAAAAABrA/TKHickb2iI8/s1600/next.png", 2, 36]},
contenttype: ["external"]
})
//]]>
</script>

Next thing to do is to place the widget just above the blogger posts.

6. Search for this code:

<b:section class='main' id='main' showaddelement='yes'>

...or if you can'find it, search for this one:

<b:section class='main' id='main' showaddelement='no'>

7. Just below it, add the following code:

<b:widget id='PopularPosts2' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div style='margin-top:20px;margin-bottom:70px;margin-left:-20px;'>
  <div id='gallery'>
   <ul class='belt'>
    <b:loop values='data:posts' var='post'>
     <li class='panel'>
      <b:if cond='data:showThumbnails == &quot;false&quot;'>
       <b:if cond='data:showSnippets == &quot;false&quot;'>
        <a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
       <b:else/>
        <div class='item-title'>
         <a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
        </div>
        <div class='item-snippet'>
         <data:post.snippet/>
        </div>
       </b:if>
      <b:else/>
       <a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'>
        <b:if cond='data:post.thumbnail'>
         <img expr:alt='data:post.title' expr:src='data:post.thumbnail'/>
        <b:else/>
         <img alt='no image' src='http://www.matrixar.com/-mRxY2oEkLJc/T393wpt0z_I/AAAAAAAABrI/4blMjDaSOUY/s1600/no-image.PNG'/>
        </b:if>
       </a>
      </b:if>
     </li>
    </b:loop>
   </ul>
  </div></div></b:if>
 </b:includable>
</b:widget>

Note: delete the fragments of code in blue if you want this widget to be displayed in posts pages also.

8. Preview and if everything is ok, Save the Template.2013, By: Seo Master
Powered by Blogger.