-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
86 lines (77 loc) · 3.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Homepage for CS418/518 - Web Programming at Old Dominion University, Fall 2018">
<title>CS418/518 - Web Programming, Fall 2018, Old Dominion University</title>
<link rel="stylesheet" type="text/css" href="./style.css" media="all">
</head>
<body>
<header>
<h1>CS418/518 - Web Programming</h1>
<h2>Meeting time Tuesday 4:20-7:00, Location Dragas 1117</h2>
<h2>Fall 2018</h2>
<h2>Old Dominion University Department of Computer Science</h2>
<h2>Lecturer: <a href="http://www.justinfbrunelle.com/">Dr. Justin F. Brunelle</a> ([email protected])</h2>
<h2>Office Hours: Friday afternoons (please schedule an appointment)<br>E&CS: TBD</h2>
</header>
<section>
<h3>Course Information</h3>
<p>The course will give best practice instruction and guidance in developing a campus social media website
using a <a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP stack</a>,
<a href="http://jquery.com/">jQuery</a>, <a href="http://php.net/">PHP</a>, and <a href="http://mysql.com/">MySQL</a>,
along with other more modern technologies, languages, and systems.
<br><br>
</p><p>While we will limit in-class discussions to these technologies, please feel free to use this course as an excuse to learn
whatever new web technology you desire. However, adherence to assignment and milestone goals is still expected and deviation
from the course materials will not be an acceptable excuse for not meeting expectations.</p>
<br><br>
The course will focus on writing good code based both on best practice and code validation systems (e.g.,
<a href="http://www.jslint.com/">JSLint</a>). We will use git for version control via <a href="http://github.com/">GitHub</a>
and project submission, so the code you generate in the course will serve as a publicly available example of the experience
you obtain from the course.
<p></p>
<br>
<p>Course material adapted from the <a href="http://www.cs.odu.edu/~mkelly/semester/2015_spring/cs418/">Spring 2015 offering from
Mat Kelly</a> and <a href='http://www.cs.odu.edu/~jbrunelle/cs518/pastSemesters/'>Fall 2016/2018 offerings from Justin Brunelle</a>.</p>
</section>
<section><table><tbody><tr><td colspan="2"><h3>Important Links</h3>
</td></tr><tr><td>
<ul>
<li><a href="./cs518fall2018syllabus.html">Syllabus</a></li>
<li><a href="https://groups.google.com/forum/#!forum/oducs518f18">Mailing List</a></li>
<!-- <li><a href="https://oducs518f18.slack.com/">Slack Channel</a></li> -->
<li><a href="https://github.com/jbrunelle/ODUCS418F18">Class GitHub repository</a></li>
<li><a href="./groups.html">Official groups list</a></li>
</ul></td>
<td><ul>
<li>Docker Test & Demo Server <br><a href="http://cs518.cs.odu.edu:60000">
http://cs518.cs.odu.edu:60000/</a></li>
<li><a href="http://www.jslint.com/">JSLint</a>
</li><li><a href="http://www.w3schools.com/">W3 Schools</a>
</li></ul></td></tr></tbody></table>
</section>
<section id="itinerary">
<h3>Schedule</h3>
<table>
<tbody><tr>
<th>Date</th>
<th>Topic</th>
<th>Reading</th>
<th>Notes</th>
</tr><tr>
<td>8/28</td>
<td> <ul>
<li><a href="./lectures/lecture1.pdf">First Day Admin</a></li>
<li><a href="./lectures/lecture2.pdf">Intro to LAMP, Web Architecture, and HTTP</a></li>
<li><a href="./lectures/git_lecture.pdf">Git Basics</a>
<!-- <li><a href='https://oducs518f18.slack.com'>Slack</a> Demo -->
</ul>
</td>
<td>
<a href="./cs518fall2018syllabus.html">Syllabus</a><br>
<a href="https://web.archive.org/web/20161114171750/https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf">Git Cheat Sheet</a></td>
<td><a href="./assignments/assignment1.html">Assignment 1</a>
</tr>
</tbody></table>
</section>
<br><br><br><br>
</body></html>