<?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: Open Science, H1N1, Processing, and the Google Spreadsheet API</title>
	<atom:link href="http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api</link>
	<description>Jer Thorp &#124; There is an art to evolution...</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:06:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: projectdata</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-11644</link>
		<dc:creator>projectdata</dc:creator>
		<pubDate>Sat, 30 Apr 2011 19:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-11644</guid>
		<description>thank you :) </description>
		<content:encoded><![CDATA[<p>thank you <img src='http://blog.blprnt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: breegeek</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-9030</link>
		<dc:creator>breegeek</dc:creator>
		<pubDate>Mon, 21 Mar 2011 04:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-9030</guid>
		<description>Hey this tut is awesome! 
 
Was wondering why, if i print all my data, I get it sorted low to high, when I want data (from a sensor) in the order it&#039;s on the sheet? 
I think maybe I am doing this incorrectly? Thanks!!!  
=========  
   for (int c=0; c &lt; sm.currentTotalCols ; c++){ 
     for (int r=0; r &lt; sm.currentTotalRows ; r++){ 
              float tempVal = Float.parseFloat(sm.getCellValue(2,r)); 
               readVal = tempVal; 
               readVal = map(readVal,0,350,0,10); 
               println(readVal); 
} 
} 
========= </description>
		<content:encoded><![CDATA[<p>Hey this tut is awesome! </p>
<p>Was wondering why, if i print all my data, I get it sorted low to high, when I want data (from a sensor) in the order it&#039;s on the sheet?<br />
I think maybe I am doing this incorrectly? Thanks!!!<br />
=========<br />
   for (int c=0; c &lt; sm.currentTotalCols ; c++){<br />
     for (int r=0; r &lt; sm.currentTotalRows ; r++){<br />
              float tempVal = Float.parseFloat(sm.getCellValue(2,r));<br />
               readVal = tempVal;<br />
               readVal = map(readVal,0,350,0,10);<br />
               println(readVal);<br />
}<br />
}<br />
=========</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salem</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-4769</link>
		<dc:creator>salem</dc:creator>
		<pubDate>Sun, 16 Jan 2011 15:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-4769</guid>
		<description>I tried this code but something is wrong ... it works for one colomn at the time and the loop does the update once. 
 </description>
		<content:encoded><![CDATA[<p>I tried this code but something is wrong &#8230; it works for one colomn at the time and the loop does the update once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCADA, Telematics &#38; GPS Technologies &#187; Blog Archive &#187; Save sensor data to Google Spreadsheets by Codebox</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-3447</link>
		<dc:creator>SCADA, Telematics &#38; GPS Technologies &#187; Blog Archive &#187; Save sensor data to Google Spreadsheets by Codebox</dc:creator>
		<pubDate>Sat, 25 Dec 2010 02:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-3447</guid>
		<description>[...] Spreadsheets). In researching this article, I found Processing guru Jer Thorpe&#8217;s article Open Science, H1N1, Processing, and the Google Spreadsheet API a great inspiration. While it&#8217;s based on an older version of the API (version 1.0, while the [...]</description>
		<content:encoded><![CDATA[<p>[...] Spreadsheets). In researching this article, I found Processing guru Jer Thorpe&#8217;s article Open Science, H1N1, Processing, and the Google Spreadsheet API a great inspiration. While it&#8217;s based on an older version of the API (version 1.0, while the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jas</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-2354</link>
		<dc:creator>jas</dc:creator>
		<pubDate>Tue, 07 Dec 2010 20:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-2354</guid>
		<description>i am new to processing and I am working through the tutorial and  
i got this error.  
 
i tried making sure of the URL was correct. I am pretty sure it is. but i got this line highlighted and 
 
 
    WorksheetEntry we = (WorksheetEntry) worksheets.get(wi);    
this error: 
 
ERROR RETRIEVING WORKSHEET FEED 
processing.app.debug.RunnerException: IndexOutOfBoundsException: Index: 400, Size: 0 
at processing.app.Sketch.placeException(Sketch.java:1543) 
at processing.app.debug.Runner.findException(Runner.java:583) 
at processing.app.debug.Runner.reportException(Runner.java:558) 
at processing.app.debug.Runner.exception(Runner.java:498) 
at processing.app.debug.EventThread.exceptionEvent(EventThread.jav 
 
.... 
 
If anyone can help me i would greatly appreciate this  
 
 </description>
		<content:encoded><![CDATA[<p>i am new to processing and I am working through the tutorial and<br />
i got this error.  </p>
<p>i tried making sure of the URL was correct. I am pretty sure it is. but i got this line highlighted and </p>
<p>    WorksheetEntry we = (WorksheetEntry) worksheets.get(wi);<br />
this error: </p>
<p>ERROR RETRIEVING WORKSHEET FEED<br />
processing.app.debug.RunnerException: IndexOutOfBoundsException: Index: 400, Size: 0<br />
at processing.app.Sketch.placeException(Sketch.java:1543)<br />
at processing.app.debug.Runner.findException(Runner.java:583)<br />
at processing.app.debug.Runner.reportException(Runner.java:558)<br />
at processing.app.debug.Runner.exception(Runner.java:498)<br />
at processing.app.debug.EventThread.exceptionEvent(EventThread.jav </p>
<p>&#8230;. </p>
<p>If anyone can help me i would greatly appreciate this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tan</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-1998</link>
		<dc:creator>tan</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-1998</guid>
		<description>I have a same problem. Did you solve this? Unfortunately, Adam&#039;s answer didn&#039;t work for me. </description>
		<content:encoded><![CDATA[<p>I have a same problem. Did you solve this? Unfortunately, Adam&#039;s answer didn&#039;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-1966</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-1966</guid>
		<description>I am getting the error  
 
The package &quot;com.google&quot; does not exist. You might be missing a library 
 
Any ideas? </description>
		<content:encoded><![CDATA[<p>I am getting the error  </p>
<p>The package &quot;com.google&quot; does not exist. You might be missing a library </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-1906</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-1906</guid>
		<description>This is really a question for the Processing forum (highly recommended!), but FYI you can drop the .jar files in your Documents/Processing/libraries folder. If no &#039;libraries&#039; folder exists in your Processing folder, create one. 
 
Processing is one of the best documented languages for beginners I&#039;ve seen. Take some time to peruse processing.org next time. The answers are all there: &lt;a href=&quot;http://dev.processing.org/libraries/&quot; rel=&quot;nofollow&quot;&gt;http://dev.processing.org/libraries/&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>This is really a question for the Processing forum (highly recommended!), but FYI you can drop the .jar files in your Documents/Processing/libraries folder. If no &#39;libraries&#39; folder exists in your Processing folder, create one. </p>
<p>Processing is one of the best documented languages for beginners I&#39;ve seen. Take some time to peruse processing.org next time. The answers are all there: <a href="http://dev.processing.org/libraries/" rel="nofollow">http://dev.processing.org/libraries/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-1905</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-1905</guid>
		<description>Check and double-check the &quot;key&quot; value in the URL, and make sure you&#039;re not including anything with an &#039;&amp;&#039; in it. The key extends to the &#039;&amp;&#039; and no further. </description>
		<content:encoded><![CDATA[<p>Check and double-check the &quot;key&quot; value in the URL, and make sure you&#39;re not including anything with an &#39;&amp;&#39; in it. The key extends to the &#39;&amp;&#39; and no further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpasden</title>
		<link>http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api/comment-page-1#comment-1848</link>
		<dc:creator>jpasden</dc:creator>
		<pubDate>Sun, 09 May 2010 14:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=783#comment-1848</guid>
		<description>I&#039;m a linguist just getting into Processing.  I really like your tutorials, and I can&#039;t thank you enough for writing them! 
 
Unfortunately, while I&#039;m not averse to learning a little coding, I&#039;m not very familiar with the nuts and bolts of Processing.  Could you point me in the right direction for where to put the .jar files so I can use the SimpleSpreadsheetManager class? 
 
Then again, this post is a little old, so maybe the Google Spreadsheets API has changed?  Any help is appreciated!  I can&#039;t wait to dig into my Google Docs data... </description>
		<content:encoded><![CDATA[<p>I&#39;m a linguist just getting into Processing.  I really like your tutorials, and I can&#39;t thank you enough for writing them! </p>
<p>Unfortunately, while I&#39;m not averse to learning a little coding, I&#39;m not very familiar with the nuts and bolts of Processing.  Could you point me in the right direction for where to put the .jar files so I can use the SimpleSpreadsheetManager class? </p>
<p>Then again, this post is a little old, so maybe the Google Spreadsheets API has changed?  Any help is appreciated!  I can&#39;t wait to dig into my Google Docs data&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

