<?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 for Emin KURA</title>
	<atom:link href="http://eminkura.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eminkura.com</link>
	<description>Development Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:38:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on 3D Function Graphics with HTML5 Canvas by Liza</title>
		<link>http://eminkura.com/2011/10/16/3d-function-graphics-with-html5-canvas/#comment-24</link>
		<dc:creator>Liza</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=41#comment-24</guid>
		<description>Just wanted to say thanks! Comes really handy for my calc class! :)</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks! Comes really handy for my calc class! <img src='http://eminkura.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New year effect with HTML5 by HTML5,HTML5 Effects,HTML5 Demo,HTML5 Canvas</title>
		<link>http://eminkura.com/2011/12/16/new-year-effect-with-html5/#comment-15</link>
		<dc:creator>HTML5,HTML5 Effects,HTML5 Demo,HTML5 Canvas</dc:creator>
		<pubDate>Wed, 28 Dec 2011 02:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=59#comment-15</guid>
		<description>[...] New Year Effect with HTML5: [...]</description>
		<content:encoded><![CDATA[<p>[...] New Year Effect with HTML5: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Function Graphics with HTML5 Canvas by Jeremiah</title>
		<link>http://eminkura.com/2011/10/16/3d-function-graphics-with-html5-canvas/#comment-11</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=41#comment-11</guid>
		<description>Just as a heads up, on the app page for the google chrome webstore, you have a couple of functions of &quot;Sign(x)&quot;, not &quot;Sin(x)&quot;.  

Image:
http://imgur.com/9OTRW

Great application!  Some functionality I would love to see implemented would be a graphical vector field generator, perhaps with some analysis thrown in as well. (something similar to this http://math.la.asu.edu/~kawski/vfa2/index.html )(Not mine, but he makes all of the classes, if not the .java, available here http://math.la.asu.edu/~kawski/vfa2zip/vfa2.zip ) 

Thank you for the stellar application, have a great day!</description>
		<content:encoded><![CDATA[<p>Just as a heads up, on the app page for the google chrome webstore, you have a couple of functions of &#8220;Sign(x)&#8221;, not &#8220;Sin(x)&#8221;.  </p>
<p>Image:<br />
<a href="http://imgur.com/9OTRW" rel="nofollow">http://imgur.com/9OTRW</a></p>
<p>Great application!  Some functionality I would love to see implemented would be a graphical vector field generator, perhaps with some analysis thrown in as well. (something similar to this <a href="http://math.la.asu.edu/~kawski/vfa2/index.html" rel="nofollow">http://math.la.asu.edu/~kawski/vfa2/index.html</a> )(Not mine, but he makes all of the classes, if not the .java, available here <a href="http://math.la.asu.edu/~kawski/vfa2zip/vfa2.zip" rel="nofollow">http://math.la.asu.edu/~kawski/vfa2zip/vfa2.zip</a> ) </p>
<p>Thank you for the stellar application, have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Function Graphics with HTML5 Canvas by Emin KURA</title>
		<link>http://eminkura.com/2011/10/16/3d-function-graphics-with-html5-canvas/#comment-10</link>
		<dc:creator>Emin KURA</dc:creator>
		<pubDate>Mon, 28 Nov 2011 20:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=41#comment-10</guid>
		<description>Hi Simon, 

If you try your function as  ((x^2)+(y^2))/(2*x)    it will show correct graph. Please don&#039;t use expression like 2x, 3x, instead, use  2*x 3*x (as multiply).

Thanks,

Emin.</description>
		<content:encoded><![CDATA[<p>Hi Simon, </p>
<p>If you try your function as  ((x^2)+(y^2))/(2*x)    it will show correct graph. Please don&#8217;t use expression like 2x, 3x, instead, use  2*x 3*x (as multiply).</p>
<p>Thanks,</p>
<p>Emin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Function Graphics with HTML5 Canvas by Simon</title>
		<link>http://eminkura.com/2011/10/16/3d-function-graphics-with-html5-canvas/#comment-9</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 28 Nov 2011 19:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=41#comment-9</guid>
		<description>it can&#039;t show this function: ((x^2)+(y^2))/(2x) 
I think it is because of the two x in the function? Thanks for you reply!</description>
		<content:encoded><![CDATA[<p>it can&#8217;t show this function: ((x^2)+(y^2))/(2x)<br />
I think it is because of the two x in the function? Thanks for you reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Function Graphics with HTML5 Canvas by Vinod</title>
		<link>http://eminkura.com/2011/10/16/3d-function-graphics-with-html5-canvas/#comment-7</link>
		<dc:creator>Vinod</dc:creator>
		<pubDate>Fri, 18 Nov 2011 05:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://eminkura.com/?p=41#comment-7</guid>
		<description>Very nice app with HTML5!!! App helps to visualize functions. Thank you very much for great app......!!!</description>
		<content:encoded><![CDATA[<p>Very nice app with HTML5!!! App helps to visualize functions. Thank you very much for great app&#8230;&#8230;!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

