<?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"
	>
<channel>
	<title>Comments on: Google Chart API Fun with Cocoa and F-Script</title>
	<atom:link href="http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/</link>
	<description>Interactive Cocoa</description>
	<pubDate>Wed, 23 Jul 2008 22:54:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Prune&#8217;s Blog &#187; Blog Archive &#187; Google is everywhere</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-171</link>
		<dc:creator>Prune&#8217;s Blog &#187; Blog Archive &#187; Google is everywhere</dc:creator>
		<pubDate>Mon, 31 Mar 2008 19:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-171</guid>
		<description>[...] Philippe Mougin is our guest and comes with a clean example with integration to Apple&#8217;s Cocoa programming. Check this here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Philippe Mougin is our guest and comes with a clean example with integration to Apple&#8217;s Cocoa programming. Check this here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binary Code &#187; Google Chart API Wrappers</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-29</link>
		<dc:creator>Binary Code &#187; Google Chart API Wrappers</dc:creator>
		<pubDate>Thu, 13 Dec 2007 20:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-29</guid>
		<description>[...] And a tutorial on how to use the Google Chart API from within Cocoa: Google Chart API Fun with Cocoa and F-Script. I assume this is an academic exercise since sane OS X developers would probably use something like [...]</description>
		<content:encoded><![CDATA[<p>[...] And a tutorial on how to use the Google Chart API from within Cocoa: Google Chart API Fun with Cocoa and F-Script. I assume this is an academic exercise since sane OS X developers would probably use something like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Mougin</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-28</link>
		<dc:creator>Philippe Mougin</dc:creator>
		<pubDate>Tue, 11 Dec 2007 15:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-28</guid>
		<description>Robert, thanks for your comment and for pointing that the term "new technology" was misleading. I've updated the article with a better description.</description>
		<content:encoded><![CDATA[<p>Robert, thanks for your comment and for pointing that the term &#8220;new technology&#8221; was misleading. I&#8217;ve updated the article with a better description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert J. Slover</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-27</link>
		<dc:creator>Robert J. Slover</dc:creator>
		<pubDate>Tue, 11 Dec 2007 14:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-27</guid>
		<description>Just wanted to point out that this isn't "new technology", and has been generally available for at least 15 years: 

http://www.vvidget.org/service/description/index.html

The VVI widget stuff has been featured on various Cocoa/OpenStep websites over the years.

Beyond that, this kind of thing has been straightforward to do all along.  I have perl scripts from the mid 90's that generate bar and pie charts based on parameters passed in the URL.  The syntax is almost identical to this.  In my opinion, this solution is so obvious I just cannot understand why people are so impressed.  (By the way, the technique is just as applicable to things such as barcodes, dynamically generated buttons, sequence numbers, etc., all of which I've implemented before in this same way).

That said, I still think it is a nice service to have, and their charts certainly look nicer than mine.</description>
		<content:encoded><![CDATA[<p>Just wanted to point out that this isn&#8217;t &#8220;new technology&#8221;, and has been generally available for at least 15 years: </p>
<p><a href="http://www.vvidget.org/service/description/index.html" rel="nofollow">http://www.vvidget.org/service/description/index.html</a></p>
<p>The VVI widget stuff has been featured on various Cocoa/OpenStep websites over the years.</p>
<p>Beyond that, this kind of thing has been straightforward to do all along.  I have perl scripts from the mid 90&#8217;s that generate bar and pie charts based on parameters passed in the URL.  The syntax is almost identical to this.  In my opinion, this solution is so obvious I just cannot understand why people are so impressed.  (By the way, the technique is just as applicable to things such as barcodes, dynamically generated buttons, sequence numbers, etc., all of which I&#8217;ve implemented before in this same way).</p>
<p>That said, I still think it is a nice service to have, and their charts certainly look nicer than mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Mougin</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-26</link>
		<dc:creator>Philippe Mougin</dc:creator>
		<pubDate>Tue, 11 Dec 2007 13:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-26</guid>
		<description>@Alex: Thanks Alex! Glad you appreciate!</description>
		<content:encoded><![CDATA[<p>@Alex: Thanks Alex! Glad you appreciate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extenuating Circumstances &#8211; links for 2007-12-11</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-25</link>
		<dc:creator>Extenuating Circumstances &#8211; links for 2007-12-11</dc:creator>
		<pubDate>Tue, 11 Dec 2007 10:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-25</guid>
		<description>[...] Google Chart API Fun with Cocoa and F-Script « Fun Script Hm. Yum. (tags: macosx fscript scriptingbridge cocoa api google charting) [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Chart API Fun with Cocoa and F-Script « Fun Script Hm. Yum. (tags: macosx fscript scriptingbridge cocoa api google charting) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Clarke</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-24</link>
		<dc:creator>Alex Clarke</dc:creator>
		<pubDate>Tue, 11 Dec 2007 02:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-24</guid>
		<description>That's pretty amazing Philippe -nice work!</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty amazing Philippe -nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai - Blog - Google Chart API Fun</title>
		<link>http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-23</link>
		<dc:creator>Michael Tsai - Blog - Google Chart API Fun</dc:creator>
		<pubDate>Mon, 10 Dec 2007 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/#comment-23</guid>
		<description>[...] Philippe Mougin combines Google&#8217;s new chart API, Cocoa, F-Script, Core Image, and Leopard&#8217;s new Scripting Bridge to create a pretty impressive demo. [...]</description>
		<content:encoded><![CDATA[<p>[...] Philippe Mougin combines Google&rsquo;s new chart API, Cocoa, F-Script, Core Image, and Leopard&rsquo;s new Scripting Bridge to create a pretty impressive demo. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
