<?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: 7 Days of Source Day #6: NYTimes GraphMaker</title>
	<atom:link href="http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker</link>
	<description>There is an art to evolution...</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:58:47 -0600</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antoine</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1351</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Mon, 30 Nov 2009 03:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1351</guid>
		<description>Thank you so much for sharing...as a Processing newbie (going through Shiffamn&#039;s book: as we speak) it&#039;s a great piece of code to play with.  Unfortunately, being a newbie seems to have its cons as i&#039;m unable to change the background color  :(it&#039;s stays white no matter what color I input).  I&#039;ve tried the following: 
color backColor = #111111;   
tried to change background(backColor); to background(0); but same thing. 
 
What am I missing? 
 
 
 </description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing&#8230;as a Processing newbie (going through Shiffamn&#039;s book: as we speak) it&#039;s a great piece of code to play with.  Unfortunately, being a newbie seems to have its cons as i&#039;m unable to change the background color  <img src='http://blog.blprnt.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> it&#039;s stays white no matter what color I input).  I&#039;ve tried the following:<br />
color backColor = #111111;<br />
tried to change background(backColor); to background(0); but same thing. </p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahero</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1290</link>
		<dc:creator>Tahero</dc:creator>
		<pubDate>Sat, 07 Nov 2009 22:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1290</guid>
		<description>Nice. I am cleaning up a pretty cool dataset and I&#039;d like to use your apps to visualize them. Feel free to drop me an email &amp; let me know how its coming along. </description>
		<content:encoded><![CDATA[<p>Nice. I am cleaning up a pretty cool dataset and I&#039;d like to use your apps to visualize them. Feel free to drop me an email &amp; let me know how its coming along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Angelica</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1288</link>
		<dc:creator>Maria Angelica</dc:creator>
		<pubDate>Sat, 07 Nov 2009 15:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1288</guid>
		<description>I downloaded from the same link you indicated here, but have the same problem with toxi math and geom classes =/ </description>
		<content:encoded><![CDATA[<p>I downloaded from the same link you indicated here, but have the same problem with toxi math and geom classes =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blprnt</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1262</link>
		<dc:creator>blprnt</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1262</guid>
		<description>Definitely possible. I&#039;ve been meaning to implement some kind of a caching system for a while now.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I think the most straightforward way of doing it would be to save out the individual JSON requests as you get them into a folder - then before each request you could see if the file exists before you do a new search.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If I get some time over the weekend I will try this out.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Jer </description>
		<content:encoded><![CDATA[<p>Definitely possible. I&#039;ve been meaning to implement some kind of a caching system for a while now.</p>
<p>I think the most straightforward way of doing it would be to save out the individual JSON requests as you get them into a folder &#8211; then before each request you could see if the file exists before you do a new search.</p>
<p>If I get some time over the weekend I will try this out.</p>
<p>-Jer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahero</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1261</link>
		<dc:creator>Tahero</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1261</guid>
		<description>Thanks for these Jer! Is there a way to connect the NYTimes GraphMaker &amp; NYTimes: 365/360 apps to a set of offline data like you did with your BC Budget Visualizations? i.e. Excel .csv? </description>
		<content:encoded><![CDATA[<p>Thanks for these Jer! Is there a way to connect the NYTimes GraphMaker &amp; NYTimes: 365/360 apps to a set of offline data like you did with your BC Budget Visualizations? i.e. Excel .csv?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blprnt</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1260</link>
		<dc:creator>blprnt</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1260</guid>
		<description>Hi,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am using the toxiclibs core, which you can download from here:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://code.google.com/p/toxiclibs/&lt;br&quot; target=&quot;_blank&quot;&gt;http://code.google.com/p/toxiclibs/&lt;br&lt;/a&gt; /&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Jer </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using the toxiclibs core, which you can download from here:</p>
<p><a href="http://code.google.com/p/toxiclibs/<br" target="_blank"></a><a href="http://code.google.com/p/toxiclibs/" rel="nofollow">http://code.google.com/p/toxiclibs/</a><br </a/> /></p>
<p>Cheers,</p>
<p>-Jer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-6-nytimes-graphmaker/comment-page-1#comment-1258</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blprnt.com/?p=937#comment-1258</guid>
		<description>This looks awesome! 
Kind of a newbie question: I&#039;m getting an error that the package &quot;toxi&quot; does not exist. I tried downloading toxi math and geom classes from google code and placing folders in my Processing &gt; libraries folder -- doesn&#039;t seem to help. Do I have the wrong toxi libraries? Am I putting it in the wrong place? (I&#039;m using Processing 1.0.9). </description>
		<content:encoded><![CDATA[<p>This looks awesome!<br />
Kind of a newbie question: I&#039;m getting an error that the package &quot;toxi&quot; does not exist. I tried downloading toxi math and geom classes from google code and placing folders in my Processing &gt; libraries folder &#8212; doesn&#039;t seem to help. Do I have the wrong toxi libraries? Am I putting it in the wrong place? (I&#039;m using Processing 1.0.9).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
