Friday, February 8

Business Gone Bad

Now this takes balls: Network Associates has a gag order built into their license agreement. If you use their software, you can't tell anyone what you think about their product without asking them first. Keep in mind Network Associates makes security software, which is precisely the type of software you want tested and peer reviewed up the wazoo. Are they so worried about the quality of their software that it cannot stand scrutiny?

And speaking of having balls, there's a company claiming to have a patent on the invention of hyperlinks, and they are going to court to get what's coming to them. Yet more evidence of the U.S. Patent Office being totally and completely out of control, handing out patents for things which are neither novel or worthy of patenting.



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