<?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; Sites</title>
	<atom:link href="http://www.bin-co.com/blog/category/sites/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>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Paypal Integration: IPN&#8217;s notify_url Not Being Called</title>
		<link>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/</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 &#8211; so I ran into trouble. I have a couple of <a href="https://developer.paypal.com/">sandbox accounts</a> &#8211; 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 &#8211; <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 &#8211; but I decided to document the process &#8211; 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 &#8211; 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 &#8211; <strong class="highlight">make sure it works</strong>! There is an easy way to <strong class="highlight">test it &#8211; 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 &#8211; remember that its simulated &#8211; <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>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/05/paypal-integration-ipns-notify_url-not-being-called/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>BarCamp Kerala 5 on 3rd May at Technopark</title>
		<link>http://www.bin-co.com/blog/2009/04/barcamp-kerala-5-on-3rd-may-at-technopark/</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) &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/04/barcamp-kerala-5-on-3rd-may-at-technopark/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easier Way to Update Twitter Status: Address Bar</title>
		<link>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/</link>
		<comments>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:52:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=227</guid>
		<description><![CDATA[I have already created a <a href="http://binnyva.blogspot.com/2007/03/using-twitter-part-1-command-line.html">script to update twitter(or tweet, or whatever) from the command line</a>. For those who are not big fans of command line, there is another method to make tweeting easier - <strong class="highlight">tweeting from the address bar</strong>...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/02/twitter.png" alt="Twitter" title="Twitter" width="155" height="59" class="alignnone size-full wp-image-228 intro" align="right" /></p>
<p class="intro">I have already created a <a href="http://binnyva.blogspot.com/2007/03/using-twitter-part-1-command-line.html">script to update twitter(or tweet, or whatever) from the command line</a>. For those who are not big fans of command line, there is another method to make tweeting easier &#8211; <strong class="highlight">tweeting from the address bar</strong>&#8230;</p>
<p><strong class="higlight">Firefox</strong> has an cool feature that lets you substitute words in the address bar &#8211; we are going to use this feature to update twitter status from the address bar. And, for that reason, this trick only works in Firefox. First, you have to create a bookmark.</p>
<ul>
<li>Bookmarks &gt; Organize Bookmarks&#8230;</li>
<li>Select &#8216;Bookmarks Menu&#8217;</li>
<li>Organize &gt; New Bookmark&#8230;</li>
</ul>
<p>Set the name as &#8216;Twitter&#8217;. The location must be &#8216;http://twitter.com/home?status=%s&#8217;. Enter &#8216;tweet&#8217; in the keyword field.</p>
<p>Now open up a new tab and type in&#8230;</p>
<pre><code class="text">tweet Testing the new address bar tweeting method.</code></pre>
<p>Now the text you entered will automatically be inserted into the textarea in twitter &#8211; but <strong class="highlight">you will have to click the Update button for it to be posted</strong>. If you want to make it easier, write a greasemonkey script to auto insert the text. But be warned, there is a small security risk in doing that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nexty.org Launched</title>
		<link>http://www.bin-co.com/blog/2008/07/nextyorg-launched/</link>
		<comments>http://www.bin-co.com/blog/2008/07/nextyorg-launched/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 17:59:33 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[nexty]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=121</guid>
		<description><![CDATA[<a href="http://nexty.org/">Nexty</a> is an easy to use To Do list manager created using GTD principles</strong>. The core idea behind this software is simplicity. I wanted to make a GTD tool that is the most easy to use. So far, I have released this two times - first when <a href="http://www.bin-co.com/blog/2007/04/nexty-10-released/">Nexty was created</a> - and then when <a href="http://www.bin-co.com/blog/2007/09/nexty-the-online-application/">it was available as a online service</a>. Now, I am <strong class="highlight">giving <a href="http://nexty.org/">Nexty its own domain</a></strong>.]]></description>
			<content:encoded><![CDATA[<p><a href='http://nexty.org/'><img src="http://www.bin-co.com/blog/wp-content/uploads/2007/04/nexty_logo.png" alt="" title="Nexty Logo" width="171" height="73" class="alignnone size-full wp-image-7" /></a></p>
<p class="intro"><strong class="highlight"><a href="http://nexty.org/">Nexty</a> is an easy to use To Do list manager created using GTD principles</strong>. The core idea behind this software is simplicity. I wanted to make a GTD tool that is the most easy to use. So far, I have released this two times &#8211; first when <a href="http://www.bin-co.com/blog/2007/04/nexty-10-released/">Nexty was created</a> &#8211; and then when <a href="http://www.bin-co.com/blog/2007/09/nexty-the-online-application/">it was available as a online service</a>. Now, I am <strong class="highlight">giving <a href="http://nexty.org/">Nexty its own domain</a></strong>.</p>
<h2>Features</h2>
<p>Some features that make nexty special&#8230;</p>
<dl>
<dt>Easy to Use</dt>
<dd>Using Nexty is very simple &#8211; you can start using it without any trouble</dd>
<dt>FREE!</dt>
<dd>Its &#8216;gratis&#8217; &#8211; you don&#8217;t have to pay to use it.</dd>
<dt>Open Source</dt>
<dd>Its &#8216;libera&#8217;. Since Nexty is published under the BSD License, you can download and modify the code to fit your need.</dd>
<dt>Calendar</dt>
<dd>See all your tasks, reminders and due dates in one centralized location.</dd>
<dt>Next Actions</dt>
<dd>Focus on one single task at a time using this feature.</dd>
<dt>Search</dt>
<dd>For Projects, Tasks and Reminders that you have created.</dd>
<dt>And the Usual Stuff&#8230;</dt>
<dd>Nexty has everything you would expect in a GTD system &#8211; Projects, Contexts, Reminders &#8211; you know &#8211; the works.</dd>
</dl>
<h2>Free Software</h2>
<p>If you are using Nexty as a locally installed application, there is no need to worry &#8211; the <a href="http://sourceforge.net/projects/nexty/">source is available for download</a> &#8211; and <strong class="highlight">its still in the BSD license</strong>. That will not change.</p>
<p>But if you are looking for a free online GTD tool, try <a href="http://nexty.org/">Nexty</a>.</p>
<h2>Support</h2>
<p>Further development details and <strong class="highlight">announcements of Nexty will appear on its own <a href="http://blog.nexty.org/">development blog</a></strong>.</p>
<p>If you need any <strong class="highlight">support for using Nexty, post a query on the <a href="http://projects.binnyva.com/forum/viewforum.php?f=8">Nexty Support Forum</a></strong>.</p>
<p>You can also post your suggestions there as well.</p>
<h2>Publicity</h2>
<p>I am trying to get some publicity for Nexty and its launch &#8211; if anyone has any suggestions about this, your comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2008/07/nextyorg-launched/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3 &#8211; World Record and Downed Servers</title>
		<link>http://www.bin-co.com/blog/2008/06/firefox-3-world-record-and-downed-servers/</link>
		<comments>http://www.bin-co.com/blog/2008/06/firefox-3-world-record-and-downed-servers/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:43:10 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=113</guid>
		<description><![CDATA[As many others from around the web, I too am waiting for the latest iteration of the Firefox browser &#8211; Firefox 3. And again, like many others, I too am participating in the World Record attempt. Unfortunately, even though the release time is upon us, I cannot download the software &#8211; because their server is [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">As <a href="http://www.cyberciti.biz/tips/firefox-3-set-to-release-on-june-17th-2008.html">many</a> <a href="http://www.openjs.com/articles/firefox/javascript_updates_firefox3.php">others</a> from around the web, I too am waiting for the latest iteration of the Firefox browser &#8211; Firefox 3. And again, <a href="http://www.techzilo.com/download-mozilla-firefox-3-final/">like</a> <a href="http://www.nirmaltv.com/2008/06/17/download-firefox-3/">many</a> <a href="http://www.labnol.org/software/download/download-firefox-3-exact-time-world-map/3595/">others</a>, I too am participating in the <a href="http://www.spreadfirefox.com/worldrecord">World Record attempt</a>. Unfortunately, even though the release time is upon us, I cannot download the software &#8211; because <strong class="highlight">their server is down</strong>!</p>
<p><a href='http://www.bin-co.com/blog/wp-content/uploads/2008/06/mozilla_firefox_outage.png'><img src="http://www.bin-co.com/blog/wp-content/uploads/2008/06/mozilla_firefox_outage.png" alt="" title="Mozilla Firefox Site Outage" width="500" height="219" class="alignnone size-full wp-image-114" /></a></p>
<p>As a linux user, I have come to expect the fact that servers will collapse when a new version of a distro is released. But those are big files that are transferred(the linux images will be anywhere between 600 MB to 4 GB). But in case of firefox, a 8 MB file managed to bring top servers to their knees. A testament to the popularity of firefox &#8211; although <strong class="highlight">I wish mozilla had more mirrors.</strong></p>
<p>If you cannot wait to get the latest version, get it from <a href="ftp://ftp.mozilla.org/pub/firefox/releases/3.0/">their FTP servers</a> &#8211; they are functioning normally. But, <strong class="highlight">those downloads will NOT BE COUNTED in the final tally for the world record</strong>.</p>
<h2>Related Links</h2>
<ul>
<li><a href="http://www.dria.org/wordpress/archives/2008/06/12/655/">Field Guide to Firefox 3</a></li>
<li><a href="http://www.labnol.org/software/download/download-firefox-3-mozilla-ftp-servers/3603/">Firefox 3 Available for Download on Mozilla FTP and Web Servers</a></li>
<li><a href="http://developer.mozilla.org/devnews/index.php/2008/06/11/coming-tuesday-june-17th-firefox-3/">Coming Tuesday, June 17th: Firefox 3</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2008/06/firefox-3-world-record-and-downed-servers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Alertle Launched</title>
		<link>http://www.bin-co.com/blog/2008/02/alertle-launched/</link>
		<comments>http://www.bin-co.com/blog/2008/02/alertle-launched/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 18:22:43 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[alertle]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2008/02/alertle-launched/</guid>
		<description><![CDATA[
I am one of the geeks behind Alertle. Its a web based RSS Reader. I am responsible for a good amount of the JavaScript areas of this app  
Features

Single Page Application
The entire application is contained in a single page &#8211; everything is done through Ajax. I will not advice that you make something like [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.alertle.com/' title='Alertle Screenshot'><img src='http://www.bin-co.com/blog/wp-content/uploads/2008/02/alertle_screenshot.jpg' alt='Alertle Screenshot' class="intro" align="right" /></a></p>
<p class="intro">I am one of the geeks behind <a href="http://www.alertle.com/">Alertle</a>. Its a web based RSS Reader. I am responsible for a good amount of the JavaScript areas of this app <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>Features</h2>
<dl>
<dt>Single Page Application</dt>
<dd>The entire application is contained in a single page &#8211; everything is done through Ajax. I will not advice that you make something like this(its a maintenance nightmare) but I can say one thing about it &#8211; its Cool. With a capital &#8216;C&#8217;.</dd>
<dt>Keyboard Shortcuts</dt>
<dd>I got the idea of creating a <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">Keyboard Shortcut Library for JavaScript</a> when I was working on this feature.</dd>
<dt>Autoplay</dt>
<dd>You can view articles as you are viewing a slideshow if you enable this.</dd>
<dt>Feedpacks</dt>
<dd>You can bunch a group of feeds together into a feedpack &#8211; and see all the posts from such a group together.</dd>
<dt>Sharing</dt>
<dd>You can share your feedpacks with other users</dd>
</dl>
<h3>Perfect for High Volume Feeds</h3>
<p>There is one major feature that sets Alertle appart from other RSS readers &#8211; it does not tell you if a post is read or not. Yeah, first you will think its a missing feature &#8211; but its not. I have used a lot of feed readers &#8211; once you subscribe to a couple of high volume feed &#8211; like say, BoingBoing or Slashdot or something, you can say goodbye to your sanity. It creates so many new items that the only way of staying away the mess is to click on the &#8216;Mark all as read&#8217; button once every four seconds. You know what I mean &#8211; I am sure <a href="http://www.problogger.net/archives/2007/03/01/34-reasons-why-readers-unsubscribe-from-your-blog/">you have unsubscribed from many feeds for this reason.</a></p>
<p>With alertle, you can subscribe all these high volume feeds. And there is no pressure to view all the posts.</p>
<p>If you are an info junkie, I can guaranty that your will get lost for hours in Alertle.</p>
<h2>Problems</h2>
<h3>IE is not Supported</h3>
<p>We are still working on this &#8211; and due to deadline constraints, we decided to release Alertle without IE support. So if you are an IE user, I am sorry &#8211; but What in the World are you Doing? Ditch that terrible browser and get a <a href="http://www.mozilla.com/en-US/firefox/">real browser</a> right now!</p>
<p>If we can get a few people to switch to firefox before we add support for IE, I will say that Alertle gone beyond and above the call of duty to make the web a better place! <img src='http://www.bin-co.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<h3>Posts don&#8217;t have a Read Flag (pun unintended)</h3>
<p>Um., yeah, I know &#8211; this is both an advantage and a disadvantage. This will prevent me from using Alertle for all my feeds. For my must-read feeds, I will still be using Google Reader. For the high volume stuff, I will use Alertle.</p>
<h2>Getting to Know Alertle</h2>
<p>So, what are you waiting for? Head over to Alertle and sign up for an account. Its FREE!</p>
<p>But if you are still unconvinced, here is a demo&#8230;</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ztQJ4ec1aWs&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ztQJ4ec1aWs&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<h2>Links</h2>
<ul>
<li><a href="http://www.alertle.com/">Alertle</a></li>
<li><a href="http://mashable.com/2008/02/07/alertle/">Masable&#8217;s take on Alertle</a></li>
<li><a href="http://blog.alertle.com/">Alertle Blog</a></li>
<li><a href="http://wiki.alertle.com/">Alertle Docs</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2008/02/alertle-launched/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>A Secret Source for Great Free Icons for your Desktop and Web Apps</title>
		<link>http://www.bin-co.com/blog/2007/12/a-secret-source-for-great-free-icons-for-your-desktop-and-web-apps/</link>
		<comments>http://www.bin-co.com/blog/2007/12/a-secret-source-for-great-free-icons-for-your-desktop-and-web-apps/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 19:31:37 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/12/a-secret-source-for-great-free-icons-for-your-desktop-and-web-apps/</guid>
		<description><![CDATA[Desktop and Web application needs icons. Icons make the app more usable than an all-text application. If you are building a desktop application, your framework may provide some stock icons. But if you are making a web application, you will need external icons.
I have seen a lot of pages that lists many icon sets&#8230;

Icons For [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">Desktop and Web application needs icons. <a href="http://www.oreillynet.com/mac/blog/2006/01/icons_usability_and_computers.html">Icons make the app more usable</a> than an all-text application. If you are building a desktop application, your framework may provide some stock icons. But if you are making a web application, you will need external icons.</p>
<p>I have seen a lot of pages that lists many icon sets&#8230;</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2007/11/29/icons-for-your-desktop-and-icons-for-your-web-designs/">Icons For Your Desktop and Icons For Your Web Designs</a></li>
<li><a href="http://www.dapino-webdesign.nl/blog/?p=148">Quality mini icons</a></li>
<li><a href="http://garcya.us/blog/90-free-vector-icons-set/">90 Free Vector Icons Set</a></li>
<li><a href="http://www.designvitality.com/blog/2007/11/free-icons/">The Top 50 Sources for Free Designer Icons</a></li>
<li><a href="http://www.dezinerfolio.com/2007/09/25/top-50-supercool-free-icon-sets/">Top 50 Supercool Free Icon Sets</a></li>
<li><a href="http://www.smashingmagazine.com/2006/09/03/symbols-buttons-and-icons-for-free/">Symbols, Buttons and Icons For Free</a></li>
<li><a href="http://www.smashingmagazine.com/2006/12/03/more-symbols-buttons-and-icons-for-free/">More Symbols, Buttons and Icons For Free</a></li>
<li><a href="http://icons.primail.ch/">Free Tiny Small Mini Icons Bullets</a></li>
<li><a href="http://www.iconfinder.net/">Icon Finder &#8211; a search engine for icons</a></li>
</ul>
<p>But when I want some icons I have a better place to look.</p>
<p><a href="http://www.kde-look.org/index.php?xsortmode=high&amp;page=0&amp;xcontentmode=22x27">KDE</a> and <a href="http://www.gnome-look.org/index.php?xsortmode=high&amp;page=0&amp;xcontentmode=120">Gnome</a> Icon themes.</p>
<p>I prefer using these icons because of the following reasons&#8230;</p>
<h3>Multiple Size Icons</h3>
<p>Most themes provide the same icon in various sizes. The available sizes are 128&#215;128, 64&#215;64, 48&#215;48, 32&#215;32, 24&#215;24, 22&#215;22, 16&#215;16 and sometimes even a <strong>scalable SVG set</strong>. Not all themes have all the sizes &#8211; but most have. I don&#8217;t have to tell you how useful this is.</p>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/different_sizes.png' alt='Multiple Size Icons' /></p>
<h3>Lots of Choice</h3>
<p><a href="http://www.kde-look.org/index.php?xsortmode=high&amp;xcontentmode=22x27">KDE Look Icons page</a> have 86 pages with 15 icon themes per page. That makes a total of <strong>1290 icon sets</strong>. And I am not counting the Gnome Look Icons.</p>
<p>That&#8217;s a lot of choice. Granted, not all will be good. Not all will have the icon I am searching for. Not all have the size I way want. There will be some duplication. But its still a lot.</p>
<h3>Free &#8211; in both sense of the word</h3>
<p>Most of these icons uses <strong>GPL and LGPL licenses</strong>. So you can use if for your application without paying for them. You can modify them. You can share it with others. You can&#8230; you get the idea. The point is there are no restrictions.</p>
<p>Even if you are building a proprietary application, I think you can use the icons because you are not compiling it into the application. But <strong>I am not sure about that</strong> &#8211; if anyone reading this knows, please leave a comment.</p>
<p>I have to warn you that not all icons sets use these licenses &#8211; so make sure you <strong>look at the license of an icon set before using it</strong>.</p>
<h3>Great Icons</h3>
<p>Most of the icons are created by <a href="http://www.oxygen-icons.org/">professional designers</a>. Sure there are some duds among the collection &#8211; but the majority of them are good.</p>
<h2>Some Recommended Icon Sets</h2>
<h2><a href="http://www.kde-look.org/content/show.php/Crystal+Project?content=60475">Crystal Project</a></h2>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/crystal_project.png' alt='Crystal Project' /></p>
<h2><a href="http://www.kde-look.org/content/show.php/Nuvola?content=5358">Nuvola</a></h2>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/nuvola.png' alt='Nuvola' /></p>
<h2><a href="http://www.kde-look.org/content/show.php/Crystal+Diamond+Icons?content=45576">Crystal Diamond</a></h2>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/crystal_diamond.png' alt='Crystal Diamond' /></p>
<h2><a href="http://www.kde-look.org/content/show.php/black+%2B+white+icons?content=24645">black + white icons</a></h2>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/black_white.jpg' alt='Black White' /></p>
<h2><a href="http://www.kde-look.org/content/show.php/Crystal+Clear?content=25668">Crystal Clear</a></h2>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/12/crystal_clear.png' alt='Crystal Clear' /></p>
<p>And there are hundreds more for you to find out&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/12/a-secret-source-for-great-free-icons-for-your-desktop-and-web-apps/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Google Reader has Search!</title>
		<link>http://www.bin-co.com/blog/2007/09/google-reader-has-search/</link>
		<comments>http://www.bin-co.com/blog/2007/09/google-reader-has-search/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 14:59:52 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[google-reader]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/09/google-reader-has-search/</guid>
		<description><![CDATA[Finally &#8211; the feature I most wanted in Google Reader has been added. Its official people &#8211; Google Reader has search.

I have no idea why they took so long to add this feature &#8211; its ironic that Google fails to provide the search option.
Results Sorted by Date
The main complaint I have about the search feature [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">Finally &#8211; <a href="http://binnyva.blogspot.com/2007/02/top-5-features-missing-in-google-reader.html">the feature I most wanted in Google Reader</a> has been added. Its official people &#8211; <strong><a href="http://www.google.com/reader/">Google Reader</a> has search</strong>.</p>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/09/google_reader_search.png' alt='Google Reader Adds Search' /></p>
<p>I have no idea why they took so long to add this feature &#8211; its ironic that Google fails to provide the search option.</p>
<h2>Results Sorted by Date</h2>
<p>The main complaint I have about the search feature is that the results are sorted by date and not by relevance. The below picture will make this very clear&#8230;</p>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/09/google_reader_search_sorting1.png' alt='Google Reader Search Result Sorting' /></p>
<p>I would prefer that it is sorted by relevance &#8211; at least provide an option for that.</p>
<h2>More Information</h2>
<ul>
<li><a href="http://googlereader.blogspot.com/2007/09/we-found-it.html">Offical Announcement</a></li>
<li><a href="http://www.mattcutts.com/blog/google-reader-adds-search/">Google Reader adds search!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/09/google-reader-has-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS Templating System</title>
		<link>http://www.bin-co.com/blog/2007/06/css-templating-system/</link>
		<comments>http://www.bin-co.com/blog/2007/06/css-templating-system/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 09:18:21 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[nexty]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/06/css-templating-system/</guid>
		<description><![CDATA[In Nexty I used CSS to create a inexpensive templating system. You can see it in action in the settings page of Nexty. Currently I use it only for changing the icon sets. But you can change the colors and the layout using this system.

Before starting, I must say that CSS is not the most [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">In <a href="http://nexty.sourceforge.net/">Nexty</a> I used CSS to create a inexpensive templating system. You can see it in action in the settings page of Nexty. Currently I use it only for changing the icon sets. But you can change the colors and the layout using this system.</p>
<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/06/icons1.png' alt='CSS Templating for Icons' /></p>
<p>Before starting, I must say that CSS is not the most powerful solution for templating. Using a server side solution is much more recommended. But for my purposes, CSS was good enough.</p>
<h2>(X)HTML Code</h2>
<p>If you want to use CSS templating, your app must be semantically valid. In other words, there is no way you can theme a tag soup.</p>
<p>Make sure that the stylesheet used for templating appears at the last. This will make sure that all the rules in the above stylesheets can be overwritten easily. In Nexty, I have a base stylesheet, then the theme stylesheet and at the end the hacks stylesheet&#8230;</p>
<pre><code class="css">&lt;link href="<a href="http://www.bin-co.com/php/programs/apps/nexty/demo/css/style.css">css/style.css</a>" rel="stylesheet" type="text/css" /&gt;
&lt;link href="<a href="http://www.bin-co.com/php/programs/apps/nexty/demo/images/themes/crystal/theme.css">images/themes/crystal/theme.css</a>" rel="stylesheet" type="text/css" /&gt;
&lt;!--[if IE]&gt;
&lt;link rel="stylesheet" href="css/style_ie.css" type="text/css" media="all" /&gt;
&lt;![endif]--&gt;</code></pre>
<h2>PHP Code</h2>
<p>Very little PHP is involved to creating this system &#8211; I depend on it just to change the path of the CSS Stylesheet. The code used is&#8230;</p>
<pre><code class="php">&lt;link href="images/themes/&lt;?=$theme?&gt;/theme.css" rel="stylesheet" type="text/css" /&gt;</code></pre>
<p>The <code>$theme</code> variable will change if the user changes the theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/06/css-templating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Session issue in SourceForge Hosting</title>
		<link>http://www.bin-co.com/blog/2007/05/php-session-issue-in-sourceforge-hosting/</link>
		<comments>http://www.bin-co.com/blog/2007/05/php-session-issue-in-sourceforge-hosting/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:46:28 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/05/php-session-issue-in-sourceforge-hosting/</guid>
		<description><![CDATA[If you are using sourceforge to host your project, be careful when using the web hosting provided by them &#8211; it&#8217;s session handler for PHP is broken. I learned this the hard way when I tried to set up a demo for my latest project.
Many other have found this problem as well. You you have [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">If you are using <a href="http://sourceforge.net/">sourceforge</a> to host your project, be careful when using the web hosting provided by them &#8211; it&#8217;s session handler for PHP is broken. I learned this the hard way when I tried to set up a demo for my latest project.</p>
<p>Many <a href="http://bibciter.sourceforge.net/?p=10">other have found this problem</a> as well. You you have actually gone through the SourceForge documentation, you will find that <a href="http://sourceforge.net/docman/display_doc.php?docid=4297&amp;group_id=1#php">this issue is documented</a>.</p>
<p><a href="http://nexty.sourceforge.net/">Nexty</a> had this <a href="http://sourceforge.net/docman/display_doc.php?docid=4297&amp;group_id=1#php">problem</a> as well &#8211; but back then, I thought it was a problem with sourceforge&#8217;s caching mechanism. Now I know that it is an issue with their session management.</p>
<p>Just an <abbr title="For Your Information">FYI</abbr></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/05/php-session-issue-in-sourceforge-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
