<?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>Swaroop -Blog</title>
	<atom:link href="http://swaroop.in/Blog/feed" rel="self" type="application/rss+xml" />
	<link>https://swaroop.in/blog</link>
	<description>Loves Programming, Food &#38; Travel</description>
	<lastBuildDate>Wed, 26 Mar 2014 12:00:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Facebook places with Google Maps</title>
		<link>https://swaroop.in/facebook-places-with-google-maps</link>
					<comments>https://swaroop.in/facebook-places-with-google-maps#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Sat, 30 Oct 2010 19:09:21 +0000</pubDate>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[bing maps]]></category>
		<category><![CDATA[bing maps replaced by google maps]]></category>
		<category><![CDATA[check-ins]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook places]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[Greasemonkey script]]></category>
		<guid isPermaLink="false">http://swaroop.in/facebook-places-with-google-maps/</guid>

					<description><![CDATA[<p>Facebook places is a social networking social check-in feature which would broadcast the user’s latest check-in on the wall, readily accessible to the friends. This kinda creates an illusion amongst your friends that you’ve got a social life and you’re boasting about it. Well, I like it and hope Google has its own too and [&#8230;]</p>
<p>The post <a href="https://swaroop.in/facebook-places-with-google-maps">Facebook places with Google Maps</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Facebook places is a social networking social check-in feature which would broadcast the user’s latest check-in on the wall, readily accessible to the friends. This kinda creates an illusion amongst your friends that you’ve got a social life and you’re boasting about it. Well, I like it and hope <a href="http://woikr.com/misc/wish-list-for-the-google-new-social-network" target="_blank">Google has its own too</a> and if you’re in a country where its not launched yet, here’s a tip on how to <a href="http://woikr.com/misc/use-facebook-places-in-india" target="_blank">use Facebook places outside the US</a>.</p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/FacebookPlacesGoogleMaps.png"><img fetchpriority="high" decoding="async" style="display: inline; border: 0px initial initial;" title="FacebookPlaces-GoogleMaps" src="https://swaroop.in/wp/wp-content/uploads/2010/10/FacebookPlacesGoogleMaps_thumb.png" alt="FacebookPlaces-GoogleMaps" width="263" height="202" border="0" /></a></p>
<p>Me and a couple of friends have started using Facebook places. One thing which annoys me is the Facebook places web version uses the “Bing Maps”. I totally get it that Microsoft must be pushing “Bing services” through Facebook as it owns a part of the share.</p>
<p>But you know what, Bing Maps suck big time – Particularly in terms of having less details available. Sometimes you can’t even find why did some one check-in in the middle of no where.</p>
<p>Like this (If you can see, the place makes no sense on Bing Maps, but is represented well on Google maps with road information available)</p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/CGBing.png"><img decoding="async" style="display: inline; border: 0px;" title="CG-Bing" src="https://swaroop.in/wp/wp-content/uploads/2010/10/CGBing_thumb.png" alt="CG-Bing" width="404" height="186" border="0" /></a> <a href="https://swaroop.in/wp/wp-content/uploads/2010/10/CGGMaps.png"><img decoding="async" style="display: inline; border: 0px;" title="CG-GMaps" src="https://swaroop.in/wp/wp-content/uploads/2010/10/CGGMaps_thumb.png" alt="CG-GMaps" width="404" height="186" border="0" /></a></p>
<p>Now that you get the picture.</p>
<p>Download &#8211; <strong><a href="http://userscripts.org/scripts/show/89230" target="_blank">Facebook Places with Google Maps – Greasemonkey script</a></strong></p>
<p>Some more screen shots of this are</p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/TCSBing.png"><img loading="lazy" decoding="async" style="border: 0px none; display: inline;" title="TCS-Bing" src="https://swaroop.in/wp/wp-content/uploads/2010/10/TCSBing_thumb.png" alt="TCS-Bing" width="404" height="186" border="0" /></a> <a href="https://swaroop.in/wp/wp-content/uploads/2010/10/TCSGoogleMaps.png"><img loading="lazy" decoding="async" style="display: inline; border: 0pt none;" title="TCS-GoogleMaps" src="https://swaroop.in/wp/wp-content/uploads/2010/10/TCSGoogleMaps_thumb.png" alt="TCS-GoogleMaps" width="404" height="186" border="0" /></a></p>
<p>The source code is hosted at <a href="http://code.google.com/p/facebook-places-with-google-maps/" target="_blank">Google Code</a>. If you have any suggestions/queries – Feel free to ask them here.</p>
<p><strong>Update 26/01/2011 &#8211; </strong>There were some changes in FB&#8217;s places HTML generation and I found that script was broken. I just fixed it in Rev#6 of the check-in. And you can now use this on Firefox and Google Chrome or any other browser with UserScript support.</p>
<p><strong>Update 23/04/2011</strong> &#8211; FB changed the HTML again, it took me sometime to fix it (couldn&#8217;t take out time). It&#8217;s now fixed in FF4.0 and Chrome 10.x+</p>
<p><strong>Update 19/05/2012</strong> &#8211; Sorry for the delay guys, I know FB has changed over time.. I&#8217;ve just uploaded another version which works on some of the pages. Added https detection too. I&#8217;ve got 2 major feature requests that are<br />
* Interactive Google Maps<br />
* Timeline support (particularly the ones with places merged with FB pages).</p>
<p>The post <a href="https://swaroop.in/facebook-places-with-google-maps">Facebook places with Google Maps</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/facebook-places-with-google-maps/feed</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>Android Device and Desktop Clipboard Sync Utility</title>
		<link>https://swaroop.in/android-device-and-desktop-clipboard-sync-utility</link>
					<comments>https://swaroop.in/android-device-and-desktop-clipboard-sync-utility#respond</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Wed, 20 Oct 2010 10:35:02 +0000</pubDate>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[android clipboard sync]]></category>
		<category><![CDATA[android desktop clipboard]]></category>
		<category><![CDATA[android sync]]></category>
		<category><![CDATA[clipboard sync]]></category>
		<category><![CDATA[mobile clipboard sync]]></category>
		<category><![CDATA[pc clipboard sync]]></category>
		<guid isPermaLink="false">http://swaroop.in/android-device-and-desktop-clipboard-sync-utility/</guid>

					<description><![CDATA[<p>While developing for Android these days – Felt a lack of a utility which could be installed by developers to keep the Android device and the Desktop’s clipboards in sync. There must be a gazillion ones on the Market, but here I am talking about a non-Google plain Vanilla Android emulator/phone which won’t have market [&#8230;]</p>
<p>The post <a href="https://swaroop.in/android-device-and-desktop-clipboard-sync-utility">Android Device and Desktop Clipboard Sync Utility</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">While developing for Android these days – Felt a lack of a utility which could be installed by developers to keep the Android device and the Desktop’s clipboards in sync.</p>
<p style="text-align: justify;">There must be a gazillion ones on the Market, but here I am talking about a non-Google plain Vanilla Android emulator/phone which won’t have market and you’d have to cook up something like this to keep ur desktop and mobile clipboards in sync.</p>
<p style="text-align: justify;">Sheesh, even Windows mobile 6.1 has a utility to do that (<a href="http://mymobiler.com" target="_blank">MyMobiler</a> – a 3rd party utility because Microsoft didn’t care enough for the Windows mobile developers before!!!)</p>
<p style="text-align: justify;">So announcing the <a href="http://code.google.com/p/android-desktop-sync/" target="_blank">Android Desktop Clipboard Sync utility</a> – to never turn back and worry about clipboard (Well, its not all that huge, just made the line up!)</p>
<p style="text-align: justify;"><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/androidicon1.png"><img loading="lazy" decoding="async" style="display: inline; border: 0px;" title="Android Desktop Sync" alt="Android Desktop Sync" src="https://swaroop.in/wp/wp-content/uploads/2010/10/androidicon_thumb.png" width="555" height="224" border="0" /></a></p>
<p style="text-align: justify;">So I had to write my own. The current utility would have a &#8220;Desktop component&#8221; which acts as a server and the &#8220;Android side&#8221; client component which keeps sending data to the server.</p>
<p style="text-align: justify;">I am maintaining the source code on Google Code and will try to keep release versions to maintain stable release.</p>
<p style="text-align: justify;">The current code is an 0.1Alpha’s with source code is ready and would update the desktop clipboard with any changing mobile clipboard always.</p>
<h4 style="text-align: justify;">The components explained</h4>
<div>
<ol>
<li><strong>Server side component</strong> – Usually runs on your desktop machine (I’ve tested this on Windows) – Written in Java<br />
This has a server socket and whenever receives an input data – updates the desktop clipboard.</li>
<li><strong>Mobile Side client</strong> – Runs on your Android Emulator or your device (should be connected to the PC through a network usually WiFi – Written in Java (using Android SDK) – Target set to 2.2 Froyo</li>
</ol>
</div>
<div>This has a live thread checking if the device clipboard has been updated, If yes – It’ll establish a network connection to the server component to dump the latest clipboard.</div>
<p style="text-align: justify;">I plan to modify this to include bidirectional sync (The code’s there but commented out – causing some problems).<br />
To start using this android sync utility – Ensure</p>
<h4 style="text-align: justify;">Steps to install and configure</h4>
<div>
<ol>
<li>Check out the source from Google code SVN repository and mark as writable if required (If you need to change – See Step#2)<br />
<blockquote><p><span style="line-height: 1.625;">svn checkout </span><a style="line-height: 1.625;" href="http://android-desktop-sync.googlecode.com/svn/trunk/">http://android-desktop-sync.googlecode.com/svn/trunk/</a><span style="line-height: 1.625;"> android-desktop-sync-read-only</span></p></blockquote>
</li>
<li>There are 2 projects in it – Import them into your Eclipse (already configured with Android SDK and has Java)</li>
<li><a style="line-height: 1.625;" href="http://code.google.com/p/android-desktop-sync/source/browse/#svn/trunk/AndroidClient/" target="_blank"><strong>AndroidClient</strong></a><span style="line-height: 1.625;"> – Is the Android project (modify it to your need in case you’re working below &lt;2.2)<br />
</span>Change the source code file <a href="http://code.google.com/p/android-desktop-sync/source/browse/trunk/AndroidClient/src/com/swaroop/ClipboardSharer/ClipboardSharerApplicationActivity.java" target="_blank">ClipboardSharerApplicationActivity.java</a> to connect to your machine’s IP address.<br />
I will probably later make this as a text field on the page so that the user can input the server (desktop’s) IP address and port number instead of hardcoding it.</li>
<li><strong style="line-height: 1.625;"></strong><a style="line-height: 1.625;" href="http://code.google.com/p/android-desktop-sync/source/browse/trunk/#trunk/DesktopServer" target="_blank"><strong>DesktopServer</strong></a><span style="line-height: 1.625;"> – Is the Desktop Java project which won’t require modifying unless you wish to change the server socket’s listening port.<br />
</span>In case you wish to – you would be changing <a href="http://code.google.com/p/android-desktop-sync/source/browse/trunk/DesktopServer/src/com/swaroop/projects/JavaDesktopClipboardAccessServer.java" target="_blank">JavaDesktopClipboardAccessServer.java</a></li>
<li>That’s the configuration – First launch the DesktopServer and then launch the Android Client.</li>
<li>Voila! After this is done, you should see that anything you copy into the clipboard on the Android Device would be available on the desktop clipboard.</li>
</ol>
</div>
<p><strong>Happy Copy pasting! If you face any issues in setting up this – Let me know</strong></p>
<p>[Icons Courtesy – <a href="http://developer.android.com/index.html" target="_blank">Google Developers</a> &amp; <a href="http://www.iconarchive.com/show/apples-icons-by-fasticon/display-icon.html" target="_blank">Computer Icon</a> + Me, cooking up both together with a weird bidirectional arrows]</p>
<p>The post <a href="https://swaroop.in/android-device-and-desktop-clipboard-sync-utility">Android Device and Desktop Clipboard Sync Utility</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/android-device-and-desktop-clipboard-sync-utility/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GMail Address Swapper &#8211; Greasemonkey script</title>
		<link>https://swaroop.in/gmail-address-swapper-greasemonkey-script</link>
					<comments>https://swaroop.in/gmail-address-swapper-greasemonkey-script#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 10:37:57 +0000</pubDate>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[GMail address swapper]]></category>
		<category><![CDATA[Greasemonkey script]]></category>
		<guid isPermaLink="false">http://swaroop.in/gmail-address-swapper-greasemonkey-script/</guid>

					<description><![CDATA[<p>The original idea’s from Tamar from her post to Google Support. You will need Greasemonkey Firefox plugin to use this. This works as a Google Chrome extension too. Install the GMail Address Swapper GreaseMonkey Script. . The script would swap the email addresses values between ‘TO” and the “CC” in your GMail compose page. This [&#8230;]</p>
<p>The post <a href="https://swaroop.in/gmail-address-swapper-greasemonkey-script">GMail Address Swapper &#8211; Greasemonkey script</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The original idea’s from <a href="http://twitter.com/#!/tamar" target="_blank">Tamar</a> from her post to <a href="http://www.google.com/support/forum/p/gmail/thread?tid=61be1e97e28d8c53&amp;hl=en" target="_blank">Google Support</a>. You will need <a href="http://www.greasespot.net/" target="_blank">Greasemonkey Firefox plugin</a> to use this. This works as a Google Chrome extension too.</p>
<p><strong>Install the </strong><strong><a href="http://userscripts.org/scripts/show/88108" target="_blank">GMail Address Swapper GreaseMonkey Script</a>.</strong></p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/GMail-Address-Swapper.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-117" title="GMail Address Swapper" src="https://swaroop.in/wp/wp-content/uploads/2010/10/GMail-Address-Swapper.png" alt="" width="124" height="94" /></a> .</p>
<p>The script would swap the email addresses values between ‘TO” and the “CC” in your GMail compose page. This will work for any compose page (New email or replying to existing conversation).</p>
<p>A new icon (see screen shot below – the new image below the “TO” text) will be auto-inserted when you install the <a href="http://userscripts.org/scripts/show/88108" target="_blank">GMail Address Swapper GreaseMonkey Script</a>.</p>
<p><strong>Before</strong></p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/image.png"><img loading="lazy" decoding="async" style="display: inline; border: 0pt none;" title="image" src="https://swaroop.in/wp/wp-content/uploads/2010/10/image_thumb.png" border="0" alt="image" width="603" height="213" /></a></p>
<p><strong>After</strong></p>
<p><a href="https://swaroop.in/wp/wp-content/uploads/2010/10/image1.png"><img loading="lazy" decoding="async" style="display: inline; border: 0pt none;" title="image" src="https://swaroop.in/wp/wp-content/uploads/2010/10/image_thumb1.png" border="0" alt="image" width="604" height="236" /></a></p>
<p>That’s it, The source code is available in the script itself and the <a href="http://code.google.com/p/gmail-address-swapper/" target="_blank">SVN Repository</a> is maintained on Google Code. If you need any modification to this, let me know on Twitter <strong><a href="http://twitter.com/swaroop" target="_blank">@Swaroop</a>.</strong></p>
<p><strong><span style="text-decoration: underline;">Update 1</span></strong></p>
<p>I have just tested that this works on Google Chrome too (Without GreaseMonkey) &#8211; Just install the script from UserScripts.org. Let me know if you face any problems in Firefox or Chrome (Doesn&#8217;t need GreaseMonkey or GreaseMetal)</p>
<p><strong><span style="text-decoration: underline;">Update 2 (Oct 24, 2010)</span></strong><br />
Chrome 7.0 stable broke this extension. I found a <a href="http://code.google.com/p/gmail-address-swapper/issues/detail?id=1&amp;can=1">typo</a> in my code which was causing all the icons to appear. I have now fixed it and released the next update for <a href="http://userscripts.org/scripts/show/88108" target="_blank">GMail Address Swapper</a>. Let me know if you&#8217;re still facing any problems.</p>
<p>The post <a href="https://swaroop.in/gmail-address-swapper-greasemonkey-script">GMail Address Swapper &#8211; Greasemonkey script</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/gmail-address-swapper-greasemonkey-script/feed</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>Found a new home.</title>
		<link>https://swaroop.in/found-a-new-home</link>
					<comments>https://swaroop.in/found-a-new-home#respond</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Tue, 05 May 2009 05:16:56 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[inactive blog]]></category>
		<category><![CDATA[new home]]></category>
		<guid isPermaLink="false">http://swaroop.in/?p=73</guid>

					<description><![CDATA[<p>Thanks to the great offer from DreamHost for existing Geocities users, I have finally moved from my existing hosting provider to DreamHost. I have not been that frequent at blogging. Anyway follow me on Woikr.com or Twitter.</p>
<p>The post <a href="https://swaroop.in/found-a-new-home">Found a new home.</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Thanks to the great offer from <a href="http://www.quickonlinetips.com/archives/2009/04/free-geocities-hosting/" target="_blank">DreamHost for existing Geocities users</a>, I have finally moved from my existing hosting provider to DreamHost. I have not been that frequent at blogging. Anyway follow me on <a href="http://woikr.com" target="_blank">Woikr.com</a> or <a href="http://twitter.com/swaroop" target="_blank">Twitter</a>.</p>
<p>The post <a href="https://swaroop.in/found-a-new-home">Found a new home.</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/found-a-new-home/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Will be live blogging from BarCamp8, Hyderabad</title>
		<link>https://swaroop.in/test-blog-post</link>
					<comments>https://swaroop.in/test-blog-post#respond</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Fri, 10 Oct 2008 17:25:41 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/2008/10/test-blog-post/</guid>

					<description><![CDATA[<p>Will be attending the BarCamp8 tomorrow. Will try live blogging from my phone if the resources are available here at ISB Hyderabad. Stay tuned.</p>
<p>The post <a href="https://swaroop.in/test-blog-post">Will be live blogging from BarCamp8, Hyderabad</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Will be attending the BarCamp8 tomorrow. Will try live blogging from my phone if the resources are available here at ISB Hyderabad.</p>
<p>Stay tuned.</p>
<p>The post <a href="https://swaroop.in/test-blog-post">Will be live blogging from BarCamp8, Hyderabad</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/test-blog-post/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woikr.com Launches !</title>
		<link>https://swaroop.in/woikr-launches</link>
					<comments>https://swaroop.in/woikr-launches#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 11:46:11 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/?p=58</guid>

					<description><![CDATA[<p>We&#8217;ve always wanted to start a blog to share the new technological changes coming up. So here it is.. We&#8217;ve successfully launched Woikr on the Indian Independence Day at Aug 15, 00.00.00 Hours.</p>
<p>The post <a href="https://swaroop.in/woikr-launches">woikr.com Launches !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We&#8217;ve always wanted to start a blog to share the new technological changes coming up. So here it is.. We&#8217;ve successfully launched Woikr on the Indian Independence Day at Aug 15, 00.00.00 Hours.</p>
<div class="mceTemp">
<dl class="wp-caption alignnone" style="width: 200px;">
<dt class="wp-caption-dt"><a href="http://woikr.com"><img loading="lazy" decoding="async" title="Woikr" src="https://swaroop.in/BlogPics/woikr-logo.png" alt="Woikr" width="190" height="70" /></a></dt>
</dl>
</div>
<p>The post <a href="https://swaroop.in/woikr-launches">woikr.com Launches !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/woikr-launches/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>To Get it right !</title>
		<link>https://swaroop.in/to-get-it-right</link>
					<comments>https://swaroop.in/to-get-it-right#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Mon, 10 Mar 2008 13:31:01 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/2008/03/10/to-get-it-right/</guid>

					<description><![CDATA[<p>I am in the process of learning the secret(s) of many companies who claim to keep their employees happy !. How is that possible ? Was what I wondered all the time .. I spent at my previous organization !. Some people say its the money.. the perks that the company provides !.. Is that [&#8230;]</p>
<p>The post <a href="https://swaroop.in/to-get-it-right">To Get it right !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://swaroop.in/BlogPics/lightbulb.jpg" align="bottom" height="113" width="75" /></p>
<p>I am in the process of learning the secret(s) of many companies who claim to keep their employees happy !. How is that possible ? Was what I wondered all the time .. I spent at my previous organization !.</p>
<p>Some people say its the money.. the perks that the company provides !.. Is that correct.. ? Not sure. ! But one thing I observed today is</p>
<p>If every one works their part of work well!.. It can surely make a better working place !.</p>
<p>As in <a href="http://imdb.com/title/tt0389790/" target="_blank">Bee movie</a> &#8211; Barry the bee says that bee&#8217;s do a lot of small work so perfectly that, its almost impossible for humans to tell how the work was even achieved !.</p>
<p>The post <a href="https://swaroop.in/to-get-it-right">To Get it right !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/to-get-it-right/feed</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>barcamp #5 at Google Campus, Hyderabad</title>
		<link>https://swaroop.in/barcamp-5-at-google-campus-hyderabad</link>
					<comments>https://swaroop.in/barcamp-5-at-google-campus-hyderabad#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Sat, 16 Feb 2008 10:48:40 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/2008/02/16/barcamp-5-at-google-campus-hyderabad/</guid>

					<description><![CDATA[<p>Just came back after attending barcamp #5 at Hyderabad. The whole thing was very nicely managed by the Volunteers and the people at Google. The sessions given by people across the industry can give us an idea on what else is there in the IT Industry other than just corporate business software which happens to [&#8230;]</p>
<p>The post <a href="https://swaroop.in/barcamp-5-at-google-campus-hyderabad">barcamp #5 at Google Campus, Hyderabad</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="http://barcamp.org/f/barcamp-hyd-logo5.jpg" height="66" width="150" /></p>
<p>Just came back after attending <a href="http://barcamp.org/BarCampHyderabad5" target="_blank">barcamp #5</a> at Hyderabad.</p>
<p>The whole thing was very nicely managed by the Volunteers and the people at Google.</p>
<p>The sessions given by people across the industry can give us an idea on what else is there in the IT Industry other than just corporate business software which happens to be most of the work we do in IT Services industry.</p>
<p>It was one good experience having met one of my favorites of the online blogging world &#8211; <a href="http://www.labnol.org/" target="_blank">Amit Agarwal</a>. Asked him some of the questions on my mind for quite a while.. Had a picture snapped with him.. Will post it here soon..</p>
<p>Also a good initiative by <a href="http://hydblogs.in/" target="_blank">HydBlogs.in</a>. If you are a blogger from Hyderabad. Add your blog to the blog roll. Pass the word on.</p>
<p>The post <a href="https://swaroop.in/barcamp-5-at-google-campus-hyderabad">barcamp #5 at Google Campus, Hyderabad</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/barcamp-5-at-google-campus-hyderabad/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>The Time machine.. !</title>
		<link>https://swaroop.in/the-time-machine</link>
					<comments>https://swaroop.in/the-time-machine#respond</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Fri, 21 Dec 2007 18:09:23 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/2007/12/21/the-time-machine/</guid>

					<description><![CDATA[<p>This one of those non-geeky posts i always like to put in 🙂 . I dont know why. But I just like &#8217;em. Today I was wearing my watch after months, the battery died out. Its a Fossil Blue model watch gifted by a cousin who stays in the US. I was wearing this battery [&#8230;]</p>
<p>The post <a href="https://swaroop.in/the-time-machine">The Time machine.. !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This one of those non-geeky posts i always like to put in <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> . I dont know why. But I just like &#8217;em.</p>
<p>Today I was wearing my watch after months, the battery died out.</p>
<p>Its a Fossil Blue model watch gifted by a cousin who stays in the US.</p>
<p><img loading="lazy" decoding="async" src="https://swaroop.in/BlogPics/first%20watch.jpg" style="width: 115px; height: 115px" align="left" height="115" width="115" /></p>
<p>I was wearing this battery dead watch so that I can remember to get it loaded up with a battery and get it working.</p>
<p>The only thing i was wondering all the time was if some one noticed I am wearing a watch which ain&#8217;t working what would be my reply without making a fool of myself :p. So I&#8217;d finally figured out what I&#8217;d say <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><strong><em>&#8220;My watch is working. I just happen to follow different timezones at different times of the day&#8221;</em></strong></p>
<p>The watch in the picture is of my first digital watch bought by my parents. The watch&#8217;s battery ran for an amazing 7 years.. What wonder time machines these clocks are. !</p>
<p>The post <a href="https://swaroop.in/the-time-machine">The Time machine.. !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/the-time-machine/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Delete an un-deletable file !</title>
		<link>https://swaroop.in/delete-an-un-deletable-file</link>
					<comments>https://swaroop.in/delete-an-un-deletable-file#comments</comments>
		
		<dc:creator><![CDATA[swaroop]]></dc:creator>
		<pubDate>Wed, 24 Oct 2007 16:20:24 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://swaroop.in/Blog/2007/10/24/delete-an-un-deletable-file/</guid>

					<description><![CDATA[<p>I was pestered by this stupid windows error that it cannot delete a file because it was being used ! I made sure that none of the applications.. are accessing it. But there must be some code written by M$ guys which made sure that the file was locked. Cannot delete Filename. Access is denied. [&#8230;]</p>
<p>The post <a href="https://swaroop.in/delete-an-un-deletable-file">Delete an un-deletable file !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was pestered by this stupid windows error that it cannot delete a file because it was being used ! I made sure that none of the applications.. are accessing it.  But there must be some code written by M$ guys which made sure that the file was locked.</p>
<blockquote></blockquote>
<blockquote><p><u> Cannot delete <var>Filename</var>. Access is denied. The source file may be in use. </u></p></blockquote>
<p>I resolved it after a peek <a href="http://www.theeldergeek.com/delete_undeletable_file.htm" target="_blank">&gt;&gt;Here&lt;&lt; .</a></p>
<p>This file was a normal video file,  and the only reason windows would access it is to create a thumbnail. But this video file additionally is corrupt which adds to the problem. So there definitely is a bug in Windows thumbnail creation software, which &#8220;keeps-on-trying&#8221; to create a thumbnail thereby keeping a lock on this file.. And hence the problem.</p>
<p>If any M$ guy has access to the source.. Let me know if i cornered the bug !..</p>
<p>The post <a href="https://swaroop.in/delete-an-un-deletable-file">Delete an un-deletable file !</a> appeared first on <a href="https://swaroop.in">Swaroop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://swaroop.in/delete-an-un-deletable-file/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
