Tuesday, August 1

Doing my part

When I see a 102 degree temperature in nearby Jersey City, I'm not thinking "weather", but "fever". Perhaps the northeast needs some Tylenol, or maybe a nice alcohol rub.

During this time, my company is doing what it can to reduce energy usage. All blinds are lowered to save on air conditioning, and non-essential computers must be turned off after hours. I'm helping out by typing less and moving the mouse only when necessary. I just keep asking myself, "Is this click really necessary?" So if there's a blackout, don't look at me.

Labels:




Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>