<?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>To Hell in a Handbasket &#187; google</title>
	<atom:link href="http://ericsilva.org/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericsilva.org</link>
	<description>General Views, Opinions, and Observations in the World Around Me by Eric Silva</description>
	<lastBuildDate>Mon, 05 Sep 2011 13:48:09 +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>Syncing Gmail Contacts Birthdays and Events with Google Calendar</title>
		<link>http://ericsilva.org/2011/05/10/syncing-gmail-contacts-birthdays-and-events-with-google-calendar/</link>
		<comments>http://ericsilva.org/2011/05/10/syncing-gmail-contacts-birthdays-and-events-with-google-calendar/#comments</comments>
		<pubDate>Tue, 10 May 2011 17:56:34 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[InterWebNet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2011/05/10/syncing-gmail-contacts-birthdays-and-events-with-google-calendar/</guid>
		<description><![CDATA[I am horrible with other people’s important dates, e.g., birthdays, anniversaries, date you got your appendix removed, etc. I just realized I should put all that info into my Gmail Contacts, and then it will appear on my Google Calendar automatically. Oh wait… It doesn’t show up. Damn. Why doesn’t it work? Turns out, this [...]]]></description>
			<content:encoded><![CDATA[<p>I am horrible with other people’s important dates, e.g., birthdays, anniversaries, date you got your appendix removed, etc.</p>
<p>I just realized I should put all that info into my Gmail Contacts, and then it will appear on my Google Calendar automatically. Oh wait… It doesn’t show up. Damn. Why doesn’t it work?</p>
<p>Turns out, this obviously valued feature is not turned on by default, but it is available.&#160; To get your contacts’ birthdays and other events to show up, simply perform the following in Google Calendar:</p>
<p>Click <b>Settings </b>(the little gear icon in the upper right corner of the screen), then <b>Calendars </b>(link just under the &quot;Calendar Settings&quot; tab), then the <b>Browse Interesting Calendars </b>(lower right) link, then <b>More </b>(under the heading), and finally <b>Subscribe </b>next to the Contacts&#8217; birthdays and events.</p>
<p>Fantastic!&#160; Now you, and more importantly, I should have no reason to forget to remind our friends and family a Happy Birthday.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2011/05/10/syncing-gmail-contacts-birthdays-and-events-with-google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Design a Good API and Why It Matters</title>
		<link>http://ericsilva.org/2011/02/04/how-to-design-a-good-api-and-why-it-matters/</link>
		<comments>http://ericsilva.org/2011/02/04/how-to-design-a-good-api-and-why-it-matters/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 16:48:07 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2011/02/04/how-to-design-a-good-api-and-why-it-matters/</guid>
		<description><![CDATA[I am starting to design a new API for an application that will need to integrate with other applications. Before doing so, I always make it a point to re-watch and re-read this presentation given by Joshua Bloch from Google.&#160; Joshua does a fantastic job going over the DOs and DON’Ts of good API design. [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting to design a new API for an application that will need to integrate with other applications.</p>
<p>Before doing so, I always make it a point to re-watch and re-read this presentation given by <a href="http://en.wikipedia.org/wiki/Joshua_Bloch">Joshua Bloch</a> from Google.&#160; Joshua does a fantastic job going over the DOs and DON’Ts of good API design.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:472f067b-2ac2-4e4c-8c60-90c39537f3de" class="wlWriterEditableSmartContent">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/aAb7hSCtvGw?hl=en&amp;hd=1"></param><embed src="http://www.youtube.com/v/aAb7hSCtvGw?hl=en&amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"></embed></object></div>
<div style="width:448px;clear:both;font-size:.8em">Joshua Bloch Presentation on API Design</div>
</div>
<p>&#160;</p>
<p>You can also download the slides <a href="http://lcsd05.cs.tamu.edu/slides/keynote.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2011/02/04/how-to-design-a-good-api-and-why-it-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT 2.0 Released!</title>
		<link>http://ericsilva.org/2009/12/09/gwt-2-0-released/</link>
		<comments>http://ericsilva.org/2009/12/09/gwt-2-0-released/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:56:53 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2009/12/09/gwt-2-0-released/</guid>
		<description><![CDATA[I just saw on my RSS that GWT 2.0 has been released.&#160; Gonna go play now. Bye.]]></description>
			<content:encoded><![CDATA[<p>I just saw on my RSS that GWT 2.0 <a href="http://googlewebtoolkit.blogspot.com/2009/12/introducing-google-web-toolkit-20-now.html" target="_blank">has been released</a>.&#160; Gonna go play now. Bye.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/12/09/gwt-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Frame</title>
		<link>http://ericsilva.org/2009/11/25/google-chrome-frame/</link>
		<comments>http://ericsilva.org/2009/11/25/google-chrome-frame/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:10:19 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[InterWebNet]]></category>
		<category><![CDATA[Observations]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2009/11/25/google-chrome-frame/</guid>
		<description><![CDATA[I installed Google Chrome Frame about a month ago, and I am very impressed with how responsive and quick Internet Explorer is with JavaScript intensive web pages now.&#160; If you use a lot of JavaScript intensive websites, e.g., Facebook, Gmail, Google Maps, Google Calendar, etc., you will notice a significant improvement in performance when using [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://code.google.com/chrome/chromeframe/" target="_blank">Google Chrome Frame</a> about a month ago, and I am very impressed with how responsive and quick Internet Explorer is with JavaScript intensive web pages now.&#160; If you use a lot of JavaScript intensive websites, e.g., Facebook, Gmail, Google Maps, Google Calendar, etc., you will notice a significant improvement in performance when using IE with the Chome plug-in.</p>
<p>I was also interested to find out that the new <a href="http://wave.google.com/help/wave/about.html" target="_blank">Google Wave</a> application only works with IE if you have the plug-in installed.</p>
<p>The plug-in works in Internet Explorer 6, 7, and 8, and requires you to have Windows XP, Vista, or Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/11/25/google-chrome-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Calendar now has Sports Schedules</title>
		<link>http://ericsilva.org/2009/09/03/google-calendar-now-has-sports-schedules/</link>
		<comments>http://ericsilva.org/2009/09/03/google-calendar-now-has-sports-schedules/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:28:21 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[InterWebNet]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://ericsilva.org/2009/09/03/google-calendar-now-has-sports-schedules/</guid>
		<description><![CDATA[Just noticed today that Google Calendar now has built in sports schedules so that you can be sure you never miss out on a game.&#160; Pretty sweet feature for the sports fanatics out there.]]></description>
			<content:encoded><![CDATA[<p>Just noticed today that Google Calendar now has built in sports schedules so that you can be sure you never miss out on a game.&#160; Pretty sweet feature for the sports fanatics out there.</p>
<p><a href="http://ericsilva.org/wp-content/uploads/2009/09/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://ericsilva.org/wp-content/uploads/2009/09/image_thumb.png" width="644" height="391" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/09/03/google-calendar-now-has-sports-schedules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Web Toolkit 1.6 and Eclipse Plug-in</title>
		<link>http://ericsilva.org/2009/04/16/google-web-toolkit-16-and-eclipse-plug-in/</link>
		<comments>http://ericsilva.org/2009/04/16/google-web-toolkit-16-and-eclipse-plug-in/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:31:18 +0000</pubDate>
		<dc:creator>Eric Silva</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://ericsilva.org/?p=282</guid>
		<description><![CDATA[I just saw that Google released GWT 1.6 and an supporting Eclipse plug-in a few days ago.  I am installing now, and then I am going to attempt to use it to build a little resource time tracking application.  More updates to follow on this adventure&#8230;]]></description>
			<content:encoded><![CDATA[<p>I just saw that Google released <a href="http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-friends.html" target="_blank">GWT 1.6 and an supporting Eclipse plug-in</a> a few days ago.  I am installing now, and then I am going to attempt to use it to build a little resource time tracking application.  More updates to follow on this adventure&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ericsilva.org/2009/04/16/google-web-toolkit-16-and-eclipse-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

