<?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: Saving Form Data to Google Spreadsheets Using PHP and the Google Docs API	</title>
	<atom:link href="https://www.farinspace.com/saving-form-data-to-google-spreadsheets/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 30 Sep 2015 19:45:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Pierre Saikali		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-28414</link>

		<dc:creator><![CDATA[Pierre Saikali]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 14:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-28414</guid>

					<description><![CDATA[Actually, please ignore my comment, I found a solution to allow accents ;)

function cleanKey($k)
	{
		return strtolower(preg_replace(&#039;/[^A-Za-z0-9àáâãäåçèéêëìíîïðòóôõöùúûüýÿ\-\.]+/&#039;,&#039;&#039;,$k));
	}]]></description>
			<content:encoded><![CDATA[<p>Actually, please ignore my comment, I found a solution to allow accents 😉</p>
<p>function cleanKey($k)<br />
	{<br />
		return strtolower(preg_replace(&#8216;/[^A-Za-z0-9àáâãäåçèéêëìíîïðòóôõöùúûüýÿ\-\.]+/&#8217;,&#8221;,$k));<br />
	}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pierre Saikali		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-28413</link>

		<dc:creator><![CDATA[Pierre Saikali]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-28413</guid>

					<description><![CDATA[Very interesting and useful article, thanks a lot for this helper!

I&#039;m using it on a French site and unfortunately, the cleanKey() function removes the accentued characters (é à è ï...), any idea how to avoid that?
I do have some columns with accent in their headers, so I can&#039;t get to write in them properly :/

Anyway, thanks again!]]></description>
			<content:encoded><![CDATA[<p>Very interesting and useful article, thanks a lot for this helper!</p>
<p>I&#8217;m using it on a French site and unfortunately, the cleanKey() function removes the accentued characters (é à è ï&#8230;), any idea how to avoid that?<br />
I do have some columns with accent in their headers, so I can&#8217;t get to write in them properly :/</p>
<p>Anyway, thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JT		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-27887</link>

		<dc:creator><![CDATA[JT]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 14:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-27887</guid>

					<description><![CDATA[Hey,

I use this in some use cases. But went to a problem, when the Spreadsheet is bigger then some size, the memory on server for PHP is out. Is there any option to work with Google Spreadsheet in more memory efficient way? Any ideas? I think that Zend GData works with Spreadsheet in memory...and the spreadsheet is (for sure) constantly increasing...]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I use this in some use cases. But went to a problem, when the Spreadsheet is bigger then some size, the memory on server for PHP is out. Is there any option to work with Google Spreadsheet in more memory efficient way? Any ideas? I think that Zend GData works with Spreadsheet in memory&#8230;and the spreadsheet is (for sure) constantly increasing&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: david		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-27736</link>

		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 18:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-27736</guid>

					<description><![CDATA[Can you provide an example of this code with oauth 2.0? I don&#039;t want to use google user name password]]></description>
			<content:encoded><![CDATA[<p>Can you provide an example of this code with oauth 2.0? I don&#8217;t want to use google user name password</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amar Ranjan Das		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-26633</link>

		<dc:creator><![CDATA[Amar Ranjan Das]]></dc:creator>
		<pubDate>Sat, 05 Jan 2013 18:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-26633</guid>

					<description><![CDATA[Thanks for such a great tutorial and helper class !

I have used this and it works fine for me. I am using PHP: 5.3.5. One problem is that it is giving one warning like


Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\usolver\Google_Spreadsheet.php on line 258

Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\usolver\Google_Spreadsheet.php on line 289


I am unable to hide this warning or solve this or solve this warning. Please help me for this warning.]]></description>
			<content:encoded><![CDATA[<p>Thanks for such a great tutorial and helper class !</p>
<p>I have used this and it works fine for me. I am using PHP: 5.3.5. One problem is that it is giving one warning like</p>
<p>Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\usolver\Google_Spreadsheet.php on line 258</p>
<p>Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\usolver\Google_Spreadsheet.php on line 289</p>
<p>I am unable to hide this warning or solve this or solve this warning. Please help me for this warning.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Donnie Ashok		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-26263</link>

		<dc:creator><![CDATA[Donnie Ashok]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 07:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-26263</guid>

					<description><![CDATA[Hi!
I need to make this thing work..
But I get this error:

Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/mydomain/public_html/mydomain.in/register/Google_Spreadsheet.php on line 216

Fatal error: require_once() [function.require]: Failed opening required &#039;Zend/Loader.php&#039; (include_path=&#039;.:/usr/lib/php:/usr/local/lib/php:zend/library&#039;) in /home/mydomain/public_html/mydomain.in/register/Google_Spreadsheet.php on line 216

I guess I haven&#039;t installed ZEND properly, can you suggest how to install it?]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
I need to make this thing work..<br />
But I get this error:</p>
<p>Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/mydomain/public_html/mydomain.in/register/Google_Spreadsheet.php on line 216</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;Zend/Loader.php&#8217; (include_path=&#8217;.:/usr/lib/php:/usr/local/lib/php:zend/library&#8217;) in /home/mydomain/public_html/mydomain.in/register/Google_Spreadsheet.php on line 216</p>
<p>I guess I haven&#8217;t installed ZEND properly, can you suggest how to install it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vlajke		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-25911</link>

		<dc:creator><![CDATA[Vlajke]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 14:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-25911</guid>

					<description><![CDATA[How to add auto increment ID (with numbers only) and timestamp to spreadsheet ? Is it possible? THanks in advance!]]></description>
			<content:encoded><![CDATA[<p>How to add auto increment ID (with numbers only) and timestamp to spreadsheet ? Is it possible? THanks in advance!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick Taylor		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-25748</link>

		<dc:creator><![CDATA[Patrick Taylor]]></dc:creator>
		<pubDate>Mon, 05 Nov 2012 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-25748</guid>

					<description><![CDATA[Hi, first off, great tutorial. It was really helpful and very well written. However, I would also like to know how to addColumn rather than a row. Cheers]]></description>
			<content:encoded><![CDATA[<p>Hi, first off, great tutorial. It was really helpful and very well written. However, I would also like to know how to addColumn rather than a row. Cheers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vincent Toms		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-25402</link>

		<dc:creator><![CDATA[Vincent Toms]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 21:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-25402</guid>

					<description><![CDATA[This is Really nice, is there any way to format the rows.  Namely, I want to change the background color of the row.]]></description>
			<content:encoded><![CDATA[<p>This is Really nice, is there any way to format the rows.  Namely, I want to change the background color of the row.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hmm		</title>
		<link>https://www.farinspace.com/saving-form-data-to-google-spreadsheets/#comment-25185</link>

		<dc:creator><![CDATA[Hmm]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 14:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=14#comment-25185</guid>

					<description><![CDATA[$service = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME;
		$http = Zend_Gdata_ClientLogin::getHttpClient($user,$pass,$service);
		$this-&#062;client = new Zend_Gdata_Spreadsheets($http);]]></description>
			<content:encoded><![CDATA[<p>$service = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME;<br />
		$http = Zend_Gdata_ClientLogin::getHttpClient($user,$pass,$service);<br />
		$this-&gt;client = new Zend_Gdata_Spreadsheets($http);</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
