<?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: New GphpChart Class : PHP with Google Chart API</title>
	<atom:link href="http://www.malaiac.com/tools/13-new-gphpchart-class-php-with-google-chart-api.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.malaiac.com/tools/13-new-gphpchart-class-php-with-google-chart-api.html</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 06:04:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jimbo</title>
		<link>http://www.malaiac.com/tools/13-new-gphpchart-class-php-with-google-chart-api.html/comment-page-1#comment-15</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Wed, 09 Jan 2008 22:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.malaiac.com/tools/11-new-gphpchart-class-php-with-google-chart-api.html#comment-15</guid>
		<description>Hiya!

Re. your comment: "The length of the URL is limited somehow." ... I think it's just that there's a fundamental limit of 1024 bytes for an HTTP GET request... so if the URI gets too long ( more than 1024 characters from the first "/" onwards ) it doesn't work..

HTH.
Jimbo</description>
		<content:encoded><![CDATA[<p>Hiya!</p>
<p>Re. your comment: &#8220;The length of the URL is limited somehow.&#8221; &#8230; I think it&#8217;s just that there&#8217;s a fundamental limit of 1024 bytes for an HTTP GET request&#8230; so if the URI gets too long ( more than 1024 characters from the first &#8220;/&#8221; onwards ) it doesn&#8217;t work..</p>
<p>HTH.<br />
Jimbo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaugusto</title>
		<link>http://www.malaiac.com/tools/13-new-gphpchart-class-php-with-google-chart-api.html/comment-page-1#comment-14</link>
		<dc:creator>jaugusto</dc:creator>
		<pubDate>Mon, 07 Jan 2008 05:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.malaiac.com/tools/11-new-gphpchart-class-php-with-google-chart-api.html#comment-14</guid>
		<description>Hello

What I don’t like about Google chart API is the fact axis don’t have nothing to do with values.

Thus, in order for a simple x,y graph to make sense, you have to find the percentage of all your values and then plot them. I mean, if your max value is 150, you must make 150=100% and then calculate all values below it in terms of percentage. Your laber on the x axe will be 150, but your value will be 100%.

Regards,

Jose

Also: it does not work on forums with the [IMG] tag…

It would be usefull for the PHP class to load the url as binary and outputs it as .png, so that it can be recognized everywhere.</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>What I don’t like about Google chart API is the fact axis don’t have nothing to do with values.</p>
<p>Thus, in order for a simple x,y graph to make sense, you have to find the percentage of all your values and then plot them. I mean, if your max value is 150, you must make 150=100% and then calculate all values below it in terms of percentage. Your laber on the x axe will be 150, but your value will be 100%.</p>
<p>Regards,</p>
<p>Jose</p>
<p>Also: it does not work on forums with the [IMG] tag…</p>
<p>It would be usefull for the PHP class to load the url as binary and outputs it as .png, so that it can be recognized everywhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
