<?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>Technobuz &#187; Blog Tips</title>
	<atom:link href="http://technobuz.com/category/blog-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://technobuz.com</link>
	<description>For blog tips,Templates ,hacks ,programming fun and tweaks.</description>
	<lastBuildDate>Sat, 03 Jul 2010 12:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Spicing Up FeedBurner Form Looks for Better Results</title>
		<link>http://technobuz.com/2010/07/customizing-feedburner-form-looks/</link>
		<comments>http://technobuz.com/2010/07/customizing-feedburner-form-looks/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 12:51:34 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[customizing FeedBurner]]></category>
		<category><![CDATA[customizing FeedBurner  form]]></category>
		<category><![CDATA[customizing FeedBurner subscription form]]></category>
		<category><![CDATA[How to Customize your Feedburner Email Subscription Form]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=2400</guid>
		<description><![CDATA[
			
				
			
		

Any blogger strives to write quality content there by driving good traffic to his/her site.Writing quality contents is bound to convert causal  readers in to regular readers making them subscribe to the site feed.
But its always said looks do matter it can bring even more better results.Rightly placed Subscription form and Beautifully designed Subscription [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2010%2F07%2Fcustomizing-feedburner-form-looks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2010%2F07%2Fcustomizing-feedburner-form-looks%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="Spicing Up FeedBurner Form Looks for Better Results" alt=" Spicing Up FeedBurner Form Looks for Better Results" /><br />
			</a>
		</div>
<p><img class="alignright" src="http://img195.imageshack.us/img195/474/feedburner256x256.png" alt="feedburner form customization" width="256" height="256" title="Spicing Up FeedBurner Form Looks for Better Results" /></p>
<p>Any blogger strives to write quality content there by driving good traffic to his/her site.Writing quality contents is bound to convert causal  readers in to regular readers making them subscribe to the site feed.<br />
But its always said looks do matter it can bring even more better results.Rightly placed Subscription form and Beautifully designed Subscription form can impact a huge difference in results.In this post lets see how to spice up looks and gracefulness of your FeedBurner Email Subscription Forms.</p>
<h4><span style="color: #000000;"><strong>1.Background</strong></span></h4>
<p><span style="color: #3366ff;"><strong>Background Color</strong>:</span>To change background color of your Feed Burner all you need is to add this line in your Css.</p>
<pre class="brush: php;">
.formcolor{

background:#Color-code none repeat scroll 0 0;

}
</pre>
<p>And wrap your form code with div tag.</p>
<pre class="brush: xml;">
&lt;div class=&quot;formcolor&quot;&gt;Feedburner Form code&lt;/div&gt;
</pre>
<p><span style="color: #3366ff;"><strong>Background Image</strong>:</span>To change background image  of your Feed Burner all you need is to add this line in your Css.</p>
<pre class="brush: xml;">
.formbkg{

background-image: url(image url);

}
</pre>
<p>And wrap your form code with div tag.</p>
<pre class="brush: xml;">
&lt;div class=&quot;formbkg&quot;&gt;Feedburner Form code&lt;/div&gt;
</pre>
<p><strong><br />
</strong></p>
<h4><strong>2.Rounded Edges and Borders</strong></h4>
<p><strong> </strong></p>
<p>Round Edges add more grace to your form.Lets see how to do it.</p>
<p>Add the below code to your CSS</p>
<pre class="brush: xml;">
.rounded{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border:5px solid #000000;
margin:6px 0 20px;
padding:20px;
}
</pre>
<p>And wrap the div tag around Feed burner code.</p>
<h4><span style="color: #000000;"> </span></h4>
<p><span style="color: #000000;"><strong><br />
</strong></span></p>
<h4><strong>3.OnFocus</strong></h4>
<p><strong> </strong></p>
<p><strong><span style="color: #3366ff;">Emptying TextArea:</span></strong></p>
<p>Initially you can assign text to textarea which can be emptied once user click on the TextBox using the following code.</p>
<pre class="brush: xml;">
&lt;input name=&quot;email&quot; type=&quot;text&quot; &lt;strong&gt; onfocus=&quot;this.value=''&quot; &lt;/strong&gt; value=&quot;Enter your email id..&quot;/&gt;
</pre>
<p><span style="color: #3366ff;"><strong>Highlighting TextBox onFoucus:</strong></span></p>
<p>Text area can be Highlighted on Focus this the below code in CSS.</p>
<pre class="brush: xml;">
#highlight  textarea:focus, #sign input:focus {
border:2px ridge #990000;
}
</pre>
<p>And wrapping div tag around Form Code.</p>
<pre class="brush: xml;">&lt;div id=&quot;highlight&quot;&gt;Feedburner code&lt;/div&gt;</pre>
<p><strong><br />
</strong></p>
<h4><strong>4.Hover Effects</strong></h4>
<p><strong> </strong></p>
<p>You can change the color off the subscribe button by using the following code in CSS.</p>
<pre class="brush: xml;">
.button:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#Color-Code none repeat scroll 0 0;
}
</pre>
<p>And <strong>wrap the button field </strong>with div tag as usual.</p>
<p><strong><br />
</strong></p>
<h4><strong>Hope the tutorial was useful.Start customizing you feedburner Form from now on.Share your thoughts .How useful was it to you?</strong></h4>
<p><strong> </strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2010/07/customizing-feedburner-form-looks/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results+-+http://b2l.me/8hxsm+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2010/07/customizing-feedburner-form-looks/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results&amp;summary=%0D%0A%0D%0AAny%20blogger%20strives%20to%20write%20quality%20content%20there%20by%20driving%20good%20traffic%20to%20his%2Fher%20site.Writing%20quality%20contents%20is%20bound%20to%20convert%20causal%20%20readers%20in%20to%20regular%20readers%20making%20them%20subscribe%20to%20the%20site%20feed.%0D%0ABut%20its%20always%20said%20looks%20do%20matter%20it%20can%20bring%20even%20more%20better%20results.Rightly&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results&amp;du=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;cn=%0D%0A%0D%0AAny%20blogger%20strives%20to%20write%20quality%20content%20there%20by%20driving%20good%20traffic%20to%20his%2Fher%20site.Writing%20quality%20contents%20is%20bound%20to%20convert%20causal%20%20readers%20in%20to%20regular%20readers%20making%20them%20subscribe%20to%20the%20site%20feed.%0D%0ABut%20its%20always%20said%20looks%20do%20matter%20it%20can%20bring%20even%20more%20better%20results.Rightly" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;n=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results&amp;desc=%0D%0A%0D%0AAny%20blogger%20strives%20to%20write%20quality%20content%20there%20by%20driving%20good%20traffic%20to%20his%2Fher%20site.Writing%20quality%20contents%20is%20bound%20to%20convert%20causal%20%20readers%20in%20to%20regular%20readers%20making%20them%20subscribe%20to%20the%20site%20feed.%0D%0ABut%20its%20always%20said%20looks%20do%20matter%20it%20can%20bring%20even%20more%20better%20results.Rightly" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;title=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2010/07/customizing-feedburner-form-looks/&amp;bm_description=Spicing+Up+FeedBurner+Form+Looks+for+Better+Results&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2010/07/customizing-feedburner-form-looks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Bookmark Box from Technobuz</title>
		<link>http://technobuz.com/2009/09/free-bookmark-box/</link>
		<comments>http://technobuz.com/2009/09/free-bookmark-box/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:59:03 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Chill Out]]></category>
		<category><![CDATA[bookmark background]]></category>
		<category><![CDATA[bookmark box]]></category>
		<category><![CDATA[bookmark box background]]></category>
		<category><![CDATA[free bookmark box]]></category>
		<category><![CDATA[free bookmark box background]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1989</guid>
		<description><![CDATA[
			
				
			
		
 What is Bookmark Box?
 Its mostly a decorative box where the social bookmark icon are placed and mostly seen at the bottom of the post.It&#8217;s used to draws the attention of the readers and triggering them to bookmark the article.
You can see this site too uses one.
 Other Live Examples:
 Tutorial9
Noupe


Bookmark Box Preview:
 



Download [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F09%2Ffree-bookmark-box%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F09%2Ffree-bookmark-box%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="Free Bookmark Box from Technobuz" alt=" Free Bookmark Box from Technobuz" /><br />
			</a>
		</div>
<p><strong> </strong><strong>What is Bookmark Box?</strong></p>
<p><strong> </strong>Its mostly a decorative box where the social bookmark icon are placed and mostly seen at the bottom of the post.It&#8217;s used to draws the attention of the readers and triggering them to bookmark the article.<br />
You can see this site too uses one.</p>
<p><strong> </strong><strong>Other Live Examples:</strong></p>
<p><strong> </strong><a href="http://www.tutorial9.net/"><strong>Tutorial9</strong></a></p>
<p><a rel="nofollow" href="http://www.noupe.com"><strong>Noupe</strong></a></p>
<p><strong><br />
</strong></p>
<h4><strong>Bookmark Box Preview:</strong></h4>
<p><strong> </strong></p>
<p><img src="http://img98.imageshack.us/img98/3360/bookmarkbox.png" alt="bookmark box" width="529" height="397" title="Free Bookmark Box from Technobuz" /></p>
<p><a href="http://sites.google.com/site/shamgsite/Home/bookmarkbox_technobuz.com.zip?attredirects=0"><strong><br />
</strong></a></p>
<h4 style="text-align: center;"><a href="http://sites.google.com/site/shamgsite/Home/bookmarkbox_technobuz.com.zip?attredirects=0"><strong>Download Bookmark Box</strong></a></h4>
<p><a href="http://sites.google.com/site/shamgsite/Home/bookmarkbox_technobuz.com.zip?attredirects=0"><strong> </strong></a></p>
<p>Cut and use the box.So start using it and get more of your articles bookmarked in social bookmarking websites.<strong> </strong><strong>Feel free to request for PSD file via comment.</strong></p>
<p><strong><br />
<h4><em>Did you like it ?</em></h4>
<p></strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/09/free-bookmark-box/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Free+Bookmark+Box+from+Technobuz+-+http://b2l.me/uxt9j+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/09/free-bookmark-box/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz&amp;summary=%20What%20is%20Bookmark%20Box%3F%0D%0A%0D%0A%20Its%20mostly%20a%20decorative%20box%20where%20the%20social%20bookmark%20icon%20are%20placed%20and%20mostly%20seen%20at%20the%20bottom%20of%20the%20post.It%27s%20used%20to%20draws%20the%20attention%20of%20the%20readers%20and%20triggering%20them%20to%20bookmark%20the%20article.%0D%0AYou%20can%20see%20this%20site%20too%20uses%20one.%0D%0A%0D%0A%20Other%20Live%20Examples%3A%0D%0A%0D%0A%20Tu&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/09/free-bookmark-box/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Free+Bookmark+Box+from+Technobuz&amp;du=http://technobuz.com/2009/09/free-bookmark-box/&amp;cn=%20What%20is%20Bookmark%20Box%3F%0D%0A%0D%0A%20Its%20mostly%20a%20decorative%20box%20where%20the%20social%20bookmark%20icon%20are%20placed%20and%20mostly%20seen%20at%20the%20bottom%20of%20the%20post.It%27s%20used%20to%20draws%20the%20attention%20of%20the%20readers%20and%20triggering%20them%20to%20bookmark%20the%20article.%0D%0AYou%20can%20see%20this%20site%20too%20uses%20one.%0D%0A%0D%0A%20Other%20Live%20Examples%3A%0D%0A%0D%0A%20Tu" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/09/free-bookmark-box/&amp;n=Free+Bookmark+Box+from+Technobuz&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz&amp;desc=%20What%20is%20Bookmark%20Box%3F%0D%0A%0D%0A%20Its%20mostly%20a%20decorative%20box%20where%20the%20social%20bookmark%20icon%20are%20placed%20and%20mostly%20seen%20at%20the%20bottom%20of%20the%20post.It%27s%20used%20to%20draws%20the%20attention%20of%20the%20readers%20and%20triggering%20them%20to%20bookmark%20the%20article.%0D%0AYou%20can%20see%20this%20site%20too%20uses%20one.%0D%0A%0D%0A%20Other%20Live%20Examples%3A%0D%0A%0D%0A%20Tu" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/09/free-bookmark-box/&amp;title=Free+Bookmark+Box+from+Technobuz" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/09/free-bookmark-box/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/09/free-bookmark-box/&amp;bm_description=Free+Bookmark+Box+from+Technobuz&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/09/free-bookmark-box/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How to Add Clickable Image to Yahoo! Signature</title>
		<link>http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/</link>
		<comments>http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 05:29:13 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[How's]]></category>
		<category><![CDATA[adding images to yahoo signature]]></category>
		<category><![CDATA[adding logo in yahoo signature]]></category>
		<category><![CDATA[adding logo to yahoo signature]]></category>
		<category><![CDATA[branding email signature]]></category>
		<category><![CDATA[How to add a image into yahoo mail signature?]]></category>
		<category><![CDATA[how to add a logo with signature on yahoo mail]]></category>
		<category><![CDATA[how to add image in yahoo signature]]></category>
		<category><![CDATA[How to make a clickable banner for sig in yahoo mail]]></category>
		<category><![CDATA[How to make a clickable banner for signature in yahoo mail]]></category>
		<category><![CDATA[site promotion via email signature]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1599</guid>
		<description><![CDATA[
			
				
			
		

This is one way to gain traffic and attention to your site. We all know that we can add images and hyperlink in Signature here is a simple way to add Clickable images/Banners in to your yahoo signature.
So Start branding your signature with Site Logo/banner and start promoting your site.Its known that picture is worth [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F08%2Fadd-clickable-logo-to-yahoo-signature%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F08%2Fadd-clickable-logo-to-yahoo-signature%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How to Add Clickable Image to Yahoo! Signature" alt=" How to Add Clickable Image to Yahoo! Signature" /><br />
			</a>
		</div>
<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3466/3787143295_608cc86752_o.jpg" alt="hand icon" width="380" height="285" title="How to Add Clickable Image to Yahoo! Signature" /><br />
<strong>This is one way to gain traffic and attention to your site. </strong>We all know that we can add images and hyperlink in Signature here is a simple way to add Clickable images/Banners in to your yahoo signature.</p>
<h4><strong>So Start branding your signature with Site Logo/banner and start promoting your site.Its known that picture is worth a thousand words.So go ahead</strong></h4>
<h4><strong><span style="text-decoration: underline;">How to add clickable banner/image to Signature in Yahoo Mail?</span></strong></h4>
<div class="testing">
<p>1.Login to your account.Click Option at the right top corner.</p>
<p>2.Click signature option in the left column.</p>
<p>3.Select option &#8220;Show a signature on all outgoing messages&#8221; and Click Rich text option.</p>
<p>4.Now insert img tag.</p>
<p>For example:</p>
<pre class="brush: jscript;">

&lt;img src=&quot;http://yourlinkhere/image.jpg&quot;&gt;
</pre>
<p>5.Now select the entire image tag.</p>
<p><img src="http://farm3.static.flickr.com/2595/3787160093_63534240a3.jpg" alt="yahoo signature add image" width="500" height="319" title="How to Add Clickable Image to Yahoo! Signature" /></p>
<p>6.Click on the hyperlink button (Small globe with chain) and add the site link you want to land when some one clicks on the image.</p>
<p><img src="http://farm3.static.flickr.com/2432/3787986574_3106f529b1.jpg" alt="yahoo signature add image1" width="500" height="249" title="How to Add Clickable Image to Yahoo! Signature" /></p>
<p>7.Done!Save and go back to mail.Now all your signature will have clickable banners.</p>
</div>
<p>Hope it was useful&#8230;</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+Add+Clickable+Image+to+Yahoo%21+Signature+-+http://b2l.me/uzm9e+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature&amp;summary=%0D%0AThis%20is%20one%20way%20to%20gain%20traffic%20and%20attention%20to%20your%20site.%20We%20all%20know%20that%20we%20can%20add%20images%20and%20hyperlink%20in%20Signature%20here%20is%20a%20simple%20way%20to%20add%20Clickable%20images%2FBanners%20in%20to%20your%20yahoo%20signature.%0D%0A%0D%0ASo%20Start%20branding%20your%20signature%20with%20Site%20Logo%2Fbanner%20and%20start%20promoting%20your%20site.Its%20kno&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Add+Clickable+Image+to+Yahoo%21+Signature&amp;du=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;cn=%0D%0AThis%20is%20one%20way%20to%20gain%20traffic%20and%20attention%20to%20your%20site.%20We%20all%20know%20that%20we%20can%20add%20images%20and%20hyperlink%20in%20Signature%20here%20is%20a%20simple%20way%20to%20add%20Clickable%20images%2FBanners%20in%20to%20your%20yahoo%20signature.%0D%0A%0D%0ASo%20Start%20branding%20your%20signature%20with%20Site%20Logo%2Fbanner%20and%20start%20promoting%20your%20site.Its%20kno" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;n=How+to+Add+Clickable+Image+to+Yahoo%21+Signature&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature&amp;desc=%0D%0AThis%20is%20one%20way%20to%20gain%20traffic%20and%20attention%20to%20your%20site.%20We%20all%20know%20that%20we%20can%20add%20images%20and%20hyperlink%20in%20Signature%20here%20is%20a%20simple%20way%20to%20add%20Clickable%20images%2FBanners%20in%20to%20your%20yahoo%20signature.%0D%0A%0D%0ASo%20Start%20branding%20your%20signature%20with%20Site%20Logo%2Fbanner%20and%20start%20promoting%20your%20site.Its%20kno" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;title=How+to+Add+Clickable+Image+to+Yahoo%21+Signature" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/&amp;bm_description=How+to+Add+Clickable+Image+to+Yahoo%21+Signature&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/08/add-clickable-logo-to-yahoo-signature/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Track Number of Downloads without using Plugin in Wordpress</title>
		<link>http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/</link>
		<comments>http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 10:43:21 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[download counter]]></category>
		<category><![CDATA[file donwload tracking without plugin in wordpress]]></category>
		<category><![CDATA[file download tracker]]></category>
		<category><![CDATA[track number of times a file is download]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1477</guid>
		<description><![CDATA[
			
				
			
		
Its pretty much useful to track how many times a file has been downloaded which shows how well the resource has reached readers attention.
For wordpress users there are plugins available to do the job but if they are already using many plugin and adding up to it new ones might increase the blog/site load time.So [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fhow-to-track-how-many-times-file-is-downloaded%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fhow-to-track-how-many-times-file-is-downloaded%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How to Track Number of Downloads without using Plugin in Wordpress" alt=" How to Track Number of Downloads without using Plugin in Wordpress" /><br />
			</a>
		</div>
<p>Its pretty much useful to track how many times a file has been downloaded <strong>which shows how well the resource has reached readers attention.</strong></p>
<p>For wordpress users there are plugins available to do the job but if they are already using many plugin and adding up to it new ones might increase the blog/site load time.So here is simple way to solve this problem.</p>
<p>Here is a site to track number of times a file has been downloaded.</p>
<h4><strong>Site is </strong><a rel="nofollow" href="http://dstats.net/"><strong> Dstats</strong></a></h4>
<p>Any types of site or blog can use it.</p>
<h4><strong>How to use it?</strong></h4>
<div class="testing">
<p>1. Choose file you want to monitor</p>
<p>   Eg: http://yourwebsite/yourfile.mp3 </p>
<p>2. Make DStats.net HTML code for the file</p>
<pre class="brush: jscript;">
    &lt;a href=&quot;http://dstats.net/download.php?file=http://yourwebsite/yourfile.mp3&quot;&gt;My Song.mp3&lt;/a&gt; </pre>
<p>3. Put DStats.net HTML code into your web pages and start online download monitoring of your files now.</p>
<p>4.Done.</p>
</div>
<h4><strong><br />
How to access the stats?</strong></h4>
<p><strong>Access Stats Online:</strong></p>
<p>http://dstats.net/dstats.php?file=http://yourwebsite/yourfile.mp3</p>
<p><strong>To display the Stats:</strong></p>
<p>Use the below snippet </p>
<pre class="brush: jscript;">
 &lt;script type='text/javascript'
 src='http://dstats.net/dstatsjs.php?file=http://yourwebsite/yourfile.mp3'&gt;
&lt;/script&gt;
&lt;script type='text/javascript'&gt;
 document.write(dsdlcounter(dsCounter));
&lt;/script&gt;
</pre>
<p><strong>Say bye ,bye to Download Monitoring  plugin&#8217;s:)</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress+-+http://b2l.me/uzm9m+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress&amp;summary=Its%20pretty%20much%20useful%20to%20track%20how%20many%20times%20a%20file%20has%20been%20downloaded%20which%20shows%20how%20well%20the%20resource%20has%20reached%20readers%20attention.%0D%0A%0D%0A%0D%0AFor%20wordpress%20users%20there%20are%20plugins%20available%20to%20do%20the%20job%20but%20if%20they%20are%20already%20using%20many%20plugin%20and%20adding%20up%20to%20it%20new%20ones%20might%20increase%20the%20blog&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress&amp;du=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;cn=Its%20pretty%20much%20useful%20to%20track%20how%20many%20times%20a%20file%20has%20been%20downloaded%20which%20shows%20how%20well%20the%20resource%20has%20reached%20readers%20attention.%0D%0A%0D%0A%0D%0AFor%20wordpress%20users%20there%20are%20plugins%20available%20to%20do%20the%20job%20but%20if%20they%20are%20already%20using%20many%20plugin%20and%20adding%20up%20to%20it%20new%20ones%20might%20increase%20the%20blog" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;n=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress&amp;desc=Its%20pretty%20much%20useful%20to%20track%20how%20many%20times%20a%20file%20has%20been%20downloaded%20which%20shows%20how%20well%20the%20resource%20has%20reached%20readers%20attention.%0D%0A%0D%0A%0D%0AFor%20wordpress%20users%20there%20are%20plugins%20available%20to%20do%20the%20job%20but%20if%20they%20are%20already%20using%20many%20plugin%20and%20adding%20up%20to%20it%20new%20ones%20might%20increase%20the%20blog" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;title=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/&amp;bm_description=How+to+Track+Number+of+Downloads+without+using+Plugin+in+Wordpress&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/07/how-to-track-how-many-times-file-is-downloaded/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Find if Someone has Stumbled your post,page,site or blog?</title>
		<link>http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/</link>
		<comments>http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:37:02 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[how to find if site is stumbled]]></category>
		<category><![CDATA[how to find if your site is stumbled]]></category>
		<category><![CDATA[is site stumbled]]></category>
		<category><![CDATA[ways to find if site is stumbled]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1433</guid>
		<description><![CDATA[
			
				
			
		
How to find if your page,site or blog is stumbled?
This will be useful to track down how popular your site is becoming among the stumblers.
How to find it out ?
1.To find this out you need Google Analytics Account.Register a account.
2.Add your site profile and setup the Google Analytics tracking code in your site.Wait for 24 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fhow-to-find-if-site-is-stumbled%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fhow-to-find-if-site-is-stumbled%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How to Find if Someone has Stumbled your post,page,site or blog?" alt=" How to Find if Someone has Stumbled your post,page,site or blog?" /><br />
			</a>
		</div>
<p><strong>How to find if your page,site or blog is stumbled?</strong></p>
<p>This will be useful to track down how popular your site is becoming among the stumblers.</p>
<h3><strong>How to find it out ?</strong></h3>
<p>1.To find this out you need Google Analytics Account<a href="http://www.google.com/analytics/">.Register a account.</a></p>
<p>2.Add your site profile and setup the Google Analytics tracking code in your site.Wait for 24 hours for your reports to be generated.</p>
<p>3.Once report is generated,<strong>Click View Report</strong>.</p>
<p>4.Click <strong>Traffic Sources-&gt;Referring Sites </strong></p>
<p>5. In the Filter option below enter <strong>Stumble</strong> and select <strong>containing option</strong> and click<strong> go</strong><br />
<img src="http://img193.imageshack.us/img193/2926/stumbleupontracking.jpg" alt="stumbleupon tracking" width="501" height="23" title="How to Find if Someone has Stumbled your post,page,site or blog?" /></p>
<p>6.If traffic has arrived from StumbleUpon it will be listed out.</p>
<p><strong>Now How to find if some one has actually stumbled ?</strong></p>
<p>7. Click on the stumbleupon url.<img src="http://img107.imageshack.us/img107/6339/stumbleupon.jpg" alt="stumbleupon How to Find if Someone has Stumbled your post,page,site or blog?"  title="How to Find if Someone has Stumbled your post,page,site or blog?" />If the Referral path is</p>
<div class="testing">
<h3>/refer.php</h3>
</div>
<h4><strong>is listed ,it means someone has stumbled.</strong></h4>
<p>8.<strong>To find the exact article or post that was stumbled ,Select Landing Page from Dimension.</strong></p>
<p><strong><img src="http://img168.imageshack.us/img168/381/stumbleupon1.png" alt="stumbeupon tracking" title="How to Find if Someone has Stumbled your post,page,site or blog?" /> </strong></p>
<p><strong>The exact article URL will be listed.</strong>Done!</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F+-+http://b2l.me/uzm9r+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F&amp;summary=How%20to%20find%20if%20your%20page%2Csite%20or%20blog%20is%20stumbled%3F%0D%0A%0D%0AThis%20will%20be%20useful%20to%20track%20down%20how%20popular%20your%20site%20is%20becoming%20among%20the%20stumblers.%0D%0AHow%20to%20find%20it%20out%20%3F%0D%0A1.To%20find%20this%20out%20you%20need%20Google%20Analytics%20Account.Register%20a%20account.%0D%0A%0D%0A2.Add%20your%20site%20profile%20and%20setup%20the%20Google%20Analytics%20tra&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F&amp;du=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;cn=How%20to%20find%20if%20your%20page%2Csite%20or%20blog%20is%20stumbled%3F%0D%0A%0D%0AThis%20will%20be%20useful%20to%20track%20down%20how%20popular%20your%20site%20is%20becoming%20among%20the%20stumblers.%0D%0AHow%20to%20find%20it%20out%20%3F%0D%0A1.To%20find%20this%20out%20you%20need%20Google%20Analytics%20Account.Register%20a%20account.%0D%0A%0D%0A2.Add%20your%20site%20profile%20and%20setup%20the%20Google%20Analytics%20tra" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;n=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F&amp;desc=How%20to%20find%20if%20your%20page%2Csite%20or%20blog%20is%20stumbled%3F%0D%0A%0D%0AThis%20will%20be%20useful%20to%20track%20down%20how%20popular%20your%20site%20is%20becoming%20among%20the%20stumblers.%0D%0AHow%20to%20find%20it%20out%20%3F%0D%0A1.To%20find%20this%20out%20you%20need%20Google%20Analytics%20Account.Register%20a%20account.%0D%0A%0D%0A2.Add%20your%20site%20profile%20and%20setup%20the%20Google%20Analytics%20tra" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;title=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/&amp;bm_description=How+to+Find+if+Someone+has+Stumbled+your+post%2Cpage%2Csite+or+blog%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/07/how-to-find-if-site-is-stumbled/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compilation  of Wordpress Alike Blogger Plugins/Widgets</title>
		<link>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/</link>
		<comments>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:24:01 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Blogger Plugin/widgets like Wordpress]]></category>
		<category><![CDATA[Useful blogger plugin and Widgets]]></category>
		<category><![CDATA[Wordpress alike blogger plugin]]></category>
		<category><![CDATA[wordpress blogger plugin]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1384</guid>
		<description><![CDATA[
			
				
			
		
In this post i will present a list of Wordpress alike blogger plugins that is sure to spice up your blog.In case of wordpress ,plugins are available,all you need is to install and  activate it but for blogspot we have to install manually .This list will ease the work of search for blogspot Users. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fwordpress-alike-blogger-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fwordpress-alike-blogger-plugin%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="Compilation  of Wordpress Alike Blogger Plugins/Widgets" alt=" Compilation  of Wordpress Alike Blogger Plugins/Widgets" /><br />
			</a>
		</div>
<p><strong>In this post i will present a list of Wordpress alike blogger plugins that is sure to spice up your blog.In case of wordpress ,plugins are available,all you need is to install and  activate it but for blogspot we have to install manually .This list will ease the work of search for blogspot Users. There are numerous sites that provide you widgets but i have compiled the most useful and necessary Blogger widgets/plugins from various sites.</strong><br />
<strong>Credits to the Developer&#8217;s.</strong></p>
<p>1.<br />
<u><br />
<h4><strong>Thumbnail in Post</strong></h4>
<p></u><br />
Wordpress users have many plugins to provide this feature but for blogspot users there are no ready made plugin ,we have to manually do it.</p>
<p><strong>How to post Thumbnail image in post in blogger?</strong></p>
<div class="testing">
1.Login to your blog and go to dashboard<br />
2. Layout » Add a gadget » html/javascript<br />
3.Copy and paste the below code</p>
<pre class="brush: jscript;">

&lt;script language=&quot;JavaScript&quot;&gt;
imgr = new Array();

imgr[0] = &quot;http://YOUR DEFAULT IMAGEURL.jpg&quot;;
imgr[1] = &quot;http://YOUR DEFAULT IMAGEURL1.jpg&quot;;
imgr[2] = &quot;http://YOUR DEFAULT IMAGEURL2.jpg&quot;;
imgr[3] = &quot;http://YOUR DEFAULT IMAGEURL3.jpg&quot;;
imgr[4] = &quot;http://YOUR DEFAULT IMAGEURL4.jpg&quot;;

showRandomImg = true;

tablewidth = 248;
cellspacing = 8;
borderColor = &quot;#ffffff&quot;;
bgTD = &quot;#ffffff&quot;;

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = &quot;#666&quot;;
aBold = true;
icon = &quot; &quot;;

text = &quot;comments&quot;;

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = &quot;#666&quot;;
icon2 = &quot; &quot;;

numposts = 5;

home_page =&quot;http://yoursite.blogspot.com/&quot;;
&lt;/script&gt;
&lt;script src=&quot;http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>4.Save Changes and its Done!
</p></div>
<p>2.<u><br />
<h4><strong>Related Post Widget for blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
<p>1.Layout >Edit HTML </p>
<p>2.&#8221;Expand Widget Templates&#8221; box.</p>
<p>3.Search for the
<pre class="brush: jscript;">&lt;/head&gt;  </pre>
<p> tag.</p>
<p>4.Add the following code just before the
<pre class="brush: jscript;">&lt;/head&gt;  </pre>
<p>tag.</p>
<pre class="brush: jscript;">
&lt;style&gt;

#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url(&quot;http://i299.photobucket.com/albums/mm297/zozuglogger/weed-bullet.gif&quot;) no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

&lt;/style&gt;
&lt;script src='http://torrentmoon.com/javascripts/Related_posts_hack.js' type='text/javascript'/&gt;
</pre>
<p>5.Search for
<pre class="brush: jscript;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</pre>
<p>6.Add code below just beneath the code you just searched.</p>
<pre class="brush: jscript;">
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
&lt;div id=&quot;related-posts&quot;&gt;
&lt;font face='Arial' size='3'&gt;&lt;b&gt;Related Posts : &lt;/b&gt;&lt;/font&gt;&lt;font color='#FFFFFF'&gt;&lt;b:loop values='data:post.labels' var='label'&gt;&lt;data:label.name/&gt;&lt;b:if cond='data:label.isLast != &amp;quot;true&amp;quot;'&gt;,&lt;/b:if&gt;&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;

&lt;script expr:src='&amp;quot;/feeds/posts/default/-/&amp;quot; + data:label.name + &amp;quot;?alt=json-in-script&amp;amp;callback=related_results_labels&amp;amp;max-results=5&amp;quot;' type='text/javascript'/&gt;&lt;/b:if&gt;&lt;/b:loop&gt; &lt;/font&gt;
&lt;script type='text/javascript'&gt; removeRelatedDuplicates(); printRelatedLabels();
&lt;/script&gt;
&lt;/div&gt;&lt;/b:if&gt;
</pre>
<p>7.Save the template.Done!</p>
</div>
<p>3.<u><br />
<h4><strong>Recent Post Plugin/Widget for Blogger</strong></h4>
<p></u><br />
<strong><br />
How to install Recent Post Widget?</strong></p>
<div class="testing">
<p>1.Login to your blogger account.<br />
2.Visit <a rel="nofollow" href="http://www.bloggerplugins.com/widgetposts.html">http://www.bloggerplugins.com/widgetposts.html</a><br />
3.Customize as you like ,click Add Widgets to My blog button.<br />
4.Click Add Widget button in the comes up in the new window.<br />
5.Done!
</div>
<p>4.<u><br />
<h4><strong>Popular Post widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Fill the below form and <strong>click Add to blog Button </strong></p>
<form target="_blank" action="http://beta.blogger.com/add-widget" method="POST">
<span style="width: 130px;"><strong>Widget Title</strong></span><br />
:</p>
<input type="text" value="Popular Posts" name="widget.title" size="30"/>
<br/><br />
<span style="width: 130px;">Blog url</span><br />
: http://</p>
<input type="text" value="yourblogname.yourdomain.com" name="iblogurl" size="50"/>
<br/><br />
eg:<br />
<strong>yourblog.blogspot.com</strong><br />
<br/><br />
<br/></p>
<input type="button" onclick="javascript:customize();" value="Customize"/>
<input type="button" onclick="javascript:defaultvalues();" value="Reset"/>
<input type="submit" value="Add to Blog" />
</form>
<p>2.In the new window click Add Widget Button,Done!
</p></div>
<p><strong>Credits </strong>:<a rel="nofollow" href="http://www.bloggerbuster.com/2008/04/popular-posts-most-commented-widget-for.html">http://www.bloggerbuster.com/2008/04/popular-posts-most-commented-widget-for.html</a></p>
<p>5.<u><br />
<h4><strong>Top commentor Widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Visit <a rel="nofollow" href="http://www.bloggerplugins.com/topcommentatorswidget2.html">http://www.bloggerplugins.com/topcommentatorswidget2.html</a><br />
2.Fill the form and click Add Widget to my blog Button.<br />
3.In new Window click Add Widget Button.</p>
</div>
<p>6.<u><br />
<h4><strong>Wordpress alike Comment Box for blogger</strong></h4>
<p></u></p>
<p>All you need is to visit <a rel="nofollow" href="http://www.intensedebate.com/">http://www.intensedebate.com/</a>and install the widget.</p>
<p>7.<u><br />
<h4><strong>Social BookMarking Widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install?</strong></p>
<div class ="testing">
1. Login to your account,Template>Edit HTML<br />
2.Replace
<pre class="brush: jscript;">&lt;head&gt;</pre>
<p> with</p>
<pre class="brush: jscript;">&lt;head&gt;&lt;script src='http://files.bloggerplugins.org/simpletricks.js'&gt;</pre>
<p></script></p>
<p>3.Search and find </p>
<pre class="brush: jscript;">&lt;p class='post-footer-line post-footer-line-3'&gt;</pre>
<p> in the template.<br />
4.Place the following code below that line</p>
<pre class="brush: jscript;">
&lt;style type='text/css'&gt;
.bookmark img { border: 0;
padding:0px; }
.bookmark a:hover {
position: relative;
top: 1px;
left: 1px; }
&lt;/style&gt;&lt;span class='bookmark'&gt;&lt;table align='left' border='0' cellpadding='0' width='100%'&gt;&lt;tr&gt;&lt;td style='vertical-align:middle' valign='middle' width='30%'&gt;&lt;div expr:id='&quot;sbtxt&quot;+data:post.id'&gt;Bookmark this post:&lt;span style=&quot;display:none&quot;&gt;&lt;a href=&quot;http://www.bloggerplugins.org&quot;&gt;Bloggerwidgets&lt;/a&gt; &lt;a href=&quot;http://www.bloggerplugins.org/2007/09/social-bookmarking-elements-after-each.html&quot;&gt;Social Bookmarking   Blogger Widget&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;script type='text/javascript'&gt;showsbtext(&amp;quot;sbtxt&amp;quot; + &amp;quot;&lt;data:post.id/&gt;&amp;quot;,0)&lt;/script&gt;&lt;/td&gt;&lt;td&gt;&lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,19);&quot;' target='_blank'&gt;&lt;img alt='StumpleUpon' src='http://files.bloggerplugins.org/icon_sb_stumb.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://ma.gnolia.com/bookmarklet/add?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,6);&quot;' target='_blank'&gt;&lt;img alt='Ma.gnolia' border='0' src='http://files.bloggerplugins.org/icon_sb_mag.gif'/&gt;&lt;/a&gt;
 &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://digg.com/submit?phase=3&amp;amp;url=&quot; + data:post.url' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,1);&quot;' target='_blank'&gt;&lt;img alt='DiggIt!' src='http://files.bloggerplugins.org/icon_sb_dig.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,2);&quot;' target='_blank'&gt;&lt;img alt='Del.icio.us' src='http://files.bloggerplugins.org/icon_sb_del.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Description=&amp;amp;Url=&quot; + data:post.url + &quot;&amp;amp;Title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,3);&quot;' target='_blank'&gt;&lt;img alt='Blinklist' src='http://files.bloggerplugins.org/icon_sb_bli.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?u=&quot; + data:post.url + &quot;&amp;amp;=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,4);&quot;' target='_blank'&gt;&lt;img alt='Yahoo' src='http://files.bloggerplugins.org/icon_sb_yah.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;amp;t=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,8);&quot;' target='_blank'&gt;&lt;img alt='Furl' src='http://files.bloggerplugins.org/icon_sb_fur.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.technorati.com/cosmos/search.html?url=&quot; + data:post.url' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,9);&quot;' target='_blank'&gt;&lt;img alt='Technorati' src='http://files.bloggerplugins.org/icon_sb_tec.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.simpy.com/simpy/LinkAdd.do?href=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,10);&quot;' target='_blank'&gt;&lt;img alt='Simpy' src='http://files.bloggerplugins.org/icon_sb_sim.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.spurl.net/spurl.php?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; +  data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,11);&quot;' target='_blank'&gt;&lt;img alt='Spurl' src='http://files.bloggerplugins.org/icon_sb_spu.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,17);&quot;' target='_blank'&gt;&lt;img alt='Reddit' src='http://files.bloggerplugins.org/icon_sb_red.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.google.com/bookmarks/mark?op=add&amp;amp;bkmk=&quot; + data:post.url +  &quot;&amp;amp;title=&quot;+data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,20);&quot;' target='_blank'&gt;&lt;img alt='Google' src='http://files.bloggerplugins.org/icon_sb_goo.gif'/&gt;&lt;/a&gt; &lt;a expr:href='&amp;quot;http://tools.bloggerplugins.org/twitter.php?url=&amp;quot; + data:post.url +  &amp;quot;&amp;amp;title=&amp;quot;+data:post.title' expr:onmouseout='&amp;quot;javascript:showsbtext(\&amp;quot;sbtxt&amp;quot; + data:post.id + &amp;quot;\&amp;quot;,0);&amp;quot;' expr:onmouseover='&amp;quot;javascript:showsbtext(\&amp;quot;sbtxt&amp;quot; + data:post.id + &amp;quot;\&amp;quot;,21);&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;img alt='Twitter' src='http://files.bloggerplugins.org/icon_sb_twitter.png'/&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;br/&gt;
&lt;/span&gt;
</pre>
<p>4.Save it,Done!
</p></div>
<p>8.<u><br />
<h4><strong>Retweet Plugin/widget for blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Login,Layout -> Edit HTML->Expand Widget Templates</p>
<p>2.Search for
<pre class="brush: jscript;">&lt;data:post.body/&gt; </pre>
<p> and place the following code before or after it.</p>
<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &amp;#39;&lt;data:post.url/&gt;&amp;#39;;
&lt;/script&gt;Retweet this button on every post blogger
&lt;script src=&quot;http://tweetmeme.com/i/scripts/button.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
 </pre>
<p>3.Save it,Done!
</p></div>
<h4><strong>Do suggest if you know Wordpress alike Blogger plugins</strong></h4>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets+-+http://b2l.me/uyb7f+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;summary=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;du=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;cn=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;n=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;desc=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;bm_description=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to use Different Theme for Each Category in Wordpress</title>
		<link>http://technobuz.com/2009/06/themed-category-wordpress-plugins/</link>
		<comments>http://technobuz.com/2009/06/themed-category-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 08:15:34 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[How's]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[Themed categories plugin]]></category>
		<category><![CDATA[Themed categories wordpress plugin]]></category>
		<category><![CDATA[Themed Category]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1307</guid>
		<description><![CDATA[
			
				
			
		
In your blog, you may cover various categories  from Tech to Fun stuffs.
It would be good if you can give  a different look and feel for the categories reflecting its type.Reflecting a look which is related to the category helps reader to get a feel as if they switched over to some other [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fthemed-category-wordpress-plugins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fthemed-category-wordpress-plugins%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How to use Different Theme for Each Category in Wordpress" alt=" How to use Different Theme for Each Category in Wordpress" /><br />
			</a>
		</div>
<p>In your blog, you may cover various categories  from Tech to Fun stuffs.</p>
<p>It would be good if you can give  a different look and feel for the categories reflecting its type.Reflecting a look which is related to the category helps reader to get a feel as if they switched over to some other site but in fact they are in your same site but only the looks had changed.Coupled with this if you use <a rel="nofollow" href="http://www.webguerrilla.com/down-loads/subster-rejuvenation.zip"><strong>Category to Sub Domain Converter Plugin</strong><a href="http://www.webguerrilla.com/down-loads/subster-rejuvenation.zip"> </a>it will give an all new feel will also be easy for the user to remember the URL easily.</p>
<p>Here are Few Plugins that will ease your work of Using Different Theme for Each Category in Wordpress.</p>
<h3><strong>Download the plugin here:</strong></h3>
<div class="testing">
<a rel="nofollow" href="http://get-your-stuff.com/wp-content/uploads/2008/11/gys-themed-categoriesphp.zip">GYS Themed Categories</a></p>
<p><a  rel="nofollow"  href="http://www.gschmarri.org/wp-content/uploads/plugins/themed-categories-23.zip">Themed-categories Plugin</a></p>
</div>
<p>In case of GYS Themed Categories plugin:</p>
<p>Go to the required category :</p>
<p>Example:</p>
<p><strong>http://yoursite.com/wp-admin/categories.php?action=edit&#038;cat_ID=5</strong></p>
<p>You will find a Combo list Box</p>
<p><img src="http://farm3.static.flickr.com/2479/3664104553_21b0826d9e_o.jpg" width="573" height="157" alt="themed category" title="How to use Different Theme for Each Category in Wordpress" /></a></p>
<p>Select the required Theme and Update the Category.</p>
<p>Done! </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/06/themed-category-wordpress-plugins/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+use+Different+Theme+for+Each+Category+in+Wordpress+-+http://b2l.me/uvyzu+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/06/themed-category-wordpress-plugins/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress&amp;summary=In%20your%20blog%2C%20you%20may%20cover%20various%20categories%20%20from%20Tech%20to%20Fun%20stuffs.%0D%0A%0D%0AIt%20would%20be%20good%20if%20you%20can%20give%20%20a%20different%20look%20and%20feel%20for%20the%20categories%20reflecting%20its%20type.Reflecting%20a%20look%20which%20is%20related%20to%20the%20category%20helps%20reader%20to%20get%20a%20feel%20as%20if%20they%20switched%20over%20to%20some%20other%20site%20but&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+use+Different+Theme+for+Each+Category+in+Wordpress&amp;du=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;cn=In%20your%20blog%2C%20you%20may%20cover%20various%20categories%20%20from%20Tech%20to%20Fun%20stuffs.%0D%0A%0D%0AIt%20would%20be%20good%20if%20you%20can%20give%20%20a%20different%20look%20and%20feel%20for%20the%20categories%20reflecting%20its%20type.Reflecting%20a%20look%20which%20is%20related%20to%20the%20category%20helps%20reader%20to%20get%20a%20feel%20as%20if%20they%20switched%20over%20to%20some%20other%20site%20but" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;n=How+to+use+Different+Theme+for+Each+Category+in+Wordpress&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress&amp;desc=In%20your%20blog%2C%20you%20may%20cover%20various%20categories%20%20from%20Tech%20to%20Fun%20stuffs.%0D%0A%0D%0AIt%20would%20be%20good%20if%20you%20can%20give%20%20a%20different%20look%20and%20feel%20for%20the%20categories%20reflecting%20its%20type.Reflecting%20a%20look%20which%20is%20related%20to%20the%20category%20helps%20reader%20to%20get%20a%20feel%20as%20if%20they%20switched%20over%20to%20some%20other%20site%20but" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;title=How+to+use+Different+Theme+for+Each+Category+in+Wordpress" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/06/themed-category-wordpress-plugins/&amp;bm_description=How+to+use+Different+Theme+for+Each+Category+in+Wordpress&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/06/themed-category-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How Secure is your blog?</title>
		<link>http://technobuz.com/2009/06/blog-security-scan/</link>
		<comments>http://technobuz.com/2009/06/blog-security-scan/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 05:39:00 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[blog security check]]></category>
		<category><![CDATA[blog security plugin]]></category>
		<category><![CDATA[Blog Security Scan]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1183</guid>
		<description><![CDATA[
			
				
			
		
We all try building  a good contentful blog but how good is its  security?
Especially Wordpress users are more vulnerable to this problem via Plugins we use.
We Search and use plugins for variety of purpose but are they clean?
Are we able to find out the loop hole or Back doors in it?To do that sure its necessary [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fblog-security-scan%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fblog-security-scan%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How Secure is your blog?" alt=" How Secure is your blog?" /><br />
			</a>
		</div>
<p>We all try building  a good contentful blog but <strong>how good is its  security?</strong></p>
<p>Especially <strong>Wordpress</strong> users are more vulnerable to this problem via <strong>Plugins </strong>we use.</p>
<p>We Search and use plugins for variety of purpose but are they <strong>clean</strong>?</p>
<p>Are we able to find out the loop hole or Back doors in it?To do that sure its necessary that we have some Programming Knowledge .What if we don&#8217;t have it .So thought of sharing  <strong>two tools </strong>that any one can use to <strong>Scan their Blog for Security Threats and Risks.</strong></p>
<h3><strong>Blog Security Scanning Tools</strong></h3>
<p>1.<strong></p>
<h4 style="display: inline !important;">Blogsecurify</h4>
<p></strong></p>
<p><img src="http://img194.imageshack.us/img194/1993/blogsecurity.jpg" alt="blog security scan" width="546" height="158" title="How Secure is your blog?" /></p>
<p>You need to <strong>enter your site url and add Tag</strong> in your site to ensure ownership.In  case of Wordpress you can use plugin .</p>
<h4>Link:</h4>
<p><a href="http://www.blogsecurify.com">blogsecurify</a></p>
<p>2.<strong></p>
<h4 style="display: inline !important;">WP Security Scan</h4>
<p></strong></p>
<p>Scans your WordPress installation for security vulnerabilities and suggests corrective actions.</p>
<p>-passwords<br />
-file permissions<br />
-database security<br />
-version hiding<br />
-WordPress admin protection/security<br />
-removes WP Generator META tag from core code</p>
<p>Future Releases<br />
*one-click change file/folder permissions<br />
*test for XSS vulnerabilities<br />
*intrusion detection/prevention<br />
*lock out/log incorrect login attempts<br />
*user enumeration protection<br />
*.htaccess verification<br />
*doc links</p>
<h4>Link:</h4>
<p><a href="http://wordpress.org/extend/plugins/wp-security-scan/">WP Security Scan</a></p>
<h4><strong>Hope it was useful..Share your Thoughts</strong></h4>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/06/blog-security-scan/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+Secure+is+your+blog%3F+-+http://b2l.me/u6mky+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/06/blog-security-scan/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F&amp;summary=We%20all%20try%20building%20%C2%A0a%20good%20contentful%20blog%20but%C2%A0how%20good%20is%20its%20%C2%A0security%3F%0D%0A%0D%0AEspecially%20Wordpress%20users%20are%20more%20vulnerable%20to%20this%20problem%20via%20Plugins%20we%20use.%0D%0A%0D%0AWe%20Search%20and%20use%20plugins%20for%20variety%20of%20purpose%20but%20are%20they%20clean%3F%0D%0A%0D%0AAre%20we%20able%20to%20find%20out%20the%20loop%20hole%20or%20Back%20doors%20in%20it%3FTo%20&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/06/blog-security-scan/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+Secure+is+your+blog%3F&amp;du=http://technobuz.com/2009/06/blog-security-scan/&amp;cn=We%20all%20try%20building%20%C2%A0a%20good%20contentful%20blog%20but%C2%A0how%20good%20is%20its%20%C2%A0security%3F%0D%0A%0D%0AEspecially%20Wordpress%20users%20are%20more%20vulnerable%20to%20this%20problem%20via%20Plugins%20we%20use.%0D%0A%0D%0AWe%20Search%20and%20use%20plugins%20for%20variety%20of%20purpose%20but%20are%20they%20clean%3F%0D%0A%0D%0AAre%20we%20able%20to%20find%20out%20the%20loop%20hole%20or%20Back%20doors%20in%20it%3FTo%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/06/blog-security-scan/&amp;n=How+Secure+is+your+blog%3F&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F&amp;desc=We%20all%20try%20building%20%C2%A0a%20good%20contentful%20blog%20but%C2%A0how%20good%20is%20its%20%C2%A0security%3F%0D%0A%0D%0AEspecially%20Wordpress%20users%20are%20more%20vulnerable%20to%20this%20problem%20via%20Plugins%20we%20use.%0D%0A%0D%0AWe%20Search%20and%20use%20plugins%20for%20variety%20of%20purpose%20but%20are%20they%20clean%3F%0D%0A%0D%0AAre%20we%20able%20to%20find%20out%20the%20loop%20hole%20or%20Back%20doors%20in%20it%3FTo%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/06/blog-security-scan/&amp;title=How+Secure+is+your+blog%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/06/blog-security-scan/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/06/blog-security-scan/&amp;bm_description=How+Secure+is+your+blog%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/06/blog-security-scan/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to add FeedBurner Email Subscription option to all your Wordpress Post</title>
		<link>http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/</link>
		<comments>http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:21:11 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1168</guid>
		<description><![CDATA[
			
				
			
		
Here is how to add Feedburner email Subscription option to all your Wordpress post.It might be simple but its targeted towards newbies .Hope its useful. 
1.Login in to your FeedBurner account.
2.Go to publicize  -> Email Subscription and copy the code.
3.Login in to your wordpress account
4.Go to Single Post(single.php) file in your theme and paste [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fhow-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F06%2Fhow-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="How to add FeedBurner Email Subscription option to all your Wordpress Post " alt=" How to add FeedBurner Email Subscription option to all your Wordpress Post " /><br />
			</a>
		</div>
<p>Here is how to add Feedburner email Subscription option to all your Wordpress post.It might be simple but its targeted towards <strong>newbies </strong>.Hope its useful. </p>
<p>1.Login in to your FeedBurner account.<br />
2.Go to publicize  -> Email Subscription and copy the code.<br />
3.Login in to your wordpress account<br />
4.Go to Single Post(single.php) file in your theme and paste the code after <strong><?php get_header(); ?></strong></p>
<p>Customize the form as you wish for more visual appel.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post++-+http://b2l.me/u5hws+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+&amp;summary=Here%20is%20how%20to%20add%20Feedburner%20email%20Subscription%20option%20to%20all%20your%20Wordpress%20post.It%20might%20be%20simple%20but%20its%20targeted%20towards%20newbies%20.Hope%20its%20useful.%20%0D%0A%0D%0A1.Login%20in%20to%20your%20FeedBurner%20account.%0D%0A2.Go%20to%20publicize%20%20-%3E%20Email%20Subscription%20and%20copy%20the%20code.%0D%0A3.Login%20in%20to%20your%20wordpress%20account%0D%0A4.Go&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+&amp;du=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;cn=Here%20is%20how%20to%20add%20Feedburner%20email%20Subscription%20option%20to%20all%20your%20Wordpress%20post.It%20might%20be%20simple%20but%20its%20targeted%20towards%20newbies%20.Hope%20its%20useful.%20%0D%0A%0D%0A1.Login%20in%20to%20your%20FeedBurner%20account.%0D%0A2.Go%20to%20publicize%20%20-%3E%20Email%20Subscription%20and%20copy%20the%20code.%0D%0A3.Login%20in%20to%20your%20wordpress%20account%0D%0A4.Go" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;n=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+&amp;desc=Here%20is%20how%20to%20add%20Feedburner%20email%20Subscription%20option%20to%20all%20your%20Wordpress%20post.It%20might%20be%20simple%20but%20its%20targeted%20towards%20newbies%20.Hope%20its%20useful.%20%0D%0A%0D%0A1.Login%20in%20to%20your%20FeedBurner%20account.%0D%0A2.Go%20to%20publicize%20%20-%3E%20Email%20Subscription%20and%20copy%20the%20code.%0D%0A3.Login%20in%20to%20your%20wordpress%20account%0D%0A4.Go" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;title=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/&amp;bm_description=How+to+add+FeedBurner+Email+Subscription+option+to+all+your+Wordpress+Post+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/06/how-to-add-feedburner-email-subscription-option-to-all-your-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom logo,banner and templates for your Blogs</title>
		<link>http://technobuz.com/2009/05/custom-logo-designing/</link>
		<comments>http://technobuz.com/2009/05/custom-logo-designing/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:07:58 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[custom logo]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1107</guid>
		<description><![CDATA[
			
				
			
		
Any professional blog needs a brand logo to identify them self in the blogsphere. Some time your blog logo tells you how serious you are about blogging! In this post i am gonna tell you about three chennai based multinational company which is offering high quality banner,logo and templates service.They are part of  Crewind [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F05%2Fcustom-logo-designing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F05%2Fcustom-logo-designing%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="Custom logo,banner and templates for your Blogs " alt=" Custom logo,banner and templates for your Blogs " /><br />
			</a>
		</div>
<p>Any professional blog needs a brand logo to identify them self in the blogsphere. Some time your blog logo tells you how serious you are about blogging! In this post i am gonna tell you about three chennai based multinational company which is offering high quality banner,logo and templates service.They are part of  Crewind Technologies Pvt. Ltd.<br />
They dont just provide you the service along with that you get bunch of <strong>FREE icons,templates,banners download</strong>.<br />
Here goes the list&#8230;</p>
<p>1.<br />
<h1>Logoangel</h1>
<p> (Custom Logo Design)<br />
<img src="http://farm3.static.flickr.com/2591/3667740146_8ab4bcfedf_o.jpg" alt="logoangel" title="Custom logo,banner and templates for your Blogs " /></p>
<p><strong>Official site:</strong><br />
<a href="http://www.logoangel.com/" rel="nofollow">Custom Logo Design</a><br />
This company provides you 24 hours service.Specification of you log style and design is completely in your hands.They will revise the logo design as many times you want until you are satisfied.</p>
<p><strong>Free Download</strong>:http://www.logoangel.com/free-download/download.htm</p>
<p><strong>Client testimonials :</strong>http://www.logoangel.com/free-download/download.htm</p>
<p>2.<br />
<h1>Bannerwind</h1>
<p>(For Web Banner Design)<br />
<img src="http://farm4.static.flickr.com/3373/3666934407_48e37b413e_o.jpg" alt="bannerwind" title="Custom logo,banner and templates for your Blogs " /></p>
<p>This is a banner desgining company also part of Crewind.</p>
<p><strong>Offical site:</strong><br />
<a href="http://www.bannerwind.com/" rel="nofollow">Web Banner Design</a></p>
<p><strong>Their works</strong>:<br />
http://www.bannerwind.com/all%20banners/viewall_01.html</p>
<p><strong>Free download :</strong>http://www.bannerwind.com/freedownloads.php</p>
<p>Some of the category they cover are:</p>
<p>Hosting<br />
Business<br />
Travel<br />
Software<br />
Real Estate<br />
Automobile<br />
BeautyHealth<br />
Children<br />
Wedding<br />
Sports </p>
<p>3.<br />
<h1>Buytemplates</h1>
<p>(For Flash Templates)</p>
<p><img src="http://farm3.static.flickr.com/2463/3666934439_489d08cc0c_o.jpg" alt="buytemplates" title="Custom logo,banner and templates for your Blogs " /></p>
<p><strong>Offical site:</strong><br />
<a href="http://www.buytemplates.net/Flash-web-templates.aspx" rel="nofollow">Flash Templates</a></p>
<p>This is the template designing company part of Crewind.</p>
<p>Their works:<br />
http://www.buytemplates.net/products/search/</p>
<p>Free Download:<br />
http://www.buytemplates.net/services.aspx</p>
<p>For further details:-<br />
contact Joe Nathan at <strong>joenathanls@gmail.com</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/05/custom-logo-designing/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Custom+logo%2Cbanner+and+templates+for+your+Blogs++-+http://b2l.me/uyf9s+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/05/custom-logo-designing/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+&amp;summary=Any%20professional%20blog%20needs%20a%20brand%20logo%20to%20identify%20them%20self%20in%20the%20blogsphere.%20Some%20time%20your%20blog%20logo%20tells%20you%20how%20serious%20you%20are%20about%20blogging%21%20In%20this%20post%20i%20am%20gonna%20tell%20you%20about%20three%20chennai%20based%20multinational%20company%20which%20is%20offering%20high%20quality%20banner%2Clogo%20and%20templates%20service.T&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/05/custom-logo-designing/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Custom+logo%2Cbanner+and+templates+for+your+Blogs+&amp;du=http://technobuz.com/2009/05/custom-logo-designing/&amp;cn=Any%20professional%20blog%20needs%20a%20brand%20logo%20to%20identify%20them%20self%20in%20the%20blogsphere.%20Some%20time%20your%20blog%20logo%20tells%20you%20how%20serious%20you%20are%20about%20blogging%21%20In%20this%20post%20i%20am%20gonna%20tell%20you%20about%20three%20chennai%20based%20multinational%20company%20which%20is%20offering%20high%20quality%20banner%2Clogo%20and%20templates%20service.T" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/05/custom-logo-designing/&amp;n=Custom+logo%2Cbanner+and+templates+for+your+Blogs+&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+&amp;desc=Any%20professional%20blog%20needs%20a%20brand%20logo%20to%20identify%20them%20self%20in%20the%20blogsphere.%20Some%20time%20your%20blog%20logo%20tells%20you%20how%20serious%20you%20are%20about%20blogging%21%20In%20this%20post%20i%20am%20gonna%20tell%20you%20about%20three%20chennai%20based%20multinational%20company%20which%20is%20offering%20high%20quality%20banner%2Clogo%20and%20templates%20service.T" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/05/custom-logo-designing/&amp;title=Custom+logo%2Cbanner+and+templates+for+your+Blogs+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/05/custom-logo-designing/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/05/custom-logo-designing/&amp;bm_description=Custom+logo%2Cbanner+and+templates+for+your+Blogs+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/05/custom-logo-designing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
