<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>IT Blog NOW</title>
	
	<link>http://www.itblognow.com</link>
	<description>An Information Technology View by Sam Moreira</description>
	<lastBuildDate>Fri, 09 Apr 2010 20:25:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/itblognow/rss/main" /><feedburner:info uri="itblognow/rss/main" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Testing WordPress Android App</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/MWa5bF8ZFOo/</link>
		<comments>http://www.itblognow.com/2010/04/09/testing-wordpress-android-app/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:24:26 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/2010/04/09/testing-wordpress-android-app/</guid>
		<description>This is my first blog post using the WordPress Android App. So far, I can say it&amp;#8217;s very easy to use and you can easily create a quick post for your blog when the only device you have on hand is your Android phone.
However, I&amp;#8217;m missing a critical feature, which is the ability to edit [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/MWa5bF8ZFOo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2010/04/09/testing-wordpress-android-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2010/04/09/testing-wordpress-android-app/</feedburner:origLink></item>
		<item>
		<title>Google Accounts on Twitter</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/sBdPNUl19ME/</link>
		<comments>http://www.itblognow.com/2009/07/13/google-accounts-on-twitter/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:26:56 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=399</guid>
		<description>Over the weekend, the Google Blog team posted a list of Google accounts on Twitter. I had no idea Google had so many twitter accounts. If all other companies also posted some sort of directory of where we could find what is interesting to us about them, it would make it easier for us to [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/sBdPNUl19ME" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/07/13/google-accounts-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/07/13/google-accounts-on-twitter/</feedburner:origLink></item>
		<item>
		<title>How To Use Custom Objects as Hashtable Keys Without Getting Duplicated Keys in Your Collection</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/Bbe3ldUhwqM/</link>
		<comments>http://www.itblognow.com/2009/03/13/how-to-use-custom-objects-as-hashtable-keys-without-getting-duplicated-keys-in-your-collection/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 19:22:43 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=358</guid>
		<description>Have you ever faced an issue of having duplicated key objects in your Hashtable even though the objects represent the same entity? In this post I’ll show a way to circumvent the Hashtable behavior.
Sometimes we have a need to use objects as Hashtable keys instead of strings. At least for me, most of the time, [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/Bbe3ldUhwqM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/03/13/how-to-use-custom-objects-as-hashtable-keys-without-getting-duplicated-keys-in-your-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/03/13/how-to-use-custom-objects-as-hashtable-keys-without-getting-duplicated-keys-in-your-collection/</feedburner:origLink></item>
		<item>
		<title>How to Monitor File System Changes in C#</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/cXScJKosBrU/</link>
		<comments>http://www.itblognow.com/2009/02/27/how-to-monitor-file-system-changes-in-c/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 14:25:21 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=330</guid>
		<description>Have you ever needed to monitor a specific directory or file for changes? .Net Framework has a class called FileSystemWatcher within System.IO namespace that allows developers to take action when a specific event occurs in the File System. In this posting, I’ll show you how you can use the FileSystemWatcher class to monitor your files [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/cXScJKosBrU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/27/how-to-monitor-file-system-changes-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/27/how-to-monitor-file-system-changes-in-c/</feedburner:origLink></item>
		<item>
		<title>How to Implement Automated Properties in C#</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/okrR_2scxMw/</link>
		<comments>http://www.itblognow.com/2009/02/25/how-to-implement-automated-properties-in-c/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 20:23:35 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=311</guid>
		<description>C# 3.0 and later versions give developers the ability to have underlying property structures automatically taken care by the compiler, which behind the scenes, creates the private members and implements the get and set inner workings. In this posting, I&amp;#8217;ll cover how to create regular and automated properties in C#.
Before automated properties became available, the [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/okrR_2scxMw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/25/how-to-implement-automated-properties-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/25/how-to-implement-automated-properties-in-c/</feedburner:origLink></item>
		<item>
		<title>Google Docs Now Has Cell Content Validation On Spreadsheets</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/vSxvh8JHJ2k/</link>
		<comments>http://www.itblognow.com/2009/02/19/google-docs-now-has-cell-content-validation-on-spreadsheets/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:47:40 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Spreadsheet]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=304</guid>
		<description>Wow! This is a feature I would like to have available on Excel, but until Microsoft wakes up, I’ll surely be giving Google Docs a try. Sometimes I have to create forms, in which some cells can only accept a certain type of data. When working on Excel to accomplish this goal, I usually can’t [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/vSxvh8JHJ2k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/19/google-docs-now-has-cell-content-validation-on-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/19/google-docs-now-has-cell-content-validation-on-spreadsheets/</feedburner:origLink></item>
		<item>
		<title>Free Microsoft E-Learning Courses to Sharpen your IT Skills</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/xIQuq1iP0Og/</link>
		<comments>http://www.itblognow.com/2009/02/18/free-microsoft-e-learning-courses-to-sharpen-your-it-skills/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 03:36:52 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Training]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IT Skills]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=292</guid>
		<description>If you’re short on money to spend on training or if you&amp;#8217;re just looking for a good deal, check out Microsoft Learning. There you can find close to 50 free e-learning courses available on several categories. The majority of them are, of course, introductions and overviews of specific technologies, but there are also a few [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/xIQuq1iP0Og" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/18/free-microsoft-e-learning-courses-to-sharpen-your-it-skills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/18/free-microsoft-e-learning-courses-to-sharpen-your-it-skills/</feedburner:origLink></item>
		<item>
		<title>How to Respond and Raise Events in .NET</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/JXrlLQV-Dnk/</link>
		<comments>http://www.itblognow.com/2009/02/16/how-to-respond-and-raise-events-in-net/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:57:18 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=278</guid>
		<description>I was talking to a friend over the weekend and the &amp;#8220;Events in .NET&amp;#8221; subject came up. Basically, over the years working with .NET, he had created several applications that responded to .NET events, but he had never worked on the other side of the fence: raising the event itself. During the conversation, I&amp;#8217;ve realized [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/JXrlLQV-Dnk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/16/how-to-respond-and-raise-events-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/16/how-to-respond-and-raise-events-in-net/</feedburner:origLink></item>
		<item>
		<title>US and UK Android Developers Get Support for Priced Applications On Android Market</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/vzQY0kTnNMA/</link>
		<comments>http://www.itblognow.com/2009/02/14/us-and-uk-android-developers-get-support-for-priced-applications-on-android-market/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 02:23:30 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=267</guid>
		<description>Google will finally allow Android developers to charge for their applications distributed via Android Market. That was a great move from Google; the ability to charge for applications will not only allow current Android developers to get compensated for their hard work, but also make Android more attractive to new developers. As a result, end users, who own Android-based [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/vzQY0kTnNMA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/14/us-and-uk-android-developers-get-support-for-priced-applications-on-android-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/14/us-and-uk-android-developers-get-support-for-priced-applications-on-android-market/</feedburner:origLink></item>
		<item>
		<title>Why Not Move Your Files to the Cloud with Microsoft Office Live Workspace?</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/rfNiOaafMyo/</link>
		<comments>http://www.itblognow.com/2009/02/13/why-not-move-your-files-to-the-cloud-with-microsoft-office-live-workspace/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 19:38:44 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office Live Workspace]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=255</guid>
		<description>Tired of copying files to a flash drive or send them to your e-mail account every time you have to work on a different computer? Why not give Microsoft Office Live Workspace a try? It&amp;#8217;s free and allows you to access your files from anywhere.
When I started using Office Live Workspace a while ago, I [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/rfNiOaafMyo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/13/why-not-move-your-files-to-the-cloud-with-microsoft-office-live-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/13/why-not-move-your-files-to-the-cloud-with-microsoft-office-live-workspace/</feedburner:origLink></item>
		<item>
		<title>Want to Become a Google Apps Authorized Reseller?</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/yavFmq4bb8E/</link>
		<comments>http://www.itblognow.com/2009/02/12/want-to-become-a-google-apps-authorized-reseller/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 19:05:02 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Business Model]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Solution Provider]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=236</guid>
		<description>Google launched in January of this year a reseller program that allows solutions providers to become Google Apps authorized resellers. That&amp;#8217;s a great opportunity for solution providers trying to break into the SaaS (Software as a Service) market.
As a Google Apps authorized reseller, you&amp;#8217;ll be able to create unique solutions to help your existing and [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/yavFmq4bb8E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/12/want-to-become-a-google-apps-authorized-reseller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/12/want-to-become-a-google-apps-authorized-reseller/</feedburner:origLink></item>
		<item>
		<title>Finally, POP3 Settings Available for US Hotmail Customers</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/Y3raWh2rY-I/</link>
		<comments>http://www.itblognow.com/2009/02/12/finally-pop3-settings-available-for-us-hotmail-customers/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 14:30:36 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=227</guid>
		<description>Last week I blogged about POP3 settings for Hotmail not being available for US customers. Well, even though I haven&amp;#8217;t read anything official from the Hotmail Team about it, it seems like US Hotmail customers can now take advantage of POP3 settings from any e-mail client that accepts it, such as your iPhone, Windows Mobile [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/Y3raWh2rY-I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/12/finally-pop3-settings-available-for-us-hotmail-customers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/12/finally-pop3-settings-available-for-us-hotmail-customers/</feedburner:origLink></item>
		<item>
		<title>Inefficient Business Processes In My Company? How Come?</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/zPC0AcYx60w/</link>
		<comments>http://www.itblognow.com/2009/02/10/inefficient-business-processes-in-my-company-how-come/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 04:31:19 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Business Process]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=201</guid>
		<description>If you have ever undertaken the task of redesign inefficient processes, you have probably, in some point in time, asked yourself why they are inefficient in the first place. In this post, I&amp;#8217;ll touch on some of the common reasons inefficient processes are introduced in the companies.
So, how do companies end up with inefficient processes? [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/zPC0AcYx60w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/10/inefficient-business-processes-in-my-company-how-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/10/inefficient-business-processes-in-my-company-how-come/</feedburner:origLink></item>
		<item>
		<title>Microsoft Getting Ready with My Phone Service</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/tTG68Jsi83g/</link>
		<comments>http://www.itblognow.com/2009/02/09/microsoft-getting-ready-with-my-phone-service/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 02:51:04 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[My Phone]]></category>
		<category><![CDATA[Synchronization]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=183</guid>
		<description>Microsoft is getting ready to provide a service similar to Google Sync, called My Phone. This service will allow users to synchronize data from their mobile devices to a password-protected site.
So far, it sounds like Google Sync (covered in a previous post). However, unlike Google Sync, Microsoft My Phone will allow users to synchronize not only [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/tTG68Jsi83g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/09/microsoft-getting-ready-with-my-phone-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/09/microsoft-getting-ready-with-my-phone-service/</feedburner:origLink></item>
		<item>
		<title>Google Announces Google Sync for Mobile Phones</title>
		<link>http://feedproxy.google.com/~r/itblognow/rss/main/~3/DhUwF6bS9Tg/</link>
		<comments>http://www.itblognow.com/2009/02/09/google-announces-google-sync-for-mobile-phones/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 19:20:52 +0000</pubDate>
		<dc:creator>Sam Moreira</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Sync]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Synchronization]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.itblognow.com/?p=172</guid>
		<description>Having headaches keeping your contact list and calendar events in your mobile phone synchronized with your Gmail and Google Calendar?
Google has announced Google Sync today, which will allow iPhone and Windows Mobile users to synchronize contacts and calendar events with their Google counterparts (Gmail and Google Calendar Events). Owners of phones that support SyncML will also be [...]&lt;img src="http://feeds.feedburner.com/~r/itblognow/rss/main/~4/DhUwF6bS9Tg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.itblognow.com/2009/02/09/google-announces-google-sync-for-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.itblognow.com/2009/02/09/google-announces-google-sync-for-mobile-phones/</feedburner:origLink></item>
	</channel>
</rss>

