<?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>Bin-Blog &#187; plugin-week-2</title>
	<atom:link href="http://www.bin-co.com/blog/tag/plugin-week-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Drupal Plugin: Page Ad</title>
		<link>http://www.bin-co.com/blog/2009/07/drupal-plugin-page-ad/</link>
		<comments>http://www.bin-co.com/blog/2009/07/drupal-plugin-page-ad/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 18:00:21 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page-ad]]></category>
		<category><![CDATA[plugin-week-2]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=327</guid>
		<description><![CDATA[This is my first Drupal plugin - so I'm not sure how much mistakes I have made in creating this. Page Ad module allows the admin to <strong class="highlight">add advertisement specific to a page</strong>. It will create a textarea in the edit/create page of content. Whatever HTML you type into it will be shown in a block anywhere on the client side display of that page.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/druplicon.png" alt="Drupal" title="Drupal" width="175" height="200" class="aligncenter size-full wp-image-329 intro" align="right" /></a></p>
<p class="intro">This is my first Drupal plugin &#8211; so I&#8217;m not sure how much mistakes I have made in creating this. Page Ad module allows the admin to <strong class="highlight">add advertisement specific to a page</strong>. It will create a textarea in the edit/create page of content. Whatever HTML you type into it will be shown in a block anywhere on the client side display of that page.</p>
<h3><a href='http://www.bin-co.com/blog/wp-content/uploads/2009/07/page_ad.zip'>Download Page Ad</a></h3>
<p>Note: This module is <strong class="highlight">for Drupal 5</strong>. I have not tested it in Drupal 6.</p>
<p>Note 2: <strong class="highlight">I will not provide support for this plugin</strong>. If you run into any trouble, you are on your own.</p>
<h2>Installation</h2>
<ul>
<li>Download and extract the module</li>
<li>Upload the module to sites/all/modules folder of Drupal.</li>
<li>Enable the module from the admin side</li>
<li>Edit the <code>node.tpl.php</code> template file and insert the code <code>&lt;?php print $page_ad ?&gt;</code> where you want the block to show up.</li>
<li>Edit the <code>template.php</code> file and add the code <code>'page_ad' => t('Page Specific Ad')</code> in the returning array for the regions function.</li>
<li>Go to the block configuration page and set the &#8216;Page Specific Ad&#8217; block with the &#8216;Page Specific Ad&#8217; region.</li>
</ul>
<p>This is a plugin that I created to learn a bit  about Drupal. I did this quite a while ago. It may have a lot of error &#8211; because I&#8217;m not an expert in Drupal. I don&#8217;t use it much.</p>
<h2>Screenshot</h2>
<p>This is how the admin side will look&#8230;</p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/admin_side.png" alt="Admin interface" title="Admin interface" width="403" height="229" class="aligncenter size-full wp-image-330" /></p>
<h2>Plugin Week 2</h2>
<p>This plugin is part of the Plugin Week 2 series. <strong class="highlight">Plugin Week is a week when I publish a new plugin each day for an entire week</strong>. I have already one this <a href="http://www.bin-co.com/blog/2008/12/wordpress-plugin-week/">one time</a> &#8211; so this is Plugin Week 2. The plugins released so far&#8230;</p>
<ul>
<li><a href="http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/">Weather Man</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/minicart-wordpress-plugin-shopping-cart-for-wordpress/">MiniCart WordPress Plugin</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/gallifrey-image-gallery-wordpress-plugin/">Gallifrey WordPress Plugin</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/gimp-plugin-web-2-0-shadows/">GIMP Plugin – Web 2.0 Shadows</a></li>
</ul>
<p>If you want to get news about the upcoming plugin releases(remember, 1 per day), please <strong class="highlight"><a href="http://feeds2.feedburner.com/bin-blog">subscribe to this site</a>.</strong></p>
<p><a href="http://www.bin-co.com/blog/wp-content/uploads/2009/07/druplicon.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/drupal-plugin-page-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MiniCart WordPress Plugin: Shopping Cart for WordPress</title>
		<link>http://www.bin-co.com/blog/2009/07/minicart-wordpress-plugin-shopping-cart-for-wordpress/</link>
		<comments>http://www.bin-co.com/blog/2009/07/minicart-wordpress-plugin-shopping-cart-for-wordpress/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:04:38 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[minicart]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugin-week-2]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=305</guid>
		<description><![CDATA[<a href="http://www.bin-co.com/tools/wordpress/plugins/mini-cart/">MiniCart</a> will implement a mini-shopping-cart in your blog. You can add items from the admin side and embed the cart into posts. This can also be used as a donation plugin. By design, you can only show one item in a cart.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/shopping_cart.jpg" alt="Wordpress Shopping Cart" title="Wordpress Shopping Cart" width="480" height="308" class="aligncenter size-full wp-image-304" /></p>
<p class="intro"><strong class="highlight"><a href="http://www.bin-co.com/tools/wordpress/plugins/mini-cart/">MiniCart</a> will implement a mini-shopping-cart in your blog</strong>. You can add items from the admin side and embed the cart into posts. This can also be used as a donation plugin. By design, you can only show one item in a cart.</p>
<p>If you like this plugin, consider making a donation&#8230;</p>
<div id='minicart-widget'>
<h3></h3>
<p></p>

<form name="minicart" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align:left;">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="binnyva@hotmail.com" />
<input type="hidden" name="return" value="http://www.bin-co.com/blog/tag/plugin-week-2/feed/" />
<input type="hidden" name="notify_url" id="notify_url" value="http://www.bin-co.com/blog/wp-content/plugins/mini-cart/ipn.php?item=0&name=Donate+Mini+Cart+Plugin&reason=Mini+Cart+Plugin&comment=" />
<input type="hidden" name="item_name" value="Donate Mini Cart Plugin" />
<input type="hidden" name="item_number " value="0" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="no_shipping" value="1" /><label for="amount">Amount</label>
<input type="text" id="amount" name="amount" value="5" size="4" />USD<br />
<input type="submit" name="action" value="Donate" /></form></div>
<p>The above donate form is created using the MiniCart plugin. To see an actual cart in action, got the <a href="http://wordpress.binnyva.com/plugin/minicart-plugin-demo/">MiniCart Demo page</a>. </p>
<h3><a href="http://downloads.wordpress.org/plugin/mini-cart.zip">Download MiniCart</a></h3>
<h2>Features</h2>
<ul>
<li>Supports Paypal</li>
<li>Easy to use interface</li>
<li>You can also embed it directly into a post</li>
<li>One item/cart restriction. This will force the users to focus on just one item.</li>
</ul>
<h2>Installation</h2>
<ol>
<li>Download the <a href="http://downloads.wordpress.org/plugin/mini-cart.zip">zipped file</a>.</li>
<li>Extract and upload the contents of the folder to /wp-contents/plugins/ folder</li>
<li>Enable the plugin from WordPress admin area</li>
<li>Go to Settings &gt; Mini-Cart Setting page and set the paypal id(<strong class="highlight"><em>Make sure this is done</em></strong>).</li>
<li>Go to Tools &gt; Cart Items and create items</li>
<li>Embed the cart in a post by using the code [M<wbr />INICART item="ID_OF_ITEM"] anywhere in a post/page.</li>
<li>Alternatively, you can use the code [M<wbr />INICART donate] to show a donation form.</li>
</ol>
<p>If you have any issues with the plugin, post a thread at the <a href="http://projects.binnyva.com/forum/viewforum.php?f=17">MiniCart Plugin Forum</a>.</p>
<h2>Plugin Week</h2>
<p>This plugin is part of the Plugin Week 2 series. Plugin Week is a <strong class="highlight">week when I publish a new plugin each day for an entire week</strong>. I have already one this one time &#8211; so this is Plugin Week 2. This is the second plugin released this week. The first is <a href="http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/">Weather Man</a>.</p>
<p>If you want to <strong class="highlight">get news about the upcoming plugin releases(remember, 1 per day), please <a href="http://feeds2.feedburner.com/bin-blog">subscribe to this site</a>.</strong></p>
<p><a href="http://www.flickr.com/photos/anyone_anywhere/104163704/">Photo Credit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/minicart-wordpress-plugin-shopping-cart-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Plugin Week 2: WordPress Plugin &#8211; Weather Man</title>
		<link>http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/</link>
		<comments>http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:58:54 +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-week-2]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[weather-man]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=294</guid>
		<description><![CDATA[After the success of <a href="http://www.bin-co.com/blog/2008/12/wordpress-plugin-week/">Plugin Week</a>, I have decided to do it once again. So, without further ado, <strong class="highlight">Welcome to Plugin Week 2</strong>. If you don't know what a plugin week is, its <strong class="highlight">a week when I publish one plugin per day - for an entire week</strong>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/wordpressplugin.gif" alt="Wordpress Plugin" title="Wordpress Plugin" width="180" height="130" class="aligncenter size-full wp-image-297 intro" align="right" /></p>
<p class="intro">After the success of <a href="http://www.bin-co.com/blog/2008/12/wordpress-plugin-week/">Plugin Week</a>, I have decided to do it once again. So, without further ado, <strong class="highlight">Welcome to Plugin Week 2</strong>. If you don&#8217;t know what a plugin week is, its <strong class="highlight">a week when I publish one plugin per day &#8211; for an entire week</strong>.</p>
<p>There is one big difference between Plugin Week 1 and Plugin Week 2. In Plugin Week 1, only wordpress plugins where release(they are <a href="http://www.bin-co.com/blog/2008/11/eventr-wordpress-plugin/">Eventr</a>, <a href="http://www.bin-co.com/blog/2008/11/autofields-wordpress-plugin/">Autofields</a>, <a href="http://www.bin-co.com/blog/2008/11/pollin-wordpress-plugin/">Pollin</a>, <a href="http://www.bin-co.com/blog/2008/11/surveys-wordpress-plugin/">Surveys</a>, <a href="http://www.bin-co.com/blog/2008/11/quartz-wordpress-plugin/">Quartz</a> and <a href="http://www.bin-co.com/blog/2008/11/quizzin-wordpress-plugin/">Quizzin</a>). This time around, I will <strong class="highlight">not restrict myself to WordPress plugins</strong> &#8211; I&#8217;m going for other software too &#8211; expect Drupal plugins, jQuery plugins and more.</p>
<p>I&#8217;ll start off with a very simple plugin&#8230;</p>
<h2>Weather Man WordPress Plugin</h2>
<p><a href="http://www.bin-co.com/tools/wordpress/plugins/weather-man/">Weather Man</a> <strong class="highlight">shows the weather as a widget</strong> in the sidebar. You can add the widget using the Widget page under Appearance. Or you can add it in a post using the [weather-man] shortcode anywhere in the post. It uses Yahoo&#8217;s Weather API.</p>
<h3><a href="http://downloads.wordpress.org/plugin/weather-man.zip">Download Plugin</a></h3>
<p><a href="http://wordpress.binnyva.com/plugin/weather-man-plugin-test/">Demo of Weather Man WordPress Plugin</a></p>
<h3>Installation</h3>
<ul>
<li>Download the <a href="http://downloads.wordpress.org/plugin/weather-man.zip">zipped file</a>.</li>
<li>Extract and upload the contents of the folder to /wp-contents/plugins/ folder</li>
<li>Go to the Plugin management page of WordPress admin section and enable the &#8216;Weather Man&#8217; plugin</li>
<li>Go to the Widget configuration(under Appearance) and add the Weather Man Widget into any sidebar.</li>
<li>Alternatively, you can add the [weather-man] tag in any post and the Weather Man Widget will show up there.</li>
</ul>
<h3>Screenshots</h3>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/before.png" alt="Weather Form" title="Weather Form" width="318" height="131" class="aligncenter size-full wp-image-296" /></p>
<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/after.png" alt="Weather Display" title="Weather Display" width="378" height="321" class="aligncenter size-full wp-image-295" /></p>
<h3>Feedback</h3>
<p>If you have any suggestions or notice any problems with the plugin, post it in the <a href="http://projects.binnyva.com/forum/viewforum.php?f=16">Weather Man Plugin forum</a>.</p>
<h2>About Me and Plugin Week</h2>
<p>If you are new to this blog(I hope to get many new visitors due to the Plugin Week), <strong class="highlight">I&#8217;m Binny. I&#8217;m a freelance web developer on the LAMP platform</strong>. I specialize in PHP and <a href="http://www.openjs.com/">JavaScript</a>. More about me on my <a href="http://binnyva.com/">personal site</a>. Plugin Week 2 is an initiative to force myself to a small deadline to write code. It worked great during Plugin Week 1 &#8211; so I&#8217;m doing it again. Also, I get a lot of visitors during the Plugin Week <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8211; that can&#8217;t be bad.</p>
<p>If you want to get news about the upcoming plugin releases(remember, 1 per day), please <strong class="highlight"><a href="http://feeds2.feedburner.com/bin-blog">subscribe to this site</a></strong>.</p>
<p>If you like the concept of the Plugin Week or if you found it helpful, <strong class="highlight">consider writing a post about Plugin Week on your blog</strong>. If you write a post, please let me know &#8211; and I&#8217;ll list your post on the last day of the plugin week(it will have a &#8216;Thank You for your Support&#8217; section).</p>
<p>Next plugin will be released tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

