|
Wednesday, November 1
Waiting on Time Warner
On one phone call to Time Warner Cable to change details of my broadband service:
I doubt it. Much easier to tell customers you are committed to being the best than to actually, you know, commit to being the best. Here's a tip: making customers listen to several recorded sales pitches when they want service is not the best. If you want to sell stuff, make it easy to buy. But making things easy is hard, and making recordings is easy, so there you go. Labels: customer-service, stupidity '; } 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); ?> |