Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created November 8, 2010 19:40
Show Gist options
  • Save iammerrick/668150 to your computer and use it in GitHub Desktop.
Save iammerrick/668150 to your computer and use it in GitHub Desktop.
{
"requirements" : [
"php" : [
"PHP5",
"Working With Databases",
"WordPress"
],
"javascript" : [
"jQuery"
],
"html" : [
"HTML is Semantic"
],
"css" : [
"Clean",
"Organized",
"Cross Browser"
]
],
"extra-points" : [
"php" : [
"Object Oriented",
"MVC Frameworks - Kohana 3, Zend, CakePHP, CodeIgniter"
],
"javascript" : [
"MooTools",
"Dojo",
"YUI",
"ProtoType"
],
"html" : [
"Validates"
]
"css" : [
"Sass",
"Less",
"Validates"
]
],
"extra-extra-points" : [
"php" : [
"Experience With Reflection",
"Has written framework :-P"
],
"javascript" : [
"Vanilla JS",
"Experience With Prototypal Inheritance",
"Node.JS",
"Socket.IO",
"Cappuccino"
],
"css" : [
"Compass"
],
"server-admin" : [
"linux",
"apache",
"nginx"
],
"other" : [
"Open Source Contributor",
"GitHub Account",
"Plays Starcraft II or Call of Duty"
]
],
"instructions" : function(){
var applicant = new Applicant();
applicant.location = "http://quiz.risermedia.com";
applicant.doQuiz();
applicant.sendResume();
applicant.addEvent('wait', riserLikesYou);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment