<?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: 2D Function Plotter</title>
	<atom:link href="http://www.canvasdemos.com/2010/01/26/2d-function-plotter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/</link>
	<description>Applications, games, tools and tutorials for the HTML5 canvas element</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wojtek Skulski</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-6693</link>
		<dc:creator>Wojtek Skulski</dc:creator>
		<pubDate>Thu, 10 Feb 2011 01:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-6693</guid>
		<description>Hi, it would be great if you could add IE support using excanvas. Yes, I know I should be switching to Chrome. But meanwhile please add excanvas, which according to the reviews should be adequate for simple plots. Thank you -- Wojtek</description>
		<content:encoded><![CDATA[<p>Hi, it would be great if you could add IE support using excanvas. Yes, I know I should be switching to Chrome. But meanwhile please add excanvas, which according to the reviews should be adequate for simple plots. Thank you &#8212; Wojtek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huang</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-3273</link>
		<dc:creator>Samuel Huang</dc:creator>
		<pubDate>Mon, 17 May 2010 17:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-3273</guid>
		<description>Nice tool!  Please note that



would allow the user to execute plot with the ENTER key (instead of refreshing screen).  Also, for security, I think a &quot;white list&quot; of allowed Math.* functions and the variable &quot;x&quot; then then current &quot;black list&quot; implementation.</description>
		<content:encoded><![CDATA[<p>Nice tool!  Please note that</p>
<p>would allow the user to execute plot with the ENTER key (instead of refreshing screen).  Also, for security, I think a &#8220;white list&#8221; of allowed Math.* functions and the variable &#8220;x&#8221; then then current &#8220;black list&#8221; implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: operaguy</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-3224</link>
		<dc:creator>operaguy</dc:creator>
		<pubDate>Wed, 12 May 2010 19:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-3224</guid>
		<description>works in Opera</description>
		<content:encoded><![CDATA[<p>works in Opera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Mackey</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-3082</link>
		<dc:creator>Ed Mackey</dc:creator>
		<pubDate>Mon, 03 May 2010 00:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-3082</guid>
		<description>Hi Thomas, sure that sounds great!  Can you post some screenshots someplace?</description>
		<content:encoded><![CDATA[<p>Hi Thomas, sure that sounds great!  Can you post some screenshots someplace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-2815</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 28 Mar 2010 09:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-2815</guid>
		<description>I used your code to implement a webOS app for my palm pre. I would like to publish it as a free app in the official app catolg. It goes without saying that I will refer to you and your blog. I hope you agree.</description>
		<content:encoded><![CDATA[<p>I used your code to implement a webOS app for my palm pre. I would like to publish it as a free app in the official app catolg. It goes without saying that I will refer to you and your blog. I hope you agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Mackey</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-2099</link>
		<dc:creator>Ed Mackey</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-2099</guid>
		<description>Shaun, the variable x, which appears unused, is actually the main &quot;x&quot; that&#039;s used by the formulas being evaluated.  In other words &quot;x&quot; is being used by the Eval() call in that plot() function (for most formulas).  The other ones, xPos and yPos, are the corresponding canvas pixel locations, and their relationship to x and y are determined by the zoom and stretch levels.</description>
		<content:encoded><![CDATA[<p>Shaun, the variable x, which appears unused, is actually the main &#8220;x&#8221; that&#8217;s used by the formulas being evaluated.  In other words &#8220;x&#8221; is being used by the Eval() call in that plot() function (for most formulas).  The other ones, xPos and yPos, are the corresponding canvas pixel locations, and their relationship to x and y are determined by the zoom and stretch levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://www.canvasdemos.com/2010/01/26/2d-function-plotter/comment-page-1/#comment-2079</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.canvasdemos.com/?p=867#comment-2079</guid>
		<description>Looking through the source code it looks as though var x is defined in the plot() method and then isnt actually used. how is the scaling being applied to xPos?

Great app though.</description>
		<content:encoded><![CDATA[<p>Looking through the source code it looks as though var x is defined in the plot() method and then isnt actually used. how is the scaling being applied to xPos?</p>
<p>Great app though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

