This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
forked from dkriegls/itmd-361-fall2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (348 loc) · 15.6 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en" id="calendar">
<head>
<meta charset="utf-8" />
<title>ITMD 361: Fundamentals of Web Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<link rel="stylesheet" href="css/screen.css" media="screen" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<script async src="js/site.js"></script>
<script async src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
<div id="page">
<header id="header">
<h1><small>ITMD 361: <!--UPDATE-->Fall 2022</small> Fundamentals of Web Development</h1>
<p class="tagline">
This class covers the foundational principles of web development. How to research client-server
architecture according to current open standards. Taught by
<a href="#instructor">Professor Daniel Krieglstein</a>. Course developed by IIT
Professors <a href="https://appliedtech.iit.edu/people/brian-bailey">Brian Bailey</a>,
<a href="https://humansciences.iit.edu/faculty/karl-stolley">Dr. Karl Stolley</a>, & Dr. Daniel Krieglstein.
</p>
<nav id="navigation">
<ul class="nav">
<li id="nav-cal"><a href="#">Calendar</a></li>
<li id="nav-pro"><a href="projects.html">Projects</a></li>
<li id="nav-pol"><a href="syllabus.html">Syllabus</a></li>
<li id="nav-lnk"><a href="links.html">Links</a></li>
</ul>
</nav>
</header>
<main id="content">
<article class="primary">
<h2 class="label">Course Calendar</h2>
<p id="tablep">
All due dates are terminal at 11:59CT. Work turned in after their time and date will
be late and subject to an award of 0 points.
</p>
<section class="topics">
<h3>Topic Schedule:</h3>
<div id="class_schedule">
<button class="accordion"><!--UPDATE-->08/23 — Week 1</button>
<div class="panel">
<h4 class="topic">Introduction</h4>
<ol>
<li><em>HTML5 for Web Designers, 2nd ed.</em>,
<ul><li class="nobullet">Introduction; Chapters 1-2</li></ul>
</li>
<li><em>Pragmatic Version Control Using Git</em>,
<ul><li class="nobullet">Preface; Chapters 1-3 (Part II)</li></ul>
</li>
<li>Get familiar with Mozilla Developer Network <a href="links.html">Links</a></li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->08/30 — Week 2</button>
<div class="panel">
<h4 Class="topic">Intro to Technologies</h4>
<ol>
<li><em>HTML5 for Web Designers, 2nd ed.</em>,
<ul><li class="nobullet">Chapters 5-6</li></ul>
</li>
<li><em>Pragmatic Version Control Using Git</em>,
<ul><li class="nobullet">Chapters 4-9 (Part II)</li></ul>
</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->09/06 — Week 3</button>
<div class="panel">
<h4 Class="topic">HTML Basics</h4>
<ol class="alignleft">
<li><em>Responsive Web Design 2nd ed.</em>,
<ul><li class="nobullet">Chapters 1 & 4</li></ul>
</li>
<li>Marcotte, “<a href="http://alistapart.com/article/responsive-web-design">Responisve Web Design</a>”</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->09/13 — Week 4</button>
<div class="panel">
<h4 Class="topic">HTML Forms</h4>
<ol class="alignleft">
<li><em>Responsive Web Design 2nd ed.</em>,
<ul><li class="nobullet">Chapters 3</li></ul>
</li>
<li><em>HTML5 for Web Designers, 2nd ed.</em>,
<ul><li class="nobullet">Chapters 3</li></ul>
</li>
<li>Stolley,
<ul>
<li class="nobullet">“<a href="https://github.com/karlstolley/drc-accessible-images">Part I & II, read all .md files</a>”</li> </ul>
</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->09/20 — Week 5</button>
<div class="panel">
<h4 Class="topic">CSS Basics</h4>
<ol class="alignleft">
<li>MDN: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax">CSS Syntax</a></li>
<li>MDN: <a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors">CSS Selectors</a></li>
<li>MDN: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/length">CSS Units of Measure: length</a></li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->09/27 — Week 6</button>
<div class="panel">
<h4 Class="topic">CSS Fonts and Floats</h4>
<ol class="alignleft">
<li><em>On Web Typography</em>,
<ul><li class="nobullet">Introduction; Chapters 1-3</li></ul>
</li>
<li><a href="https://www.fonts.com/content/learning/fontology/level-1/type-anatomy">Type anatomy and classifications</a></li>
<li>Rutter, “<a href="https://24ways.org/2006/compose-to-a-vertical-rhythm">Compose to a Vertical Rhythm</a>”</li>
<li><a href="http://www.modularscale.com/">Modularscale.com</a></li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->10/04 — Week 7</button>
<div class="panel">
<h4 Class="topic">CSS Positions and Layouts</h4>
<ol class="alignleft">
<li><em>Responsive Web Design 2nd ed.</em>,
<ul><li class="nobullet">Chapters 2 & 5</li></ul>
</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->10/11 — Week 8</button>
<div class="panel">
<h4 Class="topic">CSS Layout Demo</h4>
<ol class="alignleft">
<li>Chris Coyier, “<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">A Complete Guide to Flexbox</a>”</li>
<li>MDN: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Basic concepts of flexbox</a></li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->10/18 — Week 9</button>
<div class="panel">
<h4 Class="topic">CSS Animations, Responsive Design</h4>
</div>
<button class="accordion"><!--UPDATE-->10/25 — Week 10</button>
<div class="panel">
<h4 Class="topic">JavaScript Intro</h4>
<ol class="alignleft">
<li><em>Eloquent JavaScript 2nd ed.</em>,
<ul><li class="nobullet">Introduction; Chapters 1-2</li></ul>
</li>
<li>MDN: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference">JavaScript Reference</a></li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->11/01 — Week 11</button>
<div class="panel">
<h4 Class="topic">JavaScript Programing Basics</h4>
<ol class="alignleft">
<li><em>Eloquent JavaScript 2nd ed.</em>,
<ul><li class="nobullet">Chapters 3-4</li></ul>
</li>
<li>Brown, “<a href="https://www.sitepoint.com/why-use-javascript-style-guide/">Why I Use a JavaScript Style Guide...</a>”</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->11/08 — Week 12</button>
<div class="panel">
<h4 Class="topic">Google API, Sliders</h4>
<ol class="alignleft">
<li><em>Eloquent JavaScript 2nd ed.</em>,
<ul><li class="nobullet">Chapters 5-6, 8-10</li></ul>
</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->11/15 — Week 13</button>
<div class="panel">
<h4 Class="topic">Frameworks and SASS</h4>
<ol class="alignleft">
<li><em>Eloquent JavaScript 2nd ed.</em>,
<ul><li class="nobullet">Chapters 12-15, 17-18</li></ul>
</li>
<li><em>HTML5 for Web Designers, 2nd ed.</em>,
<ul><li class="nobullet">Chapters 4</li></ul>
</li>
<li>Traversy Media, “<a href="https://www.youtube.com/watch?v=DEu5xYEZx18">Foundation Framework Crash Course</a>”</li>
</ol>
</div>
<button class="accordion"><!--UPDATE-->No Class/Thanksgiving Break</button>
<div class="panel">
<h4 Class="topic">Class Holiday</h4>
</div>
<button class="accordion"><!--UPDATE-->11/29 — Week 14</button>
<div class="panel">
<h4 Class="topic">Lab: Final Project</h4>
</div>
<button class="accordion"><!--UPDATE-->No Class/Finals Week</button>
<div class="panel">
<h4 Class="topic">Good Luck on Finals!</h4>
</div>
</div>
</section>
<section class="due-dates">
<h3>Homework Schedule</h3>
<button class="accordion">
<h3>Labs</h3>
</button>
<div class="panel">
<p class="redfont">Work which fails HTML or CSS validation will receive a 50% point reduction!</p>
<table>
<tr class="tablehead">
<td class="firstrow">Date</td>
<td class="secondrow">Week</td>
<td>Task Due</td>
</tr>
<tr>
<td></td>
<td></td>
<td><!--UPDATE--><a href="https://github.com/dkriegls/itmd-361-fall2022/tree/main/labs">Labs</a></td>
</tr>
<tr>
<td><!--UPDATE-->08/30</td>
<td class="alignleft">Week 2</td>
<td class="alignleft">Lab-1</td>
</tr>
<tr>
<td><!--UPDATE-->09/06</td>
<td class="alignleft">Week 3</td>
<td class="alignleft">Lab-2</td>
</tr>
<tr>
<td><!--UPDATE-->09/13</td>
<td class="alignleft">Week 4</td>
<td class="alignleft">Lab-3</td>
</tr>
<tr>
<td><!--UPDATE-->09/20</td>
<td class="alignleft">Week 5</td>
<td class="alignleft">Lab-4</td>
</tr>
<tr>
<td><!--UPDATE-->10/11</td>
<td class="alignleft">Week 8</td>
<td class="alignleft">Lab-5</td>
</tr>
<tr>
<td><!--UPDATE-->10/18</td>
<td class="alignleft">Week 9</td>
<td class="alignleft">Lab-6</td>
</tr>
<tr>
<td><!--UPDATE-->11/08</td>
<td class="alignleft">Week 12</td>
<td class="alignleft">Lab-7</td>
</tr>
</table>
</div>
<button class="accordion">
<h3>Projects</h3>
</button>
<div class="panel">
<p class="redfont">Work which fails HTML or CSS validation will receive a 50% point reduction!</p>
<table>
<tr class="tablehead">
<td class="firstrow">Date</td>
<td class="secondrow">Week</td>
<td>Task Due</td>
</tr>
<tr>
<td></td>
<td></td>
<td><a href="projects.html#project-one">Project One</a></td>
</tr>
<tr>
<td><!--UPDATE-->09/13</td>
<td class="alignleft">Week 4</td>
<td class="alignleft">First Deliverable</td>
</tr>
<tr>
<td><!--UPDATE-->09/20</td>
<td class="alignleft">Week 5</td>
<td class="alignleft">Comments Due</td>
</tr>
<tr>
<td><!--UPDATE-->10/04</td>
<td class="alignleft">Week 7</td>
<td class="alignleft">Final Deliverable</td>
</tr>
<tr>
<td></td>
<td></td>
<td><a href="projects.html#project-two">Project Two</a></td>
</tr>
<tr>
<td><!--UPDATE-->10/18</td>
<td class="alignleft">Week 9</td>
<td class="alignleft">First Deliverable</td>
</tr>
<tr>
<td><!--UPDATE-->10/25</td>
<td class="alignleft">Week 10</td>
<td class="alignleft">Comments Due</td>
</tr>
<tr>
<td><!--UPDATE-->11/08</td>
<td class="alignleft">Week 12</td>
<td class="alignleft">Final Deliverable</td>
</tr>
<tr>
<td></td>
<td></td>
<td><a href="projects.html#project-three">Project Three</a></td>
</tr>
<tr>
<td><!--UPDATE-->11/22</td>
<td class="alignleft">Before Break</td>
<td class="alignleft">First Turn In</td>
</tr>
<tr>
<td><!--UPDATE-->11/29</td>
<td class="alignleft">Week 14</td>
<td class="alignleft">Comments Due</td>
</tr>
<tr>
<td><!--UPDATE-->12/06</td>
<td class="alignleft">Finals Week</td>
<td class="alignleft">Final Turn In (only if you didn't get the map working)</td>
</tr>
</table>
</div>
<button class="accordion">
<h3>A fake button to make you smile :)</h3>
</button>
</section>
</article>
</main>
<aside id="instructor">
<h3>Instructor</h3>
<ul>
<li><a href="https://appliedtech.iit.edu/people/daniel-krieglstein">Prof. Daniel Krieglstein</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://www.linkedin.com/in/danielkrieglstein">danielkrieglstein</a> on Linkedin</li>
<li id="office-hours">
<strong>Office hours are by request just before or after class or via GChat when available</strong>.
Email is the best way to get my attention. I try my best to make students a priority.
</li>
</ul>
</aside>
<footer id="footer">
<p class="fineprint">
Course site design by <a href="https://karlstolley.com/">Karl Stolley</a> and Daniel Krieglstein.
Syllabus licensed under
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons</a>.
Source hosted on GitHub. Big thanks to
<a href="https://basecamp.com">Basecamp</a> for free university access.
</p>
</footer>
</div>
</body>
</html>