|
Tuesday, February 20
Casing it
At first the only issue I had with the case was the covering flap. I found I didn't really like it, as it was just a nuisance to open and close to access the controls or watch a video. The second issue, which developed only two weeks later, was the plastic inside the attached belt clip snapped. It may have been the cold weather which made it brittle, but it's not like it's minus twenty degrees outside. Without the clip, the case was rendered sadly useless. We went together to the Apple store, and I opted for a less pretty but more functional Incase Leather Sleeve for iPod 5G. It completely covers the iPod, but all the controls and display are visible, and you can tell that the clip must be a piece of metal under the leather. It is strong and firm, which means I can clip it to my bag strap and it doesn't budge at all, a bonus. '; } 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); ?> |