How to Peel over page effect in blogger

You may have before seen a peel over effect on some proffessional website and not knew how to get that on your blog this post will help you get that on your Blog
you may use it to shoe advts ,rss feeds or whaterer you want and link it too

Here is the hack to do so..
just follow the steps they are short and sweet
Just login to Blogger,
Go To Layout > Edit Html > Press Ctrl + F[find]

Now place these codes above it
<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(http://www.astro.wisc.edu/~townsend/resource/news/rss.jpg) 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

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


});
</script>



Red line is the image you want to show
Now search for


place the following code after it
<div id='pageflip'>
<a href='http://feeds2.feedburner.com/widgetblogger'><img alt=''
src='http://www.wallheaven.com/page_flip.png'/></a>
<div class='msg_block'></div>
</div>
Thats all and you have your peel over image effect, enjoyy and any problem then commentme.....!!!)
Read rest of entry

cool floating icons on ur blog





This would drastically help visitors on your subpages to easily head to your main page or subscribe your rss or even get back to top if your blog post is to long
these icons being floating on the browser catch the visitor's attention easily , following more clicks on the icons.
You first need to add this code in a html/javascript anywhere on your Blog
the code goes as follows

<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img src="http://www.wj.com.au/pageimage/top.gif"/></a>

<a style="display:scroll;position:fixed;top:5px;right:5px;" href="
http://learn-webcreation.blogspot.com/feeds/posts/default?alt=rss
" title="Subscribe RSS"><img src="http://blog.fluxiom.com/assets/2007/5/2/fluxiom-rss-icon.png"/></a>

<a style="display:scroll;position:fixed;top:5px;left:5px;" href="http://www.learn-webcreation.blogspot.com" title="GO to HOME"><img src="http://www.mintothed.com/images/home_icon_link.jpg"/></a>

The first paragraph of code is for the floating "back to top" dont edit it.
The second paragraph of code is for you RSS feed ; edit the highlighted portion with you feed
URL
your default feed would be
http://YourAwesomeBlogHere.blogspot.com/feeds/posts/default?alt=rss
and

http://www.YourAwesomeBlogHere.com/feeds/posts/default?alt=rss

Third paragraph is for "Home" edit the highlighted portion in 3rd para with your Blog URL
Thats all and you have done!!



please comment me if you like this and if any confusion...........!!!
Thanks
Read rest of entry

put correct meta tags to increase traffic

The default titles of Blogger Post pages are of the form Blog Title + Post Title.
But don't you feel that the Post Title should be given a little more importance on the Post Page? The search results including those on search engines like google and yahoo use these titles.So it is always better to keep your title more related to your post content.

So here we are going to tweak the Blog's title tag in post pages..Here is a hack that will change the title to the following attractive format Post Title + Blog Title This trick will help you to optimize the blog title for Search Engines like google yahoo, live bing and others.
I am damn sure that this trick will increase your site's visitor count.. It will take a while for the Formatted titles to appear in search results(will appear when it is reindexed by the corresponding search engine).


1.Login to your blogger account
2.From your Dashboard opt for Layout
3.Now choose Edit Html
4.You will see your template code there.
5.In that template code find

<title><data:blog.pageTitle/></title>

and replace it with

<!-- Start www.learn-webcreation.blogspot.com: Changing the Blogger Title Tag -->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
<!-- End www.learn-webcreation.blogspot.com: Changing the Blogger Title Tag -->

6.Now SaveTemplate.
7.Affter saving the template take a look at your blog post pages and your will notice the change in title's in your browser's title bar.
Read rest of entry
 

WEB CREATION Copyright © 2009 Blog is Designed by Suvanno Tharu Sponsored by Hitsweb Pvt.Ltd