<?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: Google Chart API is pretty cool</title>
	<atom:link href="http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/feed/" rel="self" type="application/rss+xml" />
	<link>http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/</link>
	<description>Programming and stuff.</description>
	<lastBuildDate>Fri, 13 Jan 2012 15:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adrian Rosebrock</title>
		<link>http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/comment-page-1/#comment-184</link>
		<dc:creator>Adrian Rosebrock</dc:creator>
		<pubDate>Sat, 08 Mar 2008 01:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/#comment-184</guid>
		<description>I absolutely love the Google Chart API. It is so useful and perfect displaying complex data on a webpage. Displaying data with JavaScript/CSS is possible, but this greatly simplifies the matter. Good summary of the core aspects, and I totally agree - it is easier to use than gnuplot.</description>
		<content:encoded><![CDATA[<p>I absolutely love the Google Chart API. It is so useful and perfect displaying complex data on a webpage. Displaying data with JavaScript/CSS is possible, but this greatly simplifies the matter. Good summary of the core aspects, and I totally agree &#8211; it is easier to use than gnuplot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kometbomb</title>
		<link>http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/comment-page-1/#comment-174</link>
		<dc:creator>kometbomb</dc:creator>
		<pubDate>Sat, 01 Mar 2008 10:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/#comment-174</guid>
		<description>Thanks for your comments.

I can save the images without any cookies (unless Google looks at my IP address or something else). I tried it with wget, so I guess it would work with fopen() as well. 

I have to agree in that the API could be better after toying around with it. But I think it still hits the spot considering you can easily use a database to prepare the results - it&#039;s only the graphing that is often missing.</description>
		<content:encoded><![CDATA[<p>Thanks for your comments.</p>
<p>I can save the images without any cookies (unless Google looks at my IP address or something else). I tried it with wget, so I guess it would work with fopen() as well. </p>
<p>I have to agree in that the API could be better after toying around with it. But I think it still hits the spot considering you can easily use a database to prepare the results &#8211; it&#8217;s only the graphing that is often missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/comment-page-1/#comment-173</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 01 Mar 2008 05:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://kometbomb.net/2008/02/24/google-chart-api-is-pretty-cool/#comment-173</guid>
		<description>Just my $.02-

The Google Chart API is really neat but it doesn&#039;t provide enough automatic features, and everything must be calculated. It&#039;s hard to describe but when trying to generate them automatically it becomes tough. Seemingly obvious features are missing.

Also, in regards to caching the graphs, you cannot do this programatically (at least not without big hacks) because Google uses cookies and such to display the graphs and if you just fopen() the URL or something, it&#039;s not included. Of course nothing prevents you from Right Click &gt; Save As the graphs, but that is slow and awkward.

Just a few comments from myself.</description>
		<content:encoded><![CDATA[<p>Just my $.02-</p>
<p>The Google Chart API is really neat but it doesn&#8217;t provide enough automatic features, and everything must be calculated. It&#8217;s hard to describe but when trying to generate them automatically it becomes tough. Seemingly obvious features are missing.</p>
<p>Also, in regards to caching the graphs, you cannot do this programatically (at least not without big hacks) because Google uses cookies and such to display the graphs and if you just fopen() the URL or something, it&#8217;s not included. Of course nothing prevents you from Right Click &gt; Save As the graphs, but that is slow and awkward.</p>
<p>Just a few comments from myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

