Welcome Alert Script For Blogger

Alert Script for Blogger,when anybody will visit your website or blog he will get an welcome message before loading your page completely.You can have anything in the message what you want.It can be helpful for you whenever you want to display to your welcoming visitor some message or alert which you can be important for him to get to your blog reading further.

I had before shared you with two scripts:-
1)Disable Right Click For Blogger
2)Making Image Reflections




Just login to blogger > Layout > Edit Html

Find <head> tag and add the below script just after it.


<script language='JavaScript'>alert(&quot;Your Message Here&quot;);</script>


Just change text in red with your welcoming message.

And now save your template.And visit your blog you will get an welcome message.

Recent Posts Widget With Thumbnails Preview Blogger

Recent Posts Widget With Thumbnails Preview for blogspot blog is another hack made avaialble to use by blogosphere,which has made a blogging look really beautiful and proffesional.With the help of these we make blogging look proffessional.Now something about hack as you would be using recent post widget for sure showing post titles but now this widget will be showing images with or without title from your posts or you defined manually.

I have before posted on Recent Posts and recent comments widget also,you can check them too if you want them.

Now let see how to install this hack and thanx to marianne to make this hack look very simple and show it in many ways to adjust the blogger template.

Now how to install it.

Just not waste time,first download these file from here which contains scripts to make your widget work.

Goto Blogger Layout > Page Elements > Add A gadget > Html/Javascript

And add the below codes:-


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";

</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


You have to change the bold links above in codes to make it work.

Now i will explain all the parameters in the script what it does.

- Lines
imgr [0] = "http://YOURIMAGEURL.jpg";

contains link to the default image, you can replace this link with your photos, you can also add many others by creating additional lines imgr [5 ]=..., imgr [6] = ..... Try to select the image size small to have such severe widget.If you will not use image here the widget will automatically extract first image from your post and show up the thumbnail and if it doesn't contain any image it will not show up any image so you can define your image url in this line.

- The showRandomImg = true; that is enabled does the random image default image if you want existing order, please change true to false.

- 4 lines

tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";


in turn is the width of the widget (pixels) between cells, border color of widget and widget's background color.

- 2 lines

imgwidth = 118;
imgheight = 100;


is the width and height of the image thumbnail.

- 4 lines

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";


turn is: Font Size of title, title color, turn the bowl bold title (if you want the shortcut to the true false), the icon before the title (if you do not want the icon for the empty value).

- Line

text = "comments";

text of the report you want to comment now (for example: text = "reviews"). If you do not want the number of comments for each post, set text value = "no".

- Line

showPostDate = false;

say that the current date was off. Please replace false with true if you want the date.

- 4 lines

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

in turn is the number of characters like the description for each post (if you want to disable, set the value is 0), Size of the Font described, description and color icon of the previous description.

- Line

numposts = 5;

ask you to report the number of items will appear on the widget, for example above is 5.

- Line

home_page = "http://www.anshuldudeja.com/";

ask you to report address blog currently use.Do not forget it is important to seal against your url with (/) at the end of the url.

Now this was all customization part if you not happy with looks of it and can do it yourself.

Now the thing just important is the script to use in codes as i have made that place red color bold in codes so as to tell where to add the script.

As i have told you at the beggining to download the scripts,if you haven't downloaded,download it from here.

After downloading you will get zip file,extract it and you will be given nine .js files or 9 scripts.
All nine script does different work.What type of work they will do i am writing below and how to know which script you have to use for which purpose,you just need to read the name of the file,you will come to know for which purpose it is after reading the below functions of nine scripts.

1)Recent posts in horizontal Position showing only Thumbnails.
2)Recent posts in Vertical Position showing only Thumbnails.
3)Recent posts in Vertical Position showing Thumbnails With Tilte And Description With Comments.
4)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description With Comments.
5)Recent posts in Vertical Position showing Thumbnails With Tilte And Description without Comments.
6)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description without comments.
7)Recent posts in Vertical Position showing Thumbnails With Tilte And Description from any Particular Label.
8)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description from any Particular Label.
9)Recent posts in Horizontal Position showing Thumbnails With Tilte And Description in between Thumbnails instead of below thumbnail.

These are the only nine ways you can use this script.Just download the scripts and with the name of file you will come to know about its function and can use that script.

Just upload the script you want to use to your server and replace the url in bold red in above codes with your url and dont forget to change your blog name also which is also on bold back in above codes.If you dont know where to upload this script just read on the list from here.

As above i have told you about the label script also,i.e script to extract thumbnails from your any particular category you want.If you using widget for any category of yours.Just use the below codes in place of above i provided.


<script language="JavaScript">
imgr = new Array();


imgr[0] = "http://YOURIMAGEURL.jpg";
imgr[1] = "http://YOURIMAGEURL1.jpg";
imgr[2] = "http://YOURIMAGEURL2.jpg";
imgr[3] = "http://YOURIMAGEURL3.jpg";
imgr[4] = "http://YOURIMAGEURL4.jpg";

showRandomImg = true;


tablewidth = 248;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#ffffff";

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = "#666";
icon2 = " ";

numposts = 5;

home_page = "http://YOUR_BLOG_NAME.blogspot.com/";
label = "tagname";
</script>
<script src="http://YOUR_UPLOADED_SCRIPT_URL/recentposts_thumb.js" type="text/javascript"></script>


The difference in both code is just of red code as i have added that is label line,just change the tagname with your category name,then it will work for your category and please don't forget to change the blog url and script url in these codes.You can't use only thumbnails for your category as post tile and description will also be shown.

I hope you will love this widget.Have A nice Day !

List Of Search Engines To Submit Your Blog

List of Search Engines,you may submit your site URL to these search engines for Free. If you dont have enough time to submit your site or blog thn submit to the top few leading search engines like google and yahoo or msn or your local engines.This is not the complete list of search engines but are enough to give an start to your blog,as you will find countless amount of search engines on web you wouldn't have heard of.


Website Submission Services

There are many websites on the net offering free website submission services to search engines. The list of search engines are by and large the same. Some offer fee to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make.If you still want that you can do that that too.



This is for just begginers i don't think if you have good blogs and receive traffic,search engines will automatically index you and most of the small engines drive traffic from big search engines like google.

If you want more sites get from here too

http://selfpromotion.com/list-of-search-engines.t
http://www.searchenginecolossus.com/

If still want more just search for keyword 'list of search engines to submit websites' on google or yahoo you will get long list.

Google Page Rank Update May 2009

Yes Friends today i am so happy to check my pagerank in google toolbar because google has made my pagerank increased from 3 to 4.Its quite a good pagerank.If you haven't checked the page rank of your blog just be fast to check as google has completed the page rank update for for may 2009,the second pr update this year.As one held on 31st dec of 2008 when google gave us the pr of 1 as was beggining of the blog.

Then the next update took after 3 months on 3rd april 2009 and we got the page rank of 3 a page rank that is still considered as low by google but its good enough to rank in search engines.

And now page rank update took too fast by google i.e just after 2 months and we got an pagerank of 4 that comes in medium category by google.

It has all been possible to go high and high always with only all my readers support and all those who like my blog and promote our posts and linking to us.Just help us keep rising this way and i will bring a more better blog to you with full powered blogger resources and make your blogging easy and beautiful.

So just need your supports to make it to pr 5 next time and as it would not be possible without you.

Thanking to all my blog readers,visitors and lovers especially regular readers who made this blog one of the popular blog of blogosphere.And dont forget just to check your blog pagerank from here.

And help us more by subscribing to our blog.

Regards Anshul.

Recent Comments Widget For Blogger

How to show more than 5 or 10 Recent Comments in your sidebar to show up.Its just very simple to show up your latest comments as we use to show up our recent posts,but the only difference is the difference of feeds url for both.As we have different feed url for posts and different for comments but the method to use the widget is same.

We have two ways to add recent posts widget in your blog and i have explained both the ways before but for the recent comments widget you can add up in following way.

Now i will tell you both ways to make it run for blogger comments.

First One,Just download this script and save to your desktop.Now upload it to your server and get its url.If you dont know where to upload this script get on list of sites from here.

Now go to blogger Layout > Add a Gadget > Html/Javascript and add the below codes.

<script style='text/javascript' src='http://blogergadgets.googlecode.com/files/recentpostswidgetv1.js'></script><script style='text/javascript'>var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;</script><script src='http://yourblogname.blogspot.com/feeds/comments/default?orderby=published&alt=json-in-script&callback=showrecentposts'></script>



As now just replace red codes in above codes with your script url and the number 5 is the no of posts to be displayed and last red is your blog url.nuchars=100 is for post desription.If you want to show recent posts you can have that too,just need to change the feed from

http://yourblogname.blogspot.com/feeds/comments/default

To

http://yourblogname.blogspot.com/feeds/posts/default

If you want recent pots from feedburner account follow this post on How Show more than 5 feeds from feedburner account.

Now use of this above recent comment script doesn't show up the date of comment and name of author who commented and to which post he commented.If you want that kind of script i have got it for you.

Just visit corpseofatic Blog and fill on the fields to get your recent comments widget displaying post date,author name,post url and comment as well.As it gives all necessary details.

I hope you will love this widget.

Show Page Rank of Your Blogger-Page Rank Widget

You would have seen many blogs showing there page rank in there blogger,as you would be thinking how its possible.Yes friends its simple widget with small piece of codes which we just need to add to our blogger and it will start showing you the pagerank of your blog in your blogger.i hope everybody will be knowing how to add this,and will be thinking why i am posting about it.

If you have read my previous post on how to increase your visitors from search engines,you will get the answer.As i use to see a lot visitors coming to by blog via search engines finding for page rank widget,then thought of holding a simple tutorial on it so that atleast i can convert my that visitors into my readers.

Ok lets move on to our topic on how to add page rank widget to my blog.

1)Visit this prchecker site.
2)Write your blog adress there.
3)Fill the captcha Value there.
4)Hit the generate Button Now.

Now it will show three widgets design with there codes like the picture below:-



Just copy the codes of widget you like.

Now Login To Blogger Then Go to Layout > Page Elements > Add a Gadget > Html/Javascript

and add the codes and save it.Now view your blog it will show up that widget in your blog where you added the codes.

Or if you want more designs just visit toolser.com and select the widget you like,take the codes from front of it and simply add i told above.

Tip On How To Increase Your Visitors From Search Engines

Today i am going to share my experience with you or you can take it as trick to increase your visitors.As everybody has been blogging on different niche in which he's good but at one time in a day you would think for sure,today i should blog about which thing,that can give me visitors.Yes friends everybody want to increase the visitors to there blog and try to convert them to there readers as much as possible.

So i will share one trick on how to get increase your visitors from the search engines,if your blog receives a part of traffic from them.

Lets share an trick with you.What i use to do is,i daily use to check my traffic counter for visitors coming to my blog once a day for sure.As its not possible to check the all thousands visitors daily so just i use to check at random a day and at any time.

Now my counter let me know the keywords from which the visitors searched on engines and came to my blog.When i use to check these keywords,i daily use to find some keywords for which the visitors seems to coming to my blog but the content visitor needed based on those keywords was not into my blog.This means the visitors need some content on that topic and content is not easily provided and he's coming to my blog accidentally.So why not i should provide that content on my blog.

So why you miss an opportunity to blog about that particular information on your blog and lets increase your visitors from search engines,if you will do this regularly i promise not only your visitors will increase,your blog will also become so much seo that it will be started loving by engines and will give you high rank in it.

And if you try little bit to target some keywords too on search engines keeping in mind,what keywords people use,to find any particualr content on web and will easily find you with that keyword on top,will also help a lot in beggining.

I hope you would love this trick to make your blog seo and increase your blog visitors.If you have any other questions you ask me in comments.

Free Lenomag Blogger Template

Hi Friends Today you will be going to get a proffessioanl blogger template for free i.e Free Lenomag Blogger Template,for blogspot blogs.This is the other best blogger template provided by us.It was made as an premium template before to be sold but now i and ritesh have decided to distribute it free among you bloggers.As when you will see this template design you will get interested in using this for sure,so for what are you waiting let have an look at it and download it and start using it.I am sure you will like this for sure.This is clean white layout template with Two columns and with an great feature of color switch in the template available which you will love it for sure.And the Menu Links is too made very beautiful but i love its color switch option for my readers.







Features Of The Template



  • Fixed Width Template

  • Two Column Blogger Template

  • Right Sidebar

  • White Background

  • Beautiful Menu Links

  • Compatible With Mozilla, Chrome and IE7

  • Color Switch Option For Reader

  • Read More FunCtion With Thumbnail



Lenomag Template Installation


You Will get the Read Me file when you will download the template.Read the instructions to make template work properly.

Donate If You Like The Work


If You Really liked my work and want encourage me to convert more Professional wordpress themes to blogger templates for Free, Then please help us by donating something you feel for this design by using paypal button in my sidebar.

How Change Background And Text Color Of Blogger

How to Change Background And Text Color Of Blogger template as is very easy task which can be done without any problem.If you still think you really doesn't know anything about codes and to do it is really a big problem then don't miss even a single post from this blogger design series.If you want from start just start reading my all posts on design from beginning which explain all codes to blogger used in its design on how to make your own blogger template.

Today i will be going to explain on the next part of codes coming in blogger template. and codes define the body section of your template.Below are the codes.

Click the image To View Large




body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}


The body element defines the document's body.The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc and after defining all these the tag is closed at end.

So we start with writing body {
this symbol means we have started defining css for body and will close it when it will be complete with opposite symbol } and this tells the css for body has been defined.

Now in body css comes the next line background:$bgcolor; this line defines the background color of your template. But the color defined here is $bgcolor. So which color it is.

As i have also told you before on how to change the colors for blogger template in the previous post.There $bgcolor would have been defined in variable definitions,that color would be your blogger template background color.If you want to change it you can change $bgcolor it from there.

And one more is to just write color code in place of $bgcolor that color will be used as we use this way to design new blogger template like this background:#000000;.

You can get all color codes from here.

You can also use any image for you blogger background just write the above line like this.

background:url(http://url_of_the_image);

Your image will be used in place of color.

Now comes margin:0;.Now what does this tag do.As its clear from its name it defines all the space around the elements for which it is being defined,like you added any header in your template and now you want little spacing to it from top,below,left or right.So you have to use this to get space for the element from any part around it.

In full it can be defined as

margin:5px 10px 5px 10px;

That tell the

margin-top
margin-right
margin-bottom
margin-left

all 4 things define these 4 margins above from all four sides.

Then comes color:$textcolor; as this too is same to define color of your text as you can change it in by replacing text color code with $textcolor or just change $textcolor from from visiting this post.


Now come these lines

font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;


telling font and size of text to be used,you can define it as you want.As font defined is georgia you can define any one you want like arial,times roman anything you want.

Now the size has been given small you can give it medium,normal or large.

you can also define size in specific measure like this.

font-size:12px;

now this line text-align: center;

This aligns the text to the centre you can make it to align left or right also by just changing center to left or right.

and after defining all these the css for body tag ends with this symbol }.

Show More Than 5 Recent Posts From your Blogger Rss Feed

How To get post description or author name and post date to be shown with title of post altogether if you are using recent post widget for your blog and also show more that 5 posts as blogger feeds restrict you to show upto only 5 posts,but with feedburner you can show all of above with any number of posts you want to show up in your widget.

If you just want simple script of codes to extract any number of recent posts from your blog you can get it from this blog as it will display only recent post of your blog with only titles.

Now lets discuss on getting your posts displayed from your feedburner account.

First of all Benefits of using feedburner script:-

1)You can show description also with title if you want.
2)Favicon too can be showed.
3)Author name can also be shown.
4)Date of post.
5)And subscribe link too at the end.


So Just to install your recent posts widget from any blog or blog category login to your feedburner account.If you don't have burned your feeds with feedburner then just visit to feedburner and burn your feeds.

Now just open your feedburner account now and click on the title of the feed you want to show of your recent posts.If you have burned many feeds then only you will see many feeds with there title on front page else if you have burned only one you will get only one title so dont get confused.Like in picture below i have four blogs feeds,so i will select the title for which i want to set up this feedburner widget.



Now after clicking the title you will enter that feed.
1)Then you will see Publicize tab Enter there.
2)Now at left will see Buzzboost Click it.
3)Now you will see option like these in picture below to make your widget.




Now select all these option you want to show or not like author name,post description,post date,if yu wat to show up only post title then you can have seetings like i have dont in above picture.

After making all selections just hit the activate button below.If its already active you will see Save button as i got in picture above.Then you will be given codes to show of your widget,with the preview as well as how your widget will look.

Just copy the codes from there the login to blogger > Go to Layout > Page Elements > Add a gadget > Html/Javascript and paste the codes and save it.

Just whenever you want to make modifications to your widget just make it modified from your feedburner account it will change look itself in your blog mean to say you have no need to change the code again and again,just modify it and the changes will apply itself once you add the codes to blogger.

How Check Broken Links In Blog And Website

How to Check Broken Links In your blog or website as if you would have many posts in your blog and its not possible to constantly check for any broken links in your website manually,and its importanat to find the broken links as the post may not be useful without that link.So you just need a program or software to check all your internal and external links in your blog or website for broken links.Dont you,If yes then for what you are waiting.

Just visit this site http://home.snafu.de/tilman/xenulink.html#Download to know more abut it

Read all about it if you want to know about whole process.This is the Download Link on above site to download the software.

Just download it unzip it to get set up and install it in your computer,i will just take seconds.

Then start the software it will ask for url provide it and click ok.The pocess will start,the time it takes depend upon the links you are having in your blog.Below is the snapshot my blog report,you can check it how good the software work.Its really helpful.

Please click the image to view it large




I hope you will love this software its really helpful to you as nobody checks for broken links as posts get old,but we should remove broken links as it never make you loose your readers.

Greet Box Plugin-Welcome Your Blogger Visitors With Greeting Messages

Wordpress Greet Box Plugin for Blogger,ya this is name by what this widget is known for wordpress.It welcome all your visitors coming to your blog with different greeting messages on your blog with the reference to the site from which they came from to your blog.This Blogger Widget Display a different greeting message to your visitor depending on which site they are coming from.Actually it is wordpress plugin which shows the visitor on your blog that from where he came and for what he searched,but we have made possible to welcome reader telling from which site he came to you and asking him to subscribe for to our blog for latest updates.

Ya this can really increase your subscribers.As i get hundreds of visitors daily from google search engine and with the use this widget,it will welcome all my google visitors saying Welcome Googler! If you find this page useful,you might want to Subscribe to RSS Feed to have updates.


Dont you think it will help your blog.So let me share with you the codes for this widget and start using its fast to see the increase in our readers.

But i think first of all you would like to see the working demo too.So now i will send you to one of my blog with two different links and you will see the change in the message after visting one blog from two different sites.

1)Visit top blog in google search result from here.
2)Now Visit Top blog in yahoo search result from here.

After visiting from both links you will see change in message as it will welcome from google and other from yahoo,it attracts you visitor a lot and increase chances of getting one more subscriber to your blog.

Now lets start its installtion but before i would like to thanx kaushik who made this possible to work this wordpress plugin into our bloggers.This widget is known as wordpress Greet Box Plugin.

First of save these download two scripts to your desktop.Just download it from here.

Now just upload these script to your server.If you dont know where to upload get a list of sites from here.

Now just what you have to do Login to blogger > Go to Layout > Page Elements > Add a Gadget > HTML/Javascript

and add the below codes:-


<script src="http://Your_Server_Name/TextToBeDisplayedDiv.js" type="text/javascript">
</script>
<div id="mainDisplayDiv" style="background:#F8F8FF;border:1px solid #B6AFA9;display:none">
<div id="dynamicContentDisplayed">
</div>
<script type="text/javascript">
// Give your feed url here
var feedURL = "http://anshuldudeja.blogspot.com/feeds/posts/default";
var dynamicHTMLText = displayRequiredText(feedURL);
document.getElementById("dynamicContentDisplayed").innerHTML
= dynamicHTMLText;
</script>
</div>
<script src="http://Your_Server_Name/HideShowDiv.js" type="text/javascript">
</script>
<script type="text/javascript">
//List your domains where you dont want to show up. Suppose
//when people navigate within your site and you dont want to
// show up. This is , seperated
var myRestrictedDomainList = "anshuldudeja.blogspot";
showHideDiv(myRestrictedDomainList);
</script>


Now in above codes you will see i have colored 4 lines.Two are for .js files replace that links with yours files link which you uploaded to your server.

One line is the feed url,change it with yours and last line i have my domain name chnage it with yours.Just edits all color code lines with yours.

I have also made some codes above in blue color that is to change the background color of widget and thickness of border and and its color so that you can make this widget look adjusting to your blog colors.New Version Released.

I hope you will like this fro sure.For any problems you can contact me or kaushik related to this widget.

How Change Fonts And Colors Of Blogger Templates

How To Change Fonts And Colors Of Blogger Templates you are using.This is my 5 th post in my blogger design tutorial series,if you haven't started reading this series then you are not late,as my most important posts will be getting starting from tomorrow which will cover all blogger css codes to give it different looks and how to modify it with there meanings explained.

My last posts on blogger design series are below,if you havent checked them check for sure.
1)Xml Declaration Codes For Bloggers
2)Meta Tags For Blogger.
3)Change Title Tags For Blogger.

Now i will continue on how to change the fonts and colors of your blogger template.

First i request you to please create a new demo blog with any name in your blogger account and choose a minima template (First template in Template Lists By Google) as its layout to learn the tutorials.

Then got To Its Layout > Edit Html

Now you will see codes like these in your html :-

Click the image to View Large




/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="textcolor" description="Text Color"
type="color" default="#333" value="#333333">
<Variable name="linkcolor" description="Link Color"
type="color" default="#58a" value="#5588aa">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666" value="#666666">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999" value="#999999">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60" value="#cc6600">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc" value="#cccccc">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999" value="#999999">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666" value="#666666">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#999" value="#999999">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="startSide" description="Side where text starts in blog language"
type="automatic" default="left" value="left">
<Variable name="endSide" description="Side where text ends in blog language"
type="automatic" default="right" value="right">
*/


Now in these codes all the colors of blogger like back ground color,title color,link color,text color,description color and many more mostly have been defined and most of the font types used in blogger too are defined.

Now actually this is the place to define the colors in blogger codes and has been made easy in to modify too by google,so google has defined mostly all colors used in blogger here,but nowadays we are using free professional blogger templates designed by various bloggers.So they usually define only some colors here according to there design and most are given while when they are writing codes for particular part like for header or sidebar,dont worry reading this just if you are regularly reading this series it will become all clear to you in end.

Now as i have shown you above codes,in them you can easily read and see the words like bgcolor,text color,link color defining background color of template,text color of template and link color of template.

Similarly all the below lines too,you can read and understand for which part it is defining the colors.If you wanna change any color from above what you have to do.Let me Explain,Just i am picking one line from above codes.

This is the line i took i.e 1st line from code:-

<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#ffffff">

Now above line tells the background color of your blogger template.

How to change it ?

Just you have to change the red code in above line with your color code you want,as #ffffff is for white and #000000 is for black.If you want more color codes just visit here.

Now this way you can make changes to all colors and fonts defined in above codes.

Now one more way to change them in very easy way provided by blogger platform which will work for sure if you are using blogger default template and if you are using other free template then it is not sure it will work or not for all colors as it depends on the way designer designed his codes.

Just Go To Layout > Fonts And Colors.

You will see the option like these in the image below:-

Click the image to view Large




At the left you have window to select for which you want to change color or font,just select from there and from right select the color you want,with all colors shown and then save your changes.In this way you can easily change the color you want for many things in blogger layout.This is very useful.

But if you are not using default google template then you have to study codes as i explained at the start of my post above and find the color where it is defined for any part which you want to change and make a color code change there manually and save the codes.

I hope now you will be able to easily edit color and font codes for your blogger template.For any questions just leave your comments below.

Add Labels Rss Feed Link Button To All Your Blogger Categories

How To Add Rss Feeds Image button in front of all your blogger labels,yes friend now you can add rss feeds button to your each label so that your readers can subscribe to your particular categories only they like the most instead of subscribing for your all blog posts.This is very useful for blogs who have mixed type content with several different categories in there blog.

As you would have seen my previous post on all the feed urls provided by blogger to get subscribe.

With the help of this now we are able to add a subscribe button for each blogger label or category in front of it as this will be very useful for our readers.

As you can check for demo the labels with rss button link in my Blogger Templates blog.

Now let's see how to add this rss feed button to each blogger label.

Important-You must have installed your label widget in your sidebar before continuing this hack,otherwise you will not find below codes.

Login to Blogger Then Go To Layout > Edit Html > Expand Widgets.

Now search for below codes :-


<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<span dir='ltr'/>
</li>
</b:loop>


And replace the above codes with below one :-


<b:loop values='data:labels' var='label'>
<li>

<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default/-/&quot; + data:label.name'><img alt='Subscribe' src='http://www.feedburner.com/fb/images/pub/feed-icon16x16.png' style='vertical-align:middle;border:0'/></a>

<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<span dir='ltr'/>
</li>
</b:loop>


This is how in the below picture,your labels will look now with rss feed buttons.



As in the picture above the rss buttons are before the blogger labels but if you want to add rss feeds button after the labels like in below picture.




Use these codes:-


<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<span dir='ltr'/>

<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default/-/&quot; + data:label.name'><img alt='Subscribe' src='http://www.feedburner.com/fb/images/pub/feed-icon16x16.png' style='vertical-align:middle;border:0'/></a>

</li>
</b:loop>


Now just what i have done is just addded small piece of red code in between the codes of labels.The code simply contains a image of rss feed which i have taken from feedburner site to have no problem in use for everybody and i have linked that image with the rss subscribe url for blogger labels.If you dont like image you can change it with yours.

With the use of this it becomes very easy for your reader to subscribe for only your favorite content instead for all posts.I dont know you need this or not but me wanted it for sure for my new blog which has all mixed content.

Feed Urls for Labels-Comments-Particular Posts In Blogger

As you would be knowing the feed url for your blog for sure.Does you know the feed url for your blog comments,ya you may be knowing this too but i think will not be knowing the feed url for your labels and individual blogger post.As you extract your feeds from bloggger feeds ,you can also extract feeds from blogger comments and blogger labels too.

I mean to say like you recent post widget for your blog to extract recent 10 posst for your blog to show up in your sidebar in the same way you can show up recent posts from your category too.

What you have to do for this now.Nothing special,just you have use the feed url of your blogger labels instead of your blogger feed url.Isn't it simple.

So now i am going to tell you about all the feed urls available for your blog.

Full site feed:
* Atom 1.0: http://blogname.blogspot.com/feeds/posts/default
* RSS 2.0: http://blogname.blogspot.com/feeds/posts/default?alt=rss

Comments-only feed:
* Atom 1.0: http://blogname.blogspot.com/feeds/comments/default
* RSS 2.0: http://blogname.blogspot.com/feeds/comments/default?alt=rss

Label-specific site feed:
* Atom 1.0: http://blogname.blogspot.com/posts/comments/default/-/labelname
* RSS 2.0: http://blogname.blogspot.com/feeds/posts/default?alt=rss/-/labelname

Individual post comment feed:
* Atom 1.0: http://blogname.blogspot.com/feeds/postId/comments/default
* RSS 2.0: http://blogname.blogspot.com/feeds/postId/comments/default?alt=rss

These all feeds are mentioned here by blogger help too.

Just use the above feed urls to for anything you want to show like recent comments,recent posts,recent posts in any particular categories or making your reader subscribe for any category,your blog or your comments.Just anything you like.If you have any problem Leave your comments below.

How Add Tweet Me (Twitter) Button To Each Blogger Post

How Add Tweet Me Button To Each Blogger Post,as you would have been using this twitter for sure as twitter now has gain much popularity nowadays with increase in its users and a great source of traffic for bloggers.As me too has started using it a lot and i am loving it,its really feel great when see your followers increasing.You can follow me here on twitter.

So today i will tell you on how to add tweet your post button in each blogger post.As i have previoulsy placed a tutorial on on how to add retweet button to each blogger post.And there one of the reader comment asked me to to have button not showing count,so i thought of holding post for him.



Login to your blogger.Then got To Its Layout > Edit Html > Expand Widgets

Search for this line <data:post.body/>

After finding it,Just add the below codes after it:-


<a expr:href='"http://twitter.com/home?status=Reading " + data:post.title + " @twitter_username " + data:post.url' title='Tweet it on Twitter'><img src='http://Link_to_twitter_image'/></a>


Now just replace the red codes above with your twitter username and image link of twitter uploaded on your server.

Now save your template and you will be able to see tweet me button below each blogger post which can be tweeted by your readers.

Floating (Fixed) Adds Widget For Blogger

Floating (Fixed) Adds Widget For Blogger,as you have seen in many blog the fixed size button or any image in the blog page that remains at the same place in the blog i.e at the fixed place on the blog.The place of that object doesn' have any effect even of on the page down effect.It is fixed and is known as floating add widget for blogger.

For demo you can check see the twitter image at left of my this blog or can see fixed side menu--demo here or else see the top of page blogger button--here.

I hope it would have been clear.Now lets see how to add it as is very simple widget to add to blogger.

Login to your Blogger go to

Dashboard > Layout > Page elements > Add a Page Element > Html/Javascript


<a style="display:scroll;position:fixed;top:5px;right:5px;" href="Link_To_An_Image" title="Image Name"><img src="http://Image_Url" /></a>


Now modifications to be made in above code.

Change the red codes with your image url and link url you want to open up.

And now the yellow codes in bold are top and right.If you want to use this widget at centre use centre in place of top and if to bottom use bottom in place of top.

Then the right in yellow bold means to show it up to right of page and use left in place of it to show to the left of the page.

I know you will install it easily if still problem leave your feedback in comments.

How To Change Title Tags For Blogger

How to change title tags for blogger,my third post to blogger template design series.Title tags for blogger play most vital role in search engine optimization.Today i will hold the tutorial on title tags and various ways on how to add these tags and what effect it makes to seo with various demos and pictures to make it all clear.

Let me first tell you, this post is the part of my blogger design tutorial series i have started.Below are the first two posts of my blogger design series.
1)Xml Declaration Codes For Bloggers
2)Meta Tags For Blogger.

The next part of codes to be explained are:-

Click the image to View Large





<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Minima
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */


Now just the red line above in code is for title tags for blogger.Second word in green define as an start of css part.

Then are some credits given to the template designer,design date,his blog url by google.If you design one and distribute the template you can write here yours.

Now the main tutorial to learn is about the red line that is used to show all title for blogger and its posts.

Now if you will keep this line as it is in your blogger template

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

Click the image to View Large




Then lets see how your title will be shown for your blogger posts if you use the above line as it is in your blogger template.




Where Funny pictures in above picture is title for blogger which will always remain before the title of blogger post pages,as a result your important keywords of post pages are left behind in search engines as will definately harm you in case of long title of blogger i.e more than two words.

Now you need to have the solution for this problem,you have to have title of blogger post pages coming before than blogger title.

If you want to show up the title of blogger post pages first and then the blogger title like this in picture below:-



Just install this hack from here and your blogger post title will always appear first than blogger title in search engines.

On more Hack is there,to use just blogger title at blogger home page and post title at post pages like in picture as below:-



Now if you want this type of hack get it from here,post title only in blogger posts pages.

Now one more thing i would like to tell you that many bloggers add by mistake or according to there wish the title line like below

<title>Funny Pictures Blog</title>

in there blogger template code after the <head> tag.

We use this type of title declaration in website pages,as to give each web page the title according to our wish and need.

As blogger codes will also accept this title tag but the result after using this will lead to same title in blogger home page and all blogger post pages.As i have given Funny Pictures Blog as my title,so my title for my blog and all post pages will always remain (Funny Pictures Blog) as i used in above example.

If you are using this type of tag you will not be able to implement the two hacks for change of title tags above i told you.

I think,have provided sufficient information on title tags for blogger yu need to know. If you have any further questions to be asked leave your comments below.

How To Add Meta Tags To Blogger Blog

How to Add Meta Tags To Blogger,as this is second post of my blogger design series.As you would be knowing what importance is of adding meta tags to blogger if not,you should know.Meta tags tell bots about your keywords and tags you use so as to your blog get emphasized on those keywords which will help you to get better results in engines for those keywords.

To get learn from beggining from xml codes you can check my first post here on blogger design series i.e xml codes declaration.

First i request you to please create a new demo blog with any name in your blogger account and choose a minima template (First template in Template Lists By Google) as its layout to learn the tutorials.

Then got To Its Layout > Edit Html.And now check for below two lines in codes.


<head>
<b:include data='blog' name='all-head-content'/>


Now i will tell you something about head tag and how to add meta tags.

The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more.

The following tags can be added to the head section: <base>, <link>, <meta>, <script>, <style>, and <title>.

The <title> tag defines the title of the document, and is the only must required element in the head section!

<b:include data='blog' name='all-head-content'/>

is a blogger specific directive. When blogger reads your template and parses through it, it does so from the top down. When Blogger hits this particular line, Blogger then realizes that it needs to 'inject' some HTML to replace this line.


Now below are the meta tags which you have to add after above two lines.


<meta name="keywords" content="Blog, Blogger, Google Blogger, Template, Blogger template, tutorial, hacks, blogger tutorial, tips, tricks, blogger tips, blogger tricks, blogger tips and tricks" />
<meta name="description" content="widgets, hacks, help, tips and tricks for bloggers using the Google Blogger platform for their blogs. Some posts also relevant for those using other blogging platform" />
<meta name="author" content="Anshul Dudeja" />
<meta name="ROBOTS" content="ALL" />


In red are the keywords and description for my blog,please change it with yours.Then third line in green is used to tell uthor name as is not necessary and the last one is used to tell all the search engine robots to follow the all content of this blog i.e to index all posts or giving permisssion to all type of robots to index in there engines.

And also check the image below on how exactly to add the meta tags if any problem.

Click the image to view the large




I am sure you will now be able to add meta tags succesfully.

And dont forget to check my next post on blogger design series which will be on title for your blogger as is very important and then we will proceed towards the css part thats the design of blogger.

Top Posts Widget For Blogger By Post rank

Top Post Widget For Blogger,this widget shows the top post of you blogger.Now question comes on which criteria it shows the top post.You would have seen many widgets like these,some show up on basis of comments and some on popularity of post.But the top post widget by post rank is great.

If you searching for popular post widget based on post with maximum comments visit this link and get it.

Now the top post widget by postrank.How there widget works i.e how they give points to our posts.

PostRank scoring is based on analysis of the "5 Cs" of engagement: creating, critiquing, chatting, collecting, and clicking. By collecting interaction metrics in these categories the overall engagement score is calculated and the PostRank value is determined.



How to install it:-

Just visit Post rank Publishers Page.Take your mouse over Get Widget Button,then select the platform you are using wordpress,blogger or typepad.

Then will be redirected to new page and asked for your website address.Give your website address,then choose the theme for your widget and number of post you want to show up.

Then take the codes from there or add it directly with add to blogger button.

If you take codes just go to Blogger Layout > Page Elements > Add Page Element > Html/Javascript and window will open add the codes there.

I Am sure you will love this widget as its very beautiful too.

Xml Declaration Codes For Bloggers

So now today we will start from the the first line of the codes so that not only you could design a template but know the exact meaning of each and every line in blogger template and learn xml.First i request you to please create a new demo blog with any name in your blogger account and choose a minima template (First template in Template Lists By Google) as its layout to learn the tutorials.

Then got To Its Layout > Edit Html and Check mark Expand Widgets To Expand.

Now lets start from the first line of codes.Below are the first 5-6 lines at the start of the template codes,which you will find same in all the blogger template codes.


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>


Click the image to View Large



Now i will explain these as what they mean and for what are they used.

That is the mandatory beginning for XML,documents may, and should, begin with an XML declaration which specifies the version of XML being used.

1)First Line in red is part of specifying what version of what mark-up language you have used.

2)Second Line in green is used to declare the Document Type Definition (DTD) which consists of a list of syntax definitions for each element in your XML document.

DTD means creating the syntax rules for any XML document that uses the DTD. You are specifying which element names can be included in the document, the attributes that each element can have, whether or not these are required or optional, and more.The DTD can either be internal (written into the same document that it's being used in), or external (located in another document).As this lines are same in all blogger templates so i think no need to go for further discussion.

The exact function of it if you wanna know is below as i got it while reading one Web Master forum.

Means that web browsers don't have to guess, and go into strict mode where they expect you to know what you are doing and render the page as specified by the W3C standards.
Withour DOCTYPEs modern browser go into 'quirks mode' which means they gloss over all your mistakes like if you forget to close some tags and stuff, but can't render exactly as you intended because they have to assume you don't know what you're doing and therefore the information you give it (via mark-up) may be incomplete.

As this is the fixed part of beggining in bloggers and not to much worry about.So just wait out for my second tutorial on design series.

Search For Fixed Size Images In Google Image Search

Hi Friends today i will tell a great tip to you on how to search for any image of any particular size you want on google image search.As i always use to search for the images on google image search sometimes for my funny blog or sometimes to get some free logos or fixed size banners when i am in hurry and dont have time to design one.

And you for sure sometime may get in need of doing any related search for fixed size image on google image search.

If you want to know just open Google Image Search.What we use to do for searching is just write keywords for images we want and start searching and just choose to have large size images or medium or small to search for an image.

But google provides advanced image search as well to find an exact image for our needs selecting from size,type,colors,content and many more by filling this below information.

Click The Image To View Large



Second there is also one short term form which can be used to search for any fixed size image.Like for example just open Google Image Search and write he text to be searched like this below:-

imagesize:640×480 Keywords

Where Just write imagesize as it then define your size you want to search that is Width x Height and give space and write for keyword you searching for.

Just Click here imagesize:700x200 twitter to see How the search work for word twitter with image size of 700x200.

I am sure it will help you a lot.As google has all explained it here in there blog.

And one more good tip as sometimes when we search google web for fresh content it shows up all old content with high page rank value at top.So get for recent content on google web read this post to help you i.e How Search google for more recent pages On Internet.

Windows 7 Beta performance - Comparison to Microsoft Windows Vista.....

Generally speaking, the performance is almost identical to Vista with an exception made for gaming, but we're putting that down to driver optimisations at the moment.For the most part the benchmarks flicker back and forth between Vista and Windows 7 with no outright winner. There are a few concerns we have at this time though - file compression tests are notably and consistently slower and network copy performance is very slightly slower as well. However, on the plus side, the simple file copy testing is faster than in Vista and boot times are notably improved.



Windows 7 is supposed to be much more lightweight, too, and we've seen it running on Atom-based machines without too much trouble. We've obviously tested here with an incredibly high-end system and so the performance differences may not be as noticeable at this end of the spectrum. Where the optimisations might make more of a telling difference is at the lower end of the scale, where hardware performance is very much the bottleneck of your experience with an operating system like Windows Vista or Windows 7. 


Microsoft made some fairly bold claims during its WinHEC conference last year that Windows 7 would include optimizations that are designed to improve the performance and reliability of Solid State Drives. The operating system is supposed to be able to detect the use of Solid State Drives and once identified, change some settings, compared to the way traditional magnetic hard disk drives are handled.

One of the first changes upon detection is turning off defrag. Because Solid State Drives store data differently, defrag tools will have little to no effect on performance improvements. This is also especially because SSDs are much faster than normal hard drives. The second optimization is the "Trim" feature, which is designed to keep the SSDs unused storage area as free as possible, hence creating more room for device wear leveling. There are probably other subtle tweaks under the hood of W7 as well, but we haven't got all the details in as yet.

We have gotten hold of the Windows 7 BETA and today we are going to compare the performance of single SSD as well as RAID 0 SSD in W7 and Vista SP1. Keep in mind this is just a first look; Microsoft may still and probably will provide further performance optimizations for SSDs under the final shipping version of W7 and this is merely a look at the performance difference so far. We didn't even install any new drivers on our W7 beta install - just ran with what was built-in, so it is a good raw look at things currently as they stand.

Sexy Auto Hide Social Bookmarking Widget For Blogger

Sexy Auto Hide Social Bookmarking Widget For Blogger,this is most sexy bookmarking widget of all as from before used by all bloggers.Actually i saw this widget some days ago on one blogger blog using it,then thought of posting it but forgot to post.Then today i checked the bloggerstop[dot]net and found him placing a tutorial on this sexy bookmarking widget.So thought of sharing with my readers too.So get ready to install it in your blog.

But wait i am not in mood of writing codes today.So just visit first this site Eight7Teen for live demo of this widget,as this is the wordpress plugin made by josh jones or visit this post for on how to install this bookmarking widget and see the demo picture too in this post.

For intstalling this widget you can also visit cssreflex site. I was in sleep when writing this post so got lazy to explain you all codes,was in hurry to go to bed.

I dont think you will have problem in installing this widget.If still you want any help or want me to hold this tutorial let me know i will carry on with it below.And dont miss to use this widget on your blogger blog.

Blogger Design Tutorials Series

Hi friends how are you,hope everything will be fine.Yesterday i was thinking how to help my blogger readers and other bloggers more to help in making there blog more beautiful and design it according to there own wishes as they want so as they can install any widget and hack at any place in there blog they want.

So i am planning to start a blogger design series on how to design a blogger template from scratch.So for this i would consider one default template of google for taking all my tutorials and that will be minima template,the first blogger template in list.

I will take all codes from this template and start explaining it from 1st line on how to modify it and what it means,so that you can alter it any time according to your wants.

And this will be done in a series of tutorials and will keep posting these tutorials with the time i get to post.I hope you all will love this design tutorial series.

Please leave your feedback on this below with your comments and all will be appreciated.If you have any other suggestions on this series please leave your comments we will discuss over it.

Show Blogger Post Date As In Calender Form Widget

How to Show Blogger Post Date as in the calender form.As its an option by google to show the date of your blogger post at the bottom of the post or below the title of the post,just you have to select that you want to show up the date or not.As i am not in the habbit of showing the date of my blogger post.But with this calender widget you will love to show up the date of blogger post.

Lets watch an demo picture below first.




As you can see the date in calender form before the post title,that is what i am talking about.If you liked it continue reading this tutorial.

First, go to Settings > Formatting, and change the date header format to YYYY-MM-DD like this:
This enables the script we will be using to correctly parse the date header format.

Now login to blogger > go to Blogger Layout > Edit/Html > Check mark expand Widgets >
Press Ctrl + F > And now search for below code

<data:post.dateHeader/>

This above line you found will be wrapped in heading tags of <h2> or <h3> like below

<h2><data:post.dateHeader/></h2>

Just what you have to do is make it wrap like this instead of using heading tags.


<div class="date-header"><data:post.dateHeader/></div>


If you already find your codes wrapped like this then leave it its ok.Continue to next step.

Now search for </head> tag and place the below codes immediately before it.


<!-- calendar widget -->
<script src='http://bloggerbuster.com/scripts/fastinit.js'/>
<script src='http://bloggerbuster.com/scripts/prototype-1.5.0.js'/>
<script src='http://bloggerbuster.com/calendar.js'/>
<link href='http://bloggerbuster.com/calendar.css' rel='stylesheet' type='text/css'/>
<!-- end calendar widget -->


As if you want to adjust size of calender widget or change its image just open the red url in above codes.Save it-make changes to it-and upload it to your server and then change the url too in above codes.For more downloadable calendar for printing available at PsPrint.
I hope you will love this widget.I have taken this tutorial and all codes and scripts from amanda blog,as all this widget credits go to her.

Important:-If you do more than one post a day,as today you did 3 posts,this widget will show up calender widget on top post only,this is its drawback.I hope you can understand it.

How Show Adsense Adds In Middle Of Blogger Posts

How To Show Adsense Adds In Between Of Blogger Posts,yup its right,you can now show adsense adds between the blogger posts.Just what you have to do is to select at which posrion of the middle of the post you want adsense adds to be shown up and adsense add will be shown up itself.No need to add the adsense codes manually in between the posts.

You can also add adsense codes at the start of blogger post and end of blogger post,for this trick you can continue to this post.

Now how to add adsense adds in between the blogger posts.First would like to show the working demo of it.



Got To Blogger Layout > Edit Html > Expand Widgets > Press Ctrl + F and seach For Below code

<data:post.body/>

After getting this code replace it with below codes.


<div expr:id='"aim1" + data:post.id'></div>

<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>

<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>

<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>


Please add your adsense add code in place of red line in above code.

And save your template.

Now whenever you write a new blogger post and when you reach in middle of the post where you want to show up adsense adds just add below code there


<!-- adsense -->


and continue writing the rest post.

Now when you will publish your post you will see adsense adds in between posts at the place where you placed the above line.

For any problem can visit here for original post.
I hope you will love this for sure.