<?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 Atomic Robot Design</title>
	<atom:link href="http://atomicrobotdesign.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomicrobotdesign.com/blog</link>
	<description>Design From The Future &#124; Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:14:30 +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 Build a game using the DOM &#8211; Part 1 by Mike</title>
		<link>http://atomicrobotdesign.com/blog/javascript/build-a-game-using-the-dom-part-1/comment-page-1/#comment-65711</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 04 Feb 2012 03:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1670#comment-65711</guid>
		<description>jQuery is great but I don&#039;t think I&#039;d use it for game development. There&#039;s other frameworks for that, like EaselJS.

This is more of an intro into how you&#039;d build something like this and if it doesn&#039;t work in IE, I think that&#039;s on them for not implementing classList in their browser. If this was going to be a game that would be released, then I&#039;d use a hack to make sure it worked in IR too.</description>
		<content:encoded><![CDATA[<p>jQuery is great but I don&#8217;t think I&#8217;d use it for game development. There&#8217;s other frameworks for that, like EaselJS.</p>
<p>This is more of an intro into how you&#8217;d build something like this and if it doesn&#8217;t work in IE, I think that&#8217;s on them for not implementing classList in their browser. If this was going to be a game that would be released, then I&#8217;d use a hack to make sure it worked in IR too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a game using the DOM &#8211; Part 1 by BHL</title>
		<link>http://atomicrobotdesign.com/blog/javascript/build-a-game-using-the-dom-part-1/comment-page-1/#comment-65662</link>
		<dc:creator>BHL</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1670#comment-65662</guid>
		<description>Hey Mike, were you trying to do this without using any jquery? (Or would that be cheating) If not couldn&#039;t you just replace .classList with .addClass 

Great tutorials!</description>
		<content:encoded><![CDATA[<p>Hey Mike, were you trying to do this without using any jquery? (Or would that be cheating) If not couldn&#8217;t you just replace .classList with .addClass </p>
<p>Great tutorials!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seriously easy jQuery preloader by Mike</title>
		<link>http://atomicrobotdesign.com/blog/web-development/seriously-easy-jquery-preloader/comment-page-1/#comment-65233</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Feb 2012 17:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1101#comment-65233</guid>
		<description>I don&#039;t think so. A swf isn&#039;t really a part of the document, so the preloader div will be removed when everything else loads, regardless as to whether or not the swf has finished loading. The best thing to do would be to put a preloader on the swf.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so. A swf isn&#8217;t really a part of the document, so the preloader div will be removed when everything else loads, regardless as to whether or not the swf has finished loading. The best thing to do would be to put a preloader on the swf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seriously easy jQuery preloader by Ray</title>
		<link>http://atomicrobotdesign.com/blog/web-development/seriously-easy-jquery-preloader/comment-page-1/#comment-65223</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 01 Feb 2012 16:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1101#comment-65223</guid>
		<description>Quick question.  Will this work on a div containing a SWF?</description>
		<content:encoded><![CDATA[<p>Quick question.  Will this work on a div containing a SWF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More advanced HTML5 canvas sprite sheet walk cycle animation by Greg Ellis</title>
		<link>http://atomicrobotdesign.com/blog/web-development/more-advanced-html5-canvas-sprite-sheet-walk-cycle-animation/comment-page-1/#comment-64687</link>
		<dc:creator>Greg Ellis</dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1178#comment-64687</guid>
		<description>Hi Mike,

Awesome tutorial, I am trying to recreate it by typing it myself and understanding each line of code but I&#039;m having trouble.

If you could you comment the drawPlayer function and the move function I would be extremely grateful :)

Thankyou,
Greg.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Awesome tutorial, I am trying to recreate it by typing it myself and understanding each line of code but I&#8217;m having trouble.</p>
<p>If you could you comment the drawPlayer function and the move function I would be extremely grateful <img src='http://atomicrobotdesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thankyou,<br />
Greg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a vertical scrolling shooter game with HTML5 canvas &#8211; Part 6 by Stephen</title>
		<link>http://atomicrobotdesign.com/blog/htmlcss/build-a-vertical-scrolling-shooter-game-with-html5-canvas-part-6/comment-page-1/#comment-62994</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=1003#comment-62994</guid>
		<description>Great tutorial. Thanks for taking the time to make this available. You help the development community a lot when you share your knowledge.</description>
		<content:encoded><![CDATA[<p>Great tutorial. Thanks for taking the time to make this available. You help the development community a lot when you share your knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS3 gradients to replace your site&#8217;s background by Nsisong</title>
		<link>http://atomicrobotdesign.com/blog/htmlcss/use-css3-gradients-to-replace-your-sites-background/comment-page-1/#comment-61491</link>
		<dc:creator>Nsisong</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=302#comment-61491</guid>
		<description>GUY U ROCK that was fantastic it works well in firefox 3.6, opera 11+, chrome, safari and even our dear old internet explorer 8 using the filter syntax</description>
		<content:encoded><![CDATA[<p>GUY U ROCK that was fantastic it works well in firefox 3.6, opera 11+, chrome, safari and even our dear old internet explorer 8 using the filter syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS3 Animation vs jQuery Animation by alp oral</title>
		<link>http://atomicrobotdesign.com/blog/htmlcss/css3-animation-vs-jquery-animation/comment-page-1/#comment-60110</link>
		<dc:creator>alp oral</dc:creator>
		<pubDate>Sun, 15 Jan 2012 03:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=791#comment-60110</guid>
		<description>I can see huge performance difference between jquery animation and css3 ones.

Rendering part is almost same, but if you if you look at the scripting performance jquery generates 573 timer to move the object as CSS3 one generates only 89.

css3 transitions is 6x faster than jquery</description>
		<content:encoded><![CDATA[<p>I can see huge performance difference between jquery animation and css3 ones.</p>
<p>Rendering part is almost same, but if you if you look at the scripting performance jquery generates 573 timer to move the object as CSS3 one generates only 89.</p>
<p>css3 transitions is 6x faster than jquery</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make a resizable, movable box in Flash by Wyeth Stiles</title>
		<link>http://atomicrobotdesign.com/blog/flash/make-a-resizable-movable-box-in-flash/comment-page-1/#comment-59576</link>
		<dc:creator>Wyeth Stiles</dc:creator>
		<pubDate>Fri, 13 Jan 2012 00:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=406#comment-59576</guid>
		<description>Thank you so much. This is very helpful. It will make a job I&#039;m working on much easier.

Best,

-w</description>
		<content:encoded><![CDATA[<p>Thank you so much. This is very helpful. It will make a job I&#8217;m working on much easier.</p>
<p>Best,</p>
<p>-w</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should you learn JavaScript before you learn jQuery? by Adam</title>
		<link>http://atomicrobotdesign.com/blog/htmlcss/should-you-learn-javascript-before-you-learn-jquery/comment-page-1/#comment-57507</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://atomicrobotdesign.com/blog/?p=417#comment-57507</guid>
		<description>I like your post, but I have to correct on something.

JQuery really is just javascript!

JQuery should work on just about anything that supports javascript. It uses a javascript quirk, because &#039;$&#039; can be a valid function identifier which makes it look a bit different. When you see $(&#039;.popup&#039;).show(), it is really calling a function called &#039;$&#039;!

I&#039;d say to anybody using jQuery, you should learn enough CSS and Javascript to be comfortable. Niether are that daunting really.

I&#039;d say the knowing Javascript closures and objects is a must, then it makes sense why jQuery&#039;s syntax works.

The most common problems I find with 3rd party jQuery scripts is the performance gradually slowing down, or events being triggered that you wouldn&#039;t expect  or not detecting key presses correctly.

I&#039;d say knowing how event binding works (blurs, mouse, keypresses, etc.) is a huge help. Particularly how event listeners work in Firefox.

In all fairness jQuery gives you functions like die(), live(), off(), on() to do it all properly. They mirror alot of Firefox&#039;s event listener functionality and it works cross platform. That&#039;s where knowing what is going on under the hood really helps.

I hope his helps, may I wish you all the best in the new year.</description>
		<content:encoded><![CDATA[<p>I like your post, but I have to correct on something.</p>
<p>JQuery really is just javascript!</p>
<p>JQuery should work on just about anything that supports javascript. It uses a javascript quirk, because &#8216;$&#8217; can be a valid function identifier which makes it look a bit different. When you see $(&#8216;.popup&#8217;).show(), it is really calling a function called &#8216;$&#8217;!</p>
<p>I&#8217;d say to anybody using jQuery, you should learn enough CSS and Javascript to be comfortable. Niether are that daunting really.</p>
<p>I&#8217;d say the knowing Javascript closures and objects is a must, then it makes sense why jQuery&#8217;s syntax works.</p>
<p>The most common problems I find with 3rd party jQuery scripts is the performance gradually slowing down, or events being triggered that you wouldn&#8217;t expect  or not detecting key presses correctly.</p>
<p>I&#8217;d say knowing how event binding works (blurs, mouse, keypresses, etc.) is a huge help. Particularly how event listeners work in Firefox.</p>
<p>In all fairness jQuery gives you functions like die(), live(), off(), on() to do it all properly. They mirror alot of Firefox&#8217;s event listener functionality and it works cross platform. That&#8217;s where knowing what is going on under the hood really helps.</p>
<p>I hope his helps, may I wish you all the best in the new year.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

