-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (134 loc) · 4.72 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!doctype html>
<html>
<head>
<title>CS 337 Web Programming - Spring 2016</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<div id="content">
<header>
<h1>CS 337 - Web Programming - Spring 2016</h1>
</header>
<article>
<p>
Welcome to the homepage for CS 337 - Web Programming, for the 2016 spring semester. This site will evolve as we progress through the course. More content will be linked in, and it will (hopefully) look a little better as things go on.
</p>
<h2 id="assignments">Exams</h2>
<p>
The Final Exam for the course will be <strong>May 6th at 3:30pm</strong> in our regular room.
Here is the <a href="final.html">study guide</a> for the final, and here is the
<a href="final-notes.html">notes page</a> which will be displayed in class during the final.
</p>
<p>
<a href="midterm.html">The Midterm</a> was Wednesday, March 9th at 4:00pm in our regular room.
Here was the <a href="midterm.html">study guide</a> for the midterm.
</p>
<h2 id="assignments">
Assignments
</h2>
<p>
<a href="hw07/index.html">Homework Assignment #7</a> Is now available. It will be due Sunday Morning May 1st at 1am.
</p>
<p>
<a href="hw06/index.html">Homework Assignment #6</a> was due Sunday Morning April 17th at 1am.
</p>
<p>
<a href="hw05/index.html">Homework Assignment #5</a> was due Sunday Morning April 3rd at 1am.
</p>
<p>
<a href="hw04/index.html">Homework Assignment #4</a> was due Sunday Morning March 13th at 1am.
</p>
<p>
<a href="hw03/index.html">Homework Assignment #3</a> was due Sunday Morning February 28th at 1am.
</p>
<p>
<a href="hw02/index.html">Homework Assignment #2</a> was due Sunday Morning February 14th at 1am.
</p>
<p>
<a href="hw01/index.html">Homework Assignment #1</a> was due Sunday Morning January 31st at 1am.
</p>
<h2 id="syllabus">
Syllabus
</h2>
<p>
<a href="syllabus.html">CS 337 Syllabus for Spring 2016</a>
</p>
<h2 id="piazza">
Piazza
</h2>
<p>
If you're taking the class this semester, please sign up for our Piazza section at <a href="https://piazza.com/arizona/spring2016/csc337/home">https://piazza.com/arizona/spring2016/csc337/home</a>.
</p>
<h2 id="dates">
Important Dates
</h2>
<p>
<a href="http://registrar.arizona.edu/dates-and-deadlines/view-dates?field_display_term_value=161">http://registrar.arizona.edu/dates-and-deadlines/view-dates?field_display_term_value=161</a>
</p>
<h2 id="slides">
Lecture Slides
</h2>
<p>
Slides for upcoming lectures will be posted here shortly before class. So check back often.
</p>
<table>
<tr>
<th> </th>
<th>Full Slides</th>
<th>Notes Slides</th>
</tr>
<tr>
<td>01 Overview</td>
<td><a href="pdfs/01%20Overview%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/01%20Overview%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>02 HTTP</td>
<td><a href="pdfs/02%20HTTP%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/02%20HTTP%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>03 HTML</td>
<td><a href="pdfs/03%20HTML%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/03%20HTML%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>04 CSS</td>
<td><a href="pdfs/04%20CSS%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/04%20CSS%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>05 Javascript</td>
<td><a href="pdfs/05%20Javascript%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/05%20Javascript%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>06 PHP Part 1</td>
<td><a href="pdfs/05%20PHP%20Part%201%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/05%20PHP%20Part%201%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>07 Web Server Setup</td>
<td><a href="pdfs/07%20Web%20Server%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/07%20Web%20Server%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>08 Javascript AJAX</td>
<td><a href="pdfs/08%20Javascript%20AJAX.pdf">[full slides]</a></td>
<td></td>
</tr>
<tr>
<td>09 Web Server Setup</td>
<td><a href="pdfs/09%20MySQL%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/09%20MySQL%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
<tr>
<td>10 PHP Part 2</td>
<td><a href="pdfs/10%20PHP%20Part%202%20(full%20slides).pdf">[full slides]</a></td>
<td><a href="pdfs/10%20PHP%20Part%202%20(notes%20slides).pdf">[notes slides]</a></td>
</tr>
</table>
</article>
</div> <!-- end id=content -->
</body>
</html>