Wednesday, October 24

Fall back

I know I'm looking forward to the end of Daylight Savings Time. Since I have to get up a tasty bit early due to my train commute, I could use the extra hours of sun. Right now, I get dressed in the dim light of early dusk, since turning on the light would disturb the still sleeping >Conny, and I don't want to do that.

Of course, this means once in awhile I might go to work wearing two different shoes. I suppose it's a small price to pay.

After this Sunday, it'll be harder to do that.

Thank goodness the shoes weren't that different.



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); ?>