How to Backup/Restore template in new blogger interface?

Backup restore new Blogger Template easily
Here i'm saying about an important topic that i had posted early " How to Backup/Restore Blogger Template? ". But i'm going to show you How to Backup/Restore  Blogger Template in New Blogger Template . Now a days Blogger default interface is Upgraded New Blogger Interface. Backup/Restore Template is so important,So don't take this as a silly matter.
Read Following see How to backup template in New Blogger Interface..



How to Backup/Restore Template

  • Go to Blogger Account
  • Select Template [as shown in fig.]
Backup restore new Blogger Template easilyBackup restore new Blogger Template easily
  • Click on the Button Backup/Restore  in Left top .
  •  A box appears [as shown in fig.]

Backup restore new Blogger Template easily
  • As shown in the above fig. 
  • Click on Download Full Template to download Template.Save it
  • Click on the Browse to Restore the early downloaded Template.
  • That's all ..Enjoy with us...








Check out other Blogger Tricks HERE and Blogger jquery Widget Generators HERE

Optimize your post title to H1 tags better SEO Blogger Hack

Increase SEO with h1 tag Blogger hack
This is an important SEO Blogger trick to increase SEO. Heading tags have a great importance in Search engine results, Heading tags helps Search engines to recognize what is important in your blog.Heading are form H1 to H6 .H1 tags have higher priority.So we are going to hack blogger template by changing H3 tags to H1 tags. By default blogger post title is in H3 tag,here is a trick to change it to H1 tag for more SEO.





  • Go to Blogger Account
  • Select Template -> Edit HTML [click Proceed
  • Find the code like below [Find easily using Crtl+F]
  • Or simply find <H3


<h3 class='post-title entry-title'>
      <b:if cond='data:post.link'>
        <a expr:href='data:post.link'><data:post.title/></a>
      <b:else/>
        <b:if cond='data:post.url'>
          <b:if cond='data:blog.url != data:post.url'>
            <a expr:href='data:post.url'><data:post.title/></a>
          <b:else/>
            <data:post.title/>
          </b:if>
        <b:else/>
          <data:post.title/>
        </b:if>
      </b:if>
  </h3>
  • and Change it with <H1 [Change all H3 to H1]
  • Change all H3 tags with H1 tag
  • Done ..Wait for few weeks you can find the change in Google SERP.
  • Your Blog pages will show in Google Search Page.

Update [21.11.2012] : I have noticed that this trick displays error in some webmaster like Bing. If you get error message from the webmaster then change the H1 tags which we changed before to H2.
Note: Only change the H1 tags you changed earlier.
Google Webmaster will not show error on this trick.

    I think you enjoyed this ..if so please share...

    Protect Your Blog posts from Copying Blogger Trick

    Stop copying blog content with css
    Copying blog posts or articles from sites/blogs on internet is a usual thing.Here i am going to share you how to protect your blogger posts/articles form getting Stolen.This is a trick to lock your text and the visitors of your blog can't select the text only they can read the text. If they cracked that method and select the text there is another trick to disable right click menu,so they can't copy text.. Enjoy...







    To view Demo click the link below:- Open this link and try to select text..Or do a right click..

    View Demo

    Copy the Following CSS codes to your Blog

    •  Go to Blogger Dashboard
    • Select Template->Edit HTML click Proceed    [or Use Alternate Way to copy CSS code]
    • Find ]]></b:skin>
    • Copy the following code  and save

    -moz-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    user-select:none;


    Disable Right Click

    • Copy the following code inside <head>
    <script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/>


    I think this article will surely help you...if you liked this please share...

    HTML Character Count SEO Tool for Blogger

    HTML character count SEO tool for blogger
    HTML Character count Tool is a popular tool to count characters that is used for SEO.You can count characters in the following Tool.Character count is mainly used to count Blogger post title characters. In Google SERP(Search Engine Result Page), Google shows 61characters of title of blog post.So keep Blog Title less than or equal to 61 characters. Manual counting of characters in title with white spaces is, i think it is bit difficult So use this tool to count..






    I hope you are enjoyed with this article please share it...
    Thanks...

    15+ Smooth Jquery Scroll to Top widget generator for Blogger v.1

    jquery scroll to top widget generator blogger
    Jquery scrolling to top buttons help visitors to jump to top of page with smooth automatic scrolling.So the user/visitor of your blog can go to top of page with a single click.This smooth jquery scrolling makes your blog impressive.
    I created a Blogger widget generator for ease of use.Create your favorite scroll to top Button with a single click.





    To view demo look at right-bottom of this blog or Click on the following link


    I think you liked this generator,Check out our other awesome widget generators here.
    Don't forget to say thanks at least for appreciating us..  Also expect more form us.. thanks..

    I found that some sites copy our code,a notice for those Blog owners: please at-least say thanks or provide our blog link within your post. Thanks

    Spraying animated subscription buttons for blogger v.1

    spraying animated subscription buttons blogger
    Spraying jQuery animated subscription buttons widget is an awesome widget for blogger.This animated subscription buttons created by Redeyeoperations and i modified it by adding some additional features.This widget works best in Mozilla Firefox..
    I created a widget generator for you with some important options.




     
    To view demo of this widget please click on following link

    Features

    • 5 subscription buttons
    • jQuery Animation
    • Effective CSS3 Animation
    • Color Selectable base button
    View Demo
    Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
    • Go to Template->Edit HTML [A dialog box appears click Proceed]
    • Copy and paste the below code <head> and save it
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>