<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Bin-Blog</title>
	
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<pubDate>Sun, 05 Jul 2009 18:51:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bin-blog" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Plugin Killer Series for WordPress: The End</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/a4Vo2IfVaKk/</link>
		<comments>http://www.bin-co.com/blog/2009/07/plugin-killer-series-for-wordpress-the-end/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:51:00 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<category><![CDATA[series]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=286</guid>
		<description><![CDATA[After eight posts, I am ending the plugin killer series. It has been a nice run. Hopefully, I have given you an idea of how easy it is to customize WordPress yourself - without having to resort to third party plugins. Not that there is anything wrong with that. Its just that, its more satisfying when you do it yourself. The advantages and disadvantages of customizing a theme rather than installing a plugin is given in the <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">introduction to the WordPress Plugin Killer Series.</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/wordpress.jpg" alt="WordPress Metal Logo" title="WordPress Metal Logo" width="300" height="300" class="aligncenter size-full wp-image-239 intro" align="right" /></p>
<p class="intro">After eight posts, I am ending the plugin killer series. It has been a nice run. Hopefully, I have given you an idea of how easy it is to customize WordPress yourself - without having to resort to third party plugins. Not that there is anything wrong with that. Its just that, its more satisfying when you do it yourself. The advantages and disadvantages of customizing a theme rather than installing a plugin is given in the <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">introduction to the WordPress Plugin Killer Series.</a></p>
<h2>The Posts</h2>
<h3><a href="http://www.bin-co.com/blog/2009/02/avoid-duplicate-content-use-canonical-url-in-wordpress-fix-plugin/">Avoid Duplicate Content - Use Canonical URL in WordPress</a></h3>
<p>If you are on wordpress, the canonical tag can be integrated into your theme easily. There is <a href="http://yoast.com/wordpress/canonical/">a plugin</a> to do the job for you - but you don&#8217;t need a plugin to do something as simple as this.</p>
<h3><a href="http://www.bin-co.com/blog/2009/03/show-popular-posts-in-wordpress-without-a-plugin/">Show Popular Posts in WordPress - without a plugin</a></h3>
<p>A list of the popular posts of the blog is a standard feature in many blogs. There are quite a few plugins that offer this feature. But it can also be implemented using a simple <strong class="highlight">SQL query that counts the number of comments in a post</strong>.</p>
<h3><a href="http://www.bin-co.com/blog/2009/03/adding-social-bookmarking-button-in-wordpress-without-plugins/">Adding Social Bookmarking Button in WordPress - Without Plugins</a></h3>
<p>Many blogs have <strong class="highlight">links to add the current post to various social bookmarking site like Digg, Reddit, Delicious</strong>, etc. This blog don&#8217;t have it - but my <a href="http://lindesk.com/">LinDesk</a> blog does. This effect is achieved using wordpress plugins. But when you take a look at the code, <strong class="highlight">its just simple HTML</strong>.</p>
<h3><a href="http://www.bin-co.com/blog/2009/04/show-related-post-in-wordpress-without-a-plugin/">Show Related Post in WordPress Without a Plugin</a></h3>
<p>Related posts is a very popular feature. My default wordpress installation often includes a plugin that has this functionality. There are quite a few plugins that lets you have this feature. This can be implemented by <strong class="highlight">listing other posts with the same category/tags as the current post</strong>.</p>
<h3><a href="http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/">Highlight Author&#8217;s Comments in WordPress without using a WordPress Plugin</a></h3>
<p>Many blogs highlight the author&#8217;s comment in the comments section. You can use plugins to get this effect(For eg., the <a href="http://rmarsh.com/plugins/highlight-comments/">Highlight Author Comments Plugin</a>) - but you don&#8217;t have to. You can get the get the same effect by <strong class="highlight">adding a small bit of CSS code to your theme stylesheet</strong>.</p>
<h3><a href="http://www.bin-co.com/blog/2009/06/a-tweet-this-button-for-each-post-in-wordpress-without-out-a-plugin/">A Tweet This Button for Each Post in WordPress - Without a Plugin</a></h3>
<p><a href="http://richardxthripp.thripp.com/tweet-this">TweetThis</a> is a WordPress Plugin that &#8216;<strong class="highlight">adds a Twitter link to every post and page, so your readers can share your blog entries on their Twitter accounts</strong> with ease.&#8217; And in the tradition of my WordPress Plugin Killer Series, this post will show you how to do it without a plugin.</p>
<h3><a href="http://www.bin-co.com/blog/2009/06/creating-a-paypal-donate-widget-in-wordpress-without-a-plugin/">Creating a Paypal Donate Widget in Wordpress - Without a Plugin</a></h3>
<p>Paypal donate plugins. This is extremely simple to implement - you don&#8217;t even have to edit the code to get this done. Just <strong class="highlight">copy/paste the code provided by Paypal</strong>.</p>
<h3><a href="http://www.bin-co.com/blog/2009/07/create-a-better-404-page-in-wordpress-without-plugins/">Create a Better 404 Page in WordPress - Without Plugins</a></h3>
<p>Recently, one of my friends posted <a href="http://www.dailyseoblog.com/2009/06/8-wordpress-plugins-to-make-your-404-error-pages-user-friendly-efficient/">a list of plugins you can use to optimize your 404 page</a>. In case you don&#8217;t know what a <strong class="highlight">404 page, its the page that shows up if the URL requested by the user don&#8217;t exist</strong>. He listed eight plugins to do this. And since I am working on the Plugin Killer series, it got me thinking - is it possible to do it without using any plugins?</p>
<h3>Other People&#8217;s Posts</h3>
<p>Many other people have written on this topic too. Here is a few posts I could find&#8230;.</p>
<ul>
<li><a href="http://www.millionclues.com/problogging/wordpress-tips/add-custom-status-or-notes-to-a-post-without-plugin">Add Custom Status or Notes to a Post without a Plugin</a></li>
<li><a href="http://www.nirmaltv.com/2009/04/27/how-to-display-any-rss-feeds-on-wordpress-blog/">How to Display Any RSS Feed on Wordpress Blog</a></li>
<li><a href="http://sivel.net/2009/06/wordpress-maintenance-mode-without-a-plugin/">WordPress Maintenance Mode Without a Plugin</a></li>
<li><a href="http://www.wprecipes.com/how-to-show-related-posts-without-a-plugin">How to: Show related posts without a plugin</a></li>
<li><a href="http://sageblogger.com/wordpress-removing-nofollow-without-a-plugin/">WordPress: Removing Nofollow Without A Plugin</a></li>
<li><a href="http://trevordavis.net/blog/tutorial/wordpress-jquery-contact-form-without-a-plugin/">WordPress &amp; jQuery Contact Form without a Plugin</a></li>
</ul>
<p>If you know of any such articles, post a comment.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=a4Vo2IfVaKk:TL-saPXcCz4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=a4Vo2IfVaKk:TL-saPXcCz4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=a4Vo2IfVaKk:TL-saPXcCz4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=a4Vo2IfVaKk:TL-saPXcCz4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=a4Vo2IfVaKk:TL-saPXcCz4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/a4Vo2IfVaKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/plugin-killer-series-for-wordpress-the-end/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/07/plugin-killer-series-for-wordpress-the-end/</feedburner:origLink></item>
		<item>
		<title>Create a Better 404 Page in WordPress - Without Plugins</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/zkTDsrS9C-E/</link>
		<comments>http://www.bin-co.com/blog/2009/07/create-a-better-404-page-in-wordpress-without-plugins/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:28:01 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<category><![CDATA[series]]></category>

		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=282</guid>
		<description><![CDATA[Recently, one of my friends posted a <a href="http://www.dailyseoblog.com/2009/06/8-wordpress-plugins-to-make-your-404-error-pages-user-friendly-efficient/">list of plugins you can use to optimize your 404 page</a>. In case you don't know what a <strong class="highlight">404 page, its the page that shows up if the URL requested by the user don't exist</strong>. He listed eight plugins to do this. And since I am working on the <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">Plugin Killer series</a>, it got me thinking - is it possible to do it without using any plugins?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/willemvelthoven/251801449/"><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/404.jpg" alt="404" title="404" width="300" height="197" class="aligncenter size-full wp-image-283 intro" align="right" /></a></p>
<p class="intro">Recently, one of my friends posted a <a href="http://www.dailyseoblog.com/2009/06/8-wordpress-plugins-to-make-your-404-error-pages-user-friendly-efficient/">list of plugins you can use to optimize your 404 page</a>. In case you don&#8217;t know what a <strong class="highlight">404 page, its the page that shows up if the URL requested by the user don&#8217;t exist</strong>. He listed eight plugins to do this. And since I am working on the <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">Plugin Killer series</a>, it got me thinking - is it possible to do it without using any plugins?</p>
<p>Turns out, its easy. As long as you know about the <strong class="highlight"><a href="http://www.google.com/support/webmasters/bin/answer.py?answer=136085">Google&#8217;s 404 Widget</a>. It adds a search box for your site with appropriate search suggestions</strong> and tries(and unfortunately, often fails) to provide alternatives to incorrect URLs.</p>
<p>See it in action here - <a href="http://www.bin-co.com/perl/perl_tk_tutorials/" rel="nofollow">http://www.bin-co.com/perl/perl_tk_tutorials/</a>. The correct URL is <a href="http://www.bin-co.com/perl/perl_tk_tutorial/">http://www.bin-co.com/perl/perl_tk_tutorial/</a> - which the user finds and shows.</p>
<h2>Enable Google 404 Widget in your Site</h2>
<ul>
<li>First, <strong class="highlight">create the code</strong> by following the steps given in the <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=136085">404 Widget page</a>.</li>
<li>Then open the <strong class="highlight">404.php file of your wordpress theme and paste the code</strong> you got into it. Save and upload - you&#8217;re done.</li>
</ul>
<p>This is the last of my plugin killer series. Just to balance things out, I&#8217;m thinking of doing a <a href="http://www.bin-co.com/blog/2008/12/wordpress-plugin-week/">Plugin week</a>(yes, <strong class="highlight">a second plugin week</strong>) next week. Let me know if any of you are interested.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=zkTDsrS9C-E:fa_yImM7yp8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=zkTDsrS9C-E:fa_yImM7yp8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=zkTDsrS9C-E:fa_yImM7yp8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=zkTDsrS9C-E:fa_yImM7yp8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=zkTDsrS9C-E:fa_yImM7yp8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/zkTDsrS9C-E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/create-a-better-404-page-in-wordpress-without-plugins/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/07/create-a-better-404-page-in-wordpress-without-plugins/</feedburner:origLink></item>
		<item>
		<title>Creating a Paypal Donate Widget in Wordpress - Without a Plugin</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/1PLgQIwg2l0/</link>
		<comments>http://www.bin-co.com/blog/2009/06/creating-a-paypal-donate-widget-in-wordpress-without-a-plugin/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:32:01 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[donate]]></category>

		<category><![CDATA[paypal]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<category><![CDATA[series]]></category>

		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=278</guid>
		<description><![CDATA[<a href="http://www.supriyadisw.net/2006/11/paypal-donate-plugin-for-wordpress-widget-support">Paypal donate plugins</a>. This is extremely simple to implement - you don't even have to edit the code to get this done.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/halo_wordpress.jpg" alt="WordPress Helo Effect" title="WordPress Helo Effect" width="300" height="233" class="aligncenter size-full wp-image-238 intro" align="right" /></p>
<p class="intro"><a href="http://www.supriyadisw.net/2006/11/paypal-donate-plugin-for-wordpress-widget-support">Paypal donate plugins</a>. This is extremely simple to implement - you don&#8217;t even have to edit the code to get this done.</p>
<h2>Widget Mode</h2>
<p>Open the admin side of your blog and <strong class="highlight">go to Appearance &gt; Widgets. Now add a Text widget</strong> to the sidebar you want the widget in. <strong class="highlight">Edit it and paste the HTML code</strong> from the <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_donate_techview_outside">Paypal site</a>.</p>
<pre><code class="html">&lt;form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt;
&lt;input type="hidden" name="cmd" value="_xclick"&gt;
&lt;input type="hidden" name="business" value="binnyva@hotmail.com"&gt;
&lt;input type="hidden" name="item_name" value="Donation"&gt;
&lt;input type="hidden" name="currency_code" value="USD"&gt;
&lt;input type="hidden" name="amount" value="25.00"&gt;
&lt;input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"&gt;
&lt;/form&gt;</code></pre>
<p>Make sure you <strong class="highlight">use your own paypal ID in the business field</strong>.</p>
<p>Save the widget - and you&#8217;re done.</p>
<h2>Theme Mode</h2>
<p>Another method is to add the same code to the theme&#8217;s code directly. Usually in the <code>sidebar.php</code> file. I kind of prefer this method - but it involves code editing, FTP, etc. Not everyone is comfortable with this.</p>
<h2>Post Mode</h2>
<p>Last but not the least, you can embed the code directly into a post. This is perhaps the simplest of all. Below is a working sample of the code&#8230;</p>
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="binnyva@hotmail.com">
<input type="hidden" name="item_name" value="Donate">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="5.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=1PLgQIwg2l0:8fTKEAkZ0sg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=1PLgQIwg2l0:8fTKEAkZ0sg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=1PLgQIwg2l0:8fTKEAkZ0sg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=1PLgQIwg2l0:8fTKEAkZ0sg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=1PLgQIwg2l0:8fTKEAkZ0sg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/1PLgQIwg2l0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/06/creating-a-paypal-donate-widget-in-wordpress-without-a-plugin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/06/creating-a-paypal-donate-widget-in-wordpress-without-a-plugin/</feedburner:origLink></item>
		<item>
		<title>A Tweet This Button for Each Post in WordPress - Without a Plugin</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/-qw069LAucw/</link>
		<comments>http://www.bin-co.com/blog/2009/06/a-tweet-this-button-for-each-post-in-wordpress-without-out-a-plugin/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:20:44 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<category><![CDATA[series]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=275</guid>
		<description><![CDATA[<a href="http://richardxthripp.thripp.com/tweet-this">TweetThis</a> is a WordPress Plugin that 'adds a Twitter link to every post and page, so your readers can share your blog entries on their Twitter accounts with ease.' And in the tradition of my <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">WordPress Plugin Killer Series</a>, this post will show you how to do it without a plugin.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/wordpress.jpg" alt="WordPress Metal Logo" title="WordPress Metal Logo" width="300" height="300" class="aligncenter size-full wp-image-239 intro" align="right" /></p>
<p class="intro"><a href="http://richardxthripp.thripp.com/tweet-this">TweetThis</a> is a WordPress Plugin that &#8216;adds a Twitter link to every post and page, so your readers can share your blog entries on their Twitter accounts with ease.&#8217; And in the tradition of my <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">WordPress Plugin Killer Series</a>, this post will show you how to do it without a plugin.</p>
<h2>The Code</h2>
<p>You can <strong class="highlight">add twitter button to your post by editing the <code>single.php</code></strong> file in your theme. Go to the place in the file where you want the button to show up - then add this code at that location&#8230;</p>
<pre><code class="javascript">&lt;a href="http://twitter.com/?status=&lt;?php echo urlencode(the_title('','', false)) ?&gt;+-+&lt;?php the_permalink() ?&gt;"&gt;Tweet This&lt;/a&gt;</code></pre>
<p>This is a super simple way of doing it - <strong class="highlight">with a little more code, you can use a URL shortner</strong> to &#8217;shortify&#8217; your permalink. Otherwise it might overflow the 140 char limit.</p>
<h2>Twitter</h2>
<p>By the way, if you are on twitter, add me - I&#8217;m <a href="http://twitter.com/binnyva">@binnyva</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=-qw069LAucw:bXJ1E-OndSM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=-qw069LAucw:bXJ1E-OndSM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=-qw069LAucw:bXJ1E-OndSM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=-qw069LAucw:bXJ1E-OndSM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=-qw069LAucw:bXJ1E-OndSM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/-qw069LAucw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/06/a-tweet-this-button-for-each-post-in-wordpress-without-out-a-plugin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/06/a-tweet-this-button-for-each-post-in-wordpress-without-out-a-plugin/</feedburner:origLink></item>
		<item>
		<title>Highlight Author’s Comments in WordPress without using a WordPress Plugin</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/I8n2yhq1fYg/</link>
		<comments>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:44:58 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[author]]></category>

		<category><![CDATA[comment]]></category>

		<category><![CDATA[highlight]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=272</guid>
		<description><![CDATA[Many blogs highlight the author's comment in the comments section. You can use many plugins to get this effect(For eg., the <a href="http://rmarsh.com/plugins/highlight-comments/">Highlight Author Comments</a> Plugin) - but you don't have to. You can get the get the same effect by adding a small bit of code to your theme.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/wordpress-sticker.jpg" alt="WordPress Sticker" title="WordPress Sticker" width="300" height="282" class="aligncenter size-full wp-image-236 intro" align="right" /></p>
<p class="intro">Many blogs highlight the author&#8217;s comment in the comments section. You can use many plugins to get this effect(For eg., the <a href="http://rmarsh.com/plugins/highlight-comments/">Highlight Author Comments</a> Plugin) - but you don&#8217;t have to. You can get the get the same effect by adding a small bit of code to your theme.</p>
<h2>The Changes</h2>
<p>Just open up the <code>style.css</code> file in your active and add this at line at the end&#8230;</p>
<pre><code class="css">.bypostauthor { background-color:#aaa !important; }</code></pre>
<p>Change the #aaa to the color you want as the author comment&#8217;s background. That&#8217;s it - you&#8217;re all done.</p>
<p>Note: This will only work on 2.7+ version of WordPress - if you are using an older version, please <a href="http://www.dullest.com/blog/highlight-author-comments-wordpress/">read the instructions in this post</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=I8n2yhq1fYg:_dkMyV97oNo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=I8n2yhq1fYg:_dkMyV97oNo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=I8n2yhq1fYg:_dkMyV97oNo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=I8n2yhq1fYg:_dkMyV97oNo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=I8n2yhq1fYg:_dkMyV97oNo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/I8n2yhq1fYg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/05/highlight-authors-comments-in-wordpress-without-using-a-wordpress-plugin/</feedburner:origLink></item>
		<item>
		<title>Paypal Integration: IPN’s notify_url Not Being Called</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/Z0cvTUWnv0U/</link>
		<comments>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/#comments</comments>
		<pubDate>Sun, 10 May 2009 18:09:09 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Opinion]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[cart]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[ipn]]></category>

		<category><![CDATA[notify_url]]></category>

		<category><![CDATA[paypal]]></category>

		<category><![CDATA[shopping]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=268</guid>
		<description><![CDATA[I am working on a mini shopping cart plugin for WordPress with Paypal integration. Its been a while since I worked with paypal - so I ran into trouble. I have a couple of <a href="https://developer.paypal.com/">sandbox accounts</a> - and the <strong class="highlight">payment goes through</strong> without any visible issues. But the <strong class="highlight">IPN's notify_url was not being called</strong> no matter what I did.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/05/paypal_logo.gif" alt="Paypal Logo" title="Paypal Logo" width="200" height="50" class="aligncenter size-full wp-image-270" /></p>
<p class="intro">I am working on a mini shopping cart plugin for WordPress with Paypal integration. Its been a while since I worked with paypal - so I ran into trouble. I have a couple of <a href="https://developer.paypal.com/">sandbox accounts</a> - and the <strong class="highlight">payment goes through</strong> without any visible issues. But the <strong class="highlight">IPN&#8217;s notify_url was not being called</strong> no matter what I did.</p>
<p>And I was not the only guy with the problem - <a href="http://paypal.lithium.com/pdn/board/message?board.id=ipn&amp;message.id=17717">plenty</a> of <a href="http://www.pdncommunity.com/pdn/board/message?board.id=sandbox&amp;thread.id=14272">other</a> <a href="http://www.pdncommunity.com/pdn/board/message?board.id=sandbox&amp;thread.id=10556">people</a> have it too. I managed to solve the issue - but I decided to document the process - for the benefit of the people who fall into the same trap.</p>
<h2>Make Sure the URL You Specified is Working</h2>
<p>Yes, its obvious - but it needs to be said.<strong class="highlight"> Make sure the URL you gave as the value of notify_url is a working URL</strong>. Sample usage&#8230;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;notify_url&#8221; value=&#8221;http://www.yoursite.com/cart/ipn.php&#8221; /&gt;</p>
<p>Here &#8216;http://www.yoursite.com/cart/ipn.php&#8217; is the url - <strong class="highlight">make sure it works</strong>! There is an easy way to <strong class="highlight">test it - just go to <a href="http://www.belahost.com/pp/">IPN Testing Environment</a> and enter your IPN notify_url</strong> there. When you submit the data, you&#8217;ll know wether the script is being called or not.</p>
<h2>Verify the Email Address of Sandbox Account</h2>
<p>When you make a sandbox account, you have to give a email address. But if you have selected a business account, make sure that you <strong class="highlight">verify that email address</strong>. Just login using the given email and go to the home tab. There should be a <strong class="highlight">&#8216;To do list&#8217;</strong> to the right side. Make sure you complete all the stuff(usually just 2) there&#8230;</p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/05/todo_paypal.png" alt="Todo List Paypal" title="Todo List Paypal" width="475" height="223" class="aligncenter size-full wp-image-269" /></p>
<p>When you confirm your email address - remember that its simulated - <strong class="highlight">you don&#8217;t have to check the actual email account. Just go to the <a href="https://developer.paypal.com/devscr?cmd=_email-session">Test Email page in Paypal sandbox</a></strong> itself to check the mail.</p>
<p>Once this is done, IPN notify_url worked for me. Hopefully, this will fix your issues as well.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=Z0cvTUWnv0U:2sFLblRsIL8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=Z0cvTUWnv0U:2sFLblRsIL8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=Z0cvTUWnv0U:2sFLblRsIL8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=Z0cvTUWnv0U:2sFLblRsIL8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=Z0cvTUWnv0U:2sFLblRsIL8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/Z0cvTUWnv0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/</feedburner:origLink></item>
		<item>
		<title>BarCamp Kerala 5 Rocked!</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/3_IRvZl3wtQ/</link>
		<comments>http://www.bin-co.com/blog/2009/05/barcamp-kerala-5-rocked/#comments</comments>
		<pubDate>Wed, 06 May 2009 17:48:34 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[barcamp]]></category>

		<category><![CDATA[bck5]]></category>

		<category><![CDATA[event]]></category>

		<category><![CDATA[kerala]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=265</guid>
		<description><![CDATA[<a href="http://blog.binnyva.com/2009/04/barcamp-kerala-part-5/">BarCamp Kerala 5</a> took place at Technopark, Trivandrum. I attended and even managed to handle a session at the event - here are the slides...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2008/01/barcamp.jpg" alt="Barcamp Logo" title="Barcamp Logo" width="520" height="162" class="aligncenter size-full wp-image-80 intro" align="right" /></p>
<p class="intro"><a href="http://blog.binnyva.com/2009/04/barcamp-kerala-part-5/">BarCamp Kerala 5</a> took place at Technopark, Trivandrum. I attended and even managed to handle a session at the event - here are the slides&#8230;</p>
<div style="width:425px;text-align:left" id="__ss_1379245"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/binnyva/development-what-they-dont-teach-you-in-college-1379245?type=presentation" title="Development: What They Don&#39;t Teach You in College">Development: What They Don&#39;t Teach You in College</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=development-090503113133-phpapp02&amp;stripped_title=development-what-they-dont-teach-you-in-college-1379245" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=development-090503113133-phpapp02&amp;stripped_title=development-what-they-dont-teach-you-in-college-1379245" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/binnyva">Binny V a</a>.</div>
</div>
<p>Unfortunately, the slides make little to no sense without me in front of them, yapping away. But still, try and enjoy the pretty pictures.</p>
<h2><abbr title="BarCamp Kerala 5">BCK5</abbr> Links</h2>
<ul>
<li><a href="http://www.barcampkerala.org/blog/2009/05/03/barcampkerala-5-sessions/">Session slides</a></li>
<li><a href="http://www.barcampkerala.org/photos/BarCamp Kerala5 - Technopark/">Photos</a></li>
<li><a href="http://search.twitter.com/search?q=%23bck5">Twitter Coverage</a></li>
<li>Media(<a href="http://www.hindu.com/">The Hindu</a>) coverage - <a href="http://www.hindu.com/2009/05/01/stories/2009050154160400.htm">Part 1</a> and <a href="http://www.hindu.com/2009/05/04/stories/2009050458050300.htm">Part 2</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=3_IRvZl3wtQ:WRJWCwUTRkQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=3_IRvZl3wtQ:WRJWCwUTRkQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=3_IRvZl3wtQ:WRJWCwUTRkQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=3_IRvZl3wtQ:WRJWCwUTRkQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=3_IRvZl3wtQ:WRJWCwUTRkQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/3_IRvZl3wtQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/barcamp-kerala-5-rocked/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/05/barcamp-kerala-5-rocked/</feedburner:origLink></item>
		<item>
		<title>BarCamp Kerala 5 on 3rd May at Technopark</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/NwGf5WTTcV8/</link>
		<comments>http://www.bin-co.com/blog/2009/04/barcamp-kerala-5-on-3rd-may-at-technopark/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:03:40 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[barcamp]]></category>

		<category><![CDATA[barcampkerala]]></category>

		<category><![CDATA[camp]]></category>

		<category><![CDATA[event]]></category>

		<category><![CDATA[kerala]]></category>

		<category><![CDATA[trivandrum]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=263</guid>
		<description><![CDATA[Its BarCamp time again in Kerala. The venue this time is Technopark campus(Trivandrum) - and the date is 3<sup>rd</sup> of May 2009. At the moment, we have <a href="http://www.barcampkerala.org/blog/attendees/">106 attendees</a> and <a href="http://www.barcampkerala.org/blog/sessions/">16 sessions</a>(includes one by yours truly).]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcampkerala.org/blog/"><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/04/bck5thissummer250.png" alt="Barcamp Kerala Poster" title="Barcamp Kerala Poster" width="280" height="280" class="alignnone size-full wp-image-261 intro" align="right" /></a></p>
<p class="intro">Its BarCamp time again in Kerala. The venue this time is Technopark campus(Trivandrum) - and the date is 3<sup>rd</sup> of May 2009. At the moment, we have <a href="http://www.barcampkerala.org/blog/attendees/">106 attendees</a> and <a href="http://www.barcampkerala.org/blog/sessions/">16 sessions</a>(includes one by yours truly).</p>
<h2>About BarCamp Kerala</h2>
<p>BarCamp is an ad-hoc gathering rooted in the desire to share and learn in an open and friendly environment. It is an intense yet cool, event with discussions, demos, and strong interactions.</p>
<p><a title="BarCamp Kerala" href="http://www.kenneyjacob.com/tag/barcamp-kerala/">BarCamp Kerala</a> is your best chance to meetup all the coolest techies from Kerala. If you are a techie of any scale, do make it to BarCampKerala!</p>
<h3>Official Links</h3>
<ul>
<li><a href="http://www.barcampkerala.org/blog/">BarCamp Kerala: All about Kerala and BarCamps</a></li>
<li><a href="https://twitter.com/BarCampKerala">BarCamp Kerala (BarCampKerala) on Twitter</a></li>
<li><a href="http://www.barcampkerala.org/blog/register/">Register for BarCamp Kerala</a></li>
<li><a href="http://www.barcampkerala.org/blog/attendees/">Attendees</a></li>
<li><a href="http://www.barcampkerala.org/blog/sessions/">Sessions at BarCamp Kerala</a></li>
<li><a href="http://www.barcampkerala.org/blog/badges/">Badges &amp; Banners - Promote BarCamp Kerala</a></li>
<li><a href="http://groups.google.com/group/barcampkerala">BarCampKerala Google Groups</a></li>
</ul>
<h2>Posts about BarCamp Kerala 5</h2>
<ul>
<li><a href="http://www.theanand.com/blog/index.php/just-ripples/barcampkerala-5-this-summer/">BarCampKerala 5 - This Summer! | TheAnand</a></li>
<li><a href="http://www.kenneyjacob.com/2009/04/04/barcamp-kerala-5-at-technopark/">BarCamp Kerala 5 At Technopark</a></li>
<li><a href="http://www.dailyseoblog.com/2009/04/barcamp-kerala-5-technopark-on-may-3rd/">BarCamp Kerala 5 @ Technopark on May 3rd - Daily SEO blog</a></li>
<li><a href="http://unnihrd.blogspot.com/2009/04/barcamp-kerala-5-at-technopark.html">Maverick: BarCamp Kerala 5 At Technopark</a></li>
<li><a href="http://blog.nijumohan.com/2009/04/10/barcampkerala-5-this-summer/">Me, Ma Life… | Mr. Infinite » Blog Archive » BarCampKerala 5 - This Summer!</a></li>
<li><a href="http://awakeanddreaming.org/?p=2553">Awake &amp; Dreaming » BarCamp Kerala 5 : TechnoPark</a></li>
<li><a href="http://unnihrd.blogspot.com/2009/04/barcamp-kerala-5-at-technopark.html">Maverick: BarCamp Kerala 5 At Technopark</a></li>
<li><a href="http://www.spreadfirefox.com/node/3744">BARCAMP KERALA 5 | Spread Firefox</a></li>
<li><a href="http://www.labnol.org/events/baramp-kerala/8164/">BarCamp Kerala at Trivandrum</a></li>
<li><a href="http://vayanasala.blogspot.com/2009/04/barcamp-kerala-5.html">???????: BARCAMP KERALA 5</a></li>
<li><a href="http://mykeystrokes.blogspot.com/2009/04/fifth-barcampkerala-3rd-may.html">Creative Mind - Fifth BarCampKerala 3rd May</a></li>
</ul>
<p><a href="http://barcampkerala.org/blog/"><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/04/barcamp.gif" alt="BarCamp Poster" title="BarCamp Poster" width="500" height="750" class="aligncenter size-full wp-image-262" /></a></p>
<p>Poster Credit: <a href="http://verwe.com/blog/">Ashwin</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=NwGf5WTTcV8:Vhk7Ra983aw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=NwGf5WTTcV8:Vhk7Ra983aw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=NwGf5WTTcV8:Vhk7Ra983aw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=NwGf5WTTcV8:Vhk7Ra983aw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=NwGf5WTTcV8:Vhk7Ra983aw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/NwGf5WTTcV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/04/barcamp-kerala-5-on-3rd-may-at-technopark/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/04/barcamp-kerala-5-on-3rd-may-at-technopark/</feedburner:origLink></item>
		<item>
		<title>Show Related Post in WordPress Without a Plugin</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/hJRCI-0Fu74/</link>
		<comments>http://www.bin-co.com/blog/2009/04/show-related-post-in-wordpress-without-a-plugin/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 18:00:29 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[plugin-killer]]></category>

		<category><![CDATA[post]]></category>

		<category><![CDATA[related]]></category>

		<category><![CDATA[series]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=256</guid>
		<description><![CDATA[Related posts is a very popular feature. My default wordpress installation often includes a plugin that has this functionality. There are quite a few plugins that lets you have this feature.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/03/wordpress-150x150.jpg" alt="WordPress Metal Logo" title="WordPress Metal Logo" width="150" height="150" class="alignnone size-full wp-image-239 intro" align="right" /></p>
<p class="intro">Related posts is a very popular feature. My default wordpress installation often includes a plugin that has this functionality. There are quite a few plugins that lets you have this feature&#8230;</p>
<ul>
<li><a href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin (YARPP)</a></li>
<li><a href="http://rmarsh.com/plugins/similar-posts/">Similar Posts</a></li>
<li><a href="http://blendworx.com/aizattos-related-posts-wordpress-plugin/">Aizattos Related Posts</a></li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/">WordPress Related Posts</a></li>
<li><a href="http://wasabi.pbwiki.com/Related%20Entries">Wasabi Related entries</a></li>
</ul>
<h2>The Code</h2>
<p>WordPress has been supporting tags in its new released - so the related posts feature can be implemented without the help of any plugins. All we have to do is find the <strong>other posts with some same tags as the current post</strong>. Just open the <strong><code>single.php</code> file in your theme and add this bit of code</strong> where you want the related posts to show up&#8230;</p>
<pre><code class="php">&lt;?php
$tags = wp_get_post_tags($post-&gt;ID);
if ($tags) {
	$tag_ids = array();
	foreach($tags as $individual_tag) $tag_ids[] = $individual_tag-&gt;term_id;

	$args=array(
		'tag__in' =&gt; $tag_ids,
		'post__not_in' =&gt; array($post-&gt;ID),
		'showposts'=&gt;5, // Number of related posts that will be shown.
		'caller_get_posts'=&gt;1
	);
	$my_query = new wp_query($args);
	if( $my_query-&gt;have_posts() ) {
		echo '&lt;h3&gt;Related Posts&lt;/h3&gt;&lt;ul&gt;';
		while ($my_query-&gt;have_posts()) {
			$my_query-&gt;the_post();
		?&gt;
			&lt;li&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;?php
		}
		echo '&lt;/ul&gt;';
	}
}
?&gt;</code></pre>
<p>This code finds the other post with any one of the tag that the current post has. If you want to show the <strong>posts with any one of the categories</strong> that the current post has, use this code instead&#8230;</p>
<pre><code class="php">&lt;?php
$categories = get_the_category($post-&gt;ID);
if ($categories) {
	$category_ids = array();
	foreach($categories as $individual_category) $category_ids[] = $individual_category-&gt;term_id;

	$args=array(
		'category__in' =&gt; $category_ids,
		'post__not_in' =&gt; array($post-&gt;ID),
		'showposts'=&gt;5, // Number of related posts that will be shown.
		'caller_get_posts'=&gt;1
	);
	// Rest is the same as the previous code
</code></pre>
<h2>WordPress Plugin Killer Series</h2>
<p>For those who came in late, this post is part of the <a href="http://www.bin-co.com/blog/2009/03/wordpress-plugin-killer-series/">WordPress Plugin Killer Series</a>. This series will show you how to duplicate the functionality of the a few wordpress plugins without having to install it using custom code in the wordpress theme. The previous posts in this series are&#8230;</p>
<ul>
<li><a href="http://www.bin-co.com/blog/2009/02/avoid-duplicate-content-use-canonical-url-in-wordpress-fix-plugin/">Avoid Duplicate Content - Use Canonical URL in WordPress</a></li>
<li><a href="http://www.bin-co.com/blog/2009/03/show-popular-posts-in-wordpress-without-a-plugin/">Show Popular Posts in WordPress - without a plugin</a></li>
<li><a href="http://www.bin-co.com/blog/2009/03/adding-social-bookmarking-button-in-wordpress-without-plugins/">Adding Social Bookmarking Button in WordPress - Without Plugins</a></li>
</ul>
<h3>More Resources</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/">10 Exceptional WordPress Hacks</a></li>
<li><a href="http://www.wprecipes.com/how-to-show-related-posts-without-a-plugin">How to: Show related posts without a plugin</a></li>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=hJRCI-0Fu74:LA6iHxlMtxg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=hJRCI-0Fu74:LA6iHxlMtxg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=hJRCI-0Fu74:LA6iHxlMtxg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=hJRCI-0Fu74:LA6iHxlMtxg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=hJRCI-0Fu74:LA6iHxlMtxg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/hJRCI-0Fu74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/04/show-related-post-in-wordpress-without-a-plugin/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/04/show-related-post-in-wordpress-without-a-plugin/</feedburner:origLink></item>
		<item>
		<title>Naked Day - Disabling CSS for the Day</title>
		<link>http://feedproxy.google.com/~r/bin-blog/~3/Zm1pFnseUOY/</link>
		<comments>http://www.bin-co.com/blog/2009/04/naked-day-disabling-css-for-the-day/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:30:17 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
		
		<category><![CDATA[(X)HTML]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[naked]]></category>

		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=253</guid>
		<description><![CDATA[Keeping with tradition, this site will be baring all on 9th April 2009. If you haven't heard about Naked day, this should be enlightening...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/04/naked-day-09.png" alt="Naked Day 09" title="Naked Day 09" width="313" height="96" class="alignnone size-full wp-image-254 intro" align="right" /></p>
<p class="intro">Keeping with tradition, this site will be baring all on 9th April 2009. If you haven&#8217;t heard about Naked day, this should be enlightening&#8230;</p>
<h2>Where did my Design go?</h2>
<p>The idea behind this event is to <a href="http://naked.dustindiaz.com/">promote Web Standards</a>. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and of course, a good &#8216;ol play on words. It&#8217;s time to show off your &lt;body&gt;.</p>
<h2>How to participate</h2>
<p>Fill out the <a href="http://naked.dustindiaz.com#signup">naked day signup form</a>, then your website will be included  in the official list within the next hour.</p>
<p>Then on <em>April 9th, simply  <strong>remove all CSS from your website, stripping it entirely of its design.</strong></em></p>
<p>I have been doing this for a few years now&#8230;</p>
<ul>
<li><a href="http://binnyva.blogspot.com/2006/04/preparations-for-naked-css-day.html">Preparations for Naked CSS Day</a></li>
<li><a href="http://binnyva.blogspot.com/2006/04/happy-naked-css-day-everyone.html">Happy Naked CSS Day Everyone</a></li>
<li><a href="http://binnyva.blogspot.com/2007/04/naked-days-are-here-again.html">Naked Days are here again!</a></li>
<li><a href="http://binnyva.blogspot.com/2006/04/annual-naked-xhtml-day.html">Annual Naked (X)HTML Day</a></li>
</ul>
<p>I know its kinda pointless - since I use a third party wordpress theme - but I still support the movement.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/bin-blog?a=Zm1pFnseUOY:14H2mki47nw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=Zm1pFnseUOY:14H2mki47nw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=Zm1pFnseUOY:14H2mki47nw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/bin-blog?i=Zm1pFnseUOY:14H2mki47nw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bin-blog?a=Zm1pFnseUOY:14H2mki47nw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bin-blog?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/bin-blog/~4/Zm1pFnseUOY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/04/naked-day-disabling-css-for-the-day/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.bin-co.com/blog/2009/04/naked-day-disabling-css-for-the-day/</feedburner:origLink></item>
	</channel>
</rss>
