<?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>sanjaygidwani.net</title>
	<atom:link href="http://www.sanjaygidwani.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanjaygidwani.net</link>
	<description></description>
	<lastBuildDate>Sun, 11 Sep 2011 01:01:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Setup and Run CloudConnector</title>
		<link>http://www.sanjaygidwani.net/2011/09/10/how-to-setup-and-run-cloudconnector/</link>
		<comments>http://www.sanjaygidwani.net/2011/09/10/how-to-setup-and-run-cloudconnector/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 00:40:30 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[google apps scripts]]></category>
		<category><![CDATA[google spreadsheets]]></category>
		<category><![CDATA[soql]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/?p=157</guid>
		<description><![CDATA[In a previous post, I introduced a script that I developed that allows querying and displaying data from a Salesforce org in a Google spreadsheet.  I am still awaiting approval for the script to be posted to the Google Apps Scripts Gallery.  The galley hosts a bunch of scripts that can be easily imported into a google doc.  In [...]]]></description>
			<content:encoded><![CDATA[<div>In a previous post, I introduced a script that I developed that allows querying and displaying data from a Salesforce org in a Google spreadsheet.  I am still awaiting approval for the script to be posted to the Google Apps Scripts Gallery.  The galley hosts a bunch of scripts that can be easily imported into a google doc.  In the mean time, if you would like to use the script, I have put together the following how to use the script in any Google spreadsheet.   If you would like to contribute to the script please feel free to fork away.  The script can be found on github: <a href="https://github.com/gidzone/cloudconnector">https://github.com/gidzone/cloudconnector</a>.</div>
<p><span id="more-157"></span></p>
<ol>
<li>Create a new Google Apps Spreadsheet.</li>
<li>In the new spreadsheet goto the <strong>Tools -&gt; Script</strong> Editor to open the script editor.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/1_cc_script_editor.png"><img class="alignnone size-medium wp-image-158" title="1_cc_script_editor" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/1_cc_script_editor-300x196.png" alt="Script editor option" width="300" height="196" /></a></li>
<li>Copy the script from <a href="https://raw.github.com/gidzone/cloudconnector/master/cloudconnector-0.1.js" target="_blank">here</a> to your clipboard.</li>
<li>Paste the script into the Script Editor window.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/2_cc_paste_script_editor.png"><img class="alignnone size-medium wp-image-159" title="2_cc_paste_script_editor" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/2_cc_paste_script_editor-300x215.png" alt="" width="300" height="215" /></a></li>
<li>Save the script by selecting <strong>File -&gt; Save</strong>.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/3_cc_save_script_script_editor.png.png"><img class="alignnone size-medium wp-image-160" title="3_cc_save_script_script_editor.png" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/3_cc_save_script_script_editor.png-251x300.png" alt="Save Script" width="251" height="300" /></a></li>
<li>Enter CloudConnector as a name for the script.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/4_cc_script_name.png"><img class="alignnone size-medium wp-image-161" title="4_cc_script_name" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/4_cc_script_name-300x131.png" alt="" width="300" height="131" /></a></li>
<li>The script needs to be authorized before it can be run.  Select and run the <strong>onOpen</strong> function from the functions dropdown.  This will activate the authorization dialog.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script.png"><img class="alignnone size-medium wp-image-163" title="5_cc_authorize_script" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script-300x98.png" alt="" width="300" height="98" /></a></li>
<li>Click the <strong>Authorize</strong> button to authorize the script.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script_dialog.png.png"><img class="alignnone size-medium wp-image-162" title="5_cc_authorize_script_dialog.png" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script_dialog.png-300x168.png" alt="" width="300" height="168" /></a></li>
<li>Rerun the <strong>onOpen</strong> function to add the CloudConnector menu to the Google spreadsheet.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script.png"><img title="5_cc_authorize_script" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/5_cc_authorize_script-300x98.png" alt="" width="300" height="98" /></a></li>
<li>Close the Script Editor window.</li>
<li>Click the <strong>Settings</strong> menu item in CloudConnector menu to activate the Settings window.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/6_cc_settings.png"><img class="alignnone size-full wp-image-164" title="6_cc_settings" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/6_cc_settings.png" alt="" width="113" height="131" /></a></li>
<li>Enter your <strong>Username</strong>, <strong>Password</strong> and <strong>Security Token</strong> for the Salesforce org.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/7_cc_creds.png"><img class="alignnone size-medium wp-image-165" title="7_cc_creds" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/7_cc_creds-300x202.png" alt="" width="300" height="202" /></a></li>
<li>Click <strong>Login </strong>in the CloudConnector menu to login to your Salesforce org.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/8_cc_login.png"><img class="alignnone size-full wp-image-166" title="8_cc_login" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/8_cc_login.png" alt="" width="116" height="129" /></a></li>
<li>Click <strong>Query</strong> in the CloudConnector menu to activate the SOQL Query dialog<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/9_cc_query.png"><img class="alignnone size-full wp-image-167" title="9_cc_query" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/9_cc_query.png" alt="" width="113" height="129" /></a></li>
<li>Enter your SOQL query and click Query to run the query.<br />
<a href="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/10_cc_query_box.png"><img class="alignnone size-medium wp-image-168" title="10_cc_query_box" src="http://www.sanjaygidwani.net/wp-content/uploads/2011/09/10_cc_query_box-300x88.png" alt="" width="300" height="88" /></a></li>
<li>The results should display in your spreadsheet.</li>
<li>If there are more records in the resultset, click the <strong>Query More</strong> option in the CloudConnector menu will return those results.</li>
</ol>
<pre></pre>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F10%2Fhow-to-setup-and-run-cloudconnector%2F&amp;t=How%20To%20Setup%20and%20Run%20CloudConnector" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=How%20To%20Setup%20and%20Run%20CloudConnector%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F10%2Fhow-to-setup-and-run-cloudconnector%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F10%2Fhow-to-setup-and-run-cloudconnector%2F&amp;title=How%20To%20Setup%20and%20Run%20CloudConnector&amp;source=sanjaygidwani.net+&amp;summary=In%20a%20previous%20post%2C%20I%20introduced%20a%20script%20that%20I%20developed%20that%20allows%C2%A0querying%C2%A0and%20displaying%20data%20from%20a%20Salesforce%20org%20in%20a%20Google%20spreadsheet.%20%C2%A0I%20am%20still%C2%A0awaiting%C2%A0approval%20for%20the%20script%20to%20be%20posted%20to%20the%20Google%20Apps%20Scripts%20Gallery.%20%C2%A0Th" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=How%20To%20Setup%20and%20Run%20CloudConnector&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F10%2Fhow-to-setup-and-run-cloudconnector%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F10%2Fhow-to-setup-and-run-cloudconnector%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2011/09/10/how-to-setup-and-run-cloudconnector/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NodeJS with Salesforce</title>
		<link>http://www.sanjaygidwani.net/2011/09/05/nodejs-with-salesforce/</link>
		<comments>http://www.sanjaygidwani.net/2011/09/05/nodejs-with-salesforce/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 03:58:03 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[nodejs]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/?p=132</guid>
		<description><![CDATA[Over the past couple weeks I have had some down time. I have been wanting to take a closer look at node.js ever since it was released as a part the Celadon Cedar stack. If you have used heroku in the past, getting node.js up and running was pretty straight forward. They have a pretty [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple weeks I have had some down time. I have been wanting to take a closer look at node.js ever since it was released as a part the Celadon Cedar stack. If you have used heroku in the past, getting node.js up and running was pretty straight forward. They have a pretty good getting started guide over here: <a href="http://devcenter.heroku.com/articles/node-js" target="_blank">http://devcenter.heroku.com/articles/node-js</a>. Even if you have not used heroku in the past, this guide is right on the money.</p>
<p>As I started to experiment more with node.js, I wanted to be able post data from a node.js application running on heroku to Salesforce.com via the REST API. Fortunately, Josh Birk wrote a nice article on how to use node.js with the new Apex REST (<a href="http://blogs.developerforce.com/developer-relations/2011/06/using-nodejs-with-forcecom.html" target="_blank">http://blogs.developerforce.com/developer-relations/2011/06/using-nodejs-with-forcecom.html</a>). Leveraging the CRUD methods from node.js REST wrapper that Josh built for APEX REST I was able to easily create records in salesforce. I refactored this code a bit in order to take advantage of (and get more experience with) the out of the box features of express and node-oauth packages.<br />
<span id="more-132"></span><br />
Using express and the jade view engine with my sample application, I was able to put together a nice little demo app of the crud operations working with SFDC.</p>
<p>The best part of using node.js with express was by simply constructing the name of the form elements to match the name of the fields in the object I was trying to create allowed me to pass request.body to the salesforce rest api and create the object without any object reconstruction on mapping. It is these types of things that make JSON stand out as the best message format around.</p>
<p>Here is a link to the sfdc-node source on github: <a href="https://github.com/gidzone/sfdc-node" target="_blank">https://github.com/gidzone/sfdc-node. </a>Please fork away!  If you would like to get started working with this right away please use the source from github.  I had to make a couple changes to the oauth library, which are still waiting to get pulled into the main branch. I&#8217;ll post an update when the pull requests have been accepted, so you can easily run npm install sfdc-node.</p>
<p>The sample app can be found here: <a href="https://github.com/gidzone/nodejs-sfdc-sample" target="_blank">https://github.com/gidzone/nodejs-sfdc-sample</a></p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F05%2Fnodejs-with-salesforce%2F&amp;t=NodeJS%20with%20Salesforce" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=NodeJS%20with%20Salesforce%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F05%2Fnodejs-with-salesforce%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F05%2Fnodejs-with-salesforce%2F&amp;title=NodeJS%20with%20Salesforce&amp;source=sanjaygidwani.net+&amp;summary=Over%20the%20past%20couple%20weeks%20I%20have%20had%20some%20down%20time.%20I%20have%20been%20wanting%20to%20take%20a%20closer%20look%20at%20node.js%20ever%20since%20it%20was%20released%20as%20a%20part%20the%20Celadon%20Cedar%20stack.%20If%20you%20have%20used%20heroku%20in%20the%20past%2C%20getting%20node.js%20up%20and%20running%20was%20pretty%20st" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=NodeJS%20with%20Salesforce&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F05%2Fnodejs-with-salesforce%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F09%2F05%2Fnodejs-with-salesforce%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2011/09/05/nodejs-with-salesforce/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introducing CloudConnector</title>
		<link>http://www.sanjaygidwani.net/2011/08/10/cloudconnector/</link>
		<comments>http://www.sanjaygidwani.net/2011/08/10/cloudconnector/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 06:21:02 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[google apps scripts]]></category>
		<category><![CDATA[google spreadsheets]]></category>
		<category><![CDATA[soql]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/?p=115</guid>
		<description><![CDATA[CloudConnector is a Google Apps Script that allows a SOQL query to be executed from a Google Spreadsheet and display the results.  I released the first version of this script under the MIT license and posted it to github a couple of weeks ago.  The source can be found here: https://github.com/gidzone/cloudconnector. Please feel free to fork and enhance the code as [...]]]></description>
			<content:encoded><![CDATA[<p>CloudConnector is a Google Apps Script that allows a SOQL query to be executed from a Google Spreadsheet and display the results.  I released the first version of this script under the MIT license and posted it to github a couple of weeks ago.  The source can be found here: <a title="https://github.com/gidzone/cloudconnector." href="https://github.com/gidzone/cloudconnector">https://github.com/gidzone/cloudconnector</a>. Please feel free to fork and enhance the code as you see fit.  Installation instructions can be found in the <a title="readme" href="https://github.com/gidzone/cloudconnector/blob/master/README" target="_blank">readme</a>.</p>
<p>This script is currently being reviewed by google to be posted in it&#8217;s app scripts gallery for easy installation.  Stay tuned for a future post on how to use this tool.</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F08%2F10%2Fcloudconnector%2F&amp;t=Introducing%20CloudConnector" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Introducing%20CloudConnector%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F08%2F10%2Fcloudconnector%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F08%2F10%2Fcloudconnector%2F&amp;title=Introducing%20CloudConnector&amp;source=sanjaygidwani.net+&amp;summary=CloudConnector%20is%20a%20Google%20Apps%20Script%20that%20allows%20a%20SOQL%20query%20to%20be%C2%A0executed%C2%A0from%20a%20Google%20Spreadsheet%20and%20display%20the%20results.%20%C2%A0I%20released%20the%20first%20version%20of%20this%20script%20under%20the%20MIT%C2%A0license%C2%A0and%20posted%20it%20to%20github%20a%20couple%20of%20weeks%20ago.%20%C2" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Introducing%20CloudConnector&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F08%2F10%2Fcloudconnector%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2011%2F08%2F10%2Fcloudconnector%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2011/08/10/cloudconnector/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Consider The Source</title>
		<link>http://www.sanjaygidwani.net/2009/04/14/consider-the-source/</link>
		<comments>http://www.sanjaygidwani.net/2009/04/14/consider-the-source/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 12:17:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[healthcare]]></category>
		<category><![CDATA[healthcare tech]]></category>
		<category><![CDATA[health 2.0]]></category>
		<category><![CDATA[phr]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2009/04/14/consider-the-source/</guid>
		<description><![CDATA[On the heels of the HIMSS 2009 conference in Chicago last week, a report about inaccuracies in Google Health are shedding light on the age old fact of &#8220;considering the source&#8221;. The original source of the data is one of the most important things when seeding any system. Dave deBronkar, a kidney cancer survivor (full [...]]]></description>
			<content:encoded><![CDATA[<p>On the heels of the HIMSS 2009 conference in Chicago last week, a report about inaccuracies in Google Health are shedding light on the age old fact of &#8220;considering the source&#8221;.  The original source of the data is one of the most important things when seeding any system.</p>
<p>Dave deBronkar, a kidney cancer survivor (<a href="http://www.boston.com/news/nation/washington/articles/2009/04/13/electronic_health_records_raise_doubt/">full article</a>), found that after data had been imported in to Google Health it said  his cancer &#8220;&#8230;had spread to either his brain or spine&#8230;&#8221; which was not the truth.</p>
<p><span id="more-1"></span></p>
<p>As Bob Evans from Information Week (<a href="http://www.informationweek.com/blog/main/archives/2009/04/google_health_r.html">full article</a>) explains:</p>
<blockquote style="font-style: italic;"><p>Google Health users are finding stunning inaccuracies in medical records imported from primary-care physicians and hospitals because Google takes some information from insurance billing records that use broad and imprecise codes to describe patient treatment.The codes that Bob Evans is referring to are what is known as ICD-9 codes and they are used in the billing context to indicate the symptom of the diagnosis for the treatment rendered.</p></blockquote>
<p>When coding the diagnosis for a  diagnostic study,  one will first code the finding and then the symptom (or complaint) from the patient.  If the finding is negative, then only the symptom (or complaint) will be coded.  In this case, if the data were to be imported into Google Health or any other Personal Health Record (PHR) it would show inaccurate information for this patient.</p>
<p>For example, a patient comes into the ER and complains of pain in the chest.  A chest x-ray would be performed.  If the result of the x-ray is found to be normal, the ICD-9 code for chest pain would be used for reimbursement purposes.  In this case, this is a symptom not a finding.  If this data was imported into a PHR it would be misleading.</p>
<p>The chest pain could have been caused by a case of excessive &#8220;flatulence&#8221; which would not have been captured in the PHR, if only billing data was used.</p>
<p>In addition, as John Chilmark points out ICD-9 is &#8220;limited&#8221; (<a href="http://chilmarkresearch.com/2009/04/13/bad-data-amp-phr-adoption/">full article</a>).</p>
<blockquote style="font-style: italic;"><p>Problem is, claims data is based on limited code sets (ICD-9) that physicians use for reimbursement.  This can lead to inaccurate entries/codes as physicians struggle to fit a diagnosis to a given code or possibly prescribe a drug for off-label use, or even “game” the reimbursement system.  Either way, end result is an inaccurate picture of the consumer’s health.</p></blockquote>
<p>If claims data is bad, what is the best way to seed a PHR?  In my opinion, there is no existing source we can take data from to create a baseline for a PHR.  Billing data is currently being used because it is already electronic (meaning cheap), and insurance companies want to make sure they continue to wedge themselves between the doctor and the patient.</p>
<p>The first step in building an accurate electronic view of a person&#8217;s health is to strengthen the direct relationship between the doctor and the patient.  This goal can be catalyzed through the use of Internet communication/networking tools.  Simultaneously, we need to create open systems that are interoperable, which are built on existing standards.  Together through direct communication and sharing the data population of PHR systems will be at the point where they only have accurate and meaningful data.</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F04%2F14%2Fconsider-the-source%2F&amp;t=Consider%20The%20Source" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Consider%20The%20Source%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F04%2F14%2Fconsider-the-source%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F04%2F14%2Fconsider-the-source%2F&amp;title=Consider%20The%20Source&amp;source=sanjaygidwani.net+&amp;summary=On%20the%20heels%20of%20the%20HIMSS%202009%20conference%20in%20Chicago%20last%20week%2C%20a%20report%20about%20inaccuracies%20in%20Google%20Health%20are%20shedding%20light%20on%20the%20age%20old%20fact%20of%20%22considering%20the%20source%22.%20%20The%20original%20source%20of%20the%20data%20is%20one%20of%20the%20most%20important%20things%20when" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Consider%20The%20Source&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F04%2F14%2Fconsider-the-source%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F04%2F14%2Fconsider-the-source%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2009/04/14/consider-the-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Real Dr. Mario</title>
		<link>http://www.sanjaygidwani.net/2009/01/28/the-real-dr-mario/</link>
		<comments>http://www.sanjaygidwani.net/2009/01/28/the-real-dr-mario/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 11:47:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[healthcare]]></category>
		<category><![CDATA[healthcare tech]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[health 2.0]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2009/01/28/the-real-dr-mario/</guid>
		<description><![CDATA[We just got a Wii this past weekend. It has been a lot of fun the past few days, but this would make life more convenient. I received a tweet about this from Andre Blackman (http://www.pulseandsignal.com).This is something that will actually turn a Wii into something more than just entertainment. http://www.engadget.com/2009/01/27/wii-check-up-channel-will-link-you-to-health-professionals-dr/ Share:]]></description>
			<content:encoded><![CDATA[<p>We just got a Wii this past weekend.  It has been a lot of fun the past few days, but this would make life more convenient.  </p>
<p>I received a tweet about this from Andre Blackman (<a href="http://www.pulseandsignal.com">http://www.pulseandsignal.com</a>).<br />This is something that will actually turn a Wii into something more than just entertainment.</p>
<p><a href="http://www.engadget.com/2009/01/27/wii-check-up-channel-will-link-you-to-health-professionals-dr/">http://www.engadget.com/2009/01/27/wii-check-up-channel-will-link-you-to-health-professionals-dr/</a></p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F28%2Fthe-real-dr-mario%2F&amp;t=The%20Real%20Dr.%20Mario" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=The%20Real%20Dr.%20Mario%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F28%2Fthe-real-dr-mario%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F28%2Fthe-real-dr-mario%2F&amp;title=The%20Real%20Dr.%20Mario&amp;source=sanjaygidwani.net+&amp;summary=We%20just%20got%20a%20Wii%20this%20past%20weekend.%20%20It%20has%20been%20a%20lot%20of%20fun%20the%20past%20few%20days%2C%20but%20this%20would%20make%20life%20more%20convenient.%20%20I%20received%20a%20tweet%20about%20this%20from%20Andre%20Blackman%20%28http%3A%2F%2Fwww.pulseandsignal.com%29.This%20is%20something%20that%20will%20actually%20turn%20a" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=The%20Real%20Dr.%20Mario&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F28%2Fthe-real-dr-mario%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F28%2Fthe-real-dr-mario%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2009/01/28/the-real-dr-mario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health 2.0 &#8211; Chicago</title>
		<link>http://www.sanjaygidwani.net/2009/01/10/health-2-0-chicago/</link>
		<comments>http://www.sanjaygidwani.net/2009/01/10/health-2-0-chicago/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:37:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[healthcare]]></category>
		<category><![CDATA[healthcare tech]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[health 2.0]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2009/01/10/health-2-0-chicago/</guid>
		<description><![CDATA[Happy New Year! This past October, my brother Naveen and I had the privilege of attending the Health 2.0 conference in San Francisco. For those that are unaware, Health 2.0 is essentially the use of social media in health care. One example of a Health 2.0 application is www.patientslikeme.com. At patientslikeme, users are able to [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year!  </p>
<p>This past October, my brother Naveen and I had the privilege of attending the <a href="http://www.health2con.com">Health 2.0 conference</a> in San Francisco.  For those that are unaware, Health 2.0 is essentially the use of social media in health care.  One example of a Health 2.0 application is <a href="http://www.patientslikeme.com">www.patientslikeme.com</a>.   At patientslikeme, users are able to share their experiences with other patients in order to “…share information that can improve the lives of patients diagnosed with life-changing diseases”.  </p>
<p>The conference was well run, organized and informative.  However, it did not seem enough to meet twice a year then come home.  We really wanted to continue the conversations we began in San Francisco.  In December, we reached out to some of the Chicago-area people we met at Health 2.0 to gauge interest.  We met just before the holidays to discuss how to create something on a local level to discuss, exchange ideas, and network.  We had a great discussion </p>
<p>We are trying to organize another Health 2.0 Chicago meeting this Thursday (January 15, 2009) at 5:30 PM at Matilda (3101 N. Sheffeld, Chicago, IL).  If you are on twitter you can RSVP at <a href="http://twtvite.com/p61cej">http://twtvite.com/p61cej</a>.  We hope that if you are interested Health 2.0 you will join us.</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F10%2Fhealth-2-0-chicago%2F&amp;t=Health%202.0%20-%20Chicago" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Health%202.0%20-%20Chicago%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F10%2Fhealth-2-0-chicago%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F10%2Fhealth-2-0-chicago%2F&amp;title=Health%202.0%20-%20Chicago&amp;source=sanjaygidwani.net+&amp;summary=Happy%20New%20Year%21%20%20This%20past%20October%2C%20my%20brother%20Naveen%20and%20I%20had%20the%20privilege%20of%20attending%20the%20Health%202.0%20conference%20in%20San%20Francisco.%20%20For%20those%20that%20are%20unaware%2C%20Health%202.0%20is%20essentially%20the%20use%20of%20social%20media%20in%20health%20care.%20%20One%20example%20of%20a%20He" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Health%202.0%20-%20Chicago&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F10%2Fhealth-2-0-chicago%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2009%2F01%2F10%2Fhealth-2-0-chicago%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2009/01/10/health-2-0-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>She Gone.</title>
		<link>http://www.sanjaygidwani.net/2008/09/20/she-gone/</link>
		<comments>http://www.sanjaygidwani.net/2008/09/20/she-gone/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:34:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[sanjay]]></category>
		<category><![CDATA[jeep]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2008/09/20/she-gone/</guid>
		<description><![CDATA[Thanks for the memories! Share:]]></description>
			<content:encoded><![CDATA[<p class="mobile-photo"><img class="alignleft size-medium wp-image-84" title="photo-783343-783612" src="http://www.sanjaygidwani.net/wp-content/uploads/2009/12/photo-783343-783612-300x225.jpg" alt="photo-783343-783612" width="300" height="225" /></p>
<p>Thanks for the memories!</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F09%2F20%2Fshe-gone%2F&amp;t=She%20Gone." title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=She%20Gone.%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F09%2F20%2Fshe-gone%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F09%2F20%2Fshe-gone%2F&amp;title=She%20Gone.&amp;source=sanjaygidwani.net+&amp;summary=%0D%0AThanks%20for%20the%20memories%21" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=She%20Gone.&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F09%2F20%2Fshe-gone%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F09%2F20%2Fshe-gone%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2008/09/20/she-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Weak Dollar Can Help Sports</title>
		<link>http://www.sanjaygidwani.net/2008/07/23/a-weak-dollar-can-help-sports/</link>
		<comments>http://www.sanjaygidwani.net/2008/07/23/a-weak-dollar-can-help-sports/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:05:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[economy]]></category>
		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2008/07/23/a-weak-dollar-can-help-sports/</guid>
		<description><![CDATA[http://sports.espn.go.com/nba/news/story?id=3501488 For the past year or so, I have suspected that as the Dollar gets weaker and the Euro gets stronger more athletes will go and play in Europe or other parts of the world. This is because with a weak dollar other countries can now afford American talent. The only reason that America has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sports.espn.go.com/nba/news/story?id=3501488" target="_blank">http://sports.espn.go.com/nba/news/story?id=3501488</a></p>
<p>For the past year or so, I have suspected that as the Dollar gets weaker and the Euro gets stronger more athletes will go and play in Europe or other parts of the world. This is because with a weak dollar other countries can now afford American talent.<br />
<span id="more-25"></span><br />
The only reason that America has attracted the best athletes in the world over the past 30-40 years is because we have been able to pay them higher salaries to create the best and most competitive leagues in the world (with exception of Soccer).  As the rest of the world catches up, you will see more talented Americans leave the USA and play elsewhere around the globe.</p>
<p>What potentially is a bad thing for American sports leagues and franchises might end up being a good thing for American sport in general.  Distributing American talent around the globe will help create stronger leagues in other countries.  A stronger league is a more competitive league.  When people &#8220;buy&#8221; sport they are in essence consumers of competition.  This consumption of a higher level of competition will inspire kids who never would have otherwise thought to play sports.  In the end, these kids might end up coming to America to play or may just strengthen the newer leagues at home.</p>
<p>Economics is an interesting force.  Let&#8217;s see how it helps the spread of American sports and talent throughout the globe.</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F23%2Fa-weak-dollar-can-help-sports%2F&amp;t=A%20Weak%20Dollar%20Can%20Help%20Sports" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=A%20Weak%20Dollar%20Can%20Help%20Sports%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F23%2Fa-weak-dollar-can-help-sports%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F23%2Fa-weak-dollar-can-help-sports%2F&amp;title=A%20Weak%20Dollar%20Can%20Help%20Sports&amp;source=sanjaygidwani.net+&amp;summary=http%3A%2F%2Fsports.espn.go.com%2Fnba%2Fnews%2Fstory%3Fid%3D3501488%0D%0A%0D%0AFor%20the%20past%20year%20or%20so%2C%20I%20have%20suspected%20that%20as%20the%20Dollar%20gets%20weaker%20and%20the%20Euro%20gets%20stronger%20more%20athletes%20will%20go%20and%20play%20in%20Europe%20or%20other%20parts%20of%20the%20world.%20This%20is%20because%20with%20a%20we" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=A%20Weak%20Dollar%20Can%20Help%20Sports&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F23%2Fa-weak-dollar-can-help-sports%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F23%2Fa-weak-dollar-can-help-sports%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2008/07/23/a-weak-dollar-can-help-sports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone 3G Line &#8211; Michigan Ave. Chicago</title>
		<link>http://www.sanjaygidwani.net/2008/07/11/iphone-3g-line-michigan-ave-chicago/</link>
		<comments>http://www.sanjaygidwani.net/2008/07/11/iphone-3g-line-michigan-ave-chicago/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:04:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[sanjay]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2008/07/11/iphone-3g-line-michigan-ave-chicago/</guid>
		<description><![CDATA[Share:]]></description>
			<content:encoded><![CDATA[<p class="mobile-photo">
<img src="http://www.sanjaygidwani.net/wp-content/uploads/2009/12/photo-717806-717861-225x300.jpg" alt="photo-717806-717861" title="photo-717806-717861" width="225" height="300" class="alignleft size-medium wp-image-83" /></p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F11%2Fiphone-3g-line-michigan-ave-chicago%2F&amp;t=iPhone%203G%20Line%20-%20Michigan%20Ave.%20Chicago" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=iPhone%203G%20Line%20-%20Michigan%20Ave.%20Chicago%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F11%2Fiphone-3g-line-michigan-ave-chicago%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F11%2Fiphone-3g-line-michigan-ave-chicago%2F&amp;title=iPhone%203G%20Line%20-%20Michigan%20Ave.%20Chicago&amp;source=sanjaygidwani.net+&amp;summary=%0D%0A%0D%0A" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=iPhone%203G%20Line%20-%20Michigan%20Ave.%20Chicago&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F11%2Fiphone-3g-line-michigan-ave-chicago%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F07%2F11%2Fiphone-3g-line-michigan-ave-chicago%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2008/07/11/iphone-3g-line-michigan-ave-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Updates Announced</title>
		<link>http://www.sanjaygidwani.net/2008/03/06/iphone-updates-announced/</link>
		<comments>http://www.sanjaygidwani.net/2008/03/06/iphone-updates-announced/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 23:07:00 +0000</pubDate>
		<dc:creator>Sanjay Gidwani</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.sanjaygidwani.net/2008/03/06/iphone-updates-announced/</guid>
		<description><![CDATA[Apple announced new iPhone software updates today. The new features for the iPhone include:Long awaited iPhone SDKExchange SupportiPhone App Store$100m iFund The full details of the announcement can be read here: http://www.engadget.com/2008/03/06/live-from-apples-iphone-press-conference/ What interests me most about today&#8217;s announcement is the iFund. With the launch of this $100 million fund, it appears that Apple is [...]]]></description>
			<content:encoded><![CDATA[<p>Apple announced new  iPhone software updates today.  The new features for the iPhone include:<br />Long awaited iPhone SDK<br />Exchange Support<br />iPhone App Store<br />$100m iFund</p>
<p>The full details of the announcement can be read here:<a href="http://www.engadget.com/2008/03/06/live-from-apples-iphone-press-conference/"> http://www.engadget.com/2008/03/06/live-from-apples-iphone-press-conference/</a></p>
<p>What interests me most about today&#8217;s announcement is the iFund.  <span id="more-28"></span> With the launch of this $100 million fund, it appears that Apple is now trying to build a community of developers/users around the iPhone.   This is a 180 degree turn from their original stance of web apps as the only method for developing applications for the iPhone.</p>
<p>It is possible that Google&#8217;s Android had something to do with this change of heart.  The fact that the iPhone is already in the market will give Apple a jump on Google.  What will be interesting is to see if Apple decides to license the use of the iPhone OS to other hardware manufactures.  This would be another huge change in Apples philosophy, but one that I think can only help them and their new commitment to building a solid user/developer community around the iPhone.</p>



Share:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F03%2F06%2Fiphone-updates-announced%2F&amp;t=iPhone%20Updates%20Announced" title="Facebook"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=iPhone%20Updates%20Announced%20-%20http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F03%2F06%2Fiphone-updates-announced%2F" title="Twitter"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F03%2F06%2Fiphone-updates-announced%2F&amp;title=iPhone%20Updates%20Announced&amp;source=sanjaygidwani.net+&amp;summary=Apple%20announced%20new%20%20iPhone%20software%20updates%20today.%20%20The%20new%20features%20for%20the%20iPhone%20include%3ALong%20awaited%20iPhone%20SDKExchange%20SupportiPhone%20App%20Store%24100m%20iFundThe%20full%20details%20of%20the%20announcement%20can%20be%20read%20here%3A%20http%3A%2F%2Fwww.engadget.com%2F2008%2F03%2F06%2Fl" title="LinkedIn"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=iPhone%20Updates%20Announced&amp;body=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F03%2F06%2Fiphone-updates-announced%2F" title="email"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.sanjaygidwani.net%2F2008%2F03%2F06%2Fiphone-updates-announced%2F&amp;partner=sociable" title="Print"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.sanjaygidwani.net/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.sanjaygidwani.net/2008/03/06/iphone-updates-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

