/* File: index.php * Purpose: Controls cookie information and displays various * requested html or php pages. uses methods and code * from: * site_init.tpl * sniffer.php * user_logging.php */ include("site_utility.php"); if (! isset($SessionCookie)) { // Set a new cookie to log visits setcookie("SessionCookie", "/", "", "", $HTTP_HOST); recordHits(); } include("site_init.php"); $hitCount = showHits(); // page name setup if ($content == "") { $pageName = "Main"; } else { $pageName = ucwords($content); } initPage($pageName); // if we're not at this page... if ($content != "") { // display the requested content // determine the extension type of the content if (file_exists ("$content.php")) { // php file include("$content.php"); $fileModTime = filemtime("$content.php"); } // otherwise display this page } else { $fileModTime = filemtime("index.php"); ?>
The Capstone Project is one of the courses offered at Camosun College Computer Systems Technology Program. The course is unique in that students develop solutions for business problems, in cooperation with local businesses, industry and government. Software products produced during the Capstone Project are intended for profit or internal-use by sponsoring companies / organizations.
Every year the Computer Science Department of Camosun College, through its Computer Systems Technology Program sponsors the Capstone Symposium. The symposium is a showcase for students to display their skills to industry, potential employers and the public. Various private companies, government agencies and individuals submit projects. In past years, this event has been positively received and well attended by many business professionals.