User Code List
ASP.NET
---New Snippet
C#
---New Snippet
JavaScript
---jQuery
------Konami Code
---Konami Code
---Read URL GET Variables
PHP
---New Snippet
CSS
---CSS2
---CSS3
------Border Image
------Border Radius
------Box Shadow
------Font Face
------RGBA
------Text Shadow
 
 
Konami Code
 

var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";

$(document).keydown(function(e) {

kkeys.push( e.keyCode );

if(kkeys.toString().indexOf(konami) >= 0){

$(document).unbind('keydown',arguments.callee);

// Launch easter egg here

}

});

 
Sub-Article List