<?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>finally{}</title>
	<atom:link href="http://jjude.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jjude.com</link>
	<description></description>
	<lastBuildDate>Sat, 02 May 2009 14:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Now you can create cases via Twitter</title>
		<link>http://jjude.com/2009/05/now-you-can-create-cases-via-twitter/</link>
		<comments>http://jjude.com/2009/05/now-you-can-create-cases-via-twitter/#comments</comments>
		<pubDate>Sat, 02 May 2009 14:27:45 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[yatsy]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/05/02/now-you-can-create-cases-via-twitter/</guid>
		<description><![CDATA[With increasing popularity of social media, integrating Case Management Systems with social  media is inevitable <a href="http://jjude.com/2009/05/now-you-can-create-cases-via-twitter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Traditionally, customer service was provided via phone, email or web. In the age of Twitters and Facebooks, those options seems so old age practice. Since youngsters spend so much time on the ubiquitous Twitter, they would eventually bring customer service to Twitter and other social media.</p>
<p>Here is how <a href="http://y-a-t-s-y.appspot.com/" target="_blank">YATSY</a> (a simple case management system for Google App Engine) is integrated with Twitter.</p>
<p><img title="twitter" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="137" alt="twitter" src="http://www.jjude.com/wp-content/uploads/twitter.jpg" width="481" border="0" /></p>
<p>Isn’t that simple? Follow @<a href="http://twitter.com/yatsy" target="_blank">yatsy</a>; once yatsy follows back, send a direct message to yatsy to create a case. YATSY system will read this DM and create a case &amp; will respond back.</p>
<p>Having Twitter Integration is a double edge sword. If you provide a fantastic customer service it will be known in the social media. On the other hand, if you do a lousy job, it will spread like a wild fire. Yet, if you monitor Twitter Streams, you’ll be able to improve your products and customer service too.</p>
<p>Now for the techies. How did I implement Twitter Integration? YATSY itself is written using web2py, a web-framework in Python. Twitter streams are parsed using <a href="http://code.google.com/p/python-twitter/" target="_blank">python-twitter</a>, a simple &amp; efficient Python wrapper for Twitter API.</p>
<p><strong><u>Steps Forward</u></strong></p>
<ul>
<li>Use Google App Engine Cron to initiate twitter parsing &amp; case creation (now one need to explicitly execute the function) </li>
<li>Using the same Cron facility for auto-follow </li>
<li>Use a message queue for IN/OUT messages (if you know a good message queue implementation in Python, please leave a comment) </li>
<li>Integrate (case) notes with Twitter </li>
</ul>
<p>If your hands are itching to test this, go ahead and follow <a href="http://twitter.com/yatsy" target="_blank">yatsy</a> &amp; once yatsy follow you back, DM your case text.</p>
<p>If you are interested in checking out the code or want to do a code review, head to <a href="http://code.google.com/p/y-a-t-s-y" target="_blank">Google Code</a> page</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/05/now-you-can-create-cases-via-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why I chose web2py for developing YATSY?</title>
		<link>http://jjude.com/2009/04/why-i-chose-web2py-for-developing-yatsy/</link>
		<comments>http://jjude.com/2009/04/why-i-chose-web2py-for-developing-yatsy/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:23:47 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[yatsy]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/04/07/why-i-chose-web2py-for-developing-yatsy/</guid>
		<description><![CDATA[Here I discuss the reasons that I went with web2py for developing YATSY - an open source helpdesk application for google appengine. <a href="http://jjude.com/2009/04/why-i-chose-web2py-for-developing-yatsy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Non-functional features are as important as functional features in determining the success of an open-source application. Users should be able to download and try most of the functionality, without complicated installation steps. Equally important is the ease with which it can be deployed. </p>
<p>While striving to keep these boundary conditions for end-users, developers prefer a language (and framework) that enable them to transform their brilliant ideas into working code quickly. </p>
<p>With such a thought process, I searched for a framework to develop YATSY &#8211; an open source helpdesk application for small businesses. As the title says, I settled on web2py because of the following reasons: </p>
<p><strong>It is on Python:</strong> If you didn&#8217;t know, Python can be learnt intuitively. In the recent years lots of Python-based frameworks have evolved improving developer&#8217;s productivity drastically. Python places minimal constraints on the developer; hence development is generally quick. </p>
<p><strong>It adapts to Schema Changes:</strong> Schema changes are an inherent part of development; especially if you follow the open-source mantra of &#8216;release early; release often&#8217;. Web2py automatically changes db schema if it detects a change in the underlying model. You don&#8217;t need to drop and recreate schema or issue alter table commands. One less head-ache for developers. </p>
<p><strong>Its a self-contained Framework:</strong> web2py is based on MVC pattern and it comes bundled with most of the components needed for web-development &#8211; authentication, authorization, form generation &amp; validation,&#160; internationalization, admin interface, ajax (jQuery) and so on. </p>
<p><strong>Its well documented:</strong> Yes it is a pity that the official manual has to be bought but Massimo, the lead developer, seems to have a <a href="http://groups.google.com/group/web2py/browse_thread/thread/5b62e3e58fee5421" target="_blank">justification</a> for it. I went ahead and bought the manual and I should it is fantastic &#8211; he explains each component of the stack pretty well. </p>
<p><strong>It can be installed easily:</strong> It is based on Python,&#160; but it is not a pre-requisite to run web2py. Download, Unzip, Execute are all that is needed to get started with web2py development &#8211; on any OS. </p>
<p><strong>It can be hosted on AppEngine:</strong> This is a big plus for me. Google AppEngine is the only cloud hosting that I am aware of that provides a free hosting for Python based applications. So potential users of YATSY can try free GAE hosting before moving to paid hosting. Deploying web2py application to AppEngine is a one-click affair. </p>
<p><strong>It can be hosted elsewhere too:</strong> Web2py provides the flexibility to host the developed application anywhere Python can be installed. This means that users are not tied to GAE. If they want to install in their own servers, it is no problem. </p>
<p>With web2py providing the basic blocks for non-functional requirements, I find it easy to develop YATSY. You can check out the code at <a href="http://code.google.com/p/y-a-t-s-y/" target="_blank">Google code</a> and try it at <a href="http://y-a-t-s-y.appspot.com/" target="_blank">Google AppEngine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/04/why-i-chose-web2py-for-developing-yatsy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Are we demanding too much out of customer service?</title>
		<link>http://jjude.com/2009/03/are-we-demanding-too-much-out-of-customer-service/</link>
		<comments>http://jjude.com/2009/03/are-we-demanding-too-much-out-of-customer-service/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 10:42:11 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[personal MBA]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/03/29/are-we-demanding-too-much-out-of-customer-service/</guid>
		<description><![CDATA[While expecting fantastic customer service, are we - customers - putting too much pressure on the businesses? <a href="http://jjude.com/2009/03/are-we-demanding-too-much-out-of-customer-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In a recent article in a leading online magazine, the author recounts his &#8216;bad&#8217; experience in a five-star hotel and then compares that with a supposedly &#8216;good&#8217; customer service at another equally starred hotel. He says that the &#8216;bad&#8217; hotel didn&#8217;t extend his check-out time (they said that if he pays extra it would be possible); but the other hotel gladly did so.</p>
<p>I have my own experiences of bad customer service. But we need to differentiate between bad customer service and annoying customer demands.</p>
<p><a href="http://travel.webshots.com/photo/1200433034060339360XntoCp"><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://inlinethumb40.webshots.com/19431/1200433034060339360S425x425Q85.jpg" alt="Travel Bookshop" /></a></p>
<p>I remember a scene from my favorite romantic comedy &#8211; <a href="http://en.wikipedia.org/wiki/Notting_Hill_(film)" target="_blank">Notting Hill</a>. In that movie, William Thacker &#8211; the protagonist &#8211; runs a travel book shop. One day a well dressed customer walks into the shop and the conversation goes something like this:</p>
<p>Customer :  Do you have any books by Dickens?<br />
William :     No, we&#8217;re a travel bookshop.  We only sell travel books.<br />
Customer : Oh right.  How about that new John Grisham thriller?<br />
William : No, that&#8217;s a novel too.<br />
Customer : Oh right.  Have you got a copy of &#8216;Winnie the Pooh&#8217;?</p>
<p>What is expected of William Thacker? Should he do something to attract this customer again? Should he send his assistant to get the latest John Grisham thriller and hand it over to the customer as a show of exemplary customer service? Isn&#8217;t that what we – customers &#8211; demand so often?</p>
<p>Before you complain next time about a bad customer service, think again. Were you an annoying customer?</p>
<p><em>Image courtesy: <a title="webshot" href="http://www.webshots.com/" target="_blank">Webshots</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/03/are-we-demanding-too-much-out-of-customer-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do tweets add value?</title>
		<link>http://jjude.com/2009/03/do-tweets-add-value/</link>
		<comments>http://jjude.com/2009/03/do-tweets-add-value/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:44:39 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/03/24/do-tweets-add-value/</guid>
		<description><![CDATA[I&#8217;ve been a twitter user for little more than a year. In the beginning, it was just casual &#38; meaningless I-am-here &#38; I-am-doing-that kind-of tweets. Over time, I realized, I could benefit from the tweets by people around the world. &#8230; <a href="http://jjude.com/2009/03/do-tweets-add-value/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a twitter user for little more than a year. In the beginning, it was just casual &amp; meaningless I-am-here &amp; I-am-doing-that kind-of tweets. Over time, I realized, I could benefit from the tweets by people around the world. </p>
<p>I&#8217;ve searched and followed few fantastic people who inspire, lead and share valuable contents &#8211; though limited to 140 characters. To get continuous value, I adjust my &#8216;follow&#8217; counts quite often. Though I try to keep the count to a manageable limit, it isn&#8217;t possible with so many good people around. </p>
<p>Here is a list of folks whose tweets I read on priority, because they provide valuable contents often. Interestingly I&#8217;ve met not even one of these folks in person!</p>
<table cellspacing="0" cellpadding="2" width="676" border="0">
<tbody>
<tr>
<td valign="top" width="98"><a href="http://twitter.com/account/profile_image/Orrin_Woodward" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px; border-right-width: 0px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/67261838/leadership_revolution_bigger.jpg" width="73" border="0" /></a></td>
<td width="576"><a href="http://orrinwoodward.blogharbor.com/blog" target="_blank">Leadership Guy</a> &#8211; Orrin provides thought provoking and inspirational leadership quotes. Some days, I read only Orrin. Earlier, I used to save these tweets in my laptop; now I favorite them in Twitter itself.</td>
</tr>
<tr>
<td valign="top" width="102"><a href="http://twitter.com/MeghnaK" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/53724784/Meghna_bigger.jpg" width="73" border="0" /></a></td>
<td width="572"><a href="http://meghnaspages.blogspot.com/" target="_blank">Budding Writer</a> &#8211; You wouldn&#8217;t take a teenager seriously. Normally that would be true; but not Meghan. She has the motivation to be the next great writer. Sometimes, I wonder if she is really a teen.</td>
</tr>
<tr>
<td valign="top" width="106"><a href="http://twitter.com/rameshsrivats" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/65800493/Close_up_bigger.jpg" width="73" border="0" /></a></td>
<td width="569"><a href="http://www.rameshsrivats.net/" target="_blank">Comedy Man</a> -&#160; Only Ramesh can take the current events and twist it to bring a laugh. He is amazing at that. Mind that he primarily targets Indian system, so if you don&#8217;t follow Indian events, you won&#8217;t have a laugh.</td>
</tr>
<tr>
<td valign="top" width="109"><a href="http://twitter.com/CindyKing" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/66542416/CK_facing_right_bigger.jpg" width="73" border="0" /></a></td>
<td width="566"><a href="http://cindyking.biz/" target="_blank">Cross Cultural Lady</a>&#160; &#8211; Having moved from place to place, I&#8217;ve developed an interest in cross-cultural communications and related issues. Cindy tweets her experiences and shares links about cross-cultural communication. Some of them are very interesting.</td>
</tr>
<tr>
<td valign="top" width="112"><a href="http://twitter.com/pwilson" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/69585624/Profile_Pic_bigger.jpg" width="73" border="0" /></a></td>
<td width="563"><a href="http://withoutwax.tv/" target="_blank">Spiritual Guy</a> &#8211; Amidst so much of Christian wax in the world, Pete displays a young and balanced approach. His church members are lucky.</td>
</tr>
<tr>
<td valign="top" width="115"><a href="http://twitter.com/kratu" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/92582123/selfportrait-emoticon_bigger.jpg" width="73" border="0" /></a></td>
<td width="561">
<p><a href="http://www.vivr.co.in/work/" target="_blank">Artist Guy</a> &#8211; One of these days, when I get enough money, I will hire Jeevan to design my web page, business card and marketing brouchers. I find his designs refreshing and pleasing. He also shares interesting articles and links on photography.</p>
</td>
</tr>
<tr>
<td valign="top" width="117"><a href="http://twitter.com/scorpfromhell" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/87312595/prem_bigger.png" width="73" border="0" /></a></td>
<td width="559"><a href="http://scorpfromhell.blogspot.com/" target="_blank">Social CRM Guy</a> &#8211; I&#8217;ve been in CRM field for sometime now and I&#8217;m interested in combining &#8216;social revolution&#8217; with CRM. Not only Prem shares info on Social CRM, but he has another intriguing hobby &#8211; writing on rice.</td>
</tr>
<tr>
<td valign="top" width="119"><a href="http://twitter.com/guykawasaki" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/103885390/3360478285_b8b02efc72_o_2_bigger.jpg" width="73" border="0" /></a></td>
<td width="557"><a href="http://alltop.com/" target="_blank">Golden Guy</a> &#8211; Ever since I read &#8216;<a href="http://www.amazon.com/Art-Start-Time-Tested-Battle-Hardened-Starting/dp/1591840562" target="_blank">The Art of the Start</a>&#8216;, I&#8217;ve been a fan of Guy. His practical tips to &#8216;starting startups&#8217; is true for starting any venture. If you are thinking about starting something worthwhile &#8211; church, non-profit organization, company &#8211; grab this book and apply those time-tested principles.&#160; </td>
</tr>
<tr>
<td valign="top" width="121"><a href="http://twitter.com/macosxfreeware" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/91162398/freeware_bigger.png" width="73" border="0" /></a></td>
<td width="555"><a href="http://www.macosxfreeware.com/" target="_blank">Mac Tips</a> &#8211; Okay this may not be a person. But being a recent <a href="http://www.jjude.com/2009/03/11/a-byte-of-apple/" target="_blank">mac-convert</a>, I find these tweets helpful in finding useful, free Mac Applications.</td>
</tr>
<tr>
<td valign="top" width="123"><a href="http://twitter.com/StartupPro" target="_blank"><img style="margin: 10px" height="73" alt="" src="http://s3.amazonaws.com/twitter_production/profile_images/99751847/Marty_Zwilling_bigger.jpg" width="73" border="0" /></a></td>
<td width="554"><a href="http://blog.startupprofessionals.com/" target="_blank">Startup Consultant</a> – I’ve started to follow Martin very recently. One of his recent entry in his blog encourages startups to start with a problem rather than an idea. Reading through the entry, I knew I’m following a solid guy.</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>I&#8217;ve found that, if you follow popular users for the sake of improving twitter rank, then usually you loose interest reading through pile of useless tweets. Find folks who will help you with useful tweets and you&#8217;ll benefit tremendously from 140 chars. </p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/03/do-tweets-add-value/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A byte of apple</title>
		<link>http://jjude.com/2009/03/a-byte-of-apple/</link>
		<comments>http://jjude.com/2009/03/a-byte-of-apple/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:53:37 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[consulting]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/03/11/a-byte-of-apple/</guid>
		<description><![CDATA[Experience with a new toy <a href="http://jjude.com/2009/03/a-byte-of-apple/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to own an <a href="http://en.wikipedia.org/wiki/MacBook#Aluminum_Unibody_MacBook" target="_blank">Apple MacBook</a> for long. Very long. Since I turned an <a href="http://www.jjude.com/2008/12/23/new-year-brings-a-new-challenge/" target="_blank">independent consultant</a>, I thought why not go for a MacBook? </p>
<p>Coming from &#8216;Microsoft Windows&#8217; platform, the first impression wasn&#8217;t that impressive &#8211; after all even Windows has GUI, dock &amp; task bar. But when I started using it, I realized why Mac is superior. In less than two weeks, I&#8217;ve come to like MacBook. There are at least three features that make Mac to stand out&#160; (I&#8217;m not sure even in a decade such features can come to Windows based laptop; same holds for Linux too): </p>
<ul>
<li><strong>Install &amp; uninstall experience &#8211; </strong>Drag and drop into &#8216;Application Folder&#8217; for install; drag &amp; drop into &#8216;Trash Can&#8217; for uninstall. Just as simple as that. No registry; no clean-up of messy folders. Mac OS folks have done really good design and it is simply superb.</li>
<li><strong>No shutdown -</strong> Okay, not necessary to shut down. Close the lid and its off; Open and start working. Cool, isn&#8217;t it?</li>
<li><strong>Spotlight</strong> &#8211; something like desktop search. It is quick and precise (only once it didn&#8217;t return what I was looking for). </li>
</ul>
<h4>Mac Applications</h4>
<p>A concern that I had was that I may have to spend quite a lot on applications. Not true. There are lots of open source and free applications for Mac too. And most of them are elegant in UI and efficient in what they are supposed to do. Here are some of the applications that I&#8217;m using: </p>
<p><img title="Picture 1" style="border-right: 0px; border-top: 0px; display: inline; float: none; margin: 10px; border-left: 0px; border-bottom: 0px" height="420" alt="Picture 1" src="http://www.jjude.com/wp-content/uploads/picture1.png" width="660" border="0" /> </p>
<p><strong>Web Browsing</strong> : Mac comes pre-installed with Safari, which is a fast browser. I am also using Firefox. </p>
<p><strong>Email</strong> : Mail, the pre-installed email program doesn&#8217;t have a provision to download only the headers. I&#8217;m using Gmail with offline feature and it is more than sufficient for me. </p>
<p><strong>RSS Feedreader </strong>: Again I depend on Google for it. I&#8217;m using Google Reader with offline feature. </p>
<p><strong>Office Suite</strong> : I&#8217;m using the Apple iWork. Might give a try to NeoOffice. </p>
<p><strong>Games</strong> : I&#8217;m surprised that Mac doesn&#8217;t come with pre-installed games pack. There is only chess. I&#8217;m searching for some good free games. </p>
<p><strong>Chat </strong>: My chat buddies have grown old (no I&#8217;m still young <img src='http://jjude.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ). Everyone in the current friends circle use Gmail chat and so I go with it too. </p>
<p><strong>Programming</strong> : I&#8217;m using <a href="http://en.wikipedia.org/wiki/TextWrangler" target="_blank">TextWrangler</a> for coding. But couldn&#8217;t find a decent SVN client. I tried SCPlugin, but for some reason it didn&#8217;t work. </p>
<p><strong>Photography </strong>: I&#8217;ve been using Adobe Photoshop Elements and it worked in Mac too. Still to edit any photo in Mac but I&#8217;m sure the experience is going to be good. </p>
<p><strong>Note Taking</strong> : <a href="http://flyingmeat.com/voodoopad/voodoopadlite.html" target="_blank">Voodoopad Lite</a> is a desktop wiki for Mac and it makes it easy to takes notes and organize within a single physical file. </p>
<p><strong>Personal Finances</strong> : I tried <a href="http://www.codelathe.com/mmex/" target="_blank">mmex</a>. But it kept crashing, though it works fine under Windows. </p>
<p><strong>VirtualBox</strong> : I couldn&#8217;t find a decent Desktop Blog writer than <a href="http://windowslivewriter.spaces.live.com/" target="_blank">Microsoft Live Writer</a>; also I already bought <a href="http://www.smartdraw.com/" target="_blank">SmartDraw</a>. So went with VirtualBox to run Windows inside Mac. I am also using MMex for personal finances under Windows. </p>
<p><strong>Others</strong> : iSync for syncing addresses &amp; calender from Nokia E71; TweetDeck for tweets; <a href="http://www.slifelabs.com/" target="_blank">SLife</a> for tracking hours spent on applications; <a href="http://books.aetherial.net/wordpress/" target="_blank">Books</a> for cataloguing; Grab for taking screenshots. </p>
<p>Are there any other interesting Mac applications (preferably free) that I should try?</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/03/a-byte-of-apple/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is your learning model?</title>
		<link>http://jjude.com/2009/03/what-is-your-learning-model/</link>
		<comments>http://jjude.com/2009/03/what-is-your-learning-model/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 09:35:09 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[personal MBA]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/03/10/what-is-your-learning-model/</guid>
		<description><![CDATA[Whether lucky or smart, I've always worked on challenging, well-paying and emerging concepts &#038; tools. Having reached a certain stage in my career, I'm preparing for the next stage. I've followed 'learn-do-refine' model which has worked pretty well so far. With that foundation, here is my learning model for the next stage. <a href="http://jjude.com/2009/03/what-is-your-learning-model/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the competitive software industry, if you don’t keep yourself updated, soon you&#8217;ll be outdated. Yet when swamped with hundreds of concepts, methods and techniques, it is impossible to be updated continually. There is also a risk of, being updated in a soon-to-be outdated area. </p>
<p>Whether lucky or smart, I&#8217;ve always worked on challenging, well-paying and emerging concepts &amp; tools. Having reached a certain stage in my career, I&#8217;m preparing for the next stage. I&#8217;ve followed &#8216;learn-do-refine&#8217; model which has worked pretty well so far. With that foundation, here is my learning model for the next stage. </p>
<p>My learning model is of two layers &#8211; a core layer, domains in which I want to be an expert and a support layer, domains which will help me to practice my expertise effectively. </p>
<p><img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin: 10px auto; border-right-width: 0px" height="363" alt="image" src="http://www.jjude.com/wp-content/uploads/image24.png" width="475" border="0" /> </p>
<h4>Enterprise Architecture</h4>
<p><strong></strong>Many-a-times, those in software industry asks, &#8216;I have an answer. Do you have a relevant question?&#8217;. But successful (read profit making) companies are those that solve a business problem by engaging technology. EA brings this success story as a practice. I&#8217;m excited to learn about EA and possibly apply those concepts in the coming years.</p>
<h4>Customer Relationship Management</h4>
<p>CRM covers topics such as finding new customers, selling more to existing customers, and retaining customers. Now-a-days, CRM is considered relevant even for government organizations. I&#8217;ve been in CRM domain for the past 8 years and I&#8217;ve enjoyed both functional and implementation sides. I would like to continue to learn how CRM concepts help companies (and even governments) to be profitable. </p>
<h4>People Skills</h4>
<p>Executive educator, <a href="http://en.wikipedia.org/wiki/Marshall_Goldsmith" target="_blank">Marshall Goldsmith</a>, says in &#8216;<a href="http://www.amazon.com/What-Got-Here-Wont-There/dp/1401301304" target="_blank">What got you here won&#8217;t get you there</a>&#8216;, that most of executive&#8217;s challenges are &#8216;people related&#8217;. To achieve anything significant, there needs to be a team (composed of seniors, peers, and juniors) and it is important to develop people skills to work with and with-in teams. Having been a asocial introvert, I find that this part of the pie is the most frustrating and emotionally draining; yet a critical part to be successful. </p>
<h4>Project Management</h4>
<p>I would broadly term this part as &#8216;Getting things done&#8217; &#8211; the execution part of the deal. I&#8217;ve worked with some of the brilliant minds who are able to place best ideas on the table, but lack what it takes to get it done. Though I like to conceptualize a solution and communicate it with enthusiasm to others, I find it satisfying to get it executed &#8211; not really bothering about who gets the credit. You know what? When you get into that attitude, you almost always get the credit! </p>
<h4>Financial Management</h4>
<p>This is one area where I need to start from scratch. Executives translate every action in the organization into numbers &#8211; either profit or loss. It is poor financial management that has gotten the erstwhile famous companies into bankruptcy. </p>
<h4>&#8230;and some fun</h4>
<p>Another critical piece to continue enjoying other pieces. Though I don&#8217;t expect to be <a href="http://en.wikipedia.org/wiki/Ansel_Adams" target="_blank">Ansel Adams</a> or <a href="http://en.wikipedia.org/wiki/Mark_Twain" target="_blank">Mark Twain</a> or <a href="http://en.wikipedia.org/wiki/Michael_Phelps" target="_blank">Michael Phelps</a>, I like to pursue photography, travel, writing and swimming as they joyfully refresh the soul. </p>
<p>Do you have a learning model? Do you think it is worth having one and pursuing it? Feel free to share your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/03/what-is-your-learning-model/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A First shot at web2py</title>
		<link>http://jjude.com/2009/03/a-first-shot-at-web2py/</link>
		<comments>http://jjude.com/2009/03/a-first-shot-at-web2py/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:54:25 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[yatsy]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/03/08/a-first-shot-at-web2py/</guid>
		<description><![CDATA[Is web2py the answer for an easy-to-user, feature-rich web framework? <a href="http://jjude.com/2009/03/a-first-shot-at-web2py/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An irony of being in software industry is that as I gain more experience, I go farther away from constructing software. I keep learning lots of abstract concepts, but don’t get to test them. Not to be out-dated, I write pieces of software myself to test these concepts and theories. Its like being in college continuously!</p>
<p>Of late, I’ve been reading a lot about <a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">cloud computing</a>, <a href="http://en.wikipedia.org/wiki/Software_as_a_service" target="_blank">SAAS</a>, REST and <a href="http://en.wikipedia.org/wiki/Web_2.0" target="_blank">web2.0</a>. But I couldn’t find a way to test them. So I decided to develop an application, which I named YATSY – Yet Another Ticketing System – utilizing years of experience in customizing other helpdesk, support desk and service desk systems. </p>
<p>Only Google offered a free hosting (limited free hosting; with an option to upgrade) on the cloud. With its current offering <a href="http://code.google.com/appengine/" target="_blank">Google AppEngine</a> (GAE) supports only Python. And <a href="http://mdp.cti.depaul.edu/" target="_blank">web2py</a>, a python web-framework, makes it extremely easy to develop for GAE. Not only that – web2py claims to make it easy to build stand-alone applications for all the three platforms: Mac, Linux &amp; Windows. Though web2py doesn’t have many contributed 3rd party plug-ins, I went ahead with web2py because of the above feature set.</p>
<p>One more negative about web2py is that it lacks a fine documentation. So it is little difficult for beginners. Yet discussions on their <a href="http://groups.google.com/group/web2py/topics" target="_blank">google group</a> compensates for this lack.</p>
<p>With that said, web2py does make web-programming easy and hosting on GAE is even easier. <a href="http://y-a-t-s-y.appspot.com/" target="_blank">Here</a> is what I’ve been able to achieve.<a href="http://www.jjude.com/wp-content/uploads/image23.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; float: none; margin: 10px; border-left: 0px; border-bottom: 0px" height="395" alt="image" src="http://www.jjude.com/wp-content/uploads/image-thumb21.png" width="660" border="0" /></a></p>
<p> You can see it hosted in <a href="http://y-a-t-s-y.appspot.com/" target="_blank">Google AppEngine</a>. The code is checked in <a href="http://code.google.com/p/y-a-t-s-y/source/browse/trunk" target="_blank">Google Code</a>.</p>
<p>Your comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/03/a-first-shot-at-web2py/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Simply better entertainer</title>
		<link>http://jjude.com/2009/02/simply-better-entertainer/</link>
		<comments>http://jjude.com/2009/02/simply-better-entertainer/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 10:54:57 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[simply better]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/02/17/simply-better-entertainer/</guid>
		<description><![CDATA[Continuing  on the 'simply better' series, here is the example of someone who has reigned the Tamil Entertainment industry for decades by his seemingly simple approach to entertain. <a href="http://jjude.com/2009/02/simply-better-entertainer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It intrigues the movie critics; he has reigned as a &#8220;<a href="http://en.wikipedia.org/wiki/Rajnikanth">Super-Star</a>&#8221; of the Tamil movie industry for more than three decades. It is ever more intriguing when one realises that he is not even a Tamilian. As of this writing, he is one of the highest paid actors in South-East Asia.</p>
<p>He is so popular in Tamil Nadu that you can stop anyone, anywhere in the state and they will know about Rajini Kanth.</p>
<p>Never mind that his dance sequences are not elegent; never mind that his voice variations remain the same in every movie; never mind that he wouldn&#8217;t be praised for his acting; but every movie of his is a sure success (okay, most of them) in both rural and urban areas &#8211; now-a-days even in Japan!</p>
<p>How did he do it?</p>
<p>I was constantly reminded of him, as I read through &#8216;<a title="Simply Better" href="http://www.simply-better.biz/" target="_blank">Simply Better</a>&#8216;, where the authors argue that providing &#8220;Core Category Benefits&#8221; is the sure path to long-time success than providing differentiation.</p>
<p>Evaluate the Super-Star on that &#8211; he has mesmerized the audience with his fighting sequences, punch dialogues and most importantly style and he has stayed within that boundary. He has not differentiated himself with directorial ventures; method acting and so on and so forth. He provided just the core category benefits of the entertainment industry and reaped the huge rewards in return.</p>
<p>If I could think of one fine example of &#8216;Simply Better&#8217; entertainment experience it is none other than, Rajini Kanth.</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/02/simply-better-entertainer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standing on giants</title>
		<link>http://jjude.com/2009/02/standing-on-giants/</link>
		<comments>http://jjude.com/2009/02/standing-on-giants/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:25:21 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/02/16/standing-on-giants/</guid>
		<description><![CDATA[Will what got me thus far, get me still further? <a href="http://jjude.com/2009/02/standing-on-giants/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Consulting is a tough business&#8221;, says <a href="http://www.summitconsulting.com/" target="_blank">Alan Weiss</a>.</p>
<p>You better listen when a million dollar consultant speak.</p>
<p>From opening a bank account to steering a challenging project can be tough, especially when you are starting out as an independent consultant.</p>
<p>So how do you get through?</p>
<p>Motivation is a big part in getting through tough challenges. I draw motivation from family, friends, colleagues, popular icons. Even events can be source of motivation.</p>
<p>Paraphrasing Sir Issac Newton&#8217;s words, &#8220;If I&#8217;ve succeeded, it is because I stood on the shoulders of the giants.</p>
<p>Standing on giants helped me so far; will it get me further? Only time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/02/standing-on-giants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simply Better Consultants</title>
		<link>http://jjude.com/2009/02/simply-better-consultants/</link>
		<comments>http://jjude.com/2009/02/simply-better-consultants/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 07:48:39 +0000</pubDate>
		<dc:creator>Joseph Jude</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[simply better]]></category>

		<guid isPermaLink="false">http://www.jjude.com/2009/02/02/simply-better-consultants/</guid>
		<description><![CDATA[What makes a consultant 'simply better'? <a href="http://jjude.com/2009/02/simply-better-consultants/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8216;Predictable and reliable delivery of category benefits is the driver for success&#8217;, argues Patrick Barwise and Sean Meehan in their book, &#8216;<a href="http://www.simply-better.biz/" target="_blank">Simply Better</a>&#8216;.</p>
<p>I agree.</p>
<p>Taking parallel from the book, what are the &#8216;category benefits&#8217; (those expected out of a category or class of products or services) expected from a consultant, as a product and as a service?</p>
<p>I could think of these two:</p>
<p><strong>Domain Expertise</strong>: This is the only reason a consultant is in the room. They are expected to be a master in the domain &#8211; whatever be the domain &#8211; CRM, Project Management, Process Re-engineering, Peoplesoft.</p>
<p><strong>Appreciation of business reality</strong>: Usually consultants have to deal with dilemma on the ground and steer their clients to a solution. The problem in hand will be a product of people and process. Yet, consultant should stay focused and find or create a path forward.</p>
<p>Domain expertise can be learnt. In fact, during their life time consultants achieve mastry of more than one domain. However the other skill is hard to learn and judge. But it will be needed in almost all of the assignments. Without it, it is hard to be a consultant.</p>
<p>Do you agree?</p>
]]></content:encoded>
			<wfw:commentRss>http://jjude.com/2009/02/simply-better-consultants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
