<?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: How to recreate the Konami code in Javascript</title>
	<atom:link href="http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/</link>
	<description></description>
	<lastBuildDate>Sun, 09 May 2010 12:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Raz</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-81</link>
		<dc:creator>Raz</dc:creator>
		<pubDate>Tue, 27 Apr 2010 21:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-81</guid>
		<description>How come you haven&#039;t the konami code implemented on this page??&lt;br&gt;FAIL!</description>
		<content:encoded><![CDATA[<p>How come you haven&#39;t the konami code implemented on this page??<br />FAIL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReederDa</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-80</link>
		<dc:creator>ReederDa</dc:creator>
		<pubDate>Thu, 08 Apr 2010 22:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-80</guid>
		<description>Sorry, I probably seem like i don&#039;t know anything, but i can&#039;t seem to get the code to work. I&#039;m using dreamweaver to preview the site, and i have the javascript in a separate file. When I preview the webpage and try the code, nothing happens. Is there something I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>Sorry, I probably seem like i don&#39;t know anything, but i can&#39;t seem to get the code to work. I&#39;m using dreamweaver to preview the site, and i have the javascript in a separate file. When I preview the webpage and try the code, nothing happens. Is there something I&#39;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-79</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-79</guid>
		<description>Just replace &#039;// alert(&#039;konami&#039;)&#039; with &#039;window.location = &#039;http://your-hidden-page.com&#039;. Probably should have said this the first time :)</description>
		<content:encoded><![CDATA[<p>Just replace &#39;// alert(&#39;konami&#39;)&#39; with &#39;window.location = &#39;http://your-hidden-page.com&#39;. Probably should have said this the first time <img src='http://mattkirman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReederDa</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-78</link>
		<dc:creator>ReederDa</dc:creator>
		<pubDate>Mon, 05 Apr 2010 22:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-78</guid>
		<description>Thank you! &lt;br&gt;Where do you put this extra bit of code?</description>
		<content:encoded><![CDATA[<p>Thank you! <br />Where do you put this extra bit of code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-77</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 03 Apr 2010 01:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-77</guid>
		<description>To redirect to another page you&#039;ll need to use the window.location attribute e.g.&lt;br&gt;&lt;br&gt;if (keys.toString().indexOf(konami) &gt;= 0) {&lt;br&gt;    window.location = &quot;http://your-hidden-page.com&quot;;&lt;br&gt;    keys = [];&lt;br&gt;};</description>
		<content:encoded><![CDATA[<p>To redirect to another page you&#39;ll need to use the window.location attribute e.g.</p>
<p>if (keys.toString().indexOf(konami) &gt;= 0) {<br />    window.location = &#8220;http://your-hidden-page.com&#8221;;<br />    keys = [];<br />};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReederDa</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-76</link>
		<dc:creator>ReederDa</dc:creator>
		<pubDate>Sat, 03 Apr 2010 01:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-76</guid>
		<description>Hey, once you get the konami code implemented, what do you have to do in order to make the code do something, like go to a hidden page?</description>
		<content:encoded><![CDATA[<p>Hey, once you get the konami code implemented, what do you have to do in order to make the code do something, like go to a hidden page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snowing + Konami - Hot Scripts Forums</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-60</link>
		<dc:creator>Snowing + Konami - Hot Scripts Forums</dc:creator>
		<pubDate>Thu, 26 Nov 2009 13:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-60</guid>
		<description>[...] Found at:  Matt Kirman / How to recreate the Konami code in Javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] Found at:  Matt Kirman / How to recreate the Konami code in Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-42</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-42</guid>
		<description>This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>This effect isn&#39;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-28</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-28</guid>
		<description>@Dod This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>@Dod This effect isn&#8217;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-30</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-30</guid>
		<description>This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>This effect isn&#39;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattkirman</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-29</link>
		<dc:creator>mattkirman</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-29</guid>
		<description>This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>This effect isn&#39;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-31</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-31</guid>
		<description>This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>This effect isn&#39;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-32</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-32</guid>
		<description>This effect isn&#039;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</description>
		<content:encoded><![CDATA[<p>This effect isn&#39;t possible with PHP. It requires client-side code to tell which keys the user has pressed which is something that PHP, a server-side language, is simply unable to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dod</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-27</link>
		<dc:creator>Dod</dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-27</guid>
		<description>how to implement this inside PHP?</description>
		<content:encoded><![CDATA[<p>how to implement this inside PHP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://mattkirman.com/2009/05/11/how-to-recreate-the-konami-code-in-javascript/#comment-26</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattkirman.com/?p=63#comment-26</guid>
		<description>A very handy hint!
I&#039;ve seen a lot of sites implement this recently.

http://konamicodesites.com/</description>
		<content:encoded><![CDATA[<p>A very handy hint!<br />
I&#8217;ve seen a lot of sites implement this recently.</p>
<p><a href="http://konamicodesites.com/" rel="nofollow">http://konamicodesites.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
