Announcement:

Join, like and share my blog.

Showing posts with label Blog Tips. Show all posts
Showing posts with label Blog Tips. Show all posts

Thursday, 1 March 2012

How To Backup Your Blogger Posts And Comments


Backup your blogger posts and comments regularly. This is blogger tip I think every blogger should follow for its safety. Backup your posts regularly. Very less amount of bloggers would have been using this tip. So lets follow this tip and start backing up your blog posts from now.
How to backup bloggers posts for all bloggers including blogspot users.

Just Follow These Steps:


Step 1.   Login to your blogger account, click on drop-down menu and then click on Setting.



Wednesday, 29 February 2012

How To Backup Or Download Full Blogger Template

How to back up your blog template or download it to your computer so you have an copy of your template design always if you needed that design in future or many of us loose the design setting while we are trying to edit our template.
Its very important to save a copy of your template before you do any customization on it ( Any change in template ).

It's very easy to do. It's such a small file, so you can keep it forever.

Follow these simple steps to download / Backup your Blogger Template:

Step 1.   First of all login to your blogger account, click on Drop-Down menu and then click on Template.


Sunday, 26 February 2012

How to Disable Blogger Official Lightbox

Follow these simple steps to disable LightBox

Step 1.  Login to your blogger account. Click on your blog.



Step 2.   On left side click on Settings and under Settings tab click on Posts and Comments. Then Scroll to the option Showcase images with Lightbox?  and set to NO.



Step 3.  Save the settings and all you done.

Drop your comments.

Friday, 10 February 2012

How to change Blog Template on Blogger

In this article I am going to tell  you how to change your blog on Blogger with a new downloaded template. First of all login to your Blogger account
After entering the Dashboard page click on drop-down menu and then click on template.


Remember to backup a copy of your current Blogger template. If something goes worng of if the new template isn't that great after all, it is possible you might like to change back to your current template. For this purpose click on "Backup / Restore" and then click on "Download Full Template".







For uploading your new template click on "Choose File" on the same page , choose your template and click on "Upload" and it is done.
Hope this post is useful and works out.


If you have any confusion, Comment Here.




Tuesday, 7 February 2012

How to Add Page Peel Effect in Blogger




Sometime you can see some blogs at the top corner when you can move cursor to that flipped page that corner flipped page animate and you can see the notes behind that. Most of people understand that this effect is make by any flash content but its not true. You can also put that type of effect in your blogger. In this post you can see how to add that type of animated content in your blog.
Instruction to Install
Step 1: Log into your blogger.com account.
Step 2: Open your blog in which you want to intall this page peel effect.
Step 3: Go to template and click on Edit HTML.
Step 4: Now search for </head>. For this purpose Press CTRL+F  , type </head> and press Enter. Put this code before </head> tag.


<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: relative;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzi6GQWFjHJ8U3oM9quiVnmXS9ZhPJkU18qFog0Yee1xktglvAkzaAK4NqjoyacfnIP4WjNqtZaLW55xlmn9A7moEzQesRg1GX9I2tS1LxxwIASAnAGjRiUd8vLafyxNh5OekmJ_lAotg/s1600/subscribe.png) no-repeat right top;
}
</style>

<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){

//Page Flip on hover

$(&quot;#pageflip&quot;).hover(function() {
$(&quot;#pageflip img , .msg_block&quot;).stop()
.animate({
width: &#39;307px&#39;,
height: &#39;319px&#39;
}, 500);
} , function() {
$(&quot;#pageflip img&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;52px&#39;
}, 220);
$(&quot;.msg_block&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;50px&#39;
}, 200);
});


});
</script>


Step 5: Now put code in body for display page peel effect for that press Ctrl+F , type <header> and press Enter. Put this code above / before <header> tag. OR put this code just below </head>.


<div id='pageflip'>
<a href='http://feeds2.feedburner.com/IACtips'><img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiinGAd-Zq2UjFcIgitTfECkiY1K8Xd6R4tJQaoPdMfz2aIcdJrTVPWzZ-OWzxV0xrC5Civ6N2V_vd0Jcq9GFLT7CeqpuKGLeOG6F4dOTSrwAMdgjCNvbjAqzoyrVNeFIQo-IUfJguN6Uw/s1600/page_flip.png'/></a>
<div class='msg_block'></div>
</div>


Replace YOUR FEED URL with your original feed url and then paste that code.


If you have any confusion , comment here.

Copyright @ 2013 IAC Tips. IACTips | Join my itexperts forum Itexperts Follow me on Google plus