<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Salesforce &amp; Google Maps Mashup using PHP</title>
	<atom:link href="http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/</link>
	<description>Authored by Scott Hemmeter of Arrowpointe Corp, this blog is written from the perspective of a Salesforce.com solution provider and contains information on Arrowpointe's AppExchange products as well as tips, findings, sample code, functionality wishes, etc.</description>
	<lastBuildDate>Tue, 02 Mar 2010 17:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dania lee</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-61909</link>
		<dc:creator>dania lee</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-61909</guid>
		<description>hye, how can I use my own map instead of google map with salesforce application using php?</description>
		<content:encoded><![CDATA[<p>hye, how can I use my own map instead of google map with salesforce application using php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Thompson</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-59539</link>
		<dc:creator>Jordan Thompson</dc:creator>
		<pubDate>Fri, 04 Apr 2008 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-59539</guid>
		<description>Hi,  Is anyone looking at doing this with Quickbooks?  A Mashup for their customer list would be GREAT.  I am not sure if it is a proprietary format and DB and therefore impossible.  If so we will have to wait on QB to do it.  Any thoughts would be great.  Thank you !!!</description>
		<content:encoded><![CDATA[<p>Hi,  Is anyone looking at doing this with Quickbooks?  A Mashup for their customer list would be GREAT.  I am not sure if it is a proprietary format and DB and therefore impossible.  If so we will have to wait on QB to do it.  Any thoughts would be great.  Thank you !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W2F</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-7507</link>
		<dc:creator>W2F</dc:creator>
		<pubDate>Mon, 05 Feb 2007 10:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-7507</guid>
		<description>Hello all,

I want to get the PHP developer tool provided by Sales Force to use the API which can edit the contacts and leads within Sales Force.

I have tried running the script on PHP 5.2 on my machine (file SforcePartnerClientTest.php), but i keep getting the error on connection that says:

Warning: require_once(PHPUnit2/Framework/TestCase.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\salesforce update\test\SforcePartnerClientTest.php on line 2

Can anybody help?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>I want to get the PHP developer tool provided by Sales Force to use the API which can edit the contacts and leads within Sales Force.</p>
<p>I have tried running the script on PHP 5.2 on my machine (file SforcePartnerClientTest.php), but i keep getting the error on connection that says:</p>
<p>Warning: require_once(PHPUnit2/Framework/TestCase.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\salesforce update\test\SforcePartnerClientTest.php on line 2</p>
<p>Can anybody help?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-2772</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Fri, 27 Oct 2006 16:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-2772</guid>
		<description>Adam F:

Salesforce had developed something a while back to do this.  I know they have it working, but I don&#039;t know of many people ever got this to work successfully for themselves.  I think it has a lot of dependencies.  I am sure it is possible, but not something I have done.

What I have done is just as easy, but it works in PHP rather than s-controls.  It uses the Salesforce API for communicating with Salesforce and the PHP toolkit to communicate with the API.  It is currently not setup to use SSL, but it could be.  The authentication to Salesforce could also be setup to be based upon a current Salesforce session.  In other words, a user would access it via a web tab and the only way the code could access the salesforce database is to leverage the currently logged in users session.  If someone went to the page without having logged into Salesforce.com, they&#039;d get an error.

Lastly, the files sit on your webserver, not mine.  You can do anything you want with them once they are on your site.</description>
		<content:encoded><![CDATA[<p>Adam F:</p>
<p>Salesforce had developed something a while back to do this.  I know they have it working, but I don&#8217;t know of many people ever got this to work successfully for themselves.  I think it has a lot of dependencies.  I am sure it is possible, but not something I have done.</p>
<p>What I have done is just as easy, but it works in PHP rather than s-controls.  It uses the Salesforce API for communicating with Salesforce and the PHP toolkit to communicate with the API.  It is currently not setup to use SSL, but it could be.  The authentication to Salesforce could also be setup to be based upon a current Salesforce session.  In other words, a user would access it via a web tab and the only way the code could access the salesforce database is to leverage the currently logged in users session.  If someone went to the page without having logged into Salesforce.com, they&#8217;d get an error.</p>
<p>Lastly, the files sit on your webserver, not mine.  You can do anything you want with them once they are on your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam F</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-2771</link>
		<dc:creator>Adam F</dc:creator>
		<pubDate>Fri, 27 Oct 2006 15:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-2771</guid>
		<description>Is there a way to actually do everything inside SalesForce using an s-control? I saw that someone had done it about a year ago, but since then all of the pages have been removed. I really would like to contain everything inside the SalesForce system to maintain tight security and easy accessibility.</description>
		<content:encoded><![CDATA[<p>Is there a way to actually do everything inside SalesForce using an s-control? I saw that someone had done it about a year ago, but since then all of the pages have been removed. I really would like to contain everything inside the SalesForce system to maintain tight security and easy accessibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActiveSalesForce : un connecteur rails sur SalesForce at Shoob</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-2046</link>
		<dc:creator>ActiveSalesForce : un connecteur rails sur SalesForce at Shoob</dc:creator>
		<pubDate>Sun, 03 Sep 2006 15:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-2046</guid>
		<description>[...] Info via le blog Arrowpointe qui vient de mettre ÃƒÂ  jour son mashup GoogleMaps-SalesForce. [...]</description>
		<content:encoded><![CDATA[<p>[...] Info via le blog Arrowpointe qui vient de mettre ÃƒÂ  jour son mashup GoogleMaps-SalesForce. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-1891</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-1891</guid>
		<description>pardeep:  I have recently switched my preference from Phoogle to GoogleMapAPI.class.php, which you mention, and I have had good success with it.

Can you provide more explanation as to what is not working properly?  Maybe some examples.

I have found that it works best using the Google geocoding service rather than Yahoo.  Yahoo only supports the US.  Google supports the US and a lot more.  I would start there.  Then make sure you are sending a street address, city, state (if applicable), postal code and country (use the ISO codes if you can).  separate each value with spaces.  It should work fine.</description>
		<content:encoded><![CDATA[<p>pardeep:  I have recently switched my preference from Phoogle to GoogleMapAPI.class.php, which you mention, and I have had good success with it.</p>
<p>Can you provide more explanation as to what is not working properly?  Maybe some examples.</p>
<p>I have found that it works best using the Google geocoding service rather than Yahoo.  Yahoo only supports the US.  Google supports the US and a lot more.  I would start there.  Then make sure you are sending a street address, city, state (if applicable), postal code and country (use the ISO codes if you can).  separate each value with spaces.  It should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pardeep</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-1593</link>
		<dc:creator>pardeep</dc:creator>
		<pubDate>Sat, 12 Aug 2006 14:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-1593</guid>
		<description>&lt;strong&gt;i m using &#039;GoogleMapAPI.class.php&#039;  downloaded from internet but i m getting wrong locations. or we can say its locating on wrong directions&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>i m using &#8216;GoogleMapAPI.class.php&#8217;  downloaded from internet but i m getting wrong locations. or we can say its locating on wrong directions</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pardeep</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-1592</link>
		<dc:creator>pardeep</dc:creator>
		<pubDate>Sat, 12 Aug 2006 14:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-1592</guid>
		<description>i  am using googlemap api named &#039;GoogleMapAPI.class.php&#039; but i m getting wrong locations. Can any body help me out??</description>
		<content:encoded><![CDATA[<p>i  am using googlemap api named &#8216;GoogleMapAPI.class.php&#8217; but i m getting wrong locations. Can any body help me out??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou Goddard</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-475</link>
		<dc:creator>Lou Goddard</dc:creator>
		<pubDate>Mon, 22 May 2006 20:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-475</guid>
		<description>I&#039;m getting this error sixteen times:
Notice: Undefined offset: 3 in c:\Inetpub\wwwroot\phoogle.php on line 307

I&#039;ve downloaded the files and hosted them with 2003 Standard Server running PHP 5.1.4 on IIS 6.  I have edited the files to include my Google API key as well as my username and password.  The scirpt is not working from both within Salesforce and externally.  Any suggestions are welcome.

Thanks in advance,
Lou Goddard</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error sixteen times:<br />
Notice: Undefined offset: 3 in c:\Inetpub\wwwroot\phoogle.php on line 307</p>
<p>I&#8217;ve downloaded the files and hosted them with 2003 Standard Server running PHP 5.1.4 on IIS 6.  I have edited the files to include my Google API key as well as my username and password.  The scirpt is not working from both within Salesforce and externally.  Any suggestions are welcome.</p>
<p>Thanks in advance,<br />
Lou Goddard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Morris</title>
		<link>http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/comment-page-1/#comment-178</link>
		<dc:creator>George Morris</dc:creator>
		<pubDate>Wed, 26 Apr 2006 16:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2005/11/28/salesforce-google-maps-mashup-using-php/#comment-178</guid>
		<description>Yep, they are on professional! Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Yep, they are on professional! Thanks for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
