<?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: A simple canvas-based Javascript game, with a Django back-end</title>
	<atom:link href="http://eli.thegreenplace.net/2010/02/24/a-simple-canvas-based-javascript-game-with-a-django-back-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2010/02/24/a-simple-canvas-based-javascript-game-with-a-django-back-end/</link>
	<description>Eli Bendersky&#039;s personal website</description>
	<lastBuildDate>Thu, 23 May 2013 12:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: john shaw</title>
		<link>http://eli.thegreenplace.net/2010/02/24/a-simple-canvas-based-javascript-game-with-a-django-back-end/comment-page-1/#comment-347256</link>
		<dc:creator>john shaw</dc:creator>
		<pubDate>Mon, 08 Nov 2010 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=2090#comment-347256</guid>
		<description>Very fun game.  I play it frequently.</description>
		<content:encoded><![CDATA[<p>Very fun game.  I play it frequently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2010/02/24/a-simple-canvas-based-javascript-game-with-a-django-back-end/comment-page-1/#comment-278783</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Wed, 28 Apr 2010 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=2090#comment-278783</guid>
		<description>@Dmitri, 

Thanks for the tip - I&#039;ve fixed it. Never thought the window will be scrolled :-) 

Glad you&#039;re enjoying the game.</description>
		<content:encoded><![CDATA[<p>@Dmitri, </p>
<p>Thanks for the tip &#8211; I&#8217;ve fixed it. Never thought the window will be scrolled <img src='http://eli.thegreenplace.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Glad you&#8217;re enjoying the game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri</title>
		<link>http://eli.thegreenplace.net/2010/02/24/a-simple-canvas-based-javascript-game-with-a-django-back-end/comment-page-1/#comment-278750</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=2090#comment-278750</guid>
		<description>Fun game! Sorry for the leader board :)
One thing - if you scroll the page mouse clicks on canvas get misplaced. I believe you can fix that in JS with the following:
    var y = ev.clientY - Game.canvas.offsetTop+$(window).scrollTop();
Cheers!</description>
		<content:encoded><![CDATA[<p>Fun game! Sorry for the leader board <img src='http://eli.thegreenplace.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
One thing &#8211; if you scroll the page mouse clicks on canvas get misplaced. I believe you can fix that in JS with the following:<br />
    var y = ev.clientY &#8211; Game.canvas.offsetTop+$(window).scrollTop();<br />
Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
