<?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>Jonathan&#039;s blog &#187; Google</title>
	<atom:link href="http://blog.jonathangazeley.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jonathangazeley.com</link>
	<description>A journal of Linux, gadgets, and their incompatibility. And other stuff.</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:34:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google sat nav?</title>
		<link>http://blog.jonathangazeley.com/2010/04/google-sat-nav/</link>
		<comments>http://blog.jonathangazeley.com/2010/04/google-sat-nav/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:44:58 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[nav]]></category>
		<category><![CDATA[sat]]></category>

		<guid isPermaLink="false">http://blog.jonathangazeley.com/?p=806</guid>
		<description><![CDATA[No, I&#8217;m not savvy to some leaked press release or anything like that. But I was wondering the other day how long it might be before we see a Google sat nav device on the market. Think about it &#8211; they already have maps of most of the world and software that is capable of [...]]]></description>
			<content:encoded><![CDATA[<p>No, I&#8217;m not savvy to some leaked press release or anything like that. But I was wondering the other day how long it might be before we see a Google sat nav device on the market.</p>
<p>Think about it &#8211; they already have maps of most of the world and software that is capable of route planning and they have an operating system suitable for mobile devices (Android). It&#8217;s only a small step to create a small touchscreen device with a GPS receiver that it designed to be used primarily as a sat nav.</p>
<p>I expect such a device would also have 3G so it could get hold of live traffic information faster than a <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9UcmFmZmljX01lc3NhZ2VfQ2hhbm5lbA==">TMC receiver</a>. It would be able to sync with Google Contacts so your sat nav would know where all your friends lived. It might be able to send them a text message if you were going to be late.</p>
<p>And, of course, it would track you wherever you went. Scary.</p>
 <img src="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=806" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.jonathangazeley.com/2010/04/google-sat-nav/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cities I&#8217;ve Visited</title>
		<link>http://blog.jonathangazeley.com/2009/11/cities-ive-visited/</link>
		<comments>http://blog.jonathangazeley.com/2009/11/cities-ive-visited/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:28:17 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://blog.jonathangazeley.com/?p=597</guid>
		<description><![CDATA[As much as I hate Facebook for its annoying apps, there are one or two good ones. Cities I&#8217;ve Visited is one such app that I like. You can add new cities either by scrolling, zooming &#38; clicking, or by typing in a name. I like maps so I find it pretty interesting to see [...]]]></description>
			<content:encoded><![CDATA[<p>As much as I hate Facebook for its annoying apps, there are one or two good ones.</p>
<p><a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5mYWNlYm9vay5jb20vYXBwcy9hcHBsaWNhdGlvbi5waHA/aWQ9MjIxOTA4OTMxNA==">Cities I&#8217;ve Visited</a> is one such app that I like. You can add new cities either by scrolling, zooming &amp; clicking, or by typing in a name. I like maps so I find it pretty interesting to see where I&#8217;ve been.</p>
<p>The application itself uses the <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9hcGlzL21hcHMv">Google Maps API</a> so it&#8217;s interactive. Unfortunately the embedded version of this app for blogs is just a static image. You can&#8217;t change the zoom level or centre point, which is annoying, since you can see I&#8217;ve never been to America or Asia.</p>
<div id="ta_travelmap" style="width: 430px;"><img src="http://www.tripadvisor.com/CommunityMapImage?id=7653342&amp;type=TRIPADVISOR&amp;size=LARGE" alt="" /></div>
<p>One day I might have a go at building my own app for fun. It shouldn&#8217;t be horrifically difficult to build a simple, single-user app for having an interactive map with points on it. The difficult parts are making it multi-user, and having a system for adding cities by name (rather than by grid reference).</p>
<p>I could even steal the work of my colleague, who built a <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53aXJlbGVzcy5icmlzLmFjLnVrL3doZXJlL3dpcmVsZXNzLW1hcC8=">map of wireless hotspots</a> at <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5icmlzLmFjLnVrLw==">Bristol University</a>.</p>
 <img src="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=597" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.jonathangazeley.com/2009/11/cities-ive-visited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google calendar</title>
		<link>http://blog.jonathangazeley.com/2009/08/google-calendar/</link>
		<comments>http://blog.jonathangazeley.com/2009/08/google-calendar/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:25:07 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Lightning]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://blog.jonathangazeley.com/?p=310</guid>
		<description><![CDATA[I decided that I need to sort out the way I do my personal calendaring. Currently I only use my phone&#8217;s built-in calendar. I nearly always have my phone with me, but it&#8217;s a bit of a pain to enter stuff on when I&#8217;m sat at a computer anyway, and carrying all that information solely [...]]]></description>
			<content:encoded><![CDATA[<p>I decided that I need to sort out the way I do my personal calendaring.</p>
<p>Currently I only use my phone&#8217;s built-in calendar. I nearly always have my phone with me, but it&#8217;s a bit of a pain to enter stuff on when I&#8217;m sat at a computer anyway, and carrying all that information solely on my phone presents a huge risk of loss, theft or breakage.</p>
<p>I need some kind of centralised store of information that is able to sync with all the devices and programs I want to use, namely:</p>
<ul>
<li> Some sort of cross-platform calendar client &#8211; mainly for use on Linux but also nice to be able to use similar software if I&#8217;m on Windows or OS X.</li>
<li> Sony-Ericsson P1i (Symbian) built-in calendar</li>
<li> iPhone, for when I get one</li>
<li> Web interface, for those times when I&#8217;m borrowing a computer and can&#8217;t install a client.</li>
</ul>
<p><a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL2ludGwvZW4vZ29vZ2xlY2FsZW5kYXIvYWJvdXQuaHRtbA==">Google Calendar</a> seems to be a good choice. It&#8217;s flexible and can sync with lots of things.</p>
<h3>Linux</h3>
<p>So I installed Lightning on all my Fedora and Ubuntu machines. It&#8217;s a calendar extension for Thunderbird, which I already use. To install it yourself:</p>
<blockquote><p>On Fedora:<br />
<code>yum install thunderbird-lightning</code><br />
On Ubuntu:<br />
<code>apt-get thunderbird-lightning</code></p></blockquote>
<p>It&#8217;s easy to set up, too. Suppose your Google account is <code>joebloggs@gmail.com</code>, then you would&#8230;</p>
<ul>
<li>Add a new calendar to Lightning by right-clicking in the Calendar area</li>
<li>Choose <em>On the Network</em></li>
<li>Select <em>CalDAV</em></li>
<li>Enter your location as <code>https://www.google.com/calendar/dav/joebloggs@gmail.com/events</code></li>
<li>Give the calendar a name</li>
</ul>
<h3>OS X and Windows</h3>
<p>It&#8217;s a little more work to install Lightning on OS X. You have to <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZW4tVVMvdGh1bmRlcmJpcmQvYWRkb24vMjMxMw==">download the add-on</a> from Mozilla, and install it in Thunderbird. Same story for Windows.</p>
<p>It&#8217;s quite straightforward and there are instructions on the website.</p>
<p>When you&#8217;re done, follow the same instructions as for Linux to subscribe to your Google calendar in Lightning.</p>
<h3>Sony Ericsson UIQ</h3>
<p>Setting up Google Calendar on my <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zb255ZXJpY3Nzb24uY29tL2N3cy9wcm9kdWN0cy9tb2JpbGVwaG9uZXMvb3ZlcnZpZXcvcDFp">Sony Ericsson P1i</a> was a bit of a pain, too. The P1i can&#8217;t interact with Google natively, I had to set up an account with <a href="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29zeW5jLmNvbS8=">Goosync</a> to enable this. Goosync talks to Google, and your phone talks to Goosync using SyncML.</p>
<p>But once you have a Goosync account, you can synchronise a lot of handsets with Google calendar.</p>
<p>So first, you will need to set up an account with Goosync. It&#8217;s free and very easy. Goosync will ask you to tie your Goosync account to your Google account.</p>
<p>There&#8217;s also an option to have the settings for your phone sent automatically to your handset. However this didn&#8217;t work for me so I had to enter the settings manually.</p>
<p>Assuming the sync task on your phone has been set up properly, do a  test run to make sure it all works.</p>
<ul>
<li>If possible, connect to a wireless network first. If not, 3G will have to do.</li>
<li>Go to the <em>Main Menu</em></li>
<li>Go to <em>Tools</em></li>
<li>Go to <em>Remote Sync</em></li>
<li>Find the profile that syncs with Goosync</li>
<li>Find the sync task called <em>Calendar</em>. Make sure it is ticked, and then tap <em>Sync</em> to start off the first synchronisation.</li>
</ul>
<p>If that worked, you can now run the sync task whenever you like from within the calendar itself.</p>
<ul>
<li>Open your phone calendar</li>
<li>Tap <em>More</em></li>
<li>Tap <em>Calendar manager</em></li>
<li>Tap <em>Synchronise</em></li>
</ul>
<p>That&#8217;s all there is to it! Unfortunately there&#8217;s no way of making your calendar synchronise automatically at set intervals, but that&#8217;s probably a good thing, because you can&#8217;t get stung for 3G charges!</p>
<h3>iPhone and iPod touch</h3>
<p><em>Coming soon&#8230;</em></p>
 <img src="http://blog.jonathangazeley.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=310" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.jonathangazeley.com/2009/08/google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

