- Nov 5, 2001
- 18,366
- 3
- 0
http://kansascity.craigslist.org/cpg/424888857.html
if ($web_developer == true)
{
if ($n00b == true)
exit("pwned!");
if ($ms_developer == true)
exit("Sorry, we're a linux shop");
if ($php5_experience == false || $php_years < 2)
exit("Go get some experience kid");
if ($mysql_master == false && $postgres_master == false)
exit("And you call yourself a web developer?!?");
if ($javascript_is_an_awesome_language_and_not_just_for_cutesy_(and_annoying)_effects == false || $knows_ajax == false)
exit("Hi, I'm 2007. 1998 is down the hall and to the right.");
elseif ($knows_jQuery == true)
$brownie_points['lead_developer']++;
if ($can_code_html_and_css_by_hand_in_sleep == false)
exit("And you've made it this far? wtf?");
if ($mac_fan_boy == true)
$brownie_points['ceo']++;
if ($willing_to_consider_short_term_contract_work == true)
{
$to = "drgath";
$to .= "@gmail.com";
mail($to, "I want a job", "Check me out, I'm teh awesome. I've attached my resume.");
}
}