<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bloganol.com &#187; Uncategorized</title>
	<atom:link href="http://www.bloganol.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bloganol.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Jul 2010 16:30:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sleek Social Media Icons for Blogger</title>
		<link>http://www.bloganol.com/2010/05/sleek-social-media-icons-blogger.html</link>
		<comments>http://www.bloganol.com/2010/05/sleek-social-media-icons-blogger.html#comments</comments>
		<pubDate>Mon, 31 May 2010 10:01:52 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Blogger hacks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog widgets]]></category>
		<category><![CDATA[bloggger]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[stumble]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.bloganol.com/?p=3488</guid>
		<description><![CDATA[Before I started using Thesis WordPress theme for my blog I have to customize the theme a lot for a better look. It was really a challenging job for me. I have to make it look unique and also attractive with the Thesis theme coding and hacks which was totally different than customization in other wordpress themes. In the process I added the Sleek social media Icons in the theme just below each posts title [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.bloganol.com/2010/05/sleek-social-media-icons-blogger.html" title="Permanent link to Sleek Social Media Icons for Blogger"><img class="post_image alignright frame" src="http://www.bloganol.com/wp-content/uploads/2010/05/top-10-125x125.png" width="125" height="125" alt="Social Media" title="Sleek Social Media Icons for Blogger" /></a>
</p><p class="dropcap-first">Before I started using <a href="http://www.bloganol.com/thesis-theme">Thesis WordPress theme</a> for my blog I have to customize the theme a lot for a better look. It was really a challenging job for me. I have to make it look unique and also attractive with the Thesis theme coding and hacks which was totally different than customization in other wordpress themes. In the process I added the Sleek social media Icons in the theme just below each posts title which makes the Social Sharing much easier and also attractive. I got lots of requests from my blogger readers regarding this social bookmarking icons widget and so I am now here.</p>
<p><img class="aligncenter size-full wp-image-3501" title="social-media-points5(2)" src="http://www.bloganol.com/wp-content/uploads/2010/05/social-media-points52.gif" alt="social media points52 Sleek Social Media Icons for Blogger" width="500" height="358" /></p>
<p>Well, Sleek Social media Icons is the social bookmarking widget for the <a href="http://www.bloganol.com/thesis-theme">Thesis Woordpress theme</a> by <a href="http://www.artofblog.com/thesis-social-media-icons/" target="_blank">Artofblog</a> and now I have made it compatible for blogger blogs. You just need to follow the simple three steps below to add sleek social media icons into your blogger blog. This Sleek social media icons include a digg button, retweet button, facebook share button,  stumble button and a cute email this post link button.</p>
<div id="attachment_3503" class="wp-caption aligncenter" style="width: 500px">
	<img class="size-medium wp-image-3503" title="sleek" src="http://www.bloganol.com/wp-content/uploads/2010/05/sleek-500x51.png" alt="sleek 500x51 Sleek Social Media Icons for Blogger" width="500" height="51" />
	<p class="wp-caption-text">Sleek Social media Icons</p>
</div>
<p>First of all search for the follow line of code in your blogger Template.</p>
<div class="codex"><code>&lt;data:post.body/&gt;</code></div>
<p>Now in second step replace the above line of code with the following block of code.</p>
<div class="codex"><code>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;<br />
&lt;div class='social'&gt;<br />
&lt;b class='si'&gt;Spread it!&lt;/b&gt;<br />
&lt;div class='social_button dg'&gt;<br />
&lt;a class='DiggThisButton DiggCompact'/&gt;&lt;script src='http://widgets.digg.com/buttons.js' type='text/javascript'/&gt;<br />
&lt;/div&gt;<br />
&lt;div class='social_button tm'&gt;<br />
&lt;script type='text/javascript'&gt;<br />
tweetmeme_style = &amp;quot;compact&amp;quot;;<br />
&lt;/script&gt;<br />
&lt;script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/&gt;<br />
&lt;/div&gt;<br />
&lt;div class='social_button fb'&gt;<br />
&lt;a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/&gt;<br />
&lt;script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/&gt;<br />
&lt;/div&gt;<br />
&lt;div class='social_button su'&gt;<br />
&lt;script src='http://www.stumbleupon.com/hostedbadge.php?s=1'/&gt;<br />
&lt;/div&gt;<br />
&lt;div class='social_button em'&gt;<br />
&lt;a expr:href='&amp;quot;mailto:?subject=Sharing:&amp;quot; + data:post.title + &amp;quot;&amp;amp;body=I wanted to share this with you. Thought you might enjoy it:%0A%0A&amp;quot; + data:post.url' target='_blank' title='Email This'&gt;Email This&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div class='clear'/&gt;<br />
&lt;/b:if&gt;<br />
&lt;data:post.body/&gt;<br />
</code></div>
<p>Now in third step add the following code CSS code to your Blogger Templates just above <em>]]&gt;&lt;/b:skin&gt;</em> to give the style to this social Media Icons.</p>
<div class="codex"><code>.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: 10px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }<br />
.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }.social .si { float:left;padding-top:3px;}<br />
.social .social_button.dg { margin: 0px 0 0 30px ; padding-top: 2px;}<br />
.social .social_button.tm { margin: 0px 0 0 32px;  padding-top: 4px;}<br />
.social .social_button.fb { margin: 0 0 0 15px;  padding-top:3px;}<br />
.social .social_button.su { margin: 0px 0 0 35px;  padding-top: 2px;}<br />
.social .social_button.em { margin: 0 0 0 35px;  padding-top: 3px;}<br />
.social .social_button.em a{background:#eee url(http://img180.imageshack.us/img180/1989/emailj.gif) 3px 50% no-repeat; padding:2px 3px 2px 22px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}<br />
.social .social_button.em a:hover {background:#ddd url(http://img180.imageshack.us/img180/1989/emailj.gif) 3px 50% no-repeat}<br />
.social .social_button a img { border: 0; padding: 0; }<br />
.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}</p>
<p></code><code>.clear{clear:both;}<br />
</code></p>
</div>
<p>Now after you perform the above steps, Save your blogger Templates and see the sleek social media icons displayed n each of your blogger posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2010/05/sleek-social-media-icons-blogger.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Show Twitter Follow badges below each blogger posts and at sidebar</title>
		<link>http://www.bloganol.com/2010/04/show-twitter-follow-badges-bloggers-posts-siderbar-2.html</link>
		<comments>http://www.bloganol.com/2010/04/show-twitter-follow-badges-bloggers-posts-siderbar-2.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:09:13 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[badges]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.bloganol.com/?p=3363</guid>
		<description><![CDATA[As you all know that Twitter is among today’s top social networking site and microblogging site and there is great possibility of your site or Blog through twitter. To promote your products through twitter you must have have large number of twitter followers. There are many strategies to get lots of Twitter followers for your blog. So theme some are Making follow easy with the help of Tweetmeme Follow me on twitter buttons and Floating [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.bloganol.com/2010/04/show-twitter-follow-badges-bloggers-posts-siderbar-2.html" title="Permanent link to Show Twitter Follow badges below each blogger posts and at sidebar"><img class="post_image alignright frame" src="http://www.bloganol.com/wp-content/uploads/2010/04/follow-me-twitter-yellow-bird.png" width="125" height="125" alt="Twitter follow me" title="Show Twitter Follow badges below each blogger posts and at sidebar" /></a>
</p><p class="dropcap-first">As you all know that Twitter is among today’s top social networking site and microblogging site and  there is great possibility of your site or Blog through twitter. To  promote your products through twitter you must have have large number of  twitter followers. There are many strategies to get lots of Twitter  followers for your blog. So theme  some are Making follow easy with the help of <a href="../2010/02/tweetmeme-follow-button-increase-twitter-followers-code.html" target="_blank" class="broken_link">Tweetmeme Follow me on twitter buttons</a> and <a href="../2009/11/floating-twitter-follow-follow-badges-blogger-blogs.html" target="_blank" class="broken_link">Floating Twitter follow me and follow us badges</a> on  your blog.</p>
<p>So in this post also we are talking about the strategies to gain lots  of twitter followers for your Twitter profile with the help of easy  follow Option. Following are some codes for showing off twitter follow  me badges below each of your blogger posts. This will surely make the  follow easy.</p>
<p>To show the twitter follow me badge below each posts automatically,  Search for the following line of code in your blogger template code and  add the follow Twitter badge code just below it to show desired style  Twitter Follow me below each of your blogger posts.</p>
<div class="codex"><code>&lt;data:post.body/&gt;</code></div>
<p>If you want to show in sidebar, you don&#8217;t have to do this step.Just  copy the following code and paste it to your sidebar. This code works  for every blogging platform supporting different websites too.</p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter1.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter1.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter2.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter2.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter3.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter3.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter4.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter4.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter5.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter5.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter6.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter6.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter7.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter7.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter8.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter8.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter9.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter9.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p style="text-align: center;"><a href="http://twitter.com/deineshd"><img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter10.png" alt="Follow me on Twitter" /></a></p>
<div class="codex"><code>&lt;p style="text-align: center;"&gt;&lt;a href="http://twitter.com/<strong>YOURTWITTER</strong>"&gt;&lt;img title="Follow me on twitter" src="http://www.bloganol.com/wp-content/uploads/2010/04/twitter10.png" alt="Follow me on Twitter" /&gt;&lt;/a&gt;&lt;/p&gt;</code></div>
<p><br/></p>
<p>Remember to change <strong>YOURTWITTER </strong>with your default twitter username before you save the code. Here are just 10 styles of the twitter badges. you can show the more styles twitter badges by replacing the image link in the above code. you can get more badges by Googling <a href="http://www.google.com/cse?cx=partner-pub-5469344909203162%3Ahh19r6p2aet&amp;ie=ISO-8859-1&amp;q=twitter+follow+me+badges&amp;sa=Search&amp;siteurl=www.bloganol.com%2F%3Fp%3D3363%26preview%3Dtrue" target="_blank">Twitter Follow me badges</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2010/04/show-twitter-follow-badges-bloggers-posts-siderbar-2.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Your Social bookmarking Hero, Digg finally brings you new digg buttons and widgets for your blog</title>
		<link>http://www.bloganol.com/2010/03/social-bookmarking-hero-digg-finally-brings-digg-buttons-widgets-blog.html</link>
		<comments>http://www.bloganol.com/2010/03/social-bookmarking-hero-digg-finally-brings-digg-buttons-widgets-blog.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 03:09:29 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.bloganol.com/?p=3272</guid>
		<description><![CDATA[Your Favorite Social Bookmarking hero Digg has finally landed new style of Digg buttons and Digg widgets for better social bookmarking for your blog. The new version of digg buttons got many more features then the previous version of digg button.This new digg button is more stylish in looking and also loads faster and also more user friendly then the previous version of digg buttons.using digg for your blog absolutely free.So get Digg buttons for your blog today. Likewise Digg [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.bloganol.com/2010/03/social-bookmarking-hero-digg-finally-brings-digg-buttons-widgets-blog.html" title="Permanent link to Your Social bookmarking Hero, Digg finally brings you new digg buttons and widgets for your blog"><img class="post_image alignright frame" src="http://www.bloganol.com/wp-content/uploads/2010/03/newdiggbuttons-125x103.gif" width="125" height="103" alt="Digg button" title="Your Social bookmarking Hero, Digg finally brings you new digg buttons and widgets for your blog" /></a>
</p><p class="dropcap-first">Your Favorite Social Bookmarking hero Digg has finally landed new style of Digg buttons and Digg widgets for better social bookmarking for your blog.</p>
<p>The new version of digg buttons got many more features then the previous version of digg button.This new digg button is more stylish in looking and also loads faster and also more user friendly then the previous version of digg buttons.using digg for your blog absolutely free.So <a href="http://about.digg.com/button" target="_blank">get Digg buttons</a> for your blog today.</p>
<p><img class="aligncenter size-full wp-image-3274" title="newdiggbuttons" src="http://www.bloganol.com/wp-content/uploads/2010/03/newdiggbuttons.gif" alt="newdiggbuttons Your Social bookmarking Hero, Digg finally brings you new digg buttons and widgets for your blog" width="218" height="103" />Likewise Digg has too brought new style of digg widget that has got more features than the previous version of digg widget.Now the links in the widget are directly linked to the publisher&#8217;s content not the digg permanent page.This version also got more customization options with editable Tabs and columns and also thumbnails of the post in the widget.You can get the digg widget free at Digg <a href="http://about.digg.com/widget-generator" target="_blank">widget generator</a>.</p>
<p><img class="aligncenter size-full wp-image-3277" title="timeondiggsideways" src="http://www.bloganol.com/wp-content/uploads/2010/03/timeondiggsideways.gif" alt="timeondiggsideways Your Social bookmarking Hero, Digg finally brings you new digg buttons and widgets for your blog" width="428" height="322" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2010/03/social-bookmarking-hero-digg-finally-brings-digg-buttons-widgets-blog.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A complete guide on how to move your blogger blog to self hosted wordpress</title>
		<link>http://www.bloganol.com/2009/11/complete-guide-move-blogger-blog-hosted-wordpress.html</link>
		<comments>http://www.bloganol.com/2009/11/complete-guide-move-blogger-blog-hosted-wordpress.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:04:13 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bloganol.com/?p=2330</guid>
		<description><![CDATA[Moving Blogger blog to self hosted wordpress is also the most important decision made by a  blogger.There are many reasons that encourages a blogger to move their blog to self hosted wordpress but moving your blog during the early days of your blog is better than to move your blog after a long period of time because there occurs more errors during the move. Some simple terms to be known before you proceed Moving your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first"><img class="size-full wp-image-2364 alignleft" title="blogger to wordpress" src="http://www.bloganol.com/wp-content/uploads/2009/11/blogger-to-wordpress.jpg" alt="blogger to wordpress" width="248" height="122" />Moving Blogger blog to self hosted wordpress is also the most important decision made by a  blogger.There are many reasons that encourages a blogger to move their blog to  self hosted wordpress but moving your blog during the early days of your blog is better than to move your blog after a long period of time because there occurs more errors during the move.</p>
<p><strong>Some simple terms to be known before you proceed<br />
</strong></p>
<ul>
<li>Moving your blog to self hosted wordpress is an important decision that you have made.</li>
<li>Since Blogger and wordpress  are  different blogging platforms , many things and features differ from each other.</li>
<li>You must have the concept about wordpress themes,wordpress plugins and other basic terms before you move your blog to wordpress.</li>
<li>Once you move your blog to wordpress your original blogger blog will not get lost.</li>
<li>In future if you like to rollback your upto date wordpress blog into blogger then its a really hard issue.</li>
</ul>
<p><strong>Some main Requirements</strong></p>
<ul>
<li>A registered domain name like .com , .org  , .me which has got the feature of updating nameservers.</li>
<li>A web hosting service that meets the <a href="http://wordpress.org/about/requirements/">requirements of wordpress</a>.</li>
</ul>
<p><strong>1. Be sure and confident</strong></p>
<p>First thing is you must be sure that you had made a wise decision of moving your blogger blog to self hosted wordpress.You should too have confident that you can use wordpress in a wise way to develop and promote your blog.</p>
<p><strong>2. Buy web hosting space</strong></p>
<p>This is the most important thing and also the first thing to move your blogger blog to wordpress space.You must own your own web space to save the contents of your blog.So you must first get a web hosting space before you continue.</p>
<p><strong>3. Update nameservers of your domain name</strong></p>
<p>Nameservers performs the task of showing that your domain name is pointed to your wordpress blog.It takes around 12-48 hours to get your nameservers updated depending upon your domain name hosting company.You should enter the same addresses in your domain name nameservers as provided by your web hosting service.</p>
<p>To know whether your nameservers has been updated or not , take a frequent look of your blog in few gaps of time.If you blog address stops showing your old blogger blog then you can confirm that your domain name nameservers have been updated.</p>
<p><strong>4. Login to your webhosting Control Panel<br />
</strong></p>
<p>After you get your domain name&#8217;s nameservers updated login to your Webhosting control panel with the same data you signup with.To login enter <em><strong>http://yourdomainname.com/cpanel</strong></em> in your browser and signin with your Username and password.</p>
<p><strong>5. Install wordpress from Fantastico</strong></p>
<p>This is the most important step to be performed to get your wordpress account active.Take a look at the snapshots below on how to install wordpress from fantastico.</p>
<p><strong>a.</strong> Click Fantastico from your Cpanal dashboard.</p>
<p><strong><img class="alignright size-full wp-image-2340" style="margin-right:300px;" title="fantastico icon" src="http://www.bloganol.com/wp-content/uploads/2009/11/fantastico-icon.jpg" alt="fantastico icon" width="502" height="223" /><br />
</strong></p>
<p><strong>b.</strong> Click WordPress from the fantastico page.If you Cpanal already got WordPress button,you can directly proceed from there.</p>
<p><img class="alignright size-full wp-image-2343" style="margin-right:300px;" title="fantastico page" src="http://www.bloganol.com/wp-content/uploads/2009/11/fantastico-page.jpg" alt="fantastico page" width="500" height="345" /></p>
<p><strong>c.</strong> Now Click New installation from wordpress Page.</p>
<p><img class="alignright size-full wp-image-2346" style="margin-right:300px;" title="new installation fantastico" src="http://www.bloganol.com/wp-content/uploads/2009/11/new-installation-fantastico.jpg" alt="new installation fantastico" width="505" height="361" /></p>
<p><strong>d.</strong> Now in 4th step enter data in the installation form as suggested in the snapshot below and click Install WordPress.</p>
<p><img class="alignright size-full wp-image-2347" style="margin-right:300px;" title="install wordpress" src="http://www.bloganol.com/wp-content/uploads/2009/11/install-wordpress1.jpg" alt="install wordpress" width="503" height="576" /></p>
<p><strong>6.  Preview your blog</strong></p>
<p>After you install the wordpress for your blog now its your turn to look at your blog once.If your blog URL shows the new wordpress blog with just a single post &#8220;hello World&#8221; then you can confirm that your wordpress blog is fully setup and you can now move to next step.</p>
<p><strong>7. Login to your WP Blog</strong></p>
<p>After you&#8217;re done upto step 6 then now its your time to login into your wordpress blog.For that type  <em><strong>htttp://yourblogname.com/wp-login.php</strong></em> in your browser.You will be redirected to sign in page.From there sign in into your wordpress blog with the same username and password that you have entered in <strong>step 5 d</strong>.You will be redirected to your WP dashboard from there.</p>
<p><strong>8. Import your Blogger Blog</strong></p>
<p>This step will import the posts ,comments and categories of your blogger blog into your new WP blog.To import your blogger blog click <strong>Import</strong> under <strong>Tools </strong>tab.Click the Blogger Link from that page.The next thing is you need <strong>authorize</strong> the blog with your Blogger account.After you authorize you will be taken to Import Page.The page will list out all your blog hosted on that account.Now click <strong>import</strong> to that Blog which you want to import.The import will complete in some time depending upon your internet connection.</p>
<p><strong>9.Update permalinks to the the Blogger Style Permalinks</strong></p>
<p>At first the permalink of your posts seems different from your old blogger style permalinks.The default permalink will look like <em><strong>http://www.yourblogname.com/?p=123</strong></em>.So you need to update this permalinks like the default blogger permalinks <em><strong>http://www.yourblogname.com/2009/11/sample-post/Post-title.html</strong></em>.For this Click Permalinks from your Settings Tab.Now you will need to select different styles for your permalinks.To make your Permalinks same like the blogger , Check the custom structure filed and enter the following code in the custom structure field and Click save changes.</p>
<div class="codex"><code>/%year%/%monthnum%/%postname%.html</code></div>
<p><img class="alignright size-full wp-image-2356" style="margin-right:300px;" title="permalink" src="http://www.bloganol.com/wp-content/uploads/2009/11/permalink.jpg" alt="permalink A complete guide on how to move your blogger blog to self hosted wordpress" width="500" height="187" /></p>
<p>If you are doing well upto this step then you are done transferring your blogger blog to self hosted wordpress.But all the wordpress customization are not over here.You need to optimize your wordpress blog fro different search engines like Google.Yahoo,etc.<br />
If you got some problem during this process or need support after this then you can easily contact us or communicate with the cute comment form below.Have a good day Bloggers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/11/complete-guide-move-blogger-blog-hosted-wordpress.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Programmers are the Tiny Gods,Google thinks it.</title>
		<link>http://www.bloganol.com/2009/10/programmers-are-the-tiny-godsgoogle-thinks-it.html</link>
		<comments>http://www.bloganol.com/2009/10/programmers-are-the-tiny-godsgoogle-thinks-it.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:18:41 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gu]]></category>
		<category><![CDATA[intersting]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tiny]]></category>

		<guid isPermaLink="false">http://bloganol.com/?p=2141</guid>
		<description><![CDATA[While I was using my facebook account this evening I found an interesting thing on my Blogging Friend&#8217;s Wall.So I quickly post it here.Its about the search suggestion of Google search related to programmers.Check it out.]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first">While I was using my facebook account this evening I found an interesting thing on my Blogging Friend&#8217;s Wall.So I quickly post it here.Its about the search suggestion of Google search related to programmers.Check it out.<br />
<img class="size-full wp-image-2142 alignleft" title="programmers are tiny gods" src="http://bloganol.com/wp-content/uploads/2009/10/programmers-are-tiny-gods.jpg" alt="programmers are tiny gods" width="444" height="196" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/10/programmers-are-the-tiny-godsgoogle-thinks-it.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Reasons why I lost 300 subscribers in just two days</title>
		<link>http://www.bloganol.com/2009/10/reasons-why-i-lost-300-subscribers-in-just-two-days.html</link>
		<comments>http://www.bloganol.com/2009/10/reasons-why-i-lost-300-subscribers-in-just-two-days.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:43:29 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloganol.com/?p=2134</guid>
		<description><![CDATA[The number of subscribers make a much more difference for a developing bloggers like us.It takes couple of months and very hard task to increase our subscribers but it takes just a few time to get it very down.The first thing that help you increase your subscribers is the trust that the readers make to your blog and the thing that creates trust to people is the quality of the post and good communication/interaction with [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first">The number of subscribers make a much more difference for a developing bloggers like us.It takes couple of months and very hard task to increase our subscribers but it takes just a few time to get it very down.The first thing that help you increase your subscribers is the trust that the readers make to your blog and the thing that creates trust to people is the quality of the post and good communication/interaction with the readers.</p>
<p>Likewise the main thing that makes you lose your subscribers is due to your carelessness towards your blog and decrease in your post quality.The same thing happen to me too,I lost my 300 suscribers in just two days and that is due to my carelessness.</p>
<p>During the process of transfer my blog from blogger to wordpress self host I made a great mistake carelessly or I was unknown to it.When I update my nameservers the original blogger feed submitted to feedburner also get changed.I was unknown to it.Feedburner stops showing my feeds and the blog was also not completely setup.Due to this reason our many regular and unique visitors got confused.And another get problem is the permalinks of the posts also get changed so after installation too our many users get 404 error messages.This is really very bad.</p>
<p>But this mistake don&#8217;t go waste for me,It gave me a really very useful lessons which might be useful in future.From next time I will be planning before I do any new jobs for my blog.Best of luck  for me.</p>
<p><a title="Feedburner stats for bloganol" href="http://www.FeedCompare.com/?feed1=bloganol&amp;feed2=&amp;feed3=&amp;feed4=&amp;months=1" target="_blank">http://www.FeedCompare.com/?feed1=bloganol&amp;feed2=&amp;feed3=&amp;feed4=&amp;months=1</a></p>
<p><img title="Bloganol-subscribers-fallen-down" src="../wp-content/uploads/2009/10/Bloganol-subscribers-fallen-down.jpg" alt="Bloganol subscribers fallen down Reasons why I lost 300 subscribers in just two days" width="470" height="249" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/10/reasons-why-i-lost-300-subscribers-in-just-two-days.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unlimited webspace webhosting now for just $3.95/month with Justhost</title>
		<link>http://www.bloganol.com/2009/09/unlimited-webspace-webhosting-now-for-just-3-95month-with-justhost.html</link>
		<comments>http://www.bloganol.com/2009/09/unlimited-webspace-webhosting-now-for-just-3-95month-with-justhost.html#comments</comments>
		<pubDate>Thu, 03 Sep 2009 04:51:00 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloganol.com/2009/09/unlimited-webspace-webhosting-now-for-just-3-95month-with-justhost.html</guid>
		<description><![CDATA[Every blogger always search for the web hosting plans that gives you much more services with less pricing.So to give the full support for bloggers justhost.com has brought you the best web hosting plan that offers you maximu services or facilities in the minimum pricing&#160; and its just $3.95/month.You will get even more discount on buying web hosting for long time. Justhost web hosting offers you Unlimited GB&#8217;s of Space,Unlimited GB&#8217;s of transfer,Unlimited domain hosting,Unlimited [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first">Every blogger always search for the web hosting plans that gives you much more services with less pricing.So to give the full support for bloggers <a href="http://stats.justhost.com/track?cb16936c03cb7a17ac37014b0d61d46ae">justhost.com</a> has brought you the best web hosting plan that offers you maximu services or facilities in the minimum pricing&nbsp; and its just $3.95/month.You will get even more discount on buying web hosting for long time.</p>
<div class="separator" style="clear: both; text-align: center;"><img border="0" src="http://2.bp.blogspot.com/_Sy2Ab2UICp0/Sp9LQkt2JYI/AAAAAAAAAo4/I4NB6h-PmX4/s800/webhosting.jpg" title="Unlimited webspace webhosting now for just $3.95/month with Justhost" alt="webhosting Unlimited webspace webhosting now for just $3.95/month with Justhost" /></div>
<p><a href="http://stats.justhost.com/track?cb16936c03cb7a17ac37014b0d61d46ae">Justhost web hosting</a> offers you Unlimited GB&#8217;s of Space,Unlimited GB&#8217;s of transfer,Unlimited domain hosting,Unlimited E-mail accounts,Unlimited MYSQl databases.Moreover Justhost web hsoting offers you free site builder,Free domain for life,Free instant setup and many more other features.If you didnt like justhost webhosting then they too give you the nservice of anytime money back guarantee.</p>
<p>I think this is the best web hosting plan at such affordable price with unlimited web space for website builders and bloggers.Therefore <a href="http://stats.justhost.com/track?cb16936c03cb7a17ac37014b0d61d46ae">register a domain at justhost</a> today and utilize the unlimited web space hosting with affordable price.
<div class="blogger-post-footer">http://feeds.feedburner.com/bloganol</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/09/unlimited-webspace-webhosting-now-for-just-3-95month-with-justhost.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Link love for may 09</title>
		<link>http://www.bloganol.com/2009/05/link-love-for-may-09.html</link>
		<comments>http://www.bloganol.com/2009/05/link-love-for-may-09.html#comments</comments>
		<pubDate>Wed, 27 May 2009 04:29:00 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloganol.com/2009/05/link-love-for-may-09.html</guid>
		<description><![CDATA[List Of Top 10 Antivirus SoftwaresThis post is posted by TricksDaddy and this post describes about the top 10 antivirus software of the year 2009.Hope these antivirus softwares helps you protect your PC from different irritating and explosive viruses. How to Push your site up the rankings with Google PageRank?This post is written by smartbloggerz and this post describes about how can you increase your site rankings using Google pagerank. Getting Started with Search Engine [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://mwolk.com/blog/wp-content/uploads/2009/05/kaspersky-logo.jpg" rel="lightbox[2009]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 89px; height: 100px;" src="http://mwolk.com/blog/wp-content/uploads/2009/05/kaspersky-logo.jpg" alt="kaspersky logo Link love for may 09" border="0" title="Link love for may 09" /></a><a href="http://www.tricksdaddy.com/2009/05/list-of-top-10-antivirus-softwares.html">List Of Top 10 Antivirus Softwares</a><br />This post is posted by <a href="http://www.tricksdaddy.com/">TricksDaddy</a> and this post describes about the top 10 antivirus software of the year 2009.Hope these antivirus softwares helps you protect your PC from different irritating and explosive viruses.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.smartbloggerz.com/logo-smart.png" class="broken_link" rel="lightbox[2009]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 100px; height: 49px;" src="http://www.smartbloggerz.com/logo-smart.png" alt="logo smart Link love for may 09" border="0" title="Link love for may 09" /></a><a href="http://www.smartbloggerz.com/2009/05/how-to-push-your-site-up-the-rankings-with-google-pagerank/">How to Push your site up the rankings with Google PageRank?</a><br />This post is written by <a href="http://www.smartbloggerz.com/">smartbloggerz</a> and this post describes about how can you increase your site rankings using Google pagerank.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://themelib.com/wp-content/themes/arthemia/images/logo.png" rel="lightbox[2009]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 100px; height: 73px;" src="http://themelib.com/wp-content/themes/arthemia/images/logo.png" alt="logo Link love for may 09" border="0" title="Link love for may 09" /></a><a href="http://themelib.com/2009/05/getting-started-with-search-engine-optimization-part-3/">Getting Started with Search Engine Optimization &#8211; Part 3</a><br />This is the optimization tips post written by <a href="http://themelib.com/">themelib</a>.This post explains you how to optimize your blog for different search engines.This is the part third.You can also  get part one and two in the same blog.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_Toi-rh0Nm00/ShFR3CFBHDI/AAAAAAAADUg/B1CHVfypdVM/recent%20posts%20widget%20for%20blogger.jpg" rel="lightbox[2009]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 100px; height: 76px;" src="http://lh3.ggpht.com/_Toi-rh0Nm00/ShFR3CFBHDI/AAAAAAAADUg/B1CHVfypdVM/recent%20posts%20widget%20for%20blogger.jpg" alt="recent%20posts%20widget%20for%20blogger Link love for may 09" border="0" title="Link love for may 09" /></a><a href="http://bloggertricks.com/2009/05/recent-posts-with-thumbnails-widget-for.html">Recent Posts with Thumbnails Widget for Blogger</a><br />This is the latest and also the most important widget created by <a href="http://bloggertricks.com/2009/05/recent-posts-with-thumbnails-widget-for.html">bloggertricks.com</a>.This widget is not only attractive but also it helps you show your Recent posts with the thumbnail in left and also the no of comments.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_TqPdHmAEwTM/ShgXNYJlW1I/AAAAAAAAEHI/ivmjKoR2Yz0/flash6.png" rel="lightbox[2009]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 100px; height: 60px;" src="http://lh3.ggpht.com/_TqPdHmAEwTM/ShgXNYJlW1I/AAAAAAAAEHI/ivmjKoR2Yz0/flash6.png" alt="flash6 Link love for may 09" border="0" title="Link love for may 09" /></a><a href="http://woork.blogspot.com/2009/05/useful-adobe-flash-frameworks-and.html">Useful Adobe Flash frameworks and graphical engines for developers</a><br />This Post is written by Antonio Lupetti of <a href="http://woork.blogspot.com/">woork</a>.This post tells us about the useful Abobe flash frameworks and graphical engines for the developers.
<div class="blogger-post-footer">http://feeds.feedburner.com/bloganol</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/05/link-love-for-may-09.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 main lessons I have learned by Organizing contests</title>
		<link>http://www.bloganol.com/2009/05/5-main-lessons-i-have-learned-by-organizing-contests.html</link>
		<comments>http://www.bloganol.com/2009/05/5-main-lessons-i-have-learned-by-organizing-contests.html#comments</comments>
		<pubDate>Mon, 25 May 2009 16:30:00 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloganol.com/2009/05/5-main-lessons-i-have-learned-by-organizing-contests.html</guid>
		<description><![CDATA[I saw lots of contests on different blogs those days so I also got a plan to organize a similar contest in my blog.I organized a contest in my blog for twice distributing some cash prizes,Entrecard credits and other gifts by searching lots of sponsors.Though the contest was not so much successful but it helps me to learn some useful lessons that i must need to learn so that in future I could organize a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Sy2Ab2UICp0/ShrWpZCgJmI/AAAAAAAAAls/k_76pDIltso/s1600-h/photo-computer_lessons.jpg" rel="lightbox[2008]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 281px; height: 170px;" src="http://2.bp.blogspot.com/_Sy2Ab2UICp0/ShrWpZCgJmI/AAAAAAAAAls/k_76pDIltso/s320/photo-computer_lessons.jpg" alt="photo computer lessons 5 main lessons I have learned by Organizing contests" id="BLOGGER_PHOTO_ID_5339816314785506914" border="0" title="5 main lessons I have learned by Organizing contests" /></a>I saw lots of contests on different blogs those days so I also got a plan to organize a similar contest in my blog.I organized a contest in my blog for twice distributing some cash prizes,Entrecard credits and other gifts by searching lots of sponsors.Though the contest was not so much successful but it helps me to learn some useful lessons that i must need to learn so that in future I could organize a successful contest in my blog and help other to organize successful contests.</p>
<p><span style="font-weight: bold;">1.  Show the reason</span><br />Whenever you organize any contest you must show the clear reason that why are you organizing the contest or for what occasion you are organizing the contest.For example you may organize the contest on the occasion of increase in your Page Rank or other rankings.You may organize on the occasion of your happy birthday,some special festivals or on the blog&#8217;s happy birthday.If you show the clear reason of organizing other people will have the reason to believe you.</p>
<p><span style="font-weight: bold;">2. Search for less no of Sponsors or none</span><br />If you have got enough prizes with you then you don&#8217;t need to search for any sponsors or If you don&#8217;t have sufficient prizes to distribute or want to make your contest bigger then don&#8217;t search for large no of sponsors.If you get lots of sponsors in your contest then you will get lots of problems while distributing prize to the winner.It will be hard for you to contact with the sponsors again you may not be able to communicate with the sponsors which will ultimately may not fulfill the promised prizes.This will ultimately leads to decrease in the reputation of your blog.</p>
<p><span style="font-weight: bold;">3. Don&#8217;t make it too Lengthy</span><br />Here Lengthy refers to the time duration.Whenever you organize the contest don&#8217;t make it too lengthy because people will find it too boring to wait to the date of result and they may feel bore to participate.Therefore there must be small gap around 7-15 days from the day of announcement to the date of result in our organized contest.</p>
<p><span style="font-weight: bold;">4. Don&#8217;t make your Participants your Slave</span><br />This means you must not include lots of tasks to be performed by the participants to participate in your contest.Some contests include lots of task to do like posting about the contest,Subscribing to their feed,following them at twitter, favoriting them at technorati,Digging their post and many more tasks.If you include lost of tasks to be performed by your participants then you will probably get very less no of participants.</p>
<p><span style="font-weight: bold;">5. If you got then include cash Prizes</span><br />According to some posts in some blogs it says that 80% people do blogging for money.It clearly shows that people will love to participate in the contest which has got cash prizes other then entrecard credits,Ad slot for one month or free back .Therefore you should include cash prizes as the main priority in your contest.</p>
<p>These are the five main lessons which i have learned by organizing the contest for twice.If i organize the contest in future then i will surely try to overcome the problems and try to run a successful contest in future.Till then wait and see.
<div class="blogger-post-footer">http://feeds.feedburner.com/bloganol</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/05/5-main-lessons-i-have-learned-by-organizing-contests.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add retweetme buttons on each of your blogger posts</title>
		<link>http://www.bloganol.com/2009/05/add-retweetme-buttons-on-each-of-your-blogger-posts.html</link>
		<comments>http://www.bloganol.com/2009/05/add-retweetme-buttons-on-each-of-your-blogger-posts.html#comments</comments>
		<pubDate>Wed, 06 May 2009 18:20:00 +0000</pubDate>
		<dc:creator>Deineshd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bloganol.com/2009/05/add-retweetme-buttons-on-each-of-your-blogger-posts.html</guid>
		<description><![CDATA[Retweetme is just a simple Javascript embedded bottom or widget that encourages your twitter fans to retweet your content on twitter.You can get this tool for your blog in two different styles. goes the code for two different Retweetme button along with the tutorial. First of all Sign in into Blogger. Then from the Blogger Dashboard goto Layout then check Expand Widget Templates. After that search for &#60;div class=&#8217;post-header-line-1&#8242;/&#62; in the code section. Now paste [...]]]></description>
			<content:encoded><![CDATA[<p></p><p class="dropcap-first"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_WI_o0FShbPA/SeUYrd9ZZKI/AAAAAAAAC6g/BM3qGXGdFYE/s400/08.iconspedia_twitterbird_icon.png" rel="lightbox[2007]"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 101px; height: 101px;" src="http://2.bp.blogspot.com/_WI_o0FShbPA/SeUYrd9ZZKI/AAAAAAAAC6g/BM3qGXGdFYE/s400/08.iconspedia_twitterbird_icon.png" alt="08.iconspedia twitterbird icon Add retweetme buttons on each of your blogger posts" border="0" title="Add retweetme buttons on each of your blogger posts" /></a>Retweetme is just a simple Javascript embedded bottom or widget that encourages your twitter fans to retweet your content on <a href="http://www.twitter.com/">twitter</a>.You can get this tool for your blog in two different styles. goes the code for two different Retweetme button along with the tutorial.</p>
<ol>
<li>First of all <a href="http://blogger.com">Sign in</a> into Blogger.</li>
<li>Then from the Blogger <span style="font-weight: bold;">Dashboard</span> goto <span style="font-weight: bold;">Layout</span> then<span style="font-weight: bold;"> </span>check<span class="fullpost"><b> Expand Widget Templates.</b></span></li>
<li><span class="fullpost">After that search for <span style="font-weight: bold;">&lt;div class=&#8217;post-header-line-1&#8242;/&gt;</span> in the code section.</span></li>
<li><span class="fullpost">Now paste the widget code just below <span style="font-weight: bold;">&lt;div class=&#8217;post-header-line-1&#8242;/&gt;</span>.</span></li>
<li><span class="fullpost">After you paste the widget code <span style="font-weight: bold;">Save your Template</span>.Then you are done.</span></li>
</ol>
<p><span style="font-weight: bold;">Big or Square Type:</span><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Sy2Ab2UICp0/SgHYnU_6gjI/AAAAAAAAAlU/mVqotGdhxdo/s1600-h/retweetmelarge.png" rel="lightbox[2007]"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 85px; height: 85px;" src="http://3.bp.blogspot.com/_Sy2Ab2UICp0/SgHYnU_6gjI/AAAAAAAAAlU/mVqotGdhxdo/s320/retweetmelarge.png" alt="retweetmelarge Add retweetme buttons on each of your blogger posts" id="BLOGGER_PHOTO_ID_5332781603946660402" border="0" title="Add retweetme buttons on each of your blogger posts" /></a><br />
<blockquote>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />tweetmeme_url = &#8216;&lt;data:post.url/&gt;&#8217;;<br />&lt;/script&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://tweetmeme.com/i/scripts/button.js&#8221;&gt; &lt;/script&gt;</p></blockquote>
<p><span style="font-weight: bold;">Small or Rectangular Type</span><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Sy2Ab2UICp0/SgHZC61JIlI/AAAAAAAAAlk/mzTQHNNiPEo/s1600-h/retweetmesmall.png" rel="lightbox[2007]"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 133px; height: 39px;" src="http://4.bp.blogspot.com/_Sy2Ab2UICp0/SgHZC61JIlI/AAAAAAAAAlk/mzTQHNNiPEo/s320/retweetmesmall.png" alt="retweetmesmall Add retweetme buttons on each of your blogger posts" id="BLOGGER_PHOTO_ID_5332782077958496850" border="0" title="Add retweetme buttons on each of your blogger posts" /></a><br />
<blockquote>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />tweetmeme_style = &#8216;compact&#8217;;<br />tweetmeme_url = &#8216;&lt;data:post.url/&gt;&#8217;;<br />&lt;/script&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://tweetmeme.com/i/scripts/button.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<div class="blogger-post-footer">http://feeds.feedburner.com/bloganol</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bloganol.com/2009/05/add-retweetme-buttons-on-each-of-your-blogger-posts.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
