<?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>Musings - Abhay S. Kushwaha &#187; Software</title>
	<atom:link href="http://blog.kushwaha.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kushwaha.com</link>
	<description>Things from, of and about the head on the shoulders.</description>
	<lastBuildDate>Mon, 22 Feb 2010 13:09:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finding &#8216;Lost&#8217; Content in a Basecamp Post or Comment</title>
		<link>http://blog.kushwaha.com/2008/10/04/finding-lost-content-in-a-basecamp-post-or-comment/</link>
		<comments>http://blog.kushwaha.com/2008/10/04/finding-lost-content-in-a-basecamp-post-or-comment/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 14:37:13 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/?p=226</guid>
		<description><![CDATA[Basecamp is increasingly being used by a lot of people and many, many people use it for managing web-based projects as well. Unfortunately, Basecamp does not escape &#8220;&#60;&#8221; or &#8220;&#62;&#8221; and anything that looks like a HTML tag gets interpreted by the browser as one.
I consider this a fatal flaw in the software since it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.basecamphq.com" title="Visit Basecamp website.">Basecamp</a> is increasingly being used by a lot of people and many, many people use it for managing web-based projects as well. Unfortunately, Basecamp does not escape &#8220;&lt;&#8221; or &#8220;&gt;&#8221; and anything that looks like a HTML tag gets interpreted by the browser as one.</p>
<p>I consider this a fatal flaw in the software since it leads to loss of data (at least in a visual sense) and might end up causing very weird formatting problems of a thread being viewed, at times distorting the information beyond comprehension.</p>
<p>For example, if somebody were to write &#8220;Could you put this in a &lt;h1&gt; tag. More text.&#8221; it would show as &#8220;Could you put this in a<br />
<h1>tag. More text.</h1>
<p>&#8220;. What a mess, huh? And this is a very benign example. I&#8217;ve seen people posting HTML code of forms in posts and comments!</p>
<p>Most people I have seen get confused. They don&#8217;t realise immediately that there is a &lt;h1&gt; tag there which is messing things up. They only see &#8220;Could you put this in a tag.&#8221; and go: Which tag? Why is &#8220;tag&#8221; in big and bold? And so forth&#8230; And yes, sometimes, even experienced &#8216;web people&#8217; are surprised by this initially because of this unexpected behaviour. That&#8217;s bad user experience.</p>
<p>So whenever you see weird formatting next to text that doesn&#8217;t seem to make sense, remember: There is probably a HTML tag in there causing the problem.</p>
<p><strong>The solution:</strong> Look at the HTML source. The content is right there, dutifully regurgitated by Basecamp, unfortunately un-escaped, and thus rendered by browser.</p>
<p><strong>Tip:</strong> There are browser plugins that allow you to make a selection and view the source of only that part of the page. Using them will make it extremely easy for you to <em>home in</em> on the content you&#8217;re interested in.</p>
<p>Another thing to remember is that Basecamp also uses Textile for text formatting. So there could be additional HTML formatting inserted in the comment which might not belong there. It&#8217;s usually easy to figure that out though. If that doesn&#8217;t work, you can always ask the person who made the post to clarify and try to be careful next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2008/10/04/finding-lost-content-in-a-basecamp-post-or-comment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starting ColdFusion&#8230; Again</title>
		<link>http://blog.kushwaha.com/2007/07/22/starting-coldfusion-again/</link>
		<comments>http://blog.kushwaha.com/2007/07/22/starting-coldfusion-again/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 23:05:53 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2007/07/22/starting-coldfusion-again/</guid>
		<description><![CDATA[Last two days I have been working in ColdFusion. This is the the second time in my life that I&#8217;m writing CFML.
A little over a couple of years ago, I was using a spreadsheet to track the work assignments to my team. It was cumbersome: others couldn&#8217;t see how I had assigned the work, when [...]]]></description>
			<content:encoded><![CDATA[<p>Last two days I have been working in <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a>. This is the the second time in my life that I&#8217;m writing <abbr title="ColdFusion Markup Language">CFML</abbr>.</p>
<p>A little over a couple of years ago, I was using a spreadsheet to track the work assignments to my team. It was cumbersome: others couldn&#8217;t see how I had assigned the work, when I was expecting what from whom, what the priorities were, and at times when the work load was high even exactly what was needed to be delivered.</p>
<p>With <a href="http://deepu-verma.blogspot.com/index.html">Deepak</a> helping me out whenever I truly got stuck I wrote a basic application that all my team members could access. It had different user levels so that only I could assign work and a few other little bits that were non-standard back then. Since the application was running on a local server, load times were instantaneous and I didn&#8217;t have to worry about a lot of things. I did it over a few nights (totalling two working days I believe). Over the next few days after I let my team on it, I kept making small changes to help make things clear so that I would not have to provide information that I could put beforehand in the work list.</p>
<p>Then I stopped.</p>
<p>There weren&#8217;t many CF coders in our office so when I wanted some advanced stuff added, I had to get it re-done in PHP. Since the benefits of the application were very visible, I got the developer time easily. A few other teams tried it out to see if they could manage their work with it too. That was flattering.</p>
<p>Anyhow, back to topic.</p>
<p>Our time tracking system is written in CFML/MSSQL and hasn&#8217;t really seen many updates recently. The reports generated are no longer suited to our current needs. Though we are able to take things forward this way or that way since the data is there, it&#8217;s a pretty time-consuming way to do things.</p>
<p>Therefore, last two days I have been working on learning SQL and trying to remember the basics of CFML. And just as last time, at the end of second day, I have my first report ready.</p>
<p>It is still as fun as it was last time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2007/07/22/starting-coldfusion-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Commons Launches in India</title>
		<link>http://blog.kushwaha.com/2007/01/28/creative-commons-launches-in-india/</link>
		<comments>http://blog.kushwaha.com/2007/01/28/creative-commons-launches-in-india/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 16:46:16 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2007/01/28/creative-commons-launches-in-india/</guid>
		<description><![CDATA[Creative Commons has launched its India chapter, allowing localised versions of Creative Commons licenses to be available for Indians.
Best of luck guys!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://creativecommons.org" title="Visit Creative Commons website">Creative Commons</a> has <a href="http://creativecommons.org/press-releases/2007/01/creative-commons-licenses-launch-in-india/" title="Read press release">launched</a> its <a href="http://www.cc-india.org/" title="Visit Creative Commons India website">India chapter</a>, allowing localised versions of Creative Commons licenses to be available for Indians.</p>
<p>Best of luck guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2007/01/28/creative-commons-launches-in-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Did Google Buy YouTube So Yahoo Couldn&#8217;t?</title>
		<link>http://blog.kushwaha.com/2006/10/10/did-google-buy-youtube-so-yahoo-couldnt/</link>
		<comments>http://blog.kushwaha.com/2006/10/10/did-google-buy-youtube-so-yahoo-couldnt/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 01:22:40 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2006/10/10/did-google-buy-youtube-so-yahoo-couldnt/</guid>
		<description><![CDATA[So I ask, is this $1.65 billion more a stupid mistake or a very capable strategic decision for a cash-rich company to deny one of its biggest rivals a fast-track into the online video arena?]]></description>
			<content:encoded><![CDATA[<p>The channels are full of the big news: Google has bought YouTube. And as I read the commentaries, I wonder what&#8217;s going on. We have so many opinions and most of them are on similar lines&#8230;</p>
<ul>
<li>Google made a stupid mistake</li>
<li>Eric Schmidt is a moron</li>
<li>GoogTube</li>
<li>et al.</li>
</ul>
<p>What I find particularly missing are two core facts:</p>
<ol>
<li>Google&#8217;s total IQ is probably more than the GDP of some countries (it&#8217;s not my line, I read it somewhere ages ago). They don&#8217;t make stupid mistakes.</li>
<li>Yahoo has been on a roll recently with some very cool, strategic buys that are pushing them <em>hard</em> into a challenging position and they have been making some very bold decisions to get there (eg: making yahoo mail source open).</li>
</ol>
<p>So I ask, is this $1.65 billion purchase of YouTube more a stupid mistake by those who can do no wrong or a very capable strategic decision for a cash-rich company to deny one of its biggest rivals a fast-track into the competitive online video arena?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2006/10/10/did-google-buy-youtube-so-yahoo-couldnt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TinyDisk</title>
		<link>http://blog.kushwaha.com/2005/11/11/tinydisk/</link>
		<comments>http://blog.kushwaha.com/2005/11/11/tinydisk/#comments</comments>
		<pubDate>Fri, 11 Nov 2005 05:00:13 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Privacy & Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/10/25/tinydisk/</guid>
		<description><![CDATA[TinyDisk blows my mind by how it works.

 TinyDisk is a program from saving and retrieving files from TinyURL and TinyURL-like services such as Nanourl. It overlays a write-once-read-many anonymous, persistent and globally shared filesystem. Once something is uploaded, only the database admin can delete it. Everyone can read it. No one can know who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.msblabs.org/tinydisk/index.php">TinyDisk</a> blows my mind by <a href="http://www.msblabs.org/tinydisk/how-it-works.txt">how it works</a>.</p>
<blockquote><p>
 TinyDisk is a program from saving and retrieving files from <a href="http://tinyurl.com/">TinyURL</a> and TinyURL-like services such as <a href="http://www.msblabs.org/nanourl/index.php">Nanourl</a>. It overlays a write-once-read-many anonymous, persistent and globally shared filesystem. Once something is uploaded, only the database admin can delete it. Everyone can read it. No one can know who created it. Think of it as a magical CD-R that gets burned and placed on a network.
</p></blockquote>
<p>Yeah, I know it&#8217;s not very useful in practical sense but as a concept, it&#8217;s a great example of <em>out-of-the-box-thinking</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/11/11/tinydisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Latest Jakob&#8217;s Alertbox: Top 10 Design Mistakes in Weblog Usability</title>
		<link>http://blog.kushwaha.com/2005/10/17/top-10-weblog-usability-mistakes-guide-to-improvement/</link>
		<comments>http://blog.kushwaha.com/2005/10/17/top-10-weblog-usability-mistakes-guide-to-improvement/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 15:31:05 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[UI & Usability]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/10/17/top-10-weblog-usability-mistakes-guide-to-improvement/</guid>
		<description><![CDATA[Jakob Nielsen writes about Weblog Usability Design Mistakes and makes a mistake he lists himself. My take on his list.]]></description>
			<content:encoded><![CDATA[<p>I respect <a href="http://www.useit.com/jakob/">Jakob Nielsen</a> a lot and mostly he makes a lot of sense. Especially, he stands for improvement in, and therefore talks a lot about, two topics that&#8217;ve been close to my heart: <abbr title="User Interface">UI</abbr> &#038; Usability.</p>
<p>His latest <a href="http://www.useit.com/alertbox/">Alertbox</a> column titled &#8220;<a href="http://www.useit.com/alertbox/weblogs.html">Weblog Usability: The Top Ten Design Mistakes</a>&#8221; surprised me by its appearance; wasn&#8217;t expecting him to write on the subject this early. The introduction at the top really does make sense and clearly shows he understands the unique nature of blogs.</p>
<p>When I started reading the list of mistakes, I started nodding my head. </p>
<ol>
<li><strong>No Author Biographies</strong>: Okay, I&#8217;m guilty of this and i&#8217;m going to correct this immediately. <a href="http://blog.kushwaha.com/about/">My About page</a> has needed the edit for a long time anyway.</li>
<li><strong>No Author Photo</strong>: Guilty again but I don&#8217;t think this is going to change for me.</li>
<li><strong>Nondescript Posting Titles</strong>: Not guilty. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>Links Don&#8217;t Say Where They Go</strong>: Not guilty (mostly). <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, though I agree that such links do indeed bring the usability of the blog down, it is usually taken for granted by the users. They want the commentary and not names to links and where they encounter strange blogs and do not trust the author, they indeed do take the necessary care before clicking.</li>
<li><strong>Classic Hits are Buried</strong>: Partially guilty of this but largely due to the fact that I don&#8217;t know WordPress hacking yet.</li>
<li><strong>The Calendar is the Only Navigation</strong>: Agree. WordPress provides categories though and therefore, not guilty. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>Irregular Publishing Frequency</strong>: Very guilty. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  However, this is a slightly borderline thing. I don&#8217;t think that the publishing frequency is such a big <em>usability</em> issue. In a way, if you think about it, it does bring the overall usability down of a blog but is it so much that it be listed as Mistake #6 in Weblog Usability Designs Mistakes list? I disagree. <abbr title="By The Way">BTW</abbr>, is it even a design issue?</li>
<li><strong>Mixing Topics</strong>: This is something that is slightly controversial. Perhaps partially true for a narrow segment, mixing topics is not really such a big usability issue with blogs. They are supposed to mix topics unless they&#8217;re subject-specific blogs. Most people who post different subjects on such blogs do it <em>very</em> intentionally and fully knowing that it&#8217;s going to be for the better of their blog and themselves. In a way, this is not much of a usability issue either, especially in light of the discussion in #6&#8212;the Categories feature that is in use in almost all blogs now very efficiently takes care of this issue.</li>
</ol>
<p>But <abbr title="In My Humble Opinion">IMHO</abbr>, #9 (<strong>Forgetting That You Write for Your Future Boss</strong>) and #10 (<strong>Having a Domain Name Owned by a Weblog Service</strong>) are nothing but pure advice on content. Whether or not somebody will be able to attribute a certain piece of information to me decades after I&#8217;ve written has nothing to do with the usability of my blog. Similarly, having a certain provider&#8217;s name in the URL of my blog has no effect either and is purely a non-affecting cosmetic that, if it makes a difference, does so only because of a psychological bias in the user&#8217;s mind.</p>
<p>This article is going to get a lot of press in the <em>Blogosphere</em> (heh) and I&#8217;m looking forward to reading other people&#8217;s opinions and rants.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/10/17/top-10-weblog-usability-mistakes-guide-to-improvement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers Ship Software Before They Put On Pants</title>
		<link>http://blog.kushwaha.com/2005/10/12/a-new-book-to-read/</link>
		<comments>http://blog.kushwaha.com/2005/10/12/a-new-book-to-read/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 10:01:07 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/10/12/a-new-book-to-read/</guid>
		<description><![CDATA[Excerpt from foreward of "Hacking Firefox : More Than 150 Hacks, Mods, and Customizations" by Mel Reyes.]]></description>
			<content:encoded><![CDATA[<p>The first paragraph of the foreward by <a href="http://www.blakeross.com">Blake Ross</a> to <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764596500/">Hacking Firefox : More Than 150 Hacks, Mods, and Customizations</a> by Mel Reyes reads:</p>
<blockquote><p>
If software is an art&#8212;and I think it is&#8212;then I must be the only artist in the world who advocates defacing his own work. But if ever there was a product designed for hacking, Firefox is it. Because Firefox is an open-source project, its lifeblood&#8212;its source code&#8212;is available to hackers the world over. And I do mean <em>hackers</em>. These guys ship software before they put on pants.
</p></blockquote>
<p>That kicked me. In a good way. BTW, ever tried asking the law enforcers on what <em>they</em> define a hacker as? <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/10/12/a-new-book-to-read/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doc Writer</title>
		<link>http://blog.kushwaha.com/2005/09/30/doc-writer/</link>
		<comments>http://blog.kushwaha.com/2005/09/30/doc-writer/#comments</comments>
		<pubDate>Fri, 30 Sep 2005 15:06:27 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/09/30/doc-writer/</guid>
		<description><![CDATA[I have volunteered my time to help update and complete the documentation for Sylpheed-Claws for the soon-to-be-released v2.0.0. Paul has started a mailing list already. If you are a SC user and want to help out, join up.  
]]></description>
			<content:encoded><![CDATA[<p>I have volunteered my time to help update and complete the documentation for <a href="http://claws.sylpheed.org/">Sylpheed-Claws</a> for the soon-to-be-released v2.0.0. <a href="http://thewildbeast.co.uk/wordpress/">Paul</a> has started a <a href="http://lists.sourceforge.net/lists/listinfo/sylpheed-claws-doc-writers">mailing list</a> already. If you are a SC user and want to help out, join up. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/09/30/doc-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharper Claws!</title>
		<link>http://blog.kushwaha.com/2005/09/05/claws-gets-sharpened/</link>
		<comments>http://blog.kushwaha.com/2005/09/05/claws-gets-sharpened/#comments</comments>
		<pubDate>Mon, 05 Sep 2005 12:55:54 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/09/05/claws-gets-sharpened/</guid>
		<description><![CDATA[Sylpheed-Claws has hit 1.9.14 and with an astounding amount of updates, fixes, and new goodies!
From a UI perspective, it contains three big improvements worth mentioning:

Colourisation of quotes, signatures and URIs in Compose window. If you&#8217;ve ever read an email that shows you different colours for different ages of quoted text, you&#8217;ll realise that the moment [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://claws.sylpheed.org">Sylpheed-Claws</a> has hit 1.9.14 and with an astounding amount of updates, fixes, and new goodies!</p>
<p>From a <abbr title="User Interface">UI</abbr> perspective, it contains three big improvements worth mentioning:</p>
<ul>
<li><strong>Colourisation of quotes, signatures and URIs in Compose window.</strong> If you&#8217;ve ever read an email that shows you different colours for different ages of quoted text, you&#8217;ll realise that the moment you take this concept to the compose window, the intuitiveness and ease of replying increases manifold. Having it colour coded makes identification of various levels/ages of the message so fast and easy, once you start using it, you&#8217;ll wonder how you ever lived without it!</li>
<li><strong>Subfolders of Drafts, Queue, Sent, and Trash now behave like their parents.</strong> You could always create subfolders to these <em>special</em> folders but they always behaved like regular folders. For example, if you saved a draft of a message and moved it to a sub-folder of Draft, you could not double-click it and resume editing. Now you can. It makes sense to work like this, and now it does.</li>
<li><strong>Filtering and Processing rules can be named.</strong> One of the things many people perhaps had problems with was that after creating rules, <abbr title="Sylpheed-Claws">SC</abbr> showed them exactly like that: rules. If you had two similar rules with subtle differences, you would either need to remember which one was which or open them up to verify. Now, you can simply assign an easy-to-remember name to each rule and drink some hot chocolate that will look good with that smile you&#8217;ll have when you do.</li>
</ul>
<p>There are many other UI related small updates and fixes (some of them important) in this release among a host of other things. I&#8217;m <em>so</em> hoping Thorsten comes back soon and releases a Win32 build of it. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em><strong>Sidenote</strong></em>: <a href="http://www.colino.net/wordpress-1.5/archives/2005/08/25/new-laptop/">Colin bought a new laptop</a> after <a href="http://www.colino.net/wordpress-1.5/archives/2005/08/11/water-cold-hot-dirty-everywhere/">his iBook had a bath</a>. And because of that:</p>
<blockquote><p>
* tools/asus_mailled.sh<br />
  A new script to blink an ASUS laptop&#8217;s mail LED when there is unread mail.
</p></blockquote>
<p>Now you know which one he bought. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/09/05/claws-gets-sharpened/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best Use of Extranet (Basecamp)</title>
		<link>http://blog.kushwaha.com/2005/08/02/best-use-of-extranet-basecamp/</link>
		<comments>http://blog.kushwaha.com/2005/08/02/best-use-of-extranet-basecamp/#comments</comments>
		<pubDate>Tue, 02 Aug 2005 09:01:33 +0000</pubDate>
		<dc:creator>Abhay S</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.kushwaha.com/2005/08/02/best-use-of-extranet-basecamp/</guid>
		<description><![CDATA[We use Basecamp to manage work and interact with our clients. We call it our Extranet. My boss has started a little competition (I guess you can call it that) where he will rate its effective use by all the Project Managers and award the one to use it best with a box of Ferrero [...]]]></description>
			<content:encoded><![CDATA[<p>We use <a href="http://www.basecamphq.com">Basecamp</a> to manage work and interact with our clients. We call it our Extranet. My boss has started a little competition (I guess you can call it that) where he will rate its effective use by all the Project Managers and award the one to use it best with a box of <a href="http://www.rocherusa.com/">Ferrero Rocher</a>. This month (July&#8217;s) win was tied between me and Guneet. In other words, I don&#8217;t get the chocolates. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>A lot has been written about Basecamp and about a thousand times as much as been written about Project Management. Though people call me an organised person, I manage my work and my team essentially by <em>gut-instinct</em> on how things/processes make sense. However, proper techniques <em>do</em> exist and surely, their use will only improve the efficiency of the work involved. The problem is getting to understand them and applying them to my specific sphere of work. The need is for some formal management training to serve as a bootcamp. The real learning is out here in the fields anyway, but at least I&#8217;ll know the lingo. <img src='http://blog.kushwaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If you know of any sites that list tips &#038; tricks on project management, especially in reference to Basecamp, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kushwaha.com/2005/08/02/best-use-of-extranet-basecamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
