Friday, June 13, 2008

Add Reddit button with count on your blog

Again here with a cool blogger hack.You read earlier about adding Digg button to your post. So i thought how can i be so rude at reddit since both sites work similar and reddit also provides traffic as same as digg. So this post is dedicated about adding reddit button in your blog. If you are not familiar to reddit and not clear about its benefit for your blog then you can visit Reddit homepage.

Its not hard to add reddit button to your post so that the post can be added to reddit by the readers. Its just some alter of codes like adding digg button and you got it. Ok lets start, first goto Edit HTML section of your Layout and also click Expand widget Templates. Now, search for
<data:post.body/>
Now if you want to put your reddit button on the top right then replace the above code with this one.

<div style='float:left; margin-right:10px;'>
<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script>
</div>
<data:post.body/>

You can also keep the reddit button on the top right section by relacing the
<data:post.body/> by the code given below.

<div style='float:right; margin-right:10px;'>
<script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script>
</div>
<data:post.body/>

You can keep experimenting with codes to keep it in some more parts of the blog. Anyway, if you liked this then i hope a comment from you.


Create sticky post on blogger!

I used to think if creating sticky post for blogger was that tough work. But thanks to eHow.com which helped me knowing that i was really an idiot to think such. Creating sticky post is really very very easy and its like adding a new page element ob blog. In fact, it is adding a new page element on blog.Sorry, oh you are asking about sticky post? Ok it is that post which always appears when your blog opens just above each post. Confusing? Well, that was the best definition i could give.

To create a sticky post, goto Page Elements section and then click on add a new page element. Now click on HTML/javascript and write what you need to announce or say. After you are done, save it and drag newly written HTML/Javascript item to the blog posts section. Now save and enjoy your sticky post.
If this post was good then read also Adding Digg Bottom in your post and Make your links tweak in blogger!

Thursday, June 12, 2008

Make your links TWEAK in blogger!

This is my second blogger hack on making things tweak in blogger. Before i wrote a post on making images tweak on blogger. Then i thought if i could try making links too Tweak when mouse is placed on it. I tried and i did it. Here is rest on how to make your links tweak in blogger.

Its same like making images tweak. Just editing a hover code and we are done. First, go to your Edit HTML section of your Layout and search for the following code:

a:hover {
text-decoration:underline;
}

Now replace the code with the code given below:

a:hover {
position: relative;
bottom: 5px;
left: 1px;
color:#000000;
}

Now save the template and look at your page, the links tweaked man.

You can change the color of your link to your desired color when it tweaks. Also you can set your own parameters for your tweaking image by editing top and left pixels.
If you got any problems the just leave the comment and i will catch you.

I hope you enjoyed this post the try other blogger hacks like Control number of posts displayed in label page and Remove newer post and older post link from your blog.

Wednesday, June 11, 2008

Remove "Newer Posts" and "Older Posts" Link : a blogger hack

Blogger hack on removing the irritating "newer posts" and "older posts" link shown after the end of the post is what i am writing about. This blogger hack belongs to Annie of Blogger university and i am putting this blogger hack here as it may reach to the readers who don't know about her blog.

To remove "Newer posts" and "older post" is easy. It also removes "home" link from the buttom of the page. Firstly search this code in your blogs Edit HTML section:

#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}

Now replace that code with the following code:

#blog-pager-newer-link {
display: none;
}

#blog-pager-older-link {
display: none;
}

#blog-pager {
display: none;
}

Save the template and thank to Annie, you are done. By the help of this blogger hack, you will never see those links in your blog again.
If this hack was helpful then visit our collection of blogger hacks.

Tuesday, June 10, 2008

Add google web search widget in your blog

Now we can add Google web search widget in any part of our blog. This widget lets us to search the web from the blog.This small but really cool widget allows us to search any piece of the web.



The widget looks exactly like you saw above. You can add this Google search engine widget in your blog by visiting a blog Widgets for free.

Add background in your blog

Adding background in a blog, that is what we are talking about now. Bored up with the template color and want to add some twist by adding background to a blog then this post is for you.

For adding background in your blog, first you need an background image. Squidfingers is the one with lots of background images. After choosing your background image, you should upload it to the web. I use Google pages for this mostly. Now we found our background image and we uploaded it to the net so what should we do next? Next, shut down your computer. Wait, just kidding. Now search for the following code in your Edit HTMl page of layout section.

body {
background:$bgcolor;

We need to add the url of the background image in the following format:

url(url-of-your-image)

Now put your image url just below the first code and it may look like this:

body {
background:$bgcolor;
url(http://rabinsmith.googlepages.com/pattern_127.gif);

Now replace my url with your own image url. Be sure ; appears at the end of the statement.
Now if you did well then your background must be visible after you save the template and reload your blog.
this was todays post about adding background on your blog. You can also check other blogger hacks like Control number of pages displayed in label page and showing first letter of the post Big.

Monday, June 9, 2008

Show Post title first in search engine

I am here with a new blogger hack and this blogger hack is really fresh as i too just learned it. This blogger hack is about showing your post title before the blog title in search engines and it is called swapping blog title. This blogger hack is really useful for good search engine results.

You must have noticed your blog title shown first followed by the title of post in the search engine result. This thing doesnot sounds that cool. So how to get rid of it? From the help of archit, i finally got rid of it and i am describing the process of the blogger hack here.
Goto layout and then to edit HTML page of your blog. Now search for the following code:

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

If you didn't found that code then you can try searching this code instead:

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

Now replace that code with the code given below:

<!-- Blogger Swap Title by Archit T at http://blog.archit.in -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title>
<data:blog.pageName/> | <data:blog.title/>
</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End of Blogger Swap Title by Archit T at http://blog.archit.in -->

Now save the template and you are done. All the thanks goes to archit for this blogger hack.

You can also try other blogger hacks like removing border from header and images and creating float images in blogger.



Show 10 or more Recent posts

A blogger recent posts widget contains only 5 recent posts. This shortcoming of the feature may have left many bloggers sad. There are many recent posts widget developed these days but i really find the real blogger recent post widget cool. So i always wished if it could contain 10 or more recent posts. If you too lie in my category then i am here to make you happy.

Its so easy to show your recent posts as many as you want. Its just a click away but remember that you should do some edit in the code. Just change the number of your choice and give your blog URL, you are done. Since i am not the man behind this blogger widget i suggest you to visit the original post. If you read about this widget for first time in my blog then i would be more than happy.
Check other cool blogger hacks like Adding Digg button on your post and How to hide post date.

Cool Post rating widget for blogger

Another blog widget and this time with a post rating widget for blogger. Yeah the same post rating widget you can see after the post in my blog. This Post rating widget was developed by Js-kit and i am acting as a promoter, free promoter would be the best word.

This post rating blogger widget is cool as it has cool features. You can see how many votes your post has got and also can see the rating of the post in stars. Js-kit has indeed developed a good blogger widget. But this is not the only reason i am writing this post. I also want to inform about the exact place where to keep the code to get your widget just below the post like mine. The website gives the idea about code placing in another format which the ammature blogger like me find confusing. So here is the complete process.
Goto 'edit HTML' page from your "layout' and search for the following code:

<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>

Now place the code below just above the upper code.

<div class="js-kit-rating" title="" permalink=""></div>
<script src="http://js-kit.com/ratings.js"></script>

Now save the template and you are done. that was easy and i don't hesitate to admit that i made it easier then the original sites description.
Anyway, you are free to check other blogger widgets like Recent posts widget with a post summary and Top commentator widget for blogger.

Sunday, June 8, 2008

Add google calendar on your blog

Want to add a calendar on your blog? I don't. So i don't have added a calendar. But choice differs and you may like to keep the calendar on the wall of your blog. So here i am with a description about the calendar provided us by our big brother Google.

Google calendar widget is a ..hmmm.....calendar widget which is perfect to keep on your blog. This widget not only works cool rather it looks cool to. You can customize the look of your calendar as you wish. As i said i don't have a calendar in my blog but i have got a screenshot that may help you.


Saturday, June 7, 2008

Blogger hack: Hide blog post date!

The theme of this blogger hack is not new. I have already written a post to remove blog post's date, time and author earlier. But this blogger hack doesn't removes the blog post date rather it just hides the blog post date from your reader so that you shouldn't have to remove the code from your template.

Start by going to Dashboard then to Layout and finally to edit HTML.

h2.date-header {
margin:1.5em 0 .5em;
}

Now replace the above code with the following code below:

h2.date-header {
margin:1.5em 0 .5em;
display:none;
}

Now save the template, reload the blog and thank me. This was easy, wasn't it?
You can also try other blogger hacks like Controlling number of posts displayed in archive and label pages or Removing borders from header and images.


Hide Subscribe to: Posts(atom) , a blogger hack!

Time for another blogger hack guys. This time i am with the shortest blogger hack ever so i thought to make you bore with long description as it may help my post look longer. Anyway, i am not sure where i read this blogger hack so i have nobody to refer hence think as i discovered this blogger hack. This blogger hack is about hiding the unnecessary Subscribe to:Posts(atom)

Well, let me start with same old lines, goto Dashboard then to Layout and then to Edit HTMl and click on Expand widget templates. Now search for the following code:

<div class='blog-feeds'>

Now replace that line with the following line of code below:


<div class='blog-feeds' style='display:none;'>

Now save the template, reload the page and thank me! I think now you will not see that useless line anymore.
If this Blogger hack was useful then try Adding Digg button to your post or Adding Yahoo emotion on your Post!

Top visiting countries widget for blogger

If you are having hell of a time knowing the country your readers come mostly from then this blogger widget is for you. This top visiting countries widget for blogger helps to know that GREAT country which has given birth to most of your visitors.

Top visiting countries blogger widget is really helpful to you to track your target visitors or just to be happy saying 'Dude, people of US love my blog!'. I found this widget in widgetbox and later found that this widget was developed by Visitwidget. To talk about the appearance, this widget originally comes in green and you can choose up to 10 top referring countries. You can see the stat of today or last seven days. And i am not sorry that i am not posting screenshot of this widget. Dude, don't be so lazy just give some praise to the widget developer by knocking on their site. Anyway, if you loved that blogger widget then i will be more than happy if i can see your country in my list.

Get This Widget!

Check similar blogger widget like World visitor widget for blogger.

Friday, June 6, 2008

Free 3 column cool blogger template download

Here today with a cool free 3 column blogger template. It has been long that i haven't given any new blogger templates so i thought i will dedicate this post to a blogger template. Well this template Indomagz blogger template was initially a wordpress template but since it was so cool, it was converted to blogger template.



Indomagz Blogger template is a free 3 column blogger template that was converted from Indomagz wordpress template. This 3 column template has three 125*125 ad space on the sidebar. This template was converted to blogger compatible from wordpress template by dinesh of Bloganol. I think this is a nice choice if you want a cool eye candy 3 colum blogger template. You can see the DEMO first and if you liked it you can DOWNLOAD it too.


Thursday, June 5, 2008

World visitor widget for blogger.

Time for another blogger widget guys. I am writing a new post after long time and must say i am feeling so.................fucked up! Well that was the right word. Oh i forgot to say, i got my visa for Australia recently and i am moving there in the first week of July. Oh, thank you so much(i can hear you saying congratulation!) okay lets go back to widget. This widget tracks the country of our blog readers and shows them in your sidebar.

This world visitor blogger widget which initially comes in blue is useful widget if you want to track the country of your blog visitor. This widget shows the country of your visitor in the format of world map. This world visitor blogger widget is really fun if you too love to see the country of your reader like me. well, i found this widget in widgetbox and thought it will be really great if i share it with you. so if you are looking for a cool visitor widget then this blogger widget may not disappoint you.
You can also try other blogger widgets like Top commentator widget or Multiple search engine widget for blogger.

Saturday, May 31, 2008

A blogger widget to create Drop down menu easily.

You must have seen my old posts on creating Drop down menu and drop down labels. Those blogger hacks were cool but since we should play with HTML codes to create Drop down menu and labels there it wasn't hassle free or lets say they were not that easy. So i am here with the easiest way to create Drop down menu. i am here with a page designed by hackosphere that can create Drop down menu by just entering title and URL. here's more about it.

This is the easiest Drop down menu creator i have ever seen. You can create your drop down archive or drop down labels anything by this tool.No, you shouldn't play with HTML codes nor you should edit your template. Just enter the title and URL and your drop down menu is ready for you. And another good thing is after you created your drop down menu you can put it in your blog with one click. See the screenshot below created by my own brother to understand it.

Create Table of contents: A blogger hack.

Back again with a blogger hack and this time with a coolest thing. You can see 'Show Table of contents' section in my blog now where all my table of contents will be loaded with one click. You can try it just to see what table of content looks like if you haven't seen it earlier. Well before starting to write about this blogger hack, i want to remember Hans of beautifulbeta who created this blogger hack as far as i know. Well, i am deriving his codes and hacks but i am trying to write in a much simpler way then him. So here is the process to create a Table of contents in your blog.

Table of contents helps your readers to find your posts easily. Just add some codes and all your posts are one click away from your readers.
Goto blogger 'Edit HTMl' page and search for the code <b:section> with id=main. This is the section which held blog posts. Now replace that line with the following code.

<b:section class='main' id='main' maxwidgets='2' showaddelement='yes'>

Now add the following CSS code to the head section of your template. This code is for the style of your table of contents. You can change this code according to your choice. The best place to add this code is just above ]]></b:skin> I am saying this place now because i was really confused about at which place of the head section should i put this code when i was creating my own Table of contents.


<style type="text/css">
#toc {
border: 0px solid #000000;
background: #ffffff;
padding: 5px;
width:500px;
margin-top:10px;
}
.toc-header-col1, .toc-header-col2, .toc-header-col3 {
background: #ffd595;
color: #000000;
padding-left: 5px;
width:250px;
}
.toc-header-col2 {
width:75px;
}.toc-header-col3 {
width:125px;
}
.toc-header-col1 a:link, .toc-header-col1 a:visited, .toc-header-col2 a:link, .toc-header-col2 a:visited, .toc-header-col3 a:link, .toc-header-col3 a:visited {
font-size:80%;
text-decoration:none;
}
.toc-header-col1 a:hover, .toc-header-col2 a:hover, .toc-header-col3 a:hover {
font-size:80%;
text-decoration:underline;
}
.toc-entry-col1, .toc-entry-col2, .toc-entry-col3 {
padding-left: 5px;
font-size:70%;
}
</style>

Now you are done with 'edit HTML' page. Now save the template and go to 'page elements' section.
Now click on 'add a page element' and then click on 'HTML/Javascript'. Now paste the code there leaving title blank.

<div id="toc"></div>

Now do the final step. Again add a new page element and click on HTML/javascript. Now paste the code there and keep the title 'Table of contents'.

<div id="toclink"><a href="javascript:showToc();">Show TOC</a><br/><br/></div>
<script style="text/javascript" src="http://home.planet.nl/~hansoosting/downloads/blogtoc.js"></script>
<script src="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=json-in-script&max-results=999&callback=loadtoc"></script>

Change YOURBLOG with your own name and congratulate yourself for making your own table of contents.
This was todays blogger hack on creating table of contents. You can also try other blogger hacks like Adding Yahoo! emotion on your blog post or making your images tweak on blogger.

Friday, May 30, 2008

6 mistakes blogger should avoid while writing post!

Okay, i told you earlier about What to do when you have nothing to post about. and Polishing one cool old post to make a new one Now i am here with the 6 mistakes blogger should avoid while writing. I know there are many mistakes we make while writing posts but what to do? I though so long and just came up with 6. Well. here are the six supreme mistakes you should do often when you want your blog to be screwed.

1. Don't write about your dog, girlfriend or kid: Well i have no problem if you write abot these if you have a Personal blog but if you really want to get more readers and more rank then forget about your so called 'love of life' while writing post. I personally feel so bored when i read a blog describing blogger's dog, his kids eye or what ios the weight of his kid. So writing more about your familiar stuff is a big No no. Dude, who cares if your girlfriend kisses like a Slut? So foget them and write your post.

2. Don't interrupt your writing with lots of links: If you are using lots of links here and there then forget getting good response from readers. Many links in the post seems blog so dirty and dirty posts are not so welcomed in the blogosphere. So avoid using lots of links in between your posts and help make your blog a eye candy.

3. Don't promote yourself: Who are you to promote yourself a lot in your post? A new Newton or you invented an atom bomb? You are just one in a millions user of blogosphere. So keep your attitude and story within yourself and STOP promoting yourself and your personal stuffs at the expense of readers.

4. Don't be boring: Yeah don't be boring like me or be ready to have no improvement like this blog. You better try to make your blog interesting by using good languages and nice examples. Entertainment with knowledge rules here so screw your boring articles and put some pressure on your head about making articles interesting.

5. No copy and paste: If you only remember this then be assured that your blog will have a long lifetime. Don't ever think that copying John Chow's article will make you the next John Chow. Just adding mo!re pages on your blog doesn't means you will have a great blog. There has been overwhelming increase in number of bloggers so from now onwards ONLY CREATIVE BLOGGERS CAN SURVIVE HERE. Copying only helps best in high school exam and if you want to do same on blogging, forget it! And even if you copy someones post the don't forget to give a link to the original post or you will have the worst nightmare ever. I was nearly screwed doing this but now i am changed.

6. Don't give your all attention on money: Nowadays many people are bloggers as they want to make some quick money but in real there is no quick money in internet unless you are click scam. Writing too much of sponsored post can also make you lose your readers. Many is not bad thing but if you want to make it big on blogging, money doesn't deserves all the attention.

Well this was my Polished post on the mistakes that should be avoid while writing posts and i know this must be the worst suggestion you ever read on internet. If so, i will be so happy if you Subscribe me

Thursday, May 29, 2008

Changed the name of my blog

This is just a quick post to inform that i have changed the name of my blog from 'Third world chaos' to 'Blogged up'. I thought that Third world chaos was not a suitable name for this blog talking about blogging. So do you have any comments about my blog's new name or if you have some good name suggestion then please leave a comment here. Thank you all.

Polishing your old Posts to get a new one!

This post is an expanded post of What to do when you have nothing to post about. Sometimes we don't have topic to blog but we want to give new post to readers everyday. So what should we do at that time? Two options, first go to some other blogs and look for the content that may be USEFUL to your readers and write them in your own words and publish them and another option is write nothing at all. the second idea is harmful and the first one is even more harmful as it may not be whole correct thing. So I have third option, polish your old posts and republish it.

There may be some old good posts that haven't created any buzz they deserved. You can use them in this idea. You can examine why that 'Good' post didn't received good response or why that post was not success though being good? Then you can rewrite that post and publish it. I am sure your post will get the good response it deserved.

This doesn't mean that you can polish anything random and publish it. There are many things that should be considered when you are polishing your old post to make it new. First thing to consider is quality of the post and also should keep in mind if that post is relevant to current time. For example you have a post about Lindsay lohan entering rehab but you cannot publish that post now as it isn't relevant now. If you publish the post irrelevant to the current time, i bet you are going to be screwed. Another thing to keep in mind is the posts fruitfulness to your readers. If the post is not fruitful to your readers then there is no benefit of polishing and publishing it. And yes, the main thing you should keep in your mind is correct all the shortcomings and mistakes of old post when you are polishing it. Just copying your old post from the archive and publishing it will make no difference.

If your new polished post meets all the above criteria then you can publish that post now. Since you are going to publish your unnoticed but good post, it will be real treat for your readers and you too will meet will great response. I too polished my old post What to do when you have nothing to post about, corrected my old mistakes and when i published it, i was happy with the response. So when you have nothing to post about, polish your old post to get a new one.

Some Coolest Blogs On blogging.

You have been reading my wacky blog for so long, Blogger hacks, Blogger widgets and Blogging tips, that were the only things you have been reading lately here. But today, I want to take a break from it and want to thank all those who have been inspiration for me . I want to thank the great blogs of some nice bloggers that have been helping me lately to make my blog better and to get traffic for my blog. These are the blogs which were the source of my posts though I never admitted their name. I am sorry but I will fix that now. So at this moment I want to thank all those blogs who were there when I needed an blogging tips, when I needed a template and when I needed a topic to post. If you too are a serious blogger then bookmark all these blogs as these blogs are the best blogs on blogging and may be useful for you too.

1. Blogger Templates: A cool collection of templates with blogging hacks and ideas on HTML code. But his templates are not the main thing that makes me admire him. This man wants to make a healthy blogosphere and also promotes the blogs of immature like us. A link on his blog can change the future of your blog and I have experienced that. What I have leant from him is we should always make the blogosphere healthy and alive and that is the best thing about him apart from his great blog.

2. Trick and Tips tutorial blogger: A cool layout with coolest blogging tips and tricks, this blog rules. The never before seen blogger hacks and blogger tips with so much easy to understand and polished writing, you truly deserve a hallelujah brother! Readers, bookmark this blog if you want to change the way your blog looks.

3. Beautiful Beta: This is not the first time i am writing about this beautiful blog but since this is a thank giving post, i cannot forget han's blog. I really like my blogs new look and all the thanks goes to beautiful beta. The expandable post and many other blogger hacks that i use in my posts and blog is created by hans and I am really grateful for him for all the tips and hacks on blogging he gave.

4. Blogger University: How can I forget Annie now? A PR5 blogger Annie has the best looking blog on this blogosphere and the cool posts only adds scent on the gold. This blog too is the source of many posts of mine and I am so thankful to Annie.

5.Tips for new bloggers: As name suggests, this blog has got it all. tips, tweaks and hacks with a well written post. Tips for new bloggers is a must read blog for all those who want to learn some tips on blogging. This PR4 blog is real good if you want to learn about blogging.

6. Widgets for free: This blog is best when you are searching for free widgets. The cool widgets about blog promotion, blog traffic and social networking can be easily found here for free. So bookmark this blog if you too like to use some good and cool widgets.

These are the all blogs I am remembering right now and I know I have missed some. But I wont forget to give them credit in some other post. So this was the post for today and i hope i have one more post to publish now.

Country legend Eddy Arnold dies!

08 may, 2008 will be remembered as the day when Country legend Eddy Arnold took his last breathe. The 'make the world go away' singer who was in the heart of many people and was the inspiration for many singers, left this world on 08 may, 2008 leaving his fans and family alone.

Thanks to Barb of Tidbits and treasures who posted an article about the death of Eddy Arnold and I got to read it. You can read Barb's tidbits about Eddy Arnold on her blog Tidbits and Treasures. Rest in Peace, Eddy Arnold. You will be missed.

Wednesday, May 28, 2008

A blogger hack on how to create float images!

Another blogger hack is here so i hope you are ready to welcome it with a drumroll. This tutorial is about creating float images that will always show on your blogs corner although you drag side scroll bar. See the example of floating image (The RSS image is used as floating image there). You can out anything on your blogs corner as your floating image, your dog, your own picture or anything. So here is the step by step tutorial on creating floating images on blog.

Step 1: Login to blogger dashboard then goto 'layout' and 'Edit HTML'

Search for ]]></b:skin> code and put the code below just above that code.

#float_corner {
position:fixed;_position:absolute;bottom:0px;left:0px;clip:
inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}

The bold text in the code is its position, you can keep it top or right or left anything as your choice.

Step 2: Now put the code below before </body> tag.

<div id="float_corner">

<a href="http://bloggingshits.blogspot.com"> <img src="

http://rabinsmith.googlepages.com/rss.png" border="0" /></a>

</div>

Here, "http://bloggingshits.blogspot.com/" is a link. And
"http://rabinsmith.googlepages.com/rss.png" is image url. You should change these with your own link and image url.

Now save and preview your blog. And if it worked then can i be blessed with a backlink to this post? Thank you so much, that was so kind of you.
If this blogger hack was helpful then you can try Adding Digg buttom to your posts!

Blog review- The midnight writer

These days I am trying to increase my backlinks and reviews about my blog so I am doing you review-I review program. So here I am today reviewing a blog of The midnight writer and i must say, I am not reviewing anything random rather I am happy I am reviewing a useful blog with cool posts.

The midnight writer attracts you at the first sight with its cool layout and cool color combination. Now read the posts and you will not be disappointed. The posts here are full of life covered with some great information. So if you want to take some rest from the blogging topic and read something thoughtful then The midnight writer would not disappoint you.

Tuesday, May 27, 2008

Recent Posts widget with a post summary

You must have seen recent posts widget for blogger. I am also using one in my blog. Recent posts widget are beneficial as they highlight your recent posts which may attract readers attention giving you some more page views. The recent posts widget i am talking now is not a stereotypical(That may be wrong word, but thats okay) rather you will find an interesting thing in this blogger widget.

The twist of this blogger widget is it contains a summary of your recent posts too. This widget not only highlights your recent posts rather it gives some simple idea of the post through the summary. If the summary is interesting, congratulations for some more views! This recent posts widget was made by Hans of Beautifulbeta. And yes, you shouldn't alter any codes of your template to add this widget as this recent posts widget can be installed on one click.
Get Recent Posts widget!
If this widget was likable then try Popular post widget for blogger too!

Monday, May 26, 2008

How to make images tweak in blogger? A blogger hack.

This may be a blogger hack or may not be a blogger hack but since in my view all the stuffs that comes with some change in the HTML code is a blogger hack. So if someone has any problem with me calling this post a blogger hack then read my shitty definition and jump from London bridge. And who doesn't, read rest of the post!

Tweaking images add some glamor to your blog. If compared to the normal images, the tweaking images looks like the most beautiful SLUT( i couldn't find a better word, sorry!). And another good thing is it is so easy to make your images tweak in blogger. Just change some HTML codes and your images starts tweaking. Tweak-inkle tweak-inkle little pictures, all i wonder what you are........ sing by yourself! So if you seriously want tweaking images like mine then follow the following steps.
Step 1:

Goto 'Dashboard' and then to 'Layout' and then to 'Edit HTML'. Don't forget to click on 'Expand widget templates'. And yes, backup your template before use.

Step 2:
Search for the following code in your template:

.post img {
padding: 4px;
border: 0px solid $borderColor;
}

Step 3:

Now paste the following code just below the above code in your template.
.
.post img:hover {
position: relative;
top: 1px;
left: 1px;
}

Now save your template and its done. Now to check if you are done or not simply place your mouse cursor above any image and see whether it tweaks or not.
If you liked this blogger hack then try Show only post title at Label.

Top commentator widget for blogger

Time for another blogger widget. This time the blogger widget is for the commentators. You can take this widget as tribute to the commentators of the blog. And this widget is called Top Commentator widget.

This top commentator widget was created by Blogger buster. This widget lists the name of the people who have given many comments to your blog with the link to their blog. This widget is also beneficial to your commentators as they will be listed on your sidebar if they are on the list of top commentators. I too used to left many comments(related comments, by the way) in many good sites which had this top commentator widget and yes, i got some good traffic from that too. I haven't used this widget now but i got good response from commentators when i used it before. This blogger widget is real cool widget to hang up in your sidebar.
Get this Blogger Widget!
If this widget was good then try other Blogger widgets like search engine widget
For more free widget visit Widgetforfree

Saturday, May 24, 2008

Blogger hack: Add Yahoo! emotion on your blog post

Time for another blogger hack. And this time its not about expandable sidebar or adding social bookmarking widget, its about your emotion. Yeah, we are dealing with adding Yahoo emotion on your blog post section. Yahoo emotion? Yes, its true. Can't post your own emotion so took a help from yahoo. So here's how we make this blogger hack happen.

Adding Yahoo emotion in your blog post section is really easy, as easy as . Its just a matter of few HTML and what you gotta do is follow the instructions below. Oh wait, i forgot first make sure that you are using Mozilla firefox as you cannot move a step ahead if you are not using it.

Step 1
Install Greasemonkey which is an firefox add on on your browser. Click here to get greasemonkey. After you install restart your browser so that add on will work.
Step 2
Click this script and then click install.
Step 3
Now its about your HTML code. Goto 'Dashboard' then to 'layout' and then to 'Edit HTML'. Now same OLD boring line "Please backup your template so that you can use it afterwards if anything goes wrong".

Now search for this code: ]]></b:skin>
Step 4
Now copy the following code just above the code in step 3.

img.emoticon { padding: 0;
margin: 0; border: 0; }
Step 5
save your template and Congratulations! You made it, wooo!

To check if you are done or not , goto blogger create post, you will see the emotion in the tools panel of the compose tabs as in image below.
If this blogger hack was good then why don't you try Control number of pages displayed in Label and archive page?

Multiple search engine widget for blogger

Blogging is just not a fun rather its chance to experience new stuffs and use them. This was a saying by one great person, the same person whom i see in mirror everyday. He he. Just kidding. Well, i am here today with a blogger widget that gives you many choices for web search. I saw this widget in Widgetsforfree first. Read the rest of the post to know much about this multiple search engine for bloggers.



This widget lets you search the internet using multiple search engines like Google, Yahoo, Wikipedia, technorati and lot more. The default search is Google but you can change it to all available search engines there from a drop down menu. You can also completely customize this multiple search engine widget in your choice by the help of the color pickers available in the site.
Get Multiple Search Engine widget.
If you liked this widget then why don't you try Currently online readers widget for blogger?

Friday, May 23, 2008

Blogger hack on expandable content script for blogger

Another blogger hack here but its UPDATED. I just want to tell you that this Updated blogger hack about expandable content script for blogger is not so crappy like matrix reloaded rather it is cool and mostly, this blogger hack works woopie!

If you are unsure about the topic then i suggest you to look at my sidebar. Yes, expandable content script will help us create expandable content for blog like my sidebar. Just click on '+' sign of my sidebar once and you will be cleared about the function of expandable content script for blogger. But since this is am updated blogger hack, i first suggest you to read my older post on expandable content script, Create expandable sidebar.
Wait before you start calling me genius for creating updated expandable content script for blogger let me tell you that this post belongs to somebody else. Yeah the whole credit goes to Bloganol, who created this updated blogger hack. So i suggest you to check Create expandable script for blogger. I hope the link will help you learn the blogger hack and make your blog look stylish and neat.

Get traffic from Blogatiser

For all those bloggers who are dying to get some traffic for their blog or are keen of being praised if their article is cool then hold your breathe, i have got a good news for you. today i am here with the information of a website that will help you get free traffic and some praise for your writing too.

Blogatiser is the revenue sharing website that allows you to submit your articles. The article you submit will help you to get traffic. If the people like your content then they can vote for you. And if you have more than 10 votes, guess what? Your post will be displayed on the Homepage. Cool, isn't it? And yeah, getting register here is also not that hassle as only few time is enough for you to register here. So take my little piece of advice here, sign up at blogatiser and do your blog a favor.

Currently online readers Widget for blogger.

Oh, now i have started to love writing about blog widgets too. You know some blog widgets are so cool and are really useful for your blog. So today i am here with a new widget which enables us to see the readers which are currently online in your blog. So here is how you can add currently online readers widget for blogger.

It is really easy to install this widget. What? Yeah, yeah more easy than searching Paris Hilton's upskirt pic in internet. With the help of this blogger widget you can
easily see how many people are currently reading your blog. This is a cool and fun widget to use. so try it!
Get Online Readers widget for free!
If you liked this widget then try Coolest Popular Post widget for blogger too.

Thursday, May 22, 2008

Blogger hack: Control number of posts displayed in Label page!

Blogging hacks, this word has fascinated me so much lately that almost everyday i post a new hack. Its hard to collect hacks but feels really good when you guys like it. Comment is the thing that inspires me a lot and thank you guys, i have been getting some comments lately. Today,s blogger hack is pretty easy. We can control number of pages to be displayed on the Label pages from this hack. So read rest of the post to learn this blogger hack.

You may find it conjusted when there are lots of post displayed in your Label age. You may want to control it on your choice. So what are you gonna do? From this blogger hack you can easily control number of pages to be displayed on your label pages. You can keep it as your wish, 5,10 or whatever. So lets do it step by step.
Step 1:
Sorry, same old boring line again. Goto 'Layout' then to 'Edit HTMl' and don't forget to click on 'Expand widget templates'. Please don't forget to back your template up.
Step 2:
Search for this code:

data:label.url

Now replace the upper code with this code:

data:label.url + "?max-results=n"

Where, "n" is the number of post you want to display in your label page. Just replace "n" with your choice of number and save the template. Now check on label to see if this blogger hack have worked on you or not.
This was today's blogger hack and i will bring you lots of other cool blogger hacks soon. Till then you can check other blogger hacks like Show only Post Title at Labels and Archive page or How to hide borders from header and images?

Social Networking Sites and blog promotion!

You never miss the lines about the role of Social networking sites for the traffic for your blog and how helpful social networking sites are for the promotion of your blog when you are getting advice for blog promotion and traffic generating ways. but are these social networking sites worth giving such priority?

Today, when i was wandering in the blogosphere, i went through a post which talked about the role of social networking sites on blog promotion. The site was Blospayu. This article was thought provoking and well written too which made me not to hit the back button. So what is your view on that? Are these social networking sites that useful for blog promotion? To be true, these social networking stuffs like Digg and reddit have not worked well on me. So i don't have much trust in these sites. What are your views, feel free to drop them. Oh, i nearly forgot, you can read Blogspayu's original article Social networking sites for blog promotion and make your view.

The coolest Popular post widget for blogger

Here i am again with new blogger widget. And this time i am back with the coolest(read it thrice) popular post widget for blogger. You have been seeing lots of Popular post widgets lately(you can see one at my blog too) but this blogger widget i am talking about is most advanced and coolest one. trust me, you can enjoy lots of feature in this popular post widget then other widgets of the same topic.

This widget gives your readers most popular and beloved content of your blog. With this widget you have the option to display your pages popularity based on year, month, week or today. The popularity of this widget is based on the comments,diggs,click through and backlinks.
Get Popular Post widget For Your Blog!

If you want another widget too then why don't you check RSS Feed reader widget for blogger.

Wednesday, May 21, 2008

Blogger hack: Only show "Post Title" at the Label and Archive page

You too may hate it like me but you have no idea how to remove it. I am talking about the full articles that comes in your label page. How would it be when your "Post title" is only shown except of full post in your label and archive page? Well, it will be great as your page will take less time to load and you will get another page view from your reader if they find your Post title attractive. So in today's blogger hack we are learning to show only post title at the Label and archive page.
Step 1:
Same old line, go to 'Layout' then to 'Edit HTML' and click on 'expand widget templates' checkbox. Now backup your template by clicking 'Download full template' so you can get your template back if anything goes wrong.
Step 2:
Search for the code below:
<b:include data='post'name='post'/>

Step 3:
Replace the above code in step 2 with this code:


<b:if cond='data:blog.homepageUrl!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if><b:else/><b:include data='post' name='post'/>
</b:if>

Now save the template and you did it. This was real easy wasn't it? If you liked this hack then why don't you try to create a Drop down menu in your blog or Hide blog posts date,time and author.

There are lots more blogging hacks coming. So Subscribe me so that you will not miss any of the cool blogger hacks.

What to do when you have nothing to post about?

This question resembles to pain. You want your feed readers knocking on your blog everyday, you want to increase your post each day and you want to get good traffic from search engines. And these things are widely possible if you have many new content. But sometimes brain doesn't supports you to write new post. Actually brain acts dull during exams but sometimes we feel same while writing a post too. So what to do when you have nothing to post about? Hit your head with a hammer so that some idea may pop out? wait, I have got few ideas on it but I am not sure if you will like these ideas. So, read at your own risk.

1.Free articles site: Okay, if your brain is not working then why not to use others brain. There are loads of free articles in loads of free articles site. Just go to some free articles site like goarticles.com or ezinearticles.com and search for the topic that belongs to your niche. Now get the article, copy it and paste it in your blog. Congratulations, it was your new post today. But please don't ask me about the quality of the articles and number of blogs that have published the same article you published. And yeah a little piece of advice, don't use this option so often otherwise you are going to be screwed by your readers.

2. Blast from the past: Actually, this line belongs to John Chow. But who cares? He doesn't have copyright for this line. This is really cool idea when you have nothing to post. Just check your archive, look for one cool OLD blog post which still have some strength and republish it. Now you have a new post and nobody is going to know it. It will be lot good if you update the post like I am doing now (actually, this post is one of my old post which I updated before republishing it). Trust me, this is the best option.

3. Check your favorite blog or site: Oh my gurus have you got anything for me to publish now? Yeah this is the idea. Just knock on some of your favorite site or blog, look at the content you may be interested, write it in your own way and publish it. This way you will get a new post without lots of time consuming research. My post about Add Digg button to your post and create a drop down menu too lies in this category.

4. Promote other bloggers: Okay, you don't like any of the upper options then why not make this world a better place by helping other bloggers like you? Just pop into some blogs that have good content but not much buzz in the blogosphere, give their blog name with a link pointing to their blog in your post and publish the post. And its like total win-win situation as other fellows too will be promoted and if they are happy they can award you with the backlink. I hope you all know the importance of backlink. So why not try this option?

5. Have no Fear, You tube is here: Last option in my lost. When you are sick of all those upper ideas then You tube comes as a rescue. Just go to You tube, check some cool videos and publish it in your blog. But don't forget to add your own view about that video.

Well, this was my today's post and I hope it will help you when you have nothing to post about. But if it doesn't helps, subscribe Me!

Tuesday, May 20, 2008

Blogger hack: Create drop Down labels

After talking about blogger hacks like how to create drop down menu and how to add Digg button on your post, in this series of blogger hacks we are talking about how to create Drop down labels. Drop down labels? Yeah, no kidding, i swear of Peter's mom that this blogger hack is going to be cool and really great to implement too.

This blogger hack is not that hard to implement. It is just the game of few codes and you are done. So lets go to the point on how to create Drop Down labels. Firstly go to 'Layout' then to 'Edit HTML' and click on the 'Expand widget template' checkbox. i am again repeating the same boring thing 'Please download your full template first'. Okay, so are we done till this step? Okay then let's move forward.
Now look for the following code in your template

<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>

<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>


<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>



Now, replace the code above in blue with following code.


<br />
<select onchange='location=this.options[this.selectedIndex].value;'>
<option>Select a label</option>
<b:loop values='data:labels' var='label'>
<option expr:value='data:label.url'><data:label.name/>
(<data:label.count/>)
</option>
</b:loop>
</select>

Now save the template and you are done. Wow, you did it man.
This was todays blogger hack. If you will use this hack then i hope a free backlink from you.

Some free ways to end your drought of traffic!

Caution: The ideas presented here will not bring you a great wind of traffic like in Myanmar. So if you are searching for HUGE traffic, press the back button. But if your blog has drought of traffic and you want some traffic to save your face then read the rest of the post. And yeah, i am talking about unsuccessful blogger here like I was some months back.

1. Get some traffic by commenting on other blogs : Did I said some? Yeah, some traffic but enough to end the traffic drought in your blog. This is the easiest idea. Just go to some blogs like yours, read the post (you can skip this step. Just reading the title can give you the idea about rest of the post) and leave the comment with a link pointing to your blog. Just keep in mind that the blog is not that big blog as big bloggers don't have that time to knock on the every blog commenting them. This is not my new 'freshly brought from poultry' idea. Big bloggers like John Chow too admitted doing this during his struggling age. Also these days there are widgets like 'Top commentators and Recent comments' in the sidebar of many blogs which will give you more chances of getting traffic as it is easily seen in the sidebar by many people. So try this and you will not be disappointed.

2. Get some traffic from mybloglog: I hope every blogger knows about mybloglog. If you don't, Just shoot your head with a hammer (shame on you!). So for what purpose are you using Mybloglog? For checking your sites stats? Or to meet the bloggers of similar interests? Please don't tell me you are looking for date in mybloglog. Its like searching quality in Lindsay Lohan's movie. He he. Have you ever thought that mybloglog can generate you good amount of traffic for you? I can say yes as mybloglog was the major source of my traffic before some month when I was treated like ghost in search engines. Confused? Well, I will say how.

First thing you got to do is build your own mybloglog community. The benefit of building such community is with one click you can send message to all of the members of the community and get some traffic. Some pain in head? Okay, let me explain. If you have 50 members in your own community then you can send message about your new post with a link to that post to all of them. I think nearly half of your community members will turn to your blog after receiving your message if your post sounds cool. Now if you have more than 200 members in your community then how much traffic would you get? Calculate yourself.

Its so easy to create mybloglog community. Follow this link to build your own mybloglog community and also read My mybloglog community building strategy to know how to get members in your community.

I am quite sure these easy way will really end your 'God, get me some traffic please' campaign and help your blog grow. But if it doesn't, I swear i will really be teary eyed for you. Just leave some comments.

Monday, May 19, 2008

Blogger widget: RSS feed reader widget

Blogger widget, this is the first time i think i am covering about blogger widget and why not? You may have been already bored of my posts about blogger hacks. So for a change(read Good change) i am here with a post on blogger widget and this widget is a free RSS feed reader widget.



This RSS widget lets you add your own RSS. This widget is totally editable and you can change the look of the widget as you like. Adding this widget is so easy, Just select the title and add your feed and you are done. Its easy like searching Paris Hilton's upskirt in the internet.
Get This Widget Free!
This was my post on free blogger widget, you can still check the pages on blogger hacks like Disable right click on your blog and lot more on the blogger hack labels.

Swimming around a blogpond: A blog i liked

Sometimes you feel so low that you don't like to write a post about new blogger hack nor you like to keep sticking on mybloglog to see your traffic stats. It's a time to explore something and guys i am out with my untied seatbelt to travel the wild blogosphere. While exploring the blogosphere i went through a personal cum technical wordpress blog of Hari and here i am writing about it.

A black background with orange post background color and white colored links is what Aspiring entrepreneur blog is made off. I don't know why he calls his blog Aspiring entrepreneur but forget that because till now i don't know why i am calling my blog Third world chaos. College, education, free downloads are some of the categories covered by this blog and that too in a cool way. This was todays post about Aspiring entrepreneur and if you love to read personal blog then you can go for this blog.

Sunday, May 18, 2008

Blogger hack: create drop Down menu

In this todays post, we are talking about creating drop down menu. For your idea, a drop down menu is the menu THAT DROPS DOWN! Oh, this was the worst definition you may have heard about drop down menu but what can i do? This is the best i can give.

It's not hard to create a drop down menu, its just a trick or lets say hack. What you gotta do is just copy the code given below and put it in your page elements.

<select onChange="document.location.href=this.options[this.selectedIndex].
<option value="0" selected>Blog Archive</option>
<option value="Links 1">Text 1</option>
<option value="Links 2">Text 2</option>
</select>

The Green text you see their is of your links.So CHNAGE it with your links.
The Blue text you see their is your Anchor text. So change it with your anchor text too.
Time for an example:

This is the code i used to create the Drop down menu you can see in my sidebar.

<select onChange="document.location.href=this.options[this.selectedIndex]
<option value="0" selected>Blogger Hacks</option>
<option value="http://thirdworldchaos.blogspot.com/2008/05/blogger-hack-add-digg-button-to-your.html">Add
Digg button on your post</option>
<option value="http://thirdworldchaos.blogspot.com/2008/05/blogger-hack-dont-let-anybody-copy-your.html">Disable
Right click on your blog</option>
</select>

If you want to add more value then you can put a code like below.

<option value="Links 3">Text 3</option>
before this code </select>

If you want the links to be opened in new window then replace below code:

<select onChange="document.location.href=this.options[this.selectedIndex].


With this code:

<select onchange="javascript:window.open(this.options[this.selectedIndex].

I think now you too are rushing to create a drop down menu like yours. So if you are doing it then can i get a link please.

Free 2 column blogger template download!

Here i am back with a new blogger template after a long time. Be happy, you got a break from blogger hacks which i have been writing for so long. So today i am here with a free 2 column blogspot template and if you like it, you can download it as I have no copyright for this material!

This 2 column blogger template is the product of Bloganol. This blogger template is called Rumble blogger template and i don't know why it is called so. I think you are now known about the look of this blogger template by the screenshot you saw. So, if you like it then click here to download free 2 column blogger template.

Saturday, May 17, 2008

Blogger hack: Add Digg button to your post!

I am still unaware about the definition of blogger hack. In my sinple and innocent( he he) sense i think every thing related to the blogger codes may be called blogger hack. Was that wrong? Thank you smartass, leave your comment below about it then. Okay now lest go to the topic. today we are adding digg button on our post. And its easy to do that. Digg button on our post? Well, the button under my post title may help you.

This blogger hack(i said it, again) is not hard to implement. A digg button under your post in the way like my blog is just a few clicks away. So let's go step by step.
Step 1
I am making you bored again. Please download your full template so that you can have it like now. For that go to 'Dashboard' and then to 'Layout' and then to 'edit HTML'.
Step 2
Okay, i guess now you are on 'Edit HTML' section and have already backed your template up. Dont forget to click on 'Expand widget Templates' checkbox. Now search for this code
<p><data:post.body/></p>
If you want to put your botton on the top left like mine then replace the above code with this.
<div style='float:left; margin-right:10px;'>
<script type='text/javascript'>
digg_url="<data:post.url/>";
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

But if you want to keep it at the top right corner of the page then replace with this code:
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url="<data:post.url/>";
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

You can keep experimenting with the codes to keep it on other parts of the blog too. If this post about Digg was good then please Digg me!

30 coolest blogger header images

If you are still in search for the good blogger header images or if you want to change your geek blogger header image to the cool blogger header image then this post is for you. Today i am here with 30 cool blogger header images and i think you should take a look at it.

These header images were created by Dinesh of Bloganol, who happens to be my brother. Here i am promoting his work as you know 'A brother in need is the brother indeed'. That was about friends! I know, i just modified it for good use. Okay here i am showing you some of the cool blogger header images.


















If you want more, why not visit Bloganol for 30 cool blogger header background images.

Thursday, May 15, 2008

Blogger hacks: Recent comments in the sidebar.

This blogger hack is useful, this blogger hack is cool and the best thing is this blogger hack is so easy to implement. Gentleman, welcome to the post dedicated on showing recent comments in sidebar.

Showing recent comments in sidebar is not a hard thing to do. Its just a game of code. So without delay i am onto game. To show recent5 comments on sidebar, you should copy the following codes in red and stick it in the template. After you save it, see your recent comments on sidebar.

<MainPage>
<h2 class="sidebar-title">Recent Comments</h2>
<ul>
<Blogger>
<BlogItemCommentsEnabled>
<BlogItemComments>

<li><$BlogCommentAuthor$> //
<a href="<$BlogCommentPermalinkURL$>">
<$BlogCommentDateTime$></a></li>

</BlogItemComments>
</BlogItemCommentsEnabled>
</Blogger>
</ul>
</MainPage>

If you are using this blogger hack then i hope i could get a link back to me.