<?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>Data Unbound &#187; Processing</title>
	<atom:link href="http://blog.dataunbound.com/category/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dataunbound.com</link>
	<description>Helping organizations access and share data effectively.  Special focus on web APIs for data integration.</description>
	<lastBuildDate>Sat, 12 Feb 2011 21:00:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://blog.dataunbound.com</link>
  <url>http://blog.dataunbound.com/wp-content/plugins/favicon-manager/dataunbound.ico</url>
  <title>Data Unbound</title>
</image>
		<item>
		<title>Processing + web services?</title>
		<link>http://blog.dataunbound.com/2009/02/05/processing-web-services/</link>
		<comments>http://blog.dataunbound.com/2009/02/05/processing-web-services/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:25:45 +0000</pubDate>
		<dc:creator>Raymond Yee</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://blog.dataunbound.com/?p=312</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Processing+%2B+web+services%3F&amp;rft.aulast=&amp;rft.aufirst=&amp;rft.subject=Processing&amp;rft.source=Data+Unbound&amp;rft.date=2009-02-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.dataunbound.com/2009/02/05/processing-web-services/&amp;rft.language=English"></span>
A student from my Mixing and Remixing Information class  is interested in using Processing (&#034;an open source programming language and environment for people who want to program images, animation, and interactions&#034;) in his project.  I&#039;ve been wondering what capabilities Processing has in terms of consuming web services.  Here&#039;s what I&#039;ve found so far. First I [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Processing+%2B+web+services%3F&amp;rft.aulast=&amp;rft.aufirst=&amp;rft.subject=Processing&amp;rft.source=Data+Unbound&amp;rft.date=2009-02-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://blog.dataunbound.com/2009/02/05/processing-web-services/&amp;rft.language=English"></span>
<p>A student from my <a href="http://blog.mixingandremixing.info/s09">Mixing and Remixing Information</a> class  is interested in using <a href="http://www.processing.org/">Processing</a> (&#034;an open source programming language and environment for people who want to program images, animation, and interactions&#034;) in his project.  I&#039;ve been wondering what capabilities Processing has in terms of consuming web services.  Here&#039;s what I&#039;ve found so far.</p>
<p>First I found a script that accesses the delicious API in processing using a  java module:</p>
<p><a href="http://processing.org/hacks/hacks:delicious">http://processing.org/hacks/hacks:delicious</a></p>
<p>So it seems like writing Java libraries to extend processing is a possibility.</p>
<p>For some purposes, a simpler way is to use the <a href="http://www.processing.org/reference/loadStrings_.html">loadStrings </a> function with URLs.  Since <code>loadStrings </code>handles URLs , we should be able to do at least HTTP GET</p>
<p>See examples of using <code>loadStrings</code></p>
<p><a href="http://itp.nyu.edu/~dbo3/cgi-bin/ClassWiki.cgi?ICM_Net">http://itp.nyu.edu/~dbo3/cgi-bin/ClassWiki.cgi?ICM_Net</a></p>
<p>The following iss supposed to work&#8211; but I couldn&#039;t get it to do so</p>
<p><a href="http://www.tom-carden.co.uk/p5/flickr_rainbow_links_fixed/applet/index.html">http://www.tom-carden.co.uk/p5/flickr_rainbow_links_fixed/applet/index.html</a></p>
<p>The source should still be useful.</p>
<p><a href="http://www.tom-carden.co.uk/p5/flickr_rainbow_links_fixed/applet/flickr_rainbow_links_fixed.pde">http://www.tom-carden.co.uk/p5/flickr_rainbow_links_fixed/applet/flickr_rainbow_links_fixed.pde</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dataunbound.com/2009/02/05/processing-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

