<?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>iMac Users &#124; Indian Mac Users &#187; Tips</title>
	<atom:link href="http://www.imacusers.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imacusers.com</link>
	<description>Indian Mac Users</description>
	<lastBuildDate>Sat, 14 Nov 2009 13:42:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More Terminal tidbits</title>
		<link>http://www.imacusers.com/more-terminal-tid-bits/</link>
		<comments>http://www.imacusers.com/more-terminal-tid-bits/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 13:27:31 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=384</guid>
		<description><![CDATA[fs_usage &#8211; somewhat like Systinternals&#8217; Filemon, this command shows you a realtime list of all the filesystem activities &#8211; like what files are being accessed on your system along with the names of the applications that are accessing them. If you are seeing a lot of filesystem activity but are not sure what is causing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>fs_usage</strong> &#8211; somewhat like Systinternals&#8217; Filemon, this command shows you a realtime list of all the filesystem activities &#8211; like what files are being accessed on your system along with the names of the applications that are accessing them. If you are seeing a lot of filesystem activity but are not sure what is causing it this tool can help you narrow it down to a specific application. Run it as root (sudo) otherwise it won&#8217;t work. </p>
<p>You might also want to look at <a href="/5-handy-unix-commands-for-terminalapp-lovers/">lsof</a>.</p>
<p><strong>pbcopy</strong> &#8211; reads from stdout and copies the output to clipboard. Similar to what <a href="http://blogs.msdn.com/oldnewthing/archive/2009/11/10/9919908.aspx">clip</a> does on Windows. e.g.</p>
<p><code>ls | pbcopy</code></p>
<p>will paste the output of ls to clipboard.</p>
<p><strong>pbpaste</strong> &#8211; does exactly the opposite of pbclip, i.e. pastes the contents of clipboard to stdout which you can then pipe through other commands. e.g.</p>
<p><code>pbpaste | sort -r </code></p>
<p><strong>open</strong> &#8211; finally a command that you can use to launch a file/application  &#8211; e.g.</p>
<p><code>open .</code> </p>
<p>will open the current folder in Finder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/more-terminal-tid-bits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enabling two-sided (duplex) printing on Mac</title>
		<link>http://www.imacusers.com/enabling-two-sided-duplex-printing-on-mac/</link>
		<comments>http://www.imacusers.com/enabling-two-sided-duplex-printing-on-mac/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 15:46:39 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=372</guid>
		<description><![CDATA[Recently while trying to print a web-page via Safari, I realized that the two-sided print option was disabled. 

At first I thought it was something to do with Snow Leopard and HP&#8217;s printer drivers (the printer was an HP LaserJet P3005). However, even after installing the latest HP printer drivers the two-sided print option remained [...]]]></description>
			<content:encoded><![CDATA[<p>Recently while trying to print a web-page via Safari, I realized that the two-sided print option was disabled. </p>
<p><img src="/images/DuplexPrinting/1.png" alt="Two-Sided printing option is disabled"/></p>
<p>At first I thought it was something to do with Snow Leopard and HP&#8217;s printer drivers (the printer was an HP LaserJet P3005). However, even after installing the <a href="http://support.apple.com/kb/DL907">latest HP printer drivers</a> the two-sided print option remained disabled.</p>
<p>It so happens that the printer driver was unable to automatically detect if the printer supports duplex printing and has to be &#8220;told&#8221; that the printer is indeed capable of doing so. </p>
<p>I went to System Preferences → Print &#038; Fax. From there I selected the HP printer (the only one installed on my system). I then clicked the Options &#038; Supplies button and in the resulting dialog, selected the Driver tab.</p>
<p><img src="/images/DuplexPrinting/2.png" alt="System Preferences → Print &#038; Fax"/></p>
<p>The checkbox that marked this printer as a  Duplex Unit was unchecked so I checked it.</p>
<p><img src="/images/DuplexPrinting/3.png" alt="The Duplex Unit checkbox"/></p>
<p>Next time when I tried printing, I got a Two-Sided checkbox. Also the Two-Sided drop-down, that would allow me to pick which edge I wanted to choose for binding, was also enabled.</p>
<p><img src="/images/DuplexPrinting/4.png" alt="Two-Sided printing (aka Duplex Printing) is now enabled"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/enabling-two-sided-duplex-printing-on-mac/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: A Developer&#8217;s Delight</title>
		<link>http://www.imacusers.com/snow-leopard-a-developers-delight/</link>
		<comments>http://www.imacusers.com/snow-leopard-a-developers-delight/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 19:13:48 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=369</guid>
		<description><![CDATA[Snow Leopard, just like its predecessor Leopard, is a developer&#8217;s delight. It ships out of the box with (in no particular order):

ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
Python 2.6.1
perl, v5.10.0 built for darwin-thread-multi-2level
svn, version 1.6.2 (r37639)
Apache/2.2.11
PHP/5.3.0
Java SE 6 (javac version 1.6.0_15)
SQLite version 3.6.12
gcc 4.2.1

And then you can also install XCode 3.2 or download the iPhone SDK.
I [...]]]></description>
			<content:encoded><![CDATA[<p>Snow Leopard, just like its predecessor Leopard, is a developer&#8217;s delight. It ships out of the box with (in no particular order):</p>
<ul>
<li>ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]</li>
<li>Python 2.6.1</li>
<li>perl, v5.10.0 built for darwin-thread-multi-2level</li>
<li>svn, version 1.6.2 (r37639)</li>
<li>Apache/2.2.11</li>
<li>PHP/5.3.0</li>
<li>Java SE 6 (javac version 1.6.0_15)</li>
<li>SQLite version 3.6.12</li>
<li>gcc 4.2.1</li>
</ul>
<p>And then you can also install XCode 3.2 or download the iPhone SDK.</p>
<p>I wish Apple also bundled MySQL/PostgreSQL. </p>
<p>Once you&#8217;ve installed XCode, you should also be able to compile a lot of open source software. I had an issue while compiling erlang where during the ./configure stage things would hang with the message:</p>
<p>checking for unreliable floating point execptions&#8230;</p>
<p>but it turns out that I was using an old R11 release, downloading the latest R13B01 release from <a href="http://erlang.org/download.html">erlang.org</a> fixed that.</p>
<p>There is always <a href="http://macports.org">MacPorts</a> for those of us who don&#8217;t want to tinker with configurations, makefiles and such. </p>
<p>For those of us wanting to stay as close to our Linux production environment as possible, there is always the option of using a <a href="http://www.deepakg.com/prog/2009/09/installing-vmware-tools-on-debain-lennyetch/">Linux virtual machine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/snow-leopard-a-developers-delight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem installing Aperture 2.1.4 update on Snow Leopard?</title>
		<link>http://www.imacusers.com/problem-installing-aperture-2-1-4-update-on-snow-leopard/</link>
		<comments>http://www.imacusers.com/problem-installing-aperture-2-1-4-update-on-snow-leopard/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:06:26 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=351</guid>
		<description><![CDATA[I did a clean install of Snow Leopard, after which I installed Aperture 2.1 from the retail DVD. Now at this stage you cannot launch Aperture because versions lower than 2.1.4 are blocked from running on Snow Leopard. So I downloaded the 2.1.4 Aperture Update and tried installing it. The installer gave me the following [...]]]></description>
			<content:encoded><![CDATA[<p>I did a clean install of Snow Leopard, after which I installed Aperture 2.1 from the retail DVD. Now at this stage you cannot launch Aperture because versions lower than 2.1.4 are blocked from running on Snow Leopard. So I downloaded the <a href="http://support.apple.com/downloads/Aperture_2_1_4">2.1.4 Aperture Update</a> and tried installing it. The installer gave me the following baffling error message:</p>
<p> &#8220;Aperture 2.0 or later is required to install this update&#8221;</p>
<p>Next I went to Software Update and tried installing the update from there. However, Software Update didn&#8217;t show any updates either. </p>
<p>So I uninstalled Aperture 2.1 from my machine using <a href="http://freemacsoft.net/AppCleaner/">App Cleaner</a>,  downloaded and then installed the <a href="http://www.apple.com/aperture/trial/">full Aperture 2.1.4 30-day trial</a> (sign-up required) and then activated it using my retail key.</p>
<p>Aperture 2.1.4 now works like a charm on my fresh Snow Leopard install. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/problem-installing-aperture-2-1-4-update-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: Apple changes weather provider</title>
		<link>http://www.imacusers.com/snow-leopard-apple-changes-weather-provider/</link>
		<comments>http://www.imacusers.com/snow-leopard-apple-changes-weather-provider/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:21:05 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=347</guid>
		<description><![CDATA[If you&#8217;ve used the Dashboard&#8217;s Weather Widget on Mac OS 10.5, you&#8217;ve probably noticed that the provider for weather data used to be AccuWeather.com. With Snow Leopard this has changed to a combination of Weather.com and Yahoo.  AccuWeather used to have a much bigger collection of cities &#8211; including many smaller cities in India [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve used the Dashboard&#8217;s Weather Widget on Mac OS 10.5, you&#8217;ve probably noticed that the provider for weather data used to be AccuWeather.com. With Snow Leopard this has changed to a combination of Weather.com and Yahoo.  AccuWeather used to have a much bigger collection of cities &#8211; including many smaller cities in India that have gone missing with this change. Case in point Leh. Here is the listing of cities from the old widget:</p>
<p><img src="/images/OldWidget.jpg" alt="Old Weather Widget: City list for Leh"></p>
<p>And here is what the Weather Widget in Snow Leopard gives:</p>
<p><img src="/images/NewWidget.png" alt="Snow Leopard Weather Widget: City list for Leh"></p>
<p>Copying the old widget from Mac OS 10.5 doesn&#8217;t help because it still ends up fetching the list of cities from the new provider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/snow-leopard-apple-changes-weather-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40% discount on VMWare Fusion</title>
		<link>http://www.imacusers.com/40-discount-on-vmware-fusion/</link>
		<comments>http://www.imacusers.com/40-discount-on-vmware-fusion/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:14:29 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[vmware fusion]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=341</guid>
		<description><![CDATA[
VMWare is giving 40% off on our favorite virtualization product for the Mac &#8211; VMWare Fusion. You can buy it for $47.99 (the regular price is $79.99). Use DESKTOPSALE promo code at checkout. The offer expires on 10th September 2009.
Start here.
]]></description>
			<content:encoded><![CDATA[<p><img src="/images/VMWareFusion.png" alt="VMWare Fusion" /><br />
VMWare is giving 40% off on our favorite virtualization product for the Mac &#8211; VMWare Fusion. You can buy it for $47.99 (the regular price is $79.99). Use DESKTOPSALE promo code at checkout. The offer expires on 10th September 2009.</p>
<p><a href="http://store.vmware.com/store/vmware/pd/productID.158192200/?src=EM_09Q3_VMW_OTHER_EBIZ-FUSION-3DAY-APAC">Start here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/40-discount-on-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few words on the Mac Mini</title>
		<link>http://www.imacusers.com/a-few-words-on-the-mac-mini/</link>
		<comments>http://www.imacusers.com/a-few-words-on-the-mac-mini/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:57:33 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[mac mini]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=331</guid>
		<description><![CDATA[
I recently helped my parents move to a Mac Mini. Here are some observations:
1. Power Adapter: The machine was purchased in the US. While Apple&#8217;s notebook line comes with univesal adapters that work both in India (220V-240V AC) and the US (100-120V AC), the power adapter that comes with a Mac Mini is geography-specific. Which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/MacMini.png" alt="Mac Mini" /></p>
<p>I recently helped my parents move to a Mac Mini. Here are some observations:</p>
<p>1. <strong>Power Adapter:</strong> The machine was purchased in the US. While Apple&#8217;s notebook line comes with univesal adapters that work both in India (220V-240V AC) and the US (100-120V AC), the power adapter that comes with a Mac Mini is geography-specific. Which means that I had to arrange for a 220V to 110V step-down transformer so that I could use the Mac Mini brought in the US in India. Also the adapter is quite big &#8211; almost like a brick. You&#8217;ll never see it in <a href="http://www.apple.com/macmini/design.html">Apple&#8217;s Mac Mini marketing material</a>.</p>
<p>To be fair to Apple, the specs clearly mention the voltage rating &#8211; it&#8217;s just that given my past experience with several notebooks (Apple and non-Apple) and iMacs, it didn&#8217;t occur to me to check if Mac Mini had a US specific voltage rating.</p>
<p>2. <strong>Video Adapter:</strong> Mac Mini has both Mini-DisplayPort and Mini-DVI video connectors. It comes bundled with a Mini-DVI to DVI convertor. That might be fine if you have a relatively new monitor but if you purchased your monitor 2-3 years ago, there is a good chance that it&#8217;ll only support VGA input. Since we had an old Samsung 17&#8243; LCD, we had to buy a Mini-DVI to VGA adapter separately.</p>
<p>3. <strong>Keyboard:</strong> Microsoft makes and sells PS2 keyboards to date. While their mouse line has moved to USB and comes with a USB to PS2 adapter, that is not the case with a lot of their keyboards that are sold in India. Although we had brought a new Keyboard just last year, it had to be discarded because it only came with a PS2 interface (no PS2 ports exist on the Mac Mini).</p>
<p>4. <strong>Ethernet:</strong> For some weird reason the Mac Mini&#8217;s Ethernet port was incompatible with the old MTNL branded ADSL modem that we had at home. At first I thought that the machine had come with a DOA (dead on arrival) Ethernet port &#8211; since the old machine was working fine with this modem. Connecting the Mac Mini to my MacBook over an Ethernet cable quelled that doubt (I am used to using a cross-over cable for connecting two PCs from my PC days, but for some reasons both Macs could &#8220;see&#8221; each other on a normal Ethernet cable without any issues! See <a href="http://support.apple.com/kb/HT2274">this Apple KB</a> article for more details.) So our modem had to go as well. Its replacement &#8211; a relatively recent, Beetel ADSL2 modem, worked like a charm.</p>
<p>All of these things meant that the slender price advantage of getting the machine from the US ($599 = Rs. 29,950 @ Rs. 50 to 1 US$ vs. Rs. 33,530 &#8211; the retail price in India) came to nought. Not to mention a day spent troubleshooting/acquiring the various pieces.</p>
<p>Moral of the story &#8211; if you are thinking of moving to a Mac Mini, do your research. If the reason behind your move to a Mac Mini has anything to do with the squirrel&#8217;s nest of wires behind your desktop, seriously consider an iMac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/a-few-words-on-the-mac-mini/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New MacBook Pros in India (WWDC&#8217;09 Edition)</title>
		<link>http://www.imacusers.com/new-macbook-pros-in-india-wwdc09-edition/</link>
		<comments>http://www.imacusers.com/new-macbook-pros-in-india-wwdc09-edition/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 16:43:24 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=308</guid>
		<description><![CDATA[

      table.mbp { Arial; background-color:white;font-size:9pt;line-height:100%}
      th { text-align:right; }
      tr.first td { border-bottom: 2px solid #333;}
      td { border-bottom: 1px solid #999; padding:2px}
      tbody.num td { text-align:right;}
    [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/mbp.jpg" alt="New MacBook Pros in India (WWDC'09 Edition)"/></p>
<style type="text/css">
      table.mbp { Arial; background-color:white;font-size:9pt;line-height:100%}
      th { text-align:right; }
      tr.first td { border-bottom: 2px solid #333;}
      td { border-bottom: 1px solid #999; padding:2px}
      tbody.num td { text-align:right;}
    </style>
<p>The new line-up of MacBook Pros announced by Apple at their World Wide Developer Conference in June 2009 is now available in India. They continue to cost 16 to 20% more than they do in the US. So if you have a friend/relative/colleague visiting India, you know how it works&#8230;</p>
<p>Here are the prices (assuming a relatively pessimistic conversion rate of Rs 50 to a US Dollar):</p>
<table class='mbp'>
<thead>
<tr class='first'>
<th>&nbsp;</th>
<td>13&quot; (2.26GHz)</td>
<td>13&quot; (2.53GHz)</td>
<td>15&quot; (2.53GHz)</td>
<td>15&quot; (2.66GHz)</td>
<td>15&quot; (2.8GHz)</td>
<td>17&quot; (2.8GHz)</td>
</tr>
</thead>
<tbody class="num">
<tr>
<th>$</th>
<td>1,199</td>
<td>1,499</td>
<td>1,699</td>
<td>1,999</td>
<td>2,299</td>
<td>2,499</td>
</tr>
<tr>
<th>Rs.</th>
<td>74,400</td>
<td>93,300</td>
<td>1,04,900</td>
<td>1,19,600</td>
<td>1,41,600</td>
<td>1,57,400</td>
</tr>
<tr>
<th>$ ➙ Rs.</th>
<td>59,950</td>
<td>74,950</td>
<td>84,950</td>
<td>99,950</td>
<td>1,14,950</td>
<td>1,24,950</td>
</tr>
<tr>
<th>Delta</th>
<td>14,450</td>
<td>18,350</td>
<td>19,950</td>
<td>19,650</td>
<td>26,650</td>
<td>32,450</td>
</tr>
<tr>
<th>%</th>
<td>19.42</td>
<td>19.67</td>
<td>19.02</td>
<td>16.43</td>
<td>18.82</td>
<td>20.62</td>
</tr>
</tbody>
</table>
<p>Do check our <a href="/assets/mbp.htm">detailed, side-by-side spec comparison sheet</a> if you need help picking a model.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/new-macbook-pros-in-india-wwdc09-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mail.app tips</title>
		<link>http://www.imacusers.com/mailapp-tips/</link>
		<comments>http://www.imacusers.com/mailapp-tips/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:48:20 +0000</pubDate>
		<dc:creator>deepak</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=305</guid>
		<description><![CDATA[Mail.app is not many people&#8217;s preferred e-mail client. Indeed, it is missing some key editing features &#8211; like the ability to insert tables in an email message &#8211; which can be a deal breaker for a lot of us. I use it because it is fast and lightweight, and unlike some of the other email [...]]]></description>
			<content:encoded><![CDATA[<p>Mail.app is not many people&#8217;s preferred e-mail client. Indeed, it is missing some key editing features &#8211; like the ability to insert tables in an email message &#8211; which can be a deal breaker for a lot of us. I use it because it is fast and lightweight, and unlike some of the other email clients I&#8217;ve tried (Outlook and Thunderbird), it is a first-class Mac citizen.</p>
<p>Here some tips for working with text in Mail.app.</p>
<p>a.) If you select a block of text while reading an email, and hit Command+R to reply to it, Mail.app will automatically &#8220;quote&#8221; just the selected text in your reply.</p>
<p>b.) You can paste selected text from a web site or another document into your email in 3 ways:</p>
<p>1. By using Command + V &#8211; which will paste the selected text with its original formatting</p>
<p>2. By using Command + Shift + V &#8211; which will quote the selected text in your message</p>
<p>3. By using Command + Alt + Shift + V &#8211; which will strip off all formatting from the selected text and paste it using your message&#8217;s formatting (this is like pasting plain text into your message).</p>
<p><img src="/images/MailText.png" alt="Ways to paste text in Mail.app"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/mailapp-tips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Maps road directions now available in India</title>
		<link>http://www.imacusers.com/google-maps-road-directions-now-available-in-india/</link>
		<comments>http://www.imacusers.com/google-maps-road-directions-now-available-in-india/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 20:47:45 +0000</pubDate>
		<dc:creator>KSB</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.imacusers.com/?p=293</guid>
		<description><![CDATA[Good news for people who lose their way easily in India  
Google Maps now supports  &#8220;Get Directions&#8221; on its map application both on the web and the iPhone. I have tested a few routes and they are fairly accurate bar a few shortcuts I know of. Please test it in your cities and leave [...]]]></description>
			<content:encoded><![CDATA[<p>Good news for people who lose their way easily in India <img src='http://www.imacusers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Google Maps now supports  &#8220;Get Directions&#8221; on its map application both on the web and the iPhone. I have tested a few routes and they are fairly accurate bar a few shortcuts I know of. Please test it in your cities and leave us a feedback if it works for you.</p>
<p>It works well for showing car routes but could not list any known public transport routes.</p>
<div id="attachment_296" class="wp-caption alignleft" style="width: 210px"><a href="http://www.imacusers.com/wp-content/uploads/2009/03/img_0006.png"><img class="size-medium wp-image-296" title="Google maps on iPhone (driving across multiple cities)" src="http://www.imacusers.com/wp-content/uploads/2009/03/img_0006-200x300.png" alt="Google maps on iPhone (driving across multiple cities)" width="200" height="300" /></a><p class="wp-caption-text">Google maps on iPhone (driving across multiple cities)</p></div>
<div id="attachment_295" class="wp-caption alignleft" style="width: 210px"><a href="http://www.imacusers.com/wp-content/uploads/2009/03/img_0005.png"><img class="size-medium wp-image-295" title="Google maps on iPhone" src="http://www.imacusers.com/wp-content/uploads/2009/03/img_0005-200x300.png" alt="Google maps on iPhone" width="200" height="300" /></a><p class="wp-caption-text">Google maps on iPhone</p></div>
<div id="attachment_294" class="wp-caption alignleft" style="width: 510px"><a href="http://www.imacusers.com/wp-content/uploads/2009/03/screen-capture-1.png"><img class="size-full wp-image-294" title="Google Maps Directions in India" src="http://www.imacusers.com/wp-content/uploads/2009/03/screen-capture-1.png" alt="Google Maps Directions in India" width="500" height="300" /></a><p class="wp-caption-text">Google Maps Directions in India</p></div>
<p>Hope you won&#8217;t have to ask for too many directions in new places now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacusers.com/google-maps-road-directions-now-available-in-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.787 seconds -->
