<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Preeti Edul&#039;s Blog</title>
	<atom:link href="http://preetiedul.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://preetiedul.wordpress.com</link>
	<description>For thoughts that survive</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='preetiedul.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Preeti Edul&#039;s Blog</title>
		<link>http://preetiedul.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://preetiedul.wordpress.com/osd.xml" title="Preeti Edul&#039;s Blog" />
	<atom:link rel='hub' href='http://preetiedul.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating a &#8220;Hello, World !&#8221; Kindle Fire app using App Inventor &#8211; it&#8217;s easy, it&#8217;s free !</title>
		<link>http://preetiedul.wordpress.com/2011/12/13/create-kindle-fire-app-using-app-inventor/</link>
		<comments>http://preetiedul.wordpress.com/2011/12/13/create-kindle-fire-app-using-app-inventor/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:24:37 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app inventor]]></category>
		<category><![CDATA[block editor]]></category>
		<category><![CDATA[build app]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kindle fire apps]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2644</guid>
		<description><![CDATA[I was browsing the Amazon app store today morning, looking for an app for my Kindle Fire, but unfortunately I just couldn&#8217;t find one that looked as sleek as the iPad counterparts. I even upped my budget from FREE to 0.99$, but in vain. So being a developer, I did what came naturally to me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2644&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was browsing the Amazon app store today morning, looking for an app for my Kindle Fire, but unfortunately I just couldn&#8217;t find one that looked as sleek as the iPad counterparts. I even upped my budget from FREE to 0.99$, but in vain. So being a developer, I did what came naturally to me &#8211; reinventing the wheel by creating an app of my own.</p>
<div class="external-insert"><strong>Step 1 of 2 &#8211; Creating the application on your computer</strong></div>
<p>So, first things first, a &#8220;Hello, World!&#8221; application. I stumbled upon the the <strong>App Inventor</strong> by Google that allows you to create apps for the android phone and as luck would have it the apps work on <strong>Kindle Fire</strong> too. A perfect start for someone like me who knows nothing about mobile development.</p>
<p>Installing the necessary components so that the App Inventor can work in your browser is really easy and hassle free. Just visit <a class="purple-link" title="App Inventor Website" href="http://www.appinventorbeta.com/about/" target="_blank">App Inventor Website</a> and follow the instructions to a T !</p>
<p>I&#8217;m not going to repeat the instructions, as it has been explained very well on the App Inventor website. You need to follow the section that explains how to create an app using an emulator (and not the phone). I&#8217;ve added a few snapshots and some notes on slight glitches I faced.</p>
<p>A snapshot of the App Inventor with the &#8220;Hello World&#8221; interface &#8211; a button and a label :</p>
<p><a href="http://preetiedul.files.wordpress.com/2011/12/designing-app-interface-app-inventor.png"><img class="alignnone size-full wp-image-2655" title="designing-app-interface-app-inventor" src="http://preetiedul.files.wordpress.com/2011/12/designing-app-interface-app-inventor.png" alt="" width="800" height="377" /></a></p>
<p><span style="color:#606;font-size:.9em;"><em>Note 1. I installed the app inventor on OS X Lion and Windows 7 Home Premium without any hassle at all using Chrome.</em></span></p>
<p><span style="color:#606;font-size:.9em;"><em>Note 2. After I closed and restarted the browser, the app inventor did not load correctly. I fixed this by explicitly executing the adbdevices.bat file which can be found at &#8220;C:\Program Files (x86)\AppInventor\commands-for-Appinventor\adbdevices.bat&#8221; on a 64 bit windows machine.<br />
</em></span></p>
<p>The <strong>Block Editor</strong> allows you to define the behavior for your user interface. The graphical model for describing the logic seemed a little too cute to be very practical but it does get the job done and worked without any problems. I am going to have to dig deeper and figure out if the App Inventor allows you to define logic the &#8216;text editor&#8217; way, or if I am going to have to switch development environments for building applications that do more than purr.</p>
<p>A snapshot of the Block Editor &#8211; toggles the label on button click :  </p>
<p><a href="http://preetiedul.files.wordpress.com/2011/12/app-inventor-block-editor.png"><img class="alignnone size-full wp-image-2656" title="app-inventor-block-editor" src="http://preetiedul.files.wordpress.com/2011/12/app-inventor-block-editor.png" alt="" width="949" height="475" /></a></p>
<p><span style="color:#606;font-size:.9em;"><em>Note 3. On the mac, the &#8220;connect to device..&#8221; button on the Block Editor was grayed out for me. I am sure this can be fixed but I just switched to Windows 7 to avoid being derailed.</em></span></p>
<p>So at the end of this process you should have a <strong>.apk</strong> file somewhere on your computer.</p>
<div class="external-insert"><strong>Step 2 of 2 &#8211; Installing the application on your Kindle Fire</strong></div>
<p>This was easy, now comes the frustrating part of transferring the .apk file to the Kindle without a USB cable. Eventually I did find a roundabout way of getting this done.</p>
<p>Firstly, you need to install the <strong>ES Explorer</strong> application on your Kindle Fire. Next, you need to enable application installation from &#8220;unknown sources&#8221;. Unknown to Amazon that is, not you. If the application is unknown to you, you might be better off without it. This option can be found under settings -&gt; More -&gt; Device -&gt; Allows Installation on Applications -&gt; ON.</p>
<div style="display:inline-block;">
<div id="attachment_2660" class="wp-caption alignnone" style="width: 354px"><a href="http://preetiedul.files.wordpress.com/2011/12/es-file-explorer-app.png"><img class=" wp-image-2660 " style="border-color:black;border-style:solid;border-width:1px;" title="es-file-explorer-app" src="http://preetiedul.files.wordpress.com/2011/12/es-file-explorer-app.png?w=344&#038;h=258" alt="" width="344" height="258" /></a><p class="wp-caption-text">Install the ES Explorer app on Kindle Fire</p></div>
</div>
<div style="display:inline-block;">
<div id="attachment_2662" class="wp-caption alignnone" style="width: 380px"><a href="http://preetiedul.files.wordpress.com/2011/12/allow-installation-of-applications-kindle-fire.png"><img class="size-full wp-image-2662 " style="border-color:black;border-style:solid;border-width:1px;" title="allow-installation-of-applications-kindle-fire" src="http://preetiedul.files.wordpress.com/2011/12/allow-installation-of-applications-kindle-fire.png" alt="" width="370" height="167" /></a><p class="wp-caption-text">Turn on app installation from unknown sources for Kindle</p></div>
</div>
<p>You now need to send the .APK file to your kindle. Emailing the file to your-amazon-id@kindle.com does not work. If you have a USB cable thats great, but since I didn&#8217;t have one I mailed myself a copy of the file and downloaded it via the Email app on Kindle.</p>
<div style="display:inline-block;">
<div id="attachment_2661" class="wp-caption alignnone" style="width: 419px"><a href="http://preetiedul.files.wordpress.com/2011/12/send-apk-file-to-kindle-fire-without-usb.png"><img class="size-full wp-image-2661  " style="border-color:black;border-style:solid;border-width:1px;" title="send-apk-file-to-kindle-fire-without-usb" src="http://preetiedul.files.wordpress.com/2011/12/send-apk-file-to-kindle-fire-without-usb.png" alt="" width="409" height="232" /></a><p class="wp-caption-text">Transfer the .apk file to Kindle via email</p></div>
</div>
<p>You can install the application by launching the ES Explorer application and locating your .apk file. If you downloaded it via email, you will find it under the &#8220;Downloads&#8221; directory. Install the application and your app will be added to &#8220;Apps&#8221; available on your Kindle.</p>
<div style="display:inline-block;margin-right:5px;">
<p><div id="attachment_2663" class="wp-caption alignnone" style="width: 327px"><a href="http://preetiedul.files.wordpress.com/2011/12/install-app-from-es-explorer.png"><img class="size-full wp-image-2663" style="border-color:black;border-style:solid;border-width:1px;" title="install-app-from-es-explorer" src="http://preetiedul.files.wordpress.com/2011/12/install-app-from-es-explorer.png" alt="" width="317" height="254" /></a><p class="wp-caption-text">The .APK file in ES Explorer - Click to install</p></div>
</div>
<div style="display:inline-block;">
<div id="attachment_2666" class="wp-caption alignnone" style="width: 259px"><a href="http://preetiedul.files.wordpress.com/2011/12/hello-world-app-kindle-fire.png"><img class="size-full wp-image-2666" style="border-color:black;border-style:solid;border-width:1px;" title="hello-world-app-kindle-fire" src="http://preetiedul.files.wordpress.com/2011/12/hello-world-app-kindle-fire.png" alt="" width="249" height="319" /></a><p class="wp-caption-text">Our HelloWorld app under &quot;Apps&quot;</p></div></p>
</div>
<div style="display:inline-block;">
<div id="attachment_2664" class="wp-caption alignnone" style="width: 248px"><a href="http://preetiedul.files.wordpress.com/2011/12/hello-world-kindle-fire1.png"><img class="size-full wp-image-2664" style="border-color:black;border-style:solid;border-width:1px;" title="hello-world-kindle-fire" src="http://preetiedul.files.wordpress.com/2011/12/hello-world-kindle-fire1.png" alt="" width="238" height="185" /></a><p class="wp-caption-text">Hello, World !</p></div>
</div>
<p>You are now ready to greet the world !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2644/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2644/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2644&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/12/13/create-kindle-fire-app-using-app-inventor/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/designing-app-interface-app-inventor.png" medium="image">
			<media:title type="html">designing-app-interface-app-inventor</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/app-inventor-block-editor.png" medium="image">
			<media:title type="html">app-inventor-block-editor</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/es-file-explorer-app.png" medium="image">
			<media:title type="html">es-file-explorer-app</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/allow-installation-of-applications-kindle-fire.png" medium="image">
			<media:title type="html">allow-installation-of-applications-kindle-fire</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/send-apk-file-to-kindle-fire-without-usb.png" medium="image">
			<media:title type="html">send-apk-file-to-kindle-fire-without-usb</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/install-app-from-es-explorer.png" medium="image">
			<media:title type="html">install-app-from-es-explorer</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/hello-world-app-kindle-fire.png" medium="image">
			<media:title type="html">hello-world-app-kindle-fire</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/12/hello-world-kindle-fire1.png" medium="image">
			<media:title type="html">hello-world-kindle-fire</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chromebook &#8211; better or worse than a laptop ?</title>
		<link>http://preetiedul.wordpress.com/2011/06/09/google-chromebook/</link>
		<comments>http://preetiedul.wordpress.com/2011/06/09/google-chromebook/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 20:44:48 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[chromebook]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2544</guid>
		<description><![CDATA[I was reading this article today at the NY Times, which offered an amusing introduction to Google Chromebook &#8211; the new laptop by Google. The article itself and a lot of comments that followed didn&#8217;t seem too impressed. Maybe you like it, maybe you don&#8217;t, but you will definitely agree that it is different. How [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2544&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was reading <a class="purple-link" title="Google’s New Chromebook Explained By SAM GROBART" href="http://gadgetwise.blogs.nytimes.com/2011/06/05/googles-new-chromebook-explained/" target="_blank">this</a> article today at the NY Times, which offered an amusing introduction to Google Chromebook &#8211; the new laptop by Google. The article itself and a lot of comments that followed didn&#8217;t seem too impressed. Maybe you like it, maybe you don&#8217;t, but you will definitely agree that it is different. How so?</p>
<div class="external-insert"><span style="font-size:1.2em;color:#006400;">1. It does not run Windows</span> BUT <span style="font-size:1.2em;color:#8b0000;">is still targeted towards people who think Ubuntu is &#8230;ummm, what exactly is it again?</span></p>
<p><span style="font-size:1.2em;color:#006400;">2. The only thing you can do with it is surf the web</span> BUT <span style="font-size:1.2em;color:#8b0000;">it still costs as much as a fully functional laptop.</span></div>
<p>Sam Grobart ends his NY Times post with this cheeky little note, which might very well reflect your state of mind.</p>
<p><em>The Common Man : So I would want a Chromebook because …?</p>
<p>Sam Grobart : Good question.</em></p>
<p>Though the comment above was meant as sarcasm, I believe it <em>is</em> a good question. When I bought my first laptop, I wanted every possible port a device could offer. What if I wanted to connect it to [any magical peripheral device here] ? By the end of its life I had used two, the Ethernet port (for internet) and the USB port (for everything else). The same holds true for the SLR I purchased with great enthusiasm. On most occasions I used two buttons, one that turned the power on and the other that took the picture. </p>
<p><a href="http://preetiedul.files.wordpress.com/2011/06/chromebook.png"><img src="http://preetiedul.files.wordpress.com/2011/06/chromebook.png" alt="" title="Chromebook - disposing software installations" width="212" height="269" class="size-full wp-image-2604" /></a></p>
<p>So if you believe Chromebook is useless because regular laptops can do everything it does and much <em>more</em>, think again. When Google first launched its search engine I am sure they looked stupid with one button and one text-box, but look where they are today. And though most people think they want more features, what they really want is more simplicity. Apple and Google are organizations that get this and it is reflected in their products beautifully. Microsoft unfortunately is not one of them and anyone who has worked with Visual Studio can vouch for that ;-) </p>
<p>I use the computer to do three things precisely &#8211; write code, blog and surf the web (mail, news, networking). Only the first one, writing code, is something I cannot do on the Chromebook and to be honest something I prefer not doing on my laptop either. The rest of my time I spend reading and writing on the web and I think Chromebook is suited perfectly for those tasks. </p>
<p>So although I am not going to throw away my desktop, I can surely see myself buying a Chromebook instead of a laptop the next time. Not having to learn another Control Panel layout<sup>1</sup> and not having to view update messages from <em>every</em> software installed on my machine is reason enough !</p>
<p><span style="font-size:.9em;color:grey;">1 &#8211; Why does Microsoft do that? Am I stupid or does Administrative Services like playing hide and seek?</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2544&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/06/09/google-chromebook/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/06/chromebook.png" medium="image">
			<media:title type="html">Chromebook - disposing software installations</media:title>
		</media:content>
	</item>
		<item>
		<title>When &#8216;homemade&#8217; no longer means &#8216;your&#8217; home</title>
		<link>http://preetiedul.wordpress.com/2011/05/27/truly-homemade/</link>
		<comments>http://preetiedul.wordpress.com/2011/05/27/truly-homemade/#comments</comments>
		<pubDate>Fri, 27 May 2011 17:29:35 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Art & Drawings !]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Cooking]]></category>
		<category><![CDATA[Everything else]]></category>
		<category><![CDATA[A Quest for Love in the New India]]></category>
		<category><![CDATA[Anita Jain]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Cake]]></category>
		<category><![CDATA[Dimensions PaintWorks]]></category>
		<category><![CDATA[homemade]]></category>
		<category><![CDATA[Marrying Anita]]></category>
		<category><![CDATA[Mava]]></category>
		<category><![CDATA[Mawa]]></category>
		<category><![CDATA[Paint By Number]]></category>
		<category><![CDATA[Potted Pansies]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2428</guid>
		<description><![CDATA[&#8220;He who depends on himself will attain the greatest happiness&#8221; reads a Chinese proverb. So it comes as no surprise that everything today is &#8216;Made in China&#8217; ! Unfortunately, no one really loves mass produced factory-made goods and advertisers were the first to realize this. Advertisers are always the first to realize everything. Labels like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2428&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;</strong>He who depends on himself will attain the greatest happiness<strong>&#8221;</strong> reads a Chinese proverb. So it comes as no surprise that everything today is &#8216;Made in China&#8217; ! Unfortunately, no one really loves mass produced factory-made goods and advertisers were the first to realize this. Advertisers are always the first to realize everything. Labels like &#8216;Homemade&#8217;, or &#8216;Hand Painted&#8217; or even &#8216;It&#8217;s a family company&#8217; allow products to move into a &#8216;premium&#8217; category. But when was the last time <em>your</em> home, <em>your</em> hands or <em>your</em> family made something (other than money)?</p>
<p>The process of creating by and large is always more satisfying than that of consuming. It does not need to be valuable or even praise worthy. It can simply be mediocre. Vincent Van Gogh once wrote in a letter to his brother Theo;</p>
<blockquote><div class="external-insert"><strong>&#8220;</strong>I do not at all despise mediocre in its simple sense. And one certainly does not rise above the mark by despising what is mediocre. In my opinion one must at least begin by having some respect for the mediocre, and know that it already means something, and is only reached with great difficulty.<strong>&#8221;</strong></div>
</blockquote>
<p><a href="http://preetiedul.files.wordpress.com/2011/05/mava_cake.png"><img class="alignnone size-full wp-image-2446" style="border:1px solid black;" title="mava_cake" src="http://preetiedul.files.wordpress.com/2011/05/mava_cake.png" alt="" width="260" height="326" /></a> <a href="http://preetiedul.files.wordpress.com/2011/05/marrying_anita_jain.png"><img class="alignnone size-full wp-image-2445" style="border:1px solid black;" title="marrying_anita_jain" src="http://preetiedul.files.wordpress.com/2011/05/marrying_anita_jain.png" alt="" width="247" height="257" /></a></p>
<p>These are my attempts. First being the cardamom mava cakes, which I must admit were delicious. <a class="purple-link" href="http://www.tarteletteblog.com/2009/06/recipe-indian-cardamom-mava-cakes.html" title="Indian Cardamom Mava Cakes" target="_blank">Here</a> is the recipe. The perfect accompaniment to a mava cake is some tea and a book. I picked up &#8220;Marrying Anita: A Quest for Love in the New India&#8221;. Now this ones far from being a classic, very far indeed, but a chick lit once in a while never hurt a soul. I even wrote a little review for the book on amazon.</p>
<blockquote><div class="external-insert"><strong>&#8220;</strong>This was a fun book, and I enjoyed reading it. However, you might be disappointed if you were hoping to find a deeper connection with the author and her life. I believe a lot of the negative reviews reflect that, since after a certain point it is difficult to relate to Anita&#8217;s experiences, especially the fact that her failed relationships seem to teach her nothing. Everyone has the right to act silly at any age, but one hopes the wiser ones realize their folly and correct themselves once the moment of insanity has passed. And one definitely hopes to be wise by thirty ! </p>
<p>But I like her honestly and clarity and she is not afraid to say it like it is. She does have her preferences; she likes the poor boy from the village who works hard and becomes an artist, she does not like the poor boy from the village who works hard and becomes an IT engineer in New Jersey. But at no point is she pretentious which I find quite refreshing. She has preferences, we all do. </p>
<p>Surprisingly, Delhi seems to be light years ahead in terms of dating if compared to Mumbai. I can imagine smoking and drinking to your hearts content in Mumbai, every day, for FUN. But to do that when you&#8217;re here to find a husband? Hmm, never heard of that one! I have yet to meet an Indian woman who partied her way to marriage. What a boring world I live in! </p>
<p>So if you want to enjoy the book, don&#8217;t take everything it says too personally. It is about her, Anita, and not about the Indian woman you are, you love or hope to meet !<strong>&#8221;</strong></div>
</blockquote>
<p>And finally a painting. It&#8217;s a concept called paint by numbers, where the supplier will send you a canvas with a drawing sketched out. There are even little numbers indicating the colors one must use for each section. Takes you back to primary school doesn&#8217;t it? Good old days, where the only worry you had was sticking inside the boundaries. Who says painting has to be hard work?</p>
<p>So there you have it. Nothing fancy, but truly homemade :)</p>
<p><a href="http://preetiedul.files.wordpress.com/2011/05/pansies_paint_by_number.png"><img class="alignnone size-full wp-image-2447" style="border:1px solid black;" title="pansies_paint_by_number" src="http://preetiedul.files.wordpress.com/2011/05/pansies_paint_by_number.png" alt="" width="437" height="346" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2428/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2428/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2428/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2428&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/05/27/truly-homemade/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/05/mava_cake.png" medium="image">
			<media:title type="html">mava_cake</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/05/marrying_anita_jain.png" medium="image">
			<media:title type="html">marrying_anita_jain</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/05/pansies_paint_by_number.png" medium="image">
			<media:title type="html">pansies_paint_by_number</media:title>
		</media:content>
	</item>
		<item>
		<title>Solving KenKen &#8211; ASP.NET hobby project</title>
		<link>http://preetiedul.wordpress.com/2011/05/17/kenken/</link>
		<comments>http://preetiedul.wordpress.com/2011/05/17/kenken/#comments</comments>
		<pubDate>Tue, 17 May 2011 15:03:58 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Hobby Projects]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[KenKen]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Solve KenKen]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2317</guid>
		<description><![CDATA[Were you bad at math in school? Did your childhood nightmares involve floating ÷ ? If so, your math teacher was unfortunately not Tetsuya Miyamoto. Tetsuya Miyamoto, a very intelligent math teacher from Japan is the inventor of the logic puzzle KenKen1. Tetsuya believed in the art of teaching without teaching and learnt how not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2317&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Were you bad at math in school? Did your childhood nightmares involve floating ÷ ? If so, your math teacher was unfortunately not Tetsuya Miyamoto. </p>
<p>Tetsuya Miyamoto, a very intelligent math teacher from Japan is the inventor of the logic puzzle KenKen<sup>1</sup>. Tetsuya believed in the art of teaching without teaching and learnt how not to scare his pupils away! KenKen which loosely means cleverness squared (ken X ken) is very much like Sudoku with the addition of simple mathematical rules.</p>
<p>I love KenKen and have been addicted to it for some time now. So early one morning I decided I&#8217;d write a computer program to solve it. At first I thought it was going to be a piece of cake. One day is all it would take. After all, how hard was it to find the list of numbers that multiply to twenty four? Turns out, it was; not hard but definitely tricky. Then again, which software project ever completed within estimates ;-)</p>
<p>I wrote the project in C# (ASP.NET) but I wonder if F# would have been a better choice given the mathematical nature of the problem. The lazy me, who didn&#8217;t want to learn another syntax sadly skipped this. Maybe I can write an F# program to solve Sudoku ?</p>
<p>My program is not exactly a computerized solution to KenKen. It moves one step at a time and mimics the way a human being (mostly me) would typically solve this puzzle. This also means that the success of this approach is limited by my ability to solve it. I personally have not been able to solve a 7 x 7 hard puzzle and hence, my program can&#8217;t solve it either (any help appreciated !). The solution also doesn&#8217;t use backtracking<sup>2</sup> because although it is very easy for a computer, it is very hard for a human being after a certain level.</p>
<p>So, this is how the application looks. It has been deployed using AppHarbor<sup>3</sup> and you can check it out over <a class="purple-link" href="http://kenken.apphb.com/" title="Solving KenKen without backtracking" target="_blank">here </a>(<a href="http://kenken.apphb.com/" title="Solving KenKen without backtracking" target="_blank">kenken.apphb.com</a>). </p>
<p><a href="http://kenken.apphb.com/" target="_blank"><img class="alignnone size-large wp-image-2320" title="KenKen" src="http://preetiedul.files.wordpress.com/2011/05/kenken.png?w=819&#038;h=535" alt="" width="819" height="535" /></a></p>
<p>This is what those numbers mean !</p>
<p><a href="http://kenken.apphb.com/Help.aspx" target="_blank"><img src="http://preetiedul.files.wordpress.com/2011/05/kenkenhelp.png" alt="" title="kenkenhelp" width="896" height="481" class="alignnone size-full wp-image-2323" /></a></p>
<p>So check it out, have some fun and keep that brain running ;-)</p>
<ol style="color:grey;font-size:.9em;">
<li style="padding:2px;">KenKen® is a registered trademark of Nextoy, LLC. Puzzle content ©2011 KenKen Puzzle LLC. (<a style="color:grey;" href="http://www.kenken.com" title="Official KenKen site" target="_blank">www.kenken.com</a>)</li>
<li style="padding:2px;">Backtracking is a common technique in computer science used for finding solutions to certain problems. In simple words, you guess a solution and then move forward. If your guess was invalid you wont be able to solve the problem correctly and you will discard this solution. You then backtrack, and guess again, till finally your guess is accurate!</li>
<li style="padding:2px;">AppHarbor allows you to deploy your application on the web and was such a joy to use (<a style="color:grey;" href="http://appharbor.com" title="AppHarbor" target="_blank">appharbor.com</a>)</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2317&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/05/17/kenken/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/05/kenken.png?w=1024" medium="image">
			<media:title type="html">KenKen</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/05/kenkenhelp.png" medium="image">
			<media:title type="html">kenkenhelp</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s on the menu? Strawberries and cream &#8211; 15¢ only !</title>
		<link>http://preetiedul.wordpress.com/2011/04/27/whats-on-the-menu-nypl/</link>
		<comments>http://preetiedul.wordpress.com/2011/04/27/whats-on-the-menu-nypl/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 20:15:31 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Cooking]]></category>
		<category><![CDATA[Everything else]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Historical Menus]]></category>
		<category><![CDATA[Mahableshwar]]></category>
		<category><![CDATA[New York Public Library]]></category>
		<category><![CDATA[NYPL]]></category>
		<category><![CDATA[Restaurant Menus]]></category>
		<category><![CDATA[Strawberries]]></category>
		<category><![CDATA[Transcribing]]></category>
		<category><![CDATA[What's on the menu?]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2227</guid>
		<description><![CDATA[Mahabaleshwar and strawberries go hand in hand, mostly the hands of tourists flocking this town in the Western Ghats of Maharashtra. Few memories remain of my first visit to the plateau, which was more than a decade ago, but the one that does is of my father being rather gluttonous with the fresh strawberry cream [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2227&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mahabaleshwar and strawberries go hand in hand, mostly the hands of tourists flocking this town in the Western Ghats of Maharashtra. Few memories remain of my first visit to the plateau, which was more than a decade ago, but the one that does is of my father being rather gluttonous with the fresh strawberry cream servings! In all fairness, they were to die for. And so, when my husband and I planned a more recent visit to the town, the greedy berries and cream climbed to the top of my checklist.</p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/strawberry_and_cream.png"><img class="alignnone size-full wp-image-2281" title="strawberry_and_cream" src="http://preetiedul.files.wordpress.com/2011/04/strawberry_and_cream.png" alt="" width="238" height="220" /></a></p>
<p>&#8220;80 rupees&#8221; said the person at the counter. Did I look like a fool to him? I righteously stomped off to a stall a few blocks away. &#8220;80 rupees&#8221; came the echo. It is surprising how someone who looks so haggard and weak at one moment can appear so shrewd and businesslike the very next. I was almost certain he had a BMW hiding somewhere behind his 5 by 5 feet stall. &#8220;OK&#8221; I said at the cost of committing one of the seven deadly sins, gluttony via <em>laute</em> &#8211; which in Latin is the sin of eating too expensively! Now, had I been born at the end of the 19th century, I could have feasted on those delicious cream topped berries and gone straight to heaven both figuratively and literally, for in 1901, the A.M. Sweet &amp; Son Restaurant in New York served them for only 15¢ ! And how do I know this? Well because it&#8217;s on the menu!</p>
<p><a class="purple-link" title="What's on the Menu? (A New York Public Library website)" href="http://menus.nypl.org/" target="_blank">&#8220;What&#8217;s on the menu?&#8221;</a>, a project by the New York Public Library is now converting its historical restaurant menu collection into a computer friendly format. They have about forty thousand of these historical menus &#8211; a data analyst&#8217;s dream, a data entry operators&#8217;s nightmare! But before you pity the later, you ought to know that that person is you! &#8220;What&#8217;s on the menu?&#8221; requires regular people like you and me to help transcribe these menus by typing in the dishes that appear on the picture of a menu card, one dish at a time. Though the task is a tad repetitive, it is definitely entertaining. When the project completes and with the magic of data mining there would be so many new things to learn about the way we ate. There are interesting things you notice even while examining a single menu, like &#8220;French Asparagus&#8221; was one of the few items that cost $1 when everything else was only around 25-50¢. Oh surely they couldn&#8217;t taste better than those strawberries!</p>
<p><span style="font-size:.9em;color:#888888;">Help <a title="What's on the Menu ? Menus' waiting to be transcribed !" href="http://menus.nypl.org/menus" target="_blank"><span style="color:#888888;">What&#8217;s on the menu</span></a> by visiting <a href="http://menus.nypl.org/menus" target="_blank"><span style="color:#888888;">http://menus.nypl.org/</span></a> and relishing a few dishes yourself :)</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2227&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/04/27/whats-on-the-menu-nypl/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/strawberry_and_cream.png" medium="image">
			<media:title type="html">strawberry_and_cream</media:title>
		</media:content>
	</item>
		<item>
		<title>Keeping tradition &#8211; Dancing on the streets !</title>
		<link>http://preetiedul.wordpress.com/2011/04/05/maintaining-tradition-blocking-streets/</link>
		<comments>http://preetiedul.wordpress.com/2011/04/05/maintaining-tradition-blocking-streets/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 16:48:54 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[2011 Cricket World Cup]]></category>
		<category><![CDATA[Celebrations]]></category>
		<category><![CDATA[Cricket]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Newport]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[Victory]]></category>
		<category><![CDATA[World Cup]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2165</guid>
		<description><![CDATA[2011 Cricket World Cup victory celebrations for India under my apartment ! It is interesting how the celebrations start out in the town square and slowly move onto the streets :) &#8220;Let us all gather in the town square to celebrate peacefully.&#8221; &#8220;Hmm, something doesn&#8217;t feel right. I wonder what?&#8221; &#8220;I&#8217;ve got an idea &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2165&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>2011 Cricket World Cup victory celebrations for India under my apartment !</p>
<p>It is interesting how the celebrations start out in the town square and slowly move onto the streets :)</p>
<p><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">&#8220;</span><span style="font-size:1.5em;color:#6699ff;font-family:Comic Sans MS;">Let us all gather in the town square to celebrate peacefully</span><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">.&#8221;</span></p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/newport_towers_first.jpg"><img class="size-full wp-image-2168 alignnone" style="border:1px solid #66CCFF;padding:5px;" title="newport_towers_first" src="http://preetiedul.files.wordpress.com/2011/04/newport_towers_first.jpg" alt="" width="255" height="383" /></a></p>
<p><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">&#8220;</span><span style="font-size:1.5em;color:#6699ff;font-family:Comic Sans MS;">Hmm, something doesn&#8217;t feel right. I wonder what</span><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">?&#8221;</span></p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/newport_towers_second.jpg"><img class="alignnone size-full wp-image-2169" style="border:1px solid #66CCFF;padding:5px;" title="newport_towers_second" src="http://preetiedul.files.wordpress.com/2011/04/newport_towers_second.jpg" alt="" width="644" height="383" /></a></p>
<p><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">&#8220;</span><span style="font-size:1.5em;color:#6699ff;font-family:Comic Sans MS;">I&#8217;ve got an idea &#8211; lets try moving on to the streets</span><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">!&#8221;</span></p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/newport_towers_third.jpg"><img class="alignnone size-full wp-image-2170" style="border:1px solid #66CCFF;padding:5px;" title="newport_towers_third" src="http://preetiedul.files.wordpress.com/2011/04/newport_towers_third.jpg" alt="" width="390" height="338" /></a></p>
<p><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">&#8220;</span><span style="font-size:1.5em;color:#6699ff;font-family:Comic Sans MS;">Hey, this is great ! Who knew blocking traffic was such fun</span><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">!&#8221;</span></p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fourth.jpg"><img class="alignnone size-full wp-image-2171" style="border:1px solid #66CCFF;padding:5px;" title="newport_towers_fourth" src="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fourth.jpg" alt="" width="559" height="338" /></a></p>
<p><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">&#8220;</span><span style="font-size:1.5em;color:#6699ff;font-family:Comic Sans MS;">Lets get this bugger ! Yippiee&#8230;..</span><span style="font-size:2em;color:#6699ff;font-family:Times New Roman;font-weight:bold;">!&#8221;</span></p>
<p><a href="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fifth.jpg"><img class="alignnone size-full wp-image-2172" style="border:1px solid #66CCFF;padding:5px;" title="newport_towers_fifth" src="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fifth.jpg" alt="" width="400" height="392" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2165&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/04/05/maintaining-tradition-blocking-streets/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/newport_towers_first.jpg" medium="image">
			<media:title type="html">newport_towers_first</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/newport_towers_second.jpg" medium="image">
			<media:title type="html">newport_towers_second</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/newport_towers_third.jpg" medium="image">
			<media:title type="html">newport_towers_third</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fourth.jpg" medium="image">
			<media:title type="html">newport_towers_fourth</media:title>
		</media:content>

		<media:content url="http://preetiedul.files.wordpress.com/2011/04/newport_towers_fifth.jpg" medium="image">
			<media:title type="html">newport_towers_fifth</media:title>
		</media:content>
	</item>
		<item>
		<title>Customer Service and Vodafone &#8211; The sticky &#8216;ex&#8217; story</title>
		<link>http://preetiedul.wordpress.com/2011/03/28/customer-service-and-vodafone-the-sticky-ex-story/</link>
		<comments>http://preetiedul.wordpress.com/2011/03/28/customer-service-and-vodafone-the-sticky-ex-story/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 17:02:24 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[Bill]]></category>
		<category><![CDATA[cellular services]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[koregaon park]]></category>
		<category><![CDATA[Mangaldas Road]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Vodafone]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=2147</guid>
		<description><![CDATA[For a country that swallowed customer service jobs across the globe, slapped multi storied towers on acres of land building call centers, and made people work through the night, you&#8217;d have thought they got one thing right &#8211; Customer Service! &#8220;I will give you my personal number&#8221; said the lady at the Vodafone store on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2147&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For a country that swallowed customer service jobs across the globe, slapped multi storied towers on acres of land building call centers, and made people work through the night, you&#8217;d have thought they got one thing right &#8211; Customer Service!</p>
<p>&#8220;I will give you my personal number&#8221; said the lady at the Vodafone store on Mangaldas road, a quite lane in Koregaon Park. &#8220;I assure you, you will have no problems with the account again. Ever.&#8221; she continued. &#8220;Thank you&#8221; I said, &#8220;but I would like to close my account and terminate my number&#8221;. As she reluctantly filled the account closing form, I was happy knowing that I would never ever have to visit this store again or speak to another Vodafone customer care executive, whose only solution to my problems was &#8211; &#8220;Sorry madam, but you will have to visit the store personally&#8221;.</p>
<p>Have you ever been in a relationship where one person wants out and the other is willing to do everything to keep it going? Plead? Beg? And if you still magically got out, the begging turned to harassment and pestering? So much in love was Vodafone with me, that they just couldn&#8217;t accept that our relationship was over. Long after I had payed off the last bill and settled all dues they sent me another one! Yes, a bill for a period during which the number did not exist. I had left the relationship. Vodafone had not. They kept their end going, sending me bills and harassing my poor mom whose number I had provided as an &#8216;alternate&#8217; (extremely bad decision).</p>
<p>I called the Vodafone customer care executive who told me &#8220;Sorry madam, but you will have to visit the store personally&#8221;. At least they were consistent.</p>
<p>I wrote to Vodafone customer care explaining my situation. They wrote back saying they tried calling me on this closed, non existent number but could not reach me. Poor things, in a corner of their heart they still believed that this number was alive.</p>
<p>One day, my dad received another pestering phone call from Vodafone. The person spoke with a voice of finality &#8211; &#8220;Are you going to pay the bill or not?&#8217; My dad thought for a moment and decided he might as well give the 350 bucks and shut the matter. So, he told her he would do so, but she must give a clear statement saying that the matter was now closed. She thought for a while and then said: &#8220;Okay. Then will you pay 700?!&#8221;</p>
<p>We all know that the customer care around cellular services is a joke in India, but Vodafone seems to have taken this analogy quite literally!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/2147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/2147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=2147&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/03/28/customer-service-and-vodafone-the-sticky-ex-story/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>
	</item>
		<item>
		<title>IMPROVE YOUR  VOCABULARY &#8211; Without reaching for the dictionary !</title>
		<link>http://preetiedul.wordpress.com/2011/02/13/improve-your-vocabulary-without-a-dictionary/</link>
		<comments>http://preetiedul.wordpress.com/2011/02/13/improve-your-vocabulary-without-a-dictionary/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 05:45:47 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[Poetry & Literature]]></category>
		<category><![CDATA[Improving vocabulary]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[Short Story]]></category>
		<category><![CDATA[Vocabulary]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=1980</guid>
		<description><![CDATA[THE PERFIDIOUS NEPHEW &#8211; by Dr. N. C. Edul A story written deliberately using uncommon words which are explained in the course of the story – so no running around for the dictionary. Method: The words in italics indicate the meaning of the word in bold print just preceding. The first pair has been highlighted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1980&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="external-insert" style="margin-top:10px;">
<p><span style="font-size:1.2em;">THE  PERFIDIOUS  NEPHEW &#8211; by Dr. N. C. Edul<span></p>
<p>A story written deliberately using uncommon words which are explained in the course of the story – so no running around for the dictionary.</p>
<p>Method: The <em>words in italics</em> indicate the meaning of the word in <strong>bold</strong> print just preceding. The first pair has been <span style="color:#606;">highlighted</span> for understanding.</p>
<p>An occasional word is not explained – a <strong>ploy</strong> to make you reach for the dictionary occasionally.
</div>
<p>Prof Kohler: (Busy at his writing desk. His nephew Rudolf walks in)</p>
<p>Rudolf: Hi uncle! Busy writing as usual! (Looks at the manuscript) What have we here?</p>
<p>Prof Kohler: It’s a <span style="color:#606;"><strong>dialectic</strong></span>. You won’t get it.</p>
<p>Rudolf: What’s a dialectic?</p>
<p>Prof Kohler: (Sighs) <span style="color:#606;"><em>It’s investigation of truth by logical and systematic reasoning.</em></span></p>
<p>Rudolf: Oh! I love investigating truth. I’d love helping you arrive at some great truth.</p>
<p>Prof Kohler: (Laughs sarcastically) And then we could write a <strong>paean</strong>!</p>
<p>Rudolf: Ah! <em>A song of triumph</em>! I’d quite fancy that!</p>
<p>Prof Kohler: It requires <strong>diligent</strong> work, my friend. One needs to <em>work sincerely with care and effort</em>.</p>
<p>Rudolf: Oh do give me a chance. I am rather fond of such things.</p>
<p>Prof Kohler: It’s not for a <strong>dilettante</strong> like you. <em>Dabbling in a subject for pleasure</em>. One needs to think… explain…</p>
<p>Rudolf: You sure need to do a lot of explaining!</p>
<p>Prof Kohler: It’s not easy separating the wheat from the chaff. Picking out gems from all the <strong>detritus</strong>, all the <em>debris</em> surrounding them. Get me that pen from the <strong>mantelpiece</strong>, will you?</p>
<p>Rudolf: (Looking around) The pen…</p>
<p>Prof Kohler: <em>Shelf above the fireplace</em>, man. One would have thought you knew that, at least.</p>
<p>Rudolf: (Getting the pen) As a matter of fact I was writing something I thought I’d show you?</p>
<p>Prof Kohler: (Raises an eyebrow) Writing a dialectic?!</p>
<p>Rudolf: I’ll sure be dead if I don’t write it before the first semester. It’s about the movement of particles.</p>
<p>Prof Kohler: (Picks up the paper and reads) The movement of – eh? – <strong>discreet</strong> particles? How can a particle be discreet?</p>
<p>Rudolf: Why not?</p>
<p>Prof Kohler: How can a particle be <em>prudent – not giving away secrets</em>?</p>
<p>Rudolf: I mean particles that are separate…</p>
<p>Prof Kohler: That’s <strong>discrete</strong>. <em>Not joined, separate</em>.</p>
<p>Rudolf: (Making light of it) Well then let’s say discrete particles are discreet!</p>
<p>Prof Kohler: (Grunts)</p>
<p>Rudolf: Come uncle you don’t have to be so <strong>pedantic</strong>. <em>Strict observance of rules and details</em> and all that.</p>
<p>Prof Kohler: (Getting irritated) Well, come to the point. What do you want?</p>
<p>Rudolf: Ah! There was quite a <strong>pageant</strong> I saw on the way here. Quite a <em>procession – fancy dress</em> and all.</p>
<p>Prof Kohler: Why didn’t you join in?</p>
<p>Rudolf: But there were some fancy cars too! I was thinking – my old man…</p>
<p>Mrs Kohler: (Entering the room) Hi Rudolf! Nice to see you so early! That was a nice pageant…</p>
<p>Rudolf: And some mighty fine cars. And my old man won’t shell out even a thousand for a second hand car.</p>
<p>Mrs Kohler: He is rather <strong>parsimonious</strong>. Remarkably <em>stingy </em>and positively <em>mean </em>for a man of his means.</p>
<p>Prof Kohler: And he lives in a <strong>warren</strong>!</p>
<p>Mrs Kohler: Oh, he doesn’t stay in a <em>rabbit burrow</em>!</p>
<p>Prof Kohler: Well those <em>narrow interconnecting paths and buildings</em>! Makes me giddy walking around those parts.</p>
<p>Rudolf: But you don’t have to go there, uncle! And I stay there! So how about a thousand quid to be returned next month?</p>
<p>Prof Kohler: Why would anyone give even one pound to a <strong>profligate</strong> <em>wasteful person</em> like you?</p>
<p>Mrs Kohler: That’s not a nice word Kohler! (Thinks) Perhaps you could call him <strong>prodigal</strong>!</p>
<p>Prof Kohler: Means the same thing!</p>
<p>Mrs Kohler: But sounds a lot kinder! (Turns to Rudolf) That Ford dealer won’t give you on instalments?</p>
<p>Rudolf: Oh, he is hopeless! Doesn’t know what he talks. Thinks I should get myself a <strong>tumbril</strong>. What’s a tumbril, aunt?</p>
<p>Mrs Kohler: A sort of <em>open cart</em>, I think.</p>
<p>Prof Kohler: The sort they used to <em>carry condemned people to the guillotine</em>.</p>
<p>Rudolf: (Laughs) The French wouldn&#8217;t like a touch of German blood to soil their guillotine, would they now?</p>
<p>Prof Kohler: The French Royalty had enough German blood singing through their veins! Any more and they would be<br />
<strong>chimeras</strong>!</p>
<p>Mrs Kohler: Chimeras! Can&#8217;t imagine Napoleon with <em>the head of a lion, the body of a goat and a tail of the serpent</em>!</p>
<p>Rudolf: (Perplexed) What are you talking about? We started with a thousand pounds…</p>
<p>Prof Kohler: You are rather <strong>pertinacious</strong>! <em>Persistent and determined</em> to get your hands on my money. But it’s no use. (Waves him away) Go now! My secretary isn’t coming and I have to do the typing myself. She is a little <strong>indisposed</strong>.</p>
<p>Rudolf: You mean she is <em>sick</em>?</p>
<p>Prof Kohler: To put it <strong>grossly</strong>, yes.</p>
<p>Mrs Kohler: Well, there’s nothing <em>unrefined</em> about the word ‘sick’, after all…</p>
<p>Rudolf: It is – when the person is not sick – or should we say not ‘indisposed’? (Laughs)</p>
<p>Prof Kohler: None of your <strong>insinuations</strong>!</p>
<p>Rudolf: Well, if you’d rather not know it’s all right with me. Bye!</p>
<p>Prof Kohler: Damn your <strong>impertinence</strong>!</p>
<p>Mrs Kohler: Oh, he’s showing no <em>lack of respect</em>. That’s how he is made.</p>
<p>Mr Kohler: Then whoever made him has done a very poor job!</p>
<p>Rudolf: Now who’s being <strong>impudent</strong>?</p>
<p>Mrs Kohler: Enough Rudolf. Now come, tell us, what’s this about Miss Brenner?</p>
<p>Rudolf: Well she ain’t sick. She’s with Professor Karl!</p>
<p>Prof Kohler: Damnation! What’s she…(Changing his tone) But why should I believe you?</p>
<p>Rudolf: Because I have <strong>indubitable </strong>proof! <em>Impossible to doubt</em>.</p>
<p>Prof Kohler: (Getting worked up) Out with it man! What??</p>
<p>Rudolf: I saw her go in with my own eyes!</p>
<p>Mrs Kohler: (Exclaims) Why that <strong>perfidious</strong> little thing! So <em>deceitful and disloyal</em>!  Who could have imagined…</p>
<p>Prof Kohler: I don’t believe it! Why should I believe it?</p>
<p>Rudolf: Don’t then. Bye!</p>
<p>Prof Kohler: Wait! Damn your <strong>insolence </strong>but now is not the time to be bothered with <em>rudeness </em>of the…well…what could she want with him?</p>
<p>Rudolf: Well…she’s not in love with him!</p>
<p>Mrs Kohler: Don’t be <strong>frivolous</strong>, Rudolf.</p>
<p>Rudolf: But why do think I’m <em>not serious</em>? No she’s not in love with him but she loves his money.</p>
<p>Prof Kohler: And why would a man like Professor Karl want to give her money?</p>
<p>Rudolf: Because a perfidious secretary like Miss Brenner can give him…some nice things that she possesses…</p>
<p>Prof Kohler: Get out! You insinuating son of Satan!</p>
<p>Rudolf: (Beginning to leave the room) …like your research papers!</p>
<p>Prof Kohler: Stop! (Rudolf keeps walking away) Halt! I command you!</p>
<p>Rudolf: (Turns and salutes him) Yes, mein Fuhrer?</p>
<p>Prof Kohler: What research papers? How do you know?</p>
<p>Rudolf: &#8220;The Unconscious aspect of Consciousness&#8221;!</p>
<p>Prof Kohler: (Excited) &#8220;The Conscious aspect of Unconsciousness&#8221;!</p>
<p>Rudolf: The same thing…</p>
<p>Prof Kohler: Not the same a bit, you <strong>dolt</strong>! <em>Stupid </em>that you are! But tell me –</p>
<p>Mrs Kohler: I remember he had <strong>plagiarized </strong>it!</p>
<p>Prof Kohler: <em>Copied </em>it! Almost to the word and pretended it was his original paper!</p>
<p>Rudolf: Exactly! And where do you think he got it from…?</p>
<p>Prof Kohler: (Shocked) You mean my secretary…</p>
<p>Rudolf: Who else? I had almost caught her in the act!</p>
<p>Prof Kohler: (Dejected) Oh, what is the world coming to! She of all people! How could she do something so <strong>heinous</strong>?</p>
<p>Mrs Kohler: <em>Utterly wicked</em>, I say!</p>
<p>Rudolf: Most <strong>unsavory </strong>behavior! Rather <em>unpleasant</em>!</p>
<p>Mrs Kohler: And she didn&#8217;t do it <strong>gratis</strong>, I’m sure!</p>
<p>Rudolf: She wouldn’t move her little finger for <em>free</em>!</p>
<p>Prof Kohler: But she has always been so upright…who would have thought…quite an <strong>enigma</strong>!</p>
<p>Mrs Kohler: Nothing <em>mysterious or puzzling</em> really! Selling her soul for a few dollars more!</p>
<p>Rudolf: And uncle you grudge me a few <strong>measly</strong> pounds! <em>Really small</em> sum which can save you all the embarrassment!</p>
<p>Prof Rudolf: What are you suggesting?</p>
<p>Rudolf: Forget Miss Brenner! I’ll do your typing and it will be as safe as a…sparrow.</p>
<p>Mrs Kohler: Don’t make up silly similes Rudolf!  Safe as…safe as…what is it Kohler?</p>
<p>Prof Kohler: (Mutters) That perfidious double-crosser! (Aloud, throwing the manuscript at Rudolf) Well, get down to it!</p>
<p>Rudolf  retires with the manuscript to a corner. Makes two copies and <strong>surreptitiously</strong>, <em>secretly</em>, slips one copy into his pocket on his way out and goes straight to Professor Karl’s house.</p>
<p>Rudolf: Good afternoon, Professor! See what I have here!</p>
<p>Prof Karl: (Inspecting the typescript) A dialectic! Fine! (Business-like tone) Now none of your <strong>dilatory</strong>, <em>delaying </em>tactics. Come straight to the point. How much?</p>
<p>Rudolf: Come, Professor! How about a cup of tea, before we begin? How do you know I’m doing it just for money?</p>
<p>Prof Karl: I cannot <strong>envisage</strong>, <em>imagine </em>you doing anything for anything else. (Let’s out a <strong>mirthless</strong> laugh) I know the unconscious workings of your conscious mind. How much?</p>
<p>Rudolf: Two thousand!</p>
<p>Prof Karl: Your guts are <strong>laudable</strong>, truly <em>deserving praise</em>. But I’m afraid, you miscalculate!</p>
<p>Rudolf: With a paper like this you could be his <strong>nemesis</strong>! Bring about Professor Kohler’s <em>well-deserved downfall</em>!</p>
<p>Prof Karl: Much to your <strong>chagrin</strong>, much to your <em>disappointment and annoyance</em> I must clarify that I’m not that <strong>naïve</strong>! <em>Lacking experience and judgment</em> to be taken in by a <strong>scallywag</strong>, <em>mischievous</em> person like you.</p>
<p>Rudolf: You make me giddy with your words! Oh well, I’m not <strong>infallible</strong>, <em>incapable of making mistakes</em>! Perhaps I miscalculated! Perhaps I meant a thousand pounds!</p>
<p>Prof Karl: I think you meant five hundred.</p>
<p>Rudolf: You really can read my unconscious mind! I think you are right!</p>
<p>Prof Karl: That’s more like it! (Hands Rudolf the money and takes the typescript)</p>
<p>Rudolf: Professor, who does the typing for you? No secretary! What a pity! (Picks up the manuscript from Karl’s table) ‘An<br />
Analysis of Despair and Dejection’. No reason to be, sir! I could do this for you in ten minutes!</p>
<p>Prof Karl: (With a deprecating laugh, expressing disapproval) No, thank you. I couldn’t afford it!</p>
<p>Rudolf: Absolutely free!</p>
<p>Prof Karl: Ha!</p>
<p>Rudolf: Gratis!</p>
<p>Prof Karl: Ha!</p>
<p>Rudolf: No strings attached!</p>
<p>Prof Karl: Ha!</p>
<p>Rudolf: (Thinking quickly) Just for a cup of tea!</p>
<p>Prof Karl: (<strong>Dubiously</strong>, <em>doubtfully</em>) I can’t believe my ears!</p>
<p>Rudolf: (Dramatically) Cross my heart and hope to die!</p>
<p>Professor Karl gives Rudolf the manuscript and goes in to make tea. Rudolf types furiously, making two copies and slips one into his pocket. He rushes through the tea and makes straight for Professor Kohler.</p>
<p>Rudolf: (Waving the typescript in front of the Professor’s nose) See what I got!</p>
<p>Prof Kohler: (Straining to see) What?</p>
<p>Rudolf: Revenge! Sweet revenge!</p>
<p>Mrs Kohler: What are you talking?</p>
<p>Rudolf: He is finished, <strong>annihilated</strong>! <em>Destroyed completely</em>!</p>
<p>Prof Kohler: Who?</p>
<p>Rudolf: Professor Karl!</p>
<p>Prof Kohler: (Taking the typescript and reading) Oh! Ah! Really!</p>
<p>Rudolf: Get it in the journal <strong>pronto</strong>, <em>at once</em>!</p>
<p>Mrs Kohler: It will no doubt <strong>vex</strong> him greatly.</p>
<p>Rudolf: <em>Annoy and worry</em> him no end!</p>
<p>Prof Kohler: (Mischievous glint in his eyes)  Hmm…</p>
<p>Rudolf: You can eat your cake and have it too…for just…a thousand pounds!</p>
<p>Prof Kohler: (Stunned) A thousand…</p>
<p>Rudolf: Money is <strong>ephemeral</strong>! <em>Momentary</em>! Fame is eternal. Reputations are…</p>
<p>Prof Kohler: (looking doubtfully at the papers) Yes…but…one thousand…</p>
<p>Rudolf: Or five hundred over a glass of sherry!</p>
<p>Prof Kohler: (Putting the papers in his drawer) That’s more like it! (Hands him the money)</p>
<p>Rudolf: (Slipping the money into his waistcoat) Well uncle…as I always say – All’s well that ends well!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/1980/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/1980/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/1980/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1980&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2011/02/13/improve-your-vocabulary-without-a-dictionary/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>
	</item>
		<item>
		<title>Desire is the root of all (shock) happiness !</title>
		<link>http://preetiedul.wordpress.com/2010/10/07/desire-root-of-all-happiness/</link>
		<comments>http://preetiedul.wordpress.com/2010/10/07/desire-root-of-all-happiness/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 05:43:29 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[desire]]></category>
		<category><![CDATA[desire is the root of all happiness]]></category>
		<category><![CDATA[desire is the root of all sufferring]]></category>
		<category><![CDATA[happiness]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[joy]]></category>
		<category><![CDATA[sorrow]]></category>
		<category><![CDATA[suffering]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=1955</guid>
		<description><![CDATA[When we read Buddha&#8217;s quote, &#8220;desire is the root of all suffering&#8221; we nod in agreement. It all comes back to us in a flash. Fancy college degrees, our first lost love, that perfect figure, the perfect salary *sigh*. All desires that surfaced, burned and eventually dwindled leaving us with a scar in our heart [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1955&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When we read Buddha&#8217;s quote, &#8220;desire is the root of all suffering&#8221; we nod in agreement. It all comes back to us in a flash. Fancy college degrees, our first lost love, that perfect figure, the perfect salary *sigh*. All desires that surfaced, burned and eventually dwindled leaving us with a scar in our heart and a much deeper understanding of Buddha&#8217;s quote.</p>
<p>I do not disagree with Buddha. In fact I agree with him completely, except that he forgot to mention the other half !</p>
<div class="external-insert" style="font-size:1.2em;">Desire is the root of all happiness !</div>
<p>Can this be true ? Decide for yourself. Which of these scenarios make you sing a song and believe you are the happiest person alive?</p>
<p>Case [A] &#8211; You have been longing for something for months, even years and you finally get it. </p>
<p>Case [B] &#8211; You unexpectedly receive something pleasant<strong>*</strong>. </p>
<p><em>(*Note: Of course this pleasant item cannot be a <strong>desire</strong> because then it would simply be case [A] where you got what you wanted sooner rather than later. To put it explicitly, case [B] is when you get something which the world would consider desirable/nice/beautiful/expensive but its not something you personally crave for &#8211; it is a nice thing to have but you really would not be affected if you lived your life with or without it)</em></p>
<p>The difference in Case [A] and Case [B] is only &#8220;desire&#8221;, and if you too like me picked [A], then, &#8220;desire is the root of all happiness&#8221; in your life too :)</p>
<p>Just a midnight thought ! </p>
<p><span style="color:grey;">P.S. I desire sleep ;-)</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/1955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/1955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/1955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1955&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2010/10/07/desire-root-of-all-happiness/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET Vs Java &#8211; The F5 puppets</title>
		<link>http://preetiedul.wordpress.com/2010/09/20/net-vs-java-f5-puppets/</link>
		<comments>http://preetiedul.wordpress.com/2010/09/20/net-vs-java-f5-puppets/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 16:27:58 +0000</pubDate>
		<dc:creator>Preeti Edul</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[.NET Vs Java]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[F5]]></category>
		<category><![CDATA[Java Programmers]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Microsoft Programmers]]></category>

		<guid isPermaLink="false">http://preetiedul.wordpress.com/?p=1927</guid>
		<description><![CDATA[This is more of a rant than a useful discussion, so if you&#8217;re expecting the later go write yourself a Hello World ;-) In 2002, for a class project I had the option of working with either Microsoft Foundation Classes (MFC) or Java. After having worked with Windows SDK in the last semester, the decision [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1927&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is more of a rant than a useful discussion, so if you&#8217;re expecting the later go write yourself a Hello World ;-)</p>
<p>In 2002, for a class project I had the option of working with either Microsoft Foundation Classes (MFC) or Java. After having worked with Windows SDK in the last semester, the decision was clear. Anything that didn&#8217;t come from Microsoft was going to be OK. So I started reading this book &#8211; The Java Programming Language and that is when it happened. I fell in love with James. James Gosling that is. How funny, how intelligent, how brilliant this man might be I thought. If it wasn&#8217;t for my employer who made me write Java Server Pages (JSP), I might still have been in love. I&#8217;m not quite sure, but I guess it had something to do with the fact that my job involved staring at the <span class="code-format">&#8220;Null Pointer Exception&#8221;</span> in the Apache command window for four hours a day, that brought my love story to an end.</p>
<p>In 2003, I was forced to move from Java to .NET. I wasn&#8217;t ready for the separation, but the HR lady would hear nothing of it. What did I expect? Human Resources and Programmers are a match made in hell. So there I was, staring reluctantly at my first .NET program. I pressed F5. Everything worked, I didn&#8217;t see a <span class="code-format">&#8220;Null Pointer Exception&#8221;</span>. Wait a minute I thought, what about the web server? I don&#8217;t remember starting it, or installing it, or reading the ten page documentation on how to configure it. I cried. My life as a programmer was over. I was reduced to a Visual Studio puppet &#8211; my only task henceforth would be to click <span class="code-format">F5</span>. I starred enviously at my friends who after two days of debugging had discovered that their program was crashing because they were using <span class="code-format">JDK 1.3.2</span> instead of <span class="code-format">JDK 1.3.1</span>. Oh how I missed being a programmer.</p>
<p>I&#8217;ve missed being a programmer for the last seven years now, but I seemed to have survived the million <span class="code-format">F5</span>s and the zillion &#8220;Microsoft Programmer&#8221; jokes ;-) Last weekend I started a little hobby project with my husband and a friend &#8211; both loyal to the sun, who of course sold their souls to the oracle. The project was to be in Java, no discussion needed there.</p>
<p>So I installed Eclipse. A Java editor that looked professional and was free. Was I falling in love again? Maybe. I then needed to install some Google plugins for our project &#8211; what hobby project is complete without involving Google? Ok, it didn&#8217;t work, it couldn&#8217;t find java. Ummm&#8230; why? Well turns out because Eclipse uses its own java compiler or something (don&#8217;t ask me!), as <span class="code-format">javac</span> clearly didn&#8217;t exist on my machine. Interesting. So after installing Eclipse I install the JDK! Fine. Subversion crashes. Ummm&#8230; Why? Don&#8217;t know again &#8211; some clash apparently with the java version and the class paths. I found myself digging through the Environment Variables and looking for issues with the <span class="code-format">&#8220;path&#8221;</span>. I&#8217;d forgotten all about <span class="code-format">&#8220;Environment Variables&#8221;</span> in windows, I was hoping they were dead by now. Yikes. Anyway, after it was all sorted out I created some beautiful java classes only to eventually discover that I had the wrong version of Eclipse to write JSP files!</p>
<p>As you can tell, I am not a good java developer. I couldn&#8217;t even install the right version of Eclipse. I gave up, someone would have to write the JSP for me. Neither my husband nor my friend seemed too keen on writing that JSP &#8211; not sure why. My husband got stuck with it as my friend had a genuine reason, he was a &#8220;server side programmer&#8221; so he couldn&#8217;t be expected to write front end stuff. As a Microsoft developer, you do not have the liberty of making such statements. If you did, it wouldn&#8217;t be long before you heard &#8211; &#8220;Geez man, my 5 year old son can create an ASP.NET website &#8211; all you have to do is click <span style="font-size:1.2em;" class="code-format">F5</span> !&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/preetiedul.wordpress.com/1927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/preetiedul.wordpress.com/1927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/preetiedul.wordpress.com/1927/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=preetiedul.wordpress.com&amp;blog=11821963&amp;post=1927&amp;subd=preetiedul&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://preetiedul.wordpress.com/2010/09/20/net-vs-java-f5-puppets/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<georss:point>40.714353 -74.005973</georss:point>
		<geo:lat>40.714353</geo:lat>
		<geo:long>-74.005973</geo:long>
		<media:content url="http://1.gravatar.com/avatar/bf424a1058009c63892358bee84c5464?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">preetsy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
