<?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: Keep it Simple&#8230;</title>
	<atom:link href="http://jayenkai.socoder.net/2010/02/keep-it-simple/feed/" rel="self" type="application/rss+xml" />
	<link>http://jayenkai.socoder.net/2010/02/keep-it-simple/</link>
	<description>A new game from Jayenkai, every week! (or thereabouts..)</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:55:04 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jayenkai</title>
		<link>http://jayenkai.socoder.net/2010/02/keep-it-simple/comment-page-1/#comment-6225</link>
		<dc:creator>Jayenkai</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.agameaweek.com/?p=342#comment-6225</guid>
		<description>They&#039;re &quot;Gravatars&quot;.  Head to gravatar.com, sign up, upload an avatar, and it&#039;ll appear.

They&#039;re pretty universal, and work from your email address.  Any gravatar supporting site will automatically use it, assuming you use the same email address. 

Serverside, Gravatars are quite easy to implement into your own site.  Just take the user&#039;s email address, convert to lowercase, and mash it with md5, then ask gravatar for the associated image.

Any email it doesn&#039;t know will instead get a random image.  Or monster in this case..

(since the email address is MD5 hashed, it&#039;s pretty damn near impossible to un-hash it, and extract a user&#039;s email addy.  So..  Safe and sound!!)</description>
		<content:encoded><![CDATA[<p>They&#8217;re &#8220;Gravatars&#8221;.  Head to gravatar.com, sign up, upload an avatar, and it&#8217;ll appear.</p>
<p>They&#8217;re pretty universal, and work from your email address.  Any gravatar supporting site will automatically use it, assuming you use the same email address. </p>
<p>Serverside, Gravatars are quite easy to implement into your own site.  Just take the user&#8217;s email address, convert to lowercase, and mash it with md5, then ask gravatar for the associated image.</p>
<p>Any email it doesn&#8217;t know will instead get a random image.  Or monster in this case..</p>
<p>(since the email address is MD5 hashed, it&#8217;s pretty damn near impossible to un-hash it, and extract a user&#8217;s email addy.  So..  Safe and sound!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martiinko</title>
		<link>http://jayenkai.socoder.net/2010/02/keep-it-simple/comment-page-1/#comment-6223</link>
		<dc:creator>martiinko</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.agameaweek.com/?p=342#comment-6223</guid>
		<description>How is that I don&#039;t have that nice avatar as you have? :-D</description>
		<content:encoded><![CDATA[<p>How is that I don&#8217;t have that nice avatar as you have? <img src='http://jayenkai.socoder.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayenkai</title>
		<link>http://jayenkai.socoder.net/2010/02/keep-it-simple/comment-page-1/#comment-6208</link>
		<dc:creator>Jayenkai</dc:creator>
		<pubDate>Sat, 06 Feb 2010 11:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.agameaweek.com/?p=342#comment-6208</guid>
		<description>Indeed, the highscore looked nice to start with, but after some background color experimentations yesterday it became strikingly obvious that any light background would completely wash out the highscore table&#039;s box..
I&#039;m currently leaving it as it is, though.  I&#039;d rather get the game done over the next few days, and have another play around with the titlescreen for the next game.

Might even *shock horror* attempt to draw a few polygons, for slightly rounded edges!!!</description>
		<content:encoded><![CDATA[<p>Indeed, the highscore looked nice to start with, but after some background color experimentations yesterday it became strikingly obvious that any light background would completely wash out the highscore table&#8217;s box..<br />
I&#8217;m currently leaving it as it is, though.  I&#8217;d rather get the game done over the next few days, and have another play around with the titlescreen for the next game.</p>
<p>Might even *shock horror* attempt to draw a few polygons, for slightly rounded edges!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martiinko</title>
		<link>http://jayenkai.socoder.net/2010/02/keep-it-simple/comment-page-1/#comment-6205</link>
		<dc:creator>martiinko</dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.agameaweek.com/?p=342#comment-6205</guid>
		<description>I think that the high score table should have the same background color as the credits have. :-)</description>
		<content:encoded><![CDATA[<p>I think that the high score table should have the same background color as the credits have. <img src='http://jayenkai.socoder.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
