|
Iconoclast
Launched as the rebellious voice of mac users in India in 1995, the Iconoclast column by niyam bhushan soon evolved into tackling bigger IT issues. With the same irreverence.
Iconoclasts on apple macintosh.
Iconoclasts on mainstream IT.
Click for all iconoclasts.
readfile("links_articlesAM.html"); ?>
Note: Some of these articles are also available in PDF format, and require you to download and install Acrobat Reader 5 or above.
|
|
|
|
|
|
$filelist = array ("niyamacoct95","niyamacnov95","niyamacdec95",
"niyamacjan96","niyamacfeb96","niyamacmar96",
"niyamacmar96_1","niyamacapr96","niyamacapr97",
"niyamacsep97","niyamacmay98", "niyamacsep98",
"niyamacoct98","niyamacfeb99","niyamacnov99",
"niyamacmay2k" ,"niyamacfeb2k1");
// check if file exists display it
if(!$HTTP_SERVER_VARS['QUERY_STRING'])
{ readfile("niyamacoct95.html"); }
else
{
for( $i=0; $i <= sizeof($filelist); $i++)
{
if($HTTP_SERVER_VARS['QUERY_STRING'] == $filelist[$i] )
{
readfile("./$filelist[$i].html");
break;
}
}
}
?>
|
|
|