March 25th, 2004
Linkage of the Day
Warlords of Fruitcake --
p_o_u_n_c_e_r ponders the meaning of certain military peacemaking actions, and care packages.
Ocean on Mars! Free shrimp!
Ocean on Mars! Free shrimp!
Leet Nexus action going on here... hee!
Copied JS validation function
http://www.scriptygoddess.com/archives/003348.php
Remember. Good programmers are lazy. They do not want to do stuff themselves by hand unless absolutely necessary. So. Heh. Will tweak later.
function validate() {
//check a field to make sure it has something filled in
if(document.formName.textFieldName.value == '') {
alert('Please fill out textFieldName.');
document.formName.textFieldName.focus();
return false;
}
Remember. Good programmers are lazy. They do not want to do stuff themselves by hand unless absolutely necessary. So. Heh. Will tweak later.
Potter stuff
Good post on "Snape's Worst Memory" by sistermagpie, linked by Az-the-Elder.