This is default featured slide 1 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by Templatespond.com.

This is default featured slide 2 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by Templatespond.com.

This is default featured slide 3 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by Templatespond.com.

This is default featured slide 4 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by Templatespond.com.

This is default featured slide 5 title

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. blogger theme by Templatespond.com.

Saturday, August 9, 2014

What is Page Rank!!


Page Rank and how to increase the level of your site to appear in search engines.

How to calculate the Page Rank when Google? Google depends on their account on the complex operations of its own, and is divided Page Rank to 10 times, from 0 to 10, where the grade 10 be the best rated in Google.

Example Suppose that we have a theme we would like to find in the search engine Google, which is: "how to build websites," When you enter the title and click on the "Search" will show a lot of results and sometimes you find the same title in two sites, but notes that the first site on the first page, and the second site in another page!

Why show one on the first page and the other in another page, although the theme is the same?!
Interpretation of this is that the site on the first page has a high Page Rank, and the second site in another page has a low Page Rank, so page rank affect the number of visits to your site from a search engine.

How to tell page rank for your site? You can find this out from going to the following URL:Page Rank checker
Enter the address of any site in the space, and then press Check PR.

How to increase the Page Rank of your site? It depends on the quantity of links leading to your site from other sites, for example, if you type an article in any forum and was part of this article discusses some images or links that lead to enter your site, it is useful for your site, and you can also put a link of your site in one of the sites that have high page rank.

How to add awesome floating Facebook like box widget in blogger


Today we will learn how to add facebook like box to blogger blog with a distinctive view, wonderful and attractive format, where the facebook like box is hidden on the right side of the screen and shows only the passage of the cursor on it. to add this widget to your blog,follow these two simple steps:

STEP 1
1.  Go to Blogger Dashboard  --> Template
2.  Please! download  a copy of your template
3.  Now click on Edit HTML
4.  Use Ctrl+F to find </head>
5.  Then copy and paste just above/before it, this code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js' type='text/javascript'/>
6. Save your template.

STEP 2
1.  Now go to Layout--> click on "Add a gadget".
2.  Select "html/java script" and add the code given below and click save.

  <script type="text/javascript"> /*<![CDATA[*/ jQuery(document).ready(function() {jQuery(".abtlikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);}); /*]]>*/ </script> <style type="text/css"> .abtlikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkG79uJ8rUgWdfCq1aJTE-j6I-trxM5L-A9ZGAo2N2D_VpuFv-CoJLaR_plfIp6yxBCuyoGbomRnofnzJxJKrRDThBFDZf6oAo4CxYTAItb5C8iUuBhGbb_NbQbSEv2y4FzRSU6FGqVAA/s320/fb1-right.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index:  99999;position:fixed;right:-250px;top:20%;} .abtlikebox div{ padding: 0; margin-right:-8px; border:4px solid  #3b5998; background:#fafafa;} .abtlikebox span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} .abtlikebox span a{color: gray;text-decoration:none;} .abtlikebox span a:hover{text-decoration:underline;} } </style> <div class="abtlikebox" style="">     <div>     <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Ftemplatespond&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;"></iframe><span>Widget by :<a href="http://www.bbloggertutorials.blogspot.com"> BBloggerTutorials</a></span>     </div> </div>

Note: Replace templatespond with your facebook page URL or user name.
Now you can see the result and be happy. :-d

How to Install a Custom Blogger Template

This article will provide a step-by-step guide on how to correctly apply a new xml Blogger template to your blog. This process can be tricky depending on several factors (quality of the code in the new template, your existing widgets, etc) so you need to be careful when changing your template. Don’t worry though, just follow these step-by-step instructions below and we’ll hopefully get you through it without much pain.
Steps

 1 Sign in to your blogger blog and head to “design” => “Edit HTML”

2 Before uploading new template backup your previous template.

3 Now browse your computer and select and upload your desired template.

After this process, blogger will ask whether to keep or delete your widgets. Take your choice (see screenshot).

5 Now preview your blog and if everything is fine hit 'Save Template' button.

6 That's it, your new template is live now.