<?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; application</title>
	<atom:link href="http://www.bin-co.com/blog/tag/application/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>My Windows/DOS Applications</title>
		<link>http://www.bin-co.com/blog/2009/01/windows-dos-applications/</link>
		<comments>http://www.bin-co.com/blog/2009/01/windows-dos-applications/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 18:11:13 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=224</guid>
		<description><![CDATA[I got into programming before I got into Linux - consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them - but <strong>if anyone finds any of these useful, it wont go to waste</strong>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/01/dos_logo.jpeg" alt="DOS Logo" title="DOS Logo" width="76" height="79" class="alignnone size-full wp-image-225 intro" align="right" /></p>
<p class="intro">I got into programming before I got into Linux &#8211; consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them &#8211; but <strong>if anyone finds any of these useful, it wont go to waste</strong>.</p>
<p>I wrote many programs in my Window days. But most of them are useful only to me &#8211; its pointless to list them here. These are the list of programs that others might find interesting.</p>
<p>This post is a part of a series I am doing on Windows. The other posts in this series so far are&#8230;</p>
<ul>
<li><a href="http://www.bin-co.com/blog/2009/01/3-windows-speed-tips-from-linux-user/">3 Windows Speed Tips from a Linux User</a></li>
<li><a href="http://www.bin-co.com/blog/2009/01/windows-hacks-the-escape/">Windows Hacks: ‘The Escape’</a></li>
<li><a href="http://www.bin-co.com/blog/2009/01/using-linux-for-a-better-windows-experience/">Using Linux for a better Windows Experience</a></li>
</ul>
<h2>Command Line Apps</h2>
<p>I had an affection for the Command Line even when I was in windows. Due to the lack of tools in DOS, I created a few DOS tools myself. Most of them are done in C++&#8230;</p>
<h3><a href="http://binnyva.com/pro/dos/bd/">bd &#8211; &#8216;dir&#8217; command replacement</a></h3>
<p>BD is a `dir` replacement. This program displays the contents of a specified folder in a colorful and more understandable way. BD displays files of different types in different colours, letting you see at a glance which files are executable, which are documents, directories etc.</p>
<blockquote><p>BD helps to cross the boundary between the starkness of DOS and the color of Windows and is a perfect utility for anyone who is experienced with Windows but wishes to start working in DOS.<br />
 &nbsp; &nbsp;  &nbsp; &nbsp;  &nbsp; &nbsp;  &nbsp; &nbsp; <strong><a href="http://www.completelyfreesoftware.com/">Completely Free Softwares</a></strong></p></blockquote>
<h3><a href="http://binnyva.com/pro/dos/boot_booster/">Boot Booster</a></h3>
<p>Boot Booster is a program that tries to put the booting time of the computer to good use. It can log the booting time, display a joke or an inspirational message that will change at every booting, display any message, display any reminders you have set etc. Boot Booster can be configured to log the booting time, shutdown time and the time the session lasted etc. <strong>Works only in Windows 95/98</strong>. It will NOT work on anything newer.</p>
<p>I don&#8217;t expect anyone will find this useful. But at the time I created it, it was one of my favorite applications. I have created other apps to parse the result of its log and create <a href="http://binnyva.blogspot.com/2006/01/my-computer-in-2005.html">some &#8216;interesting&#8217; graphics</a>.</p>
<h2>Batch Programming Helpers</h2>
<p>People into DOS will also be into batch programming. I wrote quite a few batch scripts to automate stuff. Since the batch scripting language had very little features, I wrote utilities to improve its abilities&#8230;</p>
<h3><a href="http://binnyva.com/pro/dos/batch_tk/">Batch ToolKit</a></h3>
<p>Batch ToolKit is a collection of 5 programs intended to make batch programming a bit more feature rich&#8230;</p>
<ul>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#becho">Becho</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#message">Message</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#tnd">Tnd &#8211; Time &#8216;n Date</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#select">Select</a></li>
<li><a href="http://binnyva.com/pro/dos/batch_tk/#getline">Getline</a></li>
</ul>
<p>If you are in windows and you use Batch in a non-trivial way, please switch to linux &#8211; you are going to love the features that is provided by bash(Linux shell scripting language). Then after a while, <a href="http://lindesk.com/2008/05/shell-script-language-use-perl-not-bash/">you will hate that too &#8211; and will use higher level languages</a>. And thus, a programmer is born.</p>
<h2>GUI Applications &#8211; Tcl/Tk</h2>
<p>I also did some Tcl/Tk programming in Windows to create GUI applications. I continue that even today &#8211; as Tcl/Tk is well supported in Linux(even though <a href="http://www.bin-co.com/blog/2007/10/tk-verses-gtkand-python-verses-tcl/">Tk apps looks very bad in linux</a>). All the Tcl apps I created are available on the <a href="http://www.bin-co.com/tcl/">Tcl/Tk page</a>.</p>
<p>I enjoyed programming in the Tcl language that I created a <a href="http://www.bin-co.com/tcl/tutorial/">tutorial for Tcl/Tk</a>. Later I create the <a href="http://www.bin-co.com/blog/2008/03/learning-a-new-programming-language-the-hello-world-method/">Hello Script</a> for <a href="http://www.bin-co.com/blog/2008/04/hello-script-for-tcl/">Tcl(for quick reference)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/01/windows-dos-applications/feed/</wfw:commentRss>
		<slash:comments>0</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>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>Between Web Application and Desktop Applications</title>
		<link>http://www.bin-co.com/blog/2007/08/between-web-application-and-desktop-applications/</link>
		<comments>http://www.bin-co.com/blog/2007/08/between-web-application-and-desktop-applications/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 17:39:10 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/08/between-web-application-and-desktop-applications/</guid>
		<description><![CDATA[There is a distinct line between web application and desktop applications. But over the last few years, this line is becoming thinner. Due to faster internet connection and technologies like ajax, web applications are becoming much faster and more responsive. And, if you have a local web server installed, a &#8216;web&#8217; application can become desktop [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">There is a distinct line between web application and desktop applications. But over the last few years, this line is becoming thinner. Due to faster internet connection and technologies like ajax, web applications are becoming much faster and more responsive. And, if you have a local web server installed, a &#8216;web&#8217; application can become desktop application.</p>
<p>I have a web server(Apache), and a database server(MySQL) running at all times on my local system. Since <abbr title="Linux/Apache/MySQL/PHP">LAMP</abbr> is my preferred platform of development, if I need a new software, I will create it on LAMP. A good example of this is <a href="http://www.bin-co.com/php/programs/apps/nexty/">Nexty</a>. Over time, I have discovered that web application can be used as desktop applications. All you need is a web server, a database server and a browser.</p>
<p>There must be some changes to the current model to make this system work. These are a few I could think of&#8230;</p>
<ul>
<li>Web Server must run as the current user. That way, you can read/write to any file using PHP(or equivalent).</li>
<li>The application must not be available over the network. Or, the web server must only accept connections from 127.0.0.1</li>
<li>An installer for these kind of applications must be made.</li>
</ul>
<h2>Advantages</h2>
<ul>
<li><strong>Familiarity</strong>: People are already used to web applications &#8211; so it will be easy to switch.</li>
<li><strong>User Customizable</strong>: Users can change the appearance of the application(user stylesheets), and to a limited extent, the functionality(GreaseMonkey).</li>
<li><strong>Open Source</strong>: If the code is in PHP or Ruby on Rails, or anything similar, the code will be available for study or even modification.</li>
<li><strong>Cross Platform</strong>: The same program can be installed in Windows or Linux or whatever &#8211; as long as it has a Web server.</li>
</ul>
<h2>Disadvantages</h2>
<ul>
<li><strong>Imaginary</strong>: As of yet no such system exists.</li>
<li><strong>High Level</strong>: The system will not be able to do low level system operations.</li>
<li><strong>Limited</strong>: There will be some very serious limitation to the application unless the current systems are modified. For example, the browser cannot read or write to the filesystem.</li>
</ul>
<p>I have been using some web applications as desktop applications for a while now &#8211; these include <a href="http://wordpress.org/">WordPress</a>(for keeping notes), <a href="http://www.activecollab.com/">activeCollab</a>(project management), Nexty(to do list), and Tiker(time tracker).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/08/between-web-application-and-desktop-applications/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What I learned from Nexty</title>
		<link>http://www.bin-co.com/blog/2007/05/what-i-learned-from-nexty/</link>
		<comments>http://www.bin-co.com/blog/2007/05/what-i-learned-from-nexty/#comments</comments>
		<pubDate>Sat, 26 May 2007 19:36:29 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[nexty]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/05/what-i-learned-from-nexty/</guid>
		<description><![CDATA[
Remember Nexty? Recently I was able to make the 1.0 version. Currently I am planning for the second version. But before starting on that I want to document the different things I learned when creating Nexty. These are a list of things you can expect on this series&#8230;
Client Side

CSS

Icons
Theming using CSS


JavaScript

Ajax &#8211; Success/Failure Pattern



Server Side

Installer
Framework
API
Distributed [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://nexty.sourceforge.net/' title='Nexty Logo'><img class="intro" align="right" src='http://www.bin-co.com/blog/wp-content/uploads/2007/04/nexty_logo.thumbnail.png' alt='Nexty Logo' /></a></p>
<p class="intro">Remember <a href="http://www.bin-co.com/blog/2007/04/nexty-10-released/">Nexty</a>? Recently I was able to make the 1.0 version. Currently I am planning for the second version. But before starting on that I want to document the different things I learned when creating Nexty. These are a list of things you can expect on this series&#8230;</p>
<h2>Client Side</h2>
<ul>
<li>CSS
<ul>
<li>Icons</li>
<li>Theming using CSS</li>
</ul>
</li>
<li>JavaScript
<ul>
<li>Ajax &#8211; Success/Failure Pattern</li>
</ul>
</li>
</ul>
<h2>Server Side</h2>
<ul>
<li>Installer</li>
<li>Framework</li>
<li>API</li>
<li>Distributed Apps</li>
</ul>
<p>Before starting, a small notice &#8211; I will include links to Nexty&#8217;s internal pages in this series. Most of these pages are behind a login. So I would advice that you get an <a href="http://www.bin-co.com/php/programs/apps/nexty/demo/users/register.php">account in Nexty</a> and <a href="http://www.bin-co.com/php/programs/apps/nexty/demo/users/login.php">login</a> into it using the &#8216;Remember Me&#8217; option enabled. This would make sure that you have the most seamless experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/05/what-i-learned-from-nexty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nexty 1.0 Released</title>
		<link>http://www.bin-co.com/blog/2007/04/nexty-10-released/</link>
		<comments>http://www.bin-co.com/blog/2007/04/nexty-10-released/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 19:10:30 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[nexty]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web-app]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/04/nexty-10-released/</guid>
		<description><![CDATA[
Remember Nexty, the easy to use to-Do list manager using GTD principles? Well, that is ready for public release.
Nexty is a easy to use GTD tool created in PHP. It can be installed in a local server or in a online web server. The core idea behind this software is simplicity. I wanted to make [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bin-co.com/blog/wp-content/uploads/2007/04/nexty_logo.png' alt='Nexty Logo' class="intro" align="right" /></p>
<p class="intro">Remember <a href="http://binnyva.blogspot.com/2007/02/nexty-beta-released.html">Nexty</a>, the easy to use to-Do list manager using GTD principles? Well, that is ready for <a href="http://nexty.sourceforge.net/">public release</a>.</p>
<p>Nexty is a easy to use GTD tool created in PHP. It can be installed in a local server or in a online web server. The core idea behind this software is simplicity. I wanted to make a GTD tool that is the most easy to use.</p>
<h2>Nexty Links</h2>
<ul>
<li><a href="http://nexty.sourceforge.net/">Nexty</a></li>
<li><a href="http://www.bin-co.com/php/programs/apps/nexty/demo/">Demo</a></li>
<li><a href="http://sourceforge.net/projects/nexty">Project Page</a></li>
<li><a href="http://nexty.svn.sourceforge.net/viewvc/nexty/">Code (SVN Repository)</a></li>
<li><a href="http://sourceforge.net/project/downloading.php?group_id=188197&amp;filename=nexty_1.00.a.tar.gz">Download</a></li>
</ul>
<p>The next project is ready &#8211; watch this space for its announcement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/04/nexty-10-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
