<?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: Playing Around With HTML5&#8242;s Canvas Element</title>
	<atom:link href="http://patorjk.com/blog/2009/09/06/playing-around-with-html5s-canvas-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://patorjk.com/blog/2009/09/06/playing-around-with-html5s-canvas-element/</link>
	<description>web apps, programming talk, and random thoughts</description>
	<lastBuildDate>Sat, 19 May 2012 05:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: patorjk</title>
		<link>http://patorjk.com/blog/2009/09/06/playing-around-with-html5s-canvas-element/comment-page-1/#comment-23555</link>
		<dc:creator>patorjk</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=503#comment-23555</guid>
		<description>hey Sloat, 

I keep hearing about Raphael every so often. I bookmarked the site a few months ago, but then never followed up and looked at it. It looks pretty cool, especially the bouncing ball demo on their site. I haven&#039;t yet looked into how to do sound, so that&#039;s definitely something I should look into more.

I&#039;m not sure ProcessingJS is for me. I&#039;m not a big fan of Java-like syntax when doing JavaScript, I like it more when the libraries keep JavaScript&#039;s look and feel.

Anyway, thanks for the links.</description>
		<content:encoded><![CDATA[<p>hey Sloat, </p>
<p>I keep hearing about Raphael every so often. I bookmarked the site a few months ago, but then never followed up and looked at it. It looks pretty cool, especially the bouncing ball demo on their site. I haven&#8217;t yet looked into how to do sound, so that&#8217;s definitely something I should look into more.</p>
<p>I&#8217;m not sure ProcessingJS is for me. I&#8217;m not a big fan of Java-like syntax when doing JavaScript, I like it more when the libraries keep JavaScript&#8217;s look and feel.</p>
<p>Anyway, thanks for the links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sloat</title>
		<link>http://patorjk.com/blog/2009/09/06/playing-around-with-html5s-canvas-element/comment-page-1/#comment-23539</link>
		<dc:creator>sloat</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=503#comment-23539</guid>
		<description>Here are a couple of interesting sites:

http://processingjs.org/ -- A Javascript Port of the Processing language. Uses canvas element for drawing, but has a much cleaner API, IMO.

http://raphaeljs.com/ -- A javascript library that I just discovered yesterday. Apparently uses SVG and VML for drawing. The advantage to that is you can get DOM events on the elements you create, probably resulting in better performance.</description>
		<content:encoded><![CDATA[<p>Here are a couple of interesting sites:</p>
<p><a href="http://processingjs.org/" rel="nofollow">http://processingjs.org/</a> &#8212; A Javascript Port of the Processing language. Uses canvas element for drawing, but has a much cleaner API, IMO.</p>
<p><a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a> &#8212; A javascript library that I just discovered yesterday. Apparently uses SVG and VML for drawing. The advantage to that is you can get DOM events on the elements you create, probably resulting in better performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

