forked from dkriegls/itmd-362-fall2017
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
779 lines (776 loc) · 34.6 KB
/
index.html
File metadata and controls
779 lines (776 loc) · 34.6 KB
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
<!DOCTYPE html>
<html lang="en" id="calendar" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<title>ITMD 362: Human-Computer Interaction and Web Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<link rel="stylesheet" href="syllabuspages/screen.css" media="screen" />
<!-- Open Graph -->
<meta property="og:url" content="https://courses.karlstolley.com/hci/" />
<meta property="og:title" content="ITMD 362: Human-Computer Interaction and Web Design" />
<meta property="og:description" content="Principles and practices of HCI through a mobile-first approach to web design and development." />
<meta property="og:type" content="website" />
</head>
<body>
<div id="page">
<header id="header">
<h1><small>ITMD 362</small> Human-Computer Interaction and Web Design</h1>
<p class="tagline">
Principles and practices of HCI through a mobile-first approach to web design and development.
Taught by <a href="#instructor">Professor Daniel Krieglstein</a>. Course developed by IIT Professors
<a href="https://humansciences.iit.edu/faculty/karl-stolley">Dr. Karl Stolley</a>, & Daniel Krieglstein</a>.
</p>
<nav id="navigation">
<ul class="nav">
<li id="nav-cal"><a href="#current-week">Calendar</a></li>
<li id="nav-pro"><a href="syllabuspages/projects.html">Projects</a></li>
<li id="nav-pol"><a href="syllabuspages/policies.html">Policies</a></li>
<li id="nav-lnk"><a href="syllabuspages/dates.html">Dates</a></li>
</ul>
</nav>
</header>
<main id="content">
<article class="primary">
<h2 class="label">Course Calendar</h2>
<p><a href="https://github.com/dkriegls/itmd-362-fall2017">All code written in class</a> available on GitHub.</p>
<ol class="calendar-weeks">
<li class="week">
<article id="week-01">
<h3>Course Overview; Valid, Semantic HTML <small>Week One</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, August 22 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Welcome & introductions</li>
<li>Course policies & calendar</li>
<li>Course technologies</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, August 24 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>HTML 5 reveiw</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference">MDN HTML
reference</a>
</li>
<li>Forbidden tags/patterns</li>
<li>HTML linting</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Course policies, calendar, and projects [Online students]</li>
<li>Wroblewski, <i>Mobile First</i>, Introduction & Part 1 (Ch. 1-3)</li>
<li>
Get familiar with the contents and organization of the
<a href="https://developer.mozilla.org/en-US/docs/">Mozilla Developer Network</a>’s
<a href="https://developer.mozilla.org/en-US/docs/Web">Web technology for developers</a>
</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>
Submit ITMD 362 Survey (link in your @hawk.iit.edu inbox)
</li>
<li>
Create Basecamp account (invite will arrive after you submit the Survey)
</li>
<li>Technology setup (Editor and Github Desktop (or Git))</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-02">
<h3>Mobile-First, Relative-Unit CSS <small>Week Two</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, August 29 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Reintroduction to Technologies</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, August 31 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS">MDN CSS reference</a>
</li>
<li>Relative units in CSS</li>
<li>Media queries</li>
<li>CSS linting</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Marcotte, “<a href="http://alistapart.com/article/responsive-web-design">Responsive Web Design</a>”</li>
<li>Jehl, <i>Responsible Responsive Design</i>, Introduction; Chapters 1 & 2</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 01</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-03">
<h3>Unobtrusive JavaScript; Responsive Design <small>Week Three</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, September 05 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Introduce Project One: Onboarding</li>
<li>
MDN
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a>
and
<a href="https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model">DOM</a>
references
</li>
<li>Unobtrusive JavaScript</li>
<li>Events and the event loop</li>
<li>JavaScript hinting and linting</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, September 07 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Responsive Web Design review</li>
<li>Finding (not choosing) breakpoints</li>
<li>Sizing and layouts with form elements</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>MDN, <a href="https://developer.mozilla.org/en-US/Apps/Progressive/Responsive/responsive_design_building_blocks">Responsive Design Building Blocks</a></li>
<li>Wroblewski, <i>Mobile First</i>, Part 2 (Ch. 4-7)</li>
<li>Clark, <i>Designing for Touch</i>, Ch. 1, 2, & 3</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 02</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-04">
<h3>
Touchscreen Interfaces, Form Elements, and Responsive Layouts
<small>Week Four</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, September 12 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>HCI of touchscreens</li>
<li>Form elements: accessible HTML structures</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, September 14 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Form elements: CSS styling and the road to hell</li>
<li>
The form portion of
<a href="https://necolas.github.io/normalize.css/">Normalize.css</a>
</li>
<li>
Useful
<a href="http://www.uxbooth.com/articles/styling-forms-accessibly/">accessibility article for reference</a>
</li>
<li>Form elements within responsive layouts</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>
MDN,
<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms">HTML Forms Guide</a>
</li>
<li>Clark, <i>Designing for Touch</i>, Ch. 4 & 5</li>
<li>Winograd & Flores, from <i>Understanding Computers and Cognition</i> (see Basecamp)</li>
<li>Lupton, ed., <i>Type on Screen</i>, Ch. 01</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 03</li>
<li>Submit Project One drafts to Basecamp by Thursday. 09/21 11:59pm CT</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-05">
<h3>Typography: Content, User Interface <small>Week Five</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, September 19 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li><a href="https://www.fonts.com/content/learning/fontology">Resources at fonts.com</a></li>
<li>Type classification and anatomy</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, September 21 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Working with web fonts</li>
<li>Typekit reference on <a href="https://helpx.adobe.com/typekit/using/open-type-syntax.html">OpenType features in CSS</a></li>
<li>Setting type for content readability</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Lupton, ed., <i>Type on Screen</i>, Ch. 02, 04</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Submit Project One drafts to Basecamp by Thursday 09/21 11:59pm CT</li>
<li>Submit 3 constructive comments to your peer's on Basecamb by Tuesday 09/26 </li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-06">
<h3>Interface Typography <small>Week Six</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, September 26 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Catch Up Day</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, September 28 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Typography of user interfaces</li>
<li>HCI of selectable form elements: radio buttons, checkboxes, selects</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Do</h4>
<ol>
<li>Finish responding to peer drafts</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-07">
<h3>Color and Material Design <small>Week Seven</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, October 03 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Color interaction</li>
<li>Developing palettes</li>
<li>CSS color models</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, October 05 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Material design</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>
Creative Bloq, <a href="http://www.creativebloq.com/colour/colour-theory-11121290">How to master colour theory</a>
</li>
<li>
Smashing Magazine, Color Theory for Designers: <a href="https://www.smashingmagazine.com/2010/01/color-theory-for-designers-part-1-the-meaning-of-color/">Part I</a>, <a href="https://www.smashingmagazine.com/2010/02/02/color-theory-for-designers-part-2-understanding-concepts-and-terminology/">Part II</a>, <a href="https://www.smashingmagazine.com/2010/02/08/color-theory-for-designer-part-3-creating-your-own-color-palettes/">Part III</a>
</li>
<li>
Google, <a href="https://material.io/guidelines/">Material Design</a>
(all sections)
</li>
<li>Lupton, ed., <i>Type on Screen</i>, Ch. 05</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Project One due Thursday, October 12, 11:59pm</li>
<li>Lab 04 & 05</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-08">
<h3>Motion <small>Week Eight</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, October 10 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>CSS3 motion and animation properties</li>
<li>JavaScript’s limited role</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, October 12 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Keeping motion accessible</li>
<li>Working with time</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Amin Al Hazmani, <a href="https://alistapart.com/article/motion-with-meaning-semantic-animation-in-interface-design">Motion with Meaning</a></li>
<li>Craig Dehner, <a href="http://thekineticui.com/motion-design-is-the-future-of-ui/">Motion Design is the Future of UI</a></li>
<li>Val Head, <a href="https://alistapart.com/article/designing-safer-web-animation-for-motion-sensitivity">Designing Safer Web Animation for Motion Sensitivity</a></li>
<li>Lupton, ed., <i>Type on Screen</i>, Ch. 06</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-09">
<h3>
Accessibility: ARIA Roles and Attributes
<small>Week Nine</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, October 17 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>JavaScript Review</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, October 19 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Introduce <a href="syllabuspages/projects/#project-two">Project Two</a></li>
<li>GitHub in team settings</li>
<li>
ARIA <a href="https://www.w3.org/TR/wai-aria/roles">roles</a> and
<a href="https://www.w3.org/TR/html-aria/">attributes in HTML</a>
</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>
Cheung, <a href="http://www.uxbooth.com/articles/styling-forms-accessibly/">Styling Forms Accessibly</a>
</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-10">
<h3>
HCI Guidelines; Ethics, Activity Theory, and Project Scoping
<small>Week Ten</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, October 24 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Taking stock of where we’ve been, and where we’re going</li>
<li>Activity theory and RWD</li>
<li>HCI guidelines</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, October 26 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Ethics and users</li>
<li>Scoping and planning a full-scale site</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Jehl, <i>Responsible Responsive Design</i>, Ch. 3 & 4</li>
<li>Kaptelinin and Nardi, “Activity Theory in a Nutshell” (see Basecamp)</li>
<li>Apple, <a href="https://developer.apple.com/ios/human-interface-guidelines/overview/design-principles/">iOS Design Principles</a></li>
<li>Windows, <a href="https://developer.microsoft.com/en-us/windows/desktop/design">Design applications for the Windows desktop</a></li>
<li>GNOME Desktop, <a href="https://developer.gnome.org/hig/stable/">Human Interface Guidelines</a></li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 06</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-11">
<h3>Usability: Guiding Principles <small>Week Eleven</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, October 31 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Designing usable content</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, November 02 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Designing usable interfaces</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Krug, <i>Don’t Make Me Think</i>, Introduction; Ch. 1-5</li>
<li>Lupton, ed., <i>Type on Screen</i>, Ch. 03</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 07</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-12">
<h3>Emotional Design; Responsive Media; JavaScript Prototyping <small>Week Twelve</small></h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, November 07 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Designing for emotion</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, November 09 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Prototyping interfaces with JavaScript (no back end)</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Krug, <i>Don’t Make Me Think</i>, Ch. 6-7, 10-11</li>
<li>Norman, from <i>Emotional Design</i> (see Basecamp)</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-13">
<h3>
JavaScript Prototyping; Usability Testing Methods
<small>Week Thirteen</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, November 14 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Finish up JavaScript prototyping stuff</li>
<li>Project Two draft due at 11:59pm</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, November 16 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Introduce <a href="projects/#project-three">Project 3</a></li>
<li>Usability: testing your project, not users</li>
<li>Fundamental testing methods</li>
<li>Testing at a distance</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Read</h4>
<ol>
<li>Krug, <i>Don’t Make Me Think</i>, Ch. 8-9, 12-13</li>
</ol>
</li>
<li>
<h4>To Do</h4>
<ol>
<li>Labs 08 & 09</li>
<li>
Finish Project 3 testing script, site plan, and A/V release; due 11:59pm on
Wednesday, 4/19
</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-14">
<h3>
Usability Testing Methods; Remote User-Testing, and Experimental Builds
<small>Week Fourteen</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, November 21 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Experimental builds</li>
<li>A/B testing</li>
<li>Project 3 testing script, site plan, and A/V release due 11:59pm</li>
<li>Project Two Due, 11:59pm</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, November 23 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>NO CLASS: Thanksgiving Day</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Do</h4>
<ol>
<li>Lab 10</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
<li class="week">
<article id="week-15">
<h3>
Parting Material: Assessing Front-End Libraries and Frameworks
<small>Week Fifteen</small>
</h3>
<section class="agenda">
<ol>
<li class="meeting">
<h4>Tuesday, November 28 <a href="https://media.iitonline.iit.edu/lectures/F17_IT-D-802-0_SQPPCxmPtf2da7Dz3hCZmHywFeS66KSZC5BDKHCz/index.html">Video</a></h4>
<ol>
<li>Assessing libraries and frameworks</li>
</ol>
</li>
<li class="meeting">
<h4>Thursday, November 30</h4>
<ol>
<li>Building your own libraries and frameworks</li>
</ol>
</li>
</ol>
</section>
<section class="assigned">
<h3>Assigned Work</h3>
<ul>
<li>
<h4>To Do</h4>
<ol>
<li>Finish Final Projects, Due Wednesday, May 3 at 11:59pm</li>
</ol>
</li>
</ul>
</section>
</article>
</li>
</ol>
</article>
</main>
<aside id="links">
<h3>Important Links</h3>
<div class="link-group">
<section id="course-resources">
<h4>Course Resources</h4>
<ul>
<li><a href="https://3.basecamp.com/3649431/projects/">Basecamp</a> (<a href="https://basecamp.com/help/3/guides/apps">apps</a>)</li>
<li><a href="https://github.com/dkriegls/itmd-362-fall2017/">Github repository for his class</a></li>
</ul>
</section>
<section id="essential-tools">
<h4>Essential Tools</h4>
<ul>
<li><a href="https://validator.w3.org/">HTML Validator</a> (W3.org)</li>
<li><a href="https://jigsaw.w3.org/css-validator/">CSS Validator</a> (W3.org)</li>
<li><a href="http://jshint.com/">JSHint</a> (Web)</li>
<li><a href="http://eslint.org/">ESLint</a> (CLI); <a href="https://gist.github.com/profstolley/559aac5112928c7c24c628c6305b70b8#file-eslintrc-json">ITMD 362-style .eslintrc.json</a></li>
<li><a href="https://github.com/htmllint/htmllint-cli">htmllint</a>; <a href="https://gist.github.com/profstolley/559aac5112928c7c24c628c6305b70b8">ITMD 362-style .htmllintrc</a></li>
<li>CSS <a href="https://github.com/stylelint/stylelint/blob/master/docs/user-guide/cli.md">stylelint</a>; <a href="https://gist.github.com/profstolley/559aac5112928c7c24c628c6305b70b8#file-stylelintrc">ITMD 362-style .stylelintrc</a></li>
<li><a href="http://meyerweb.com/eric/tools/css/reset/reset.css">Eric Meyer Reset CSS</a>; <a href="https://gist.github.com/profstolley/b1f851e061f98fcbc0e41d39adc32847#file-_reset-min-css">Modified, Minified 362 Reset</a></li>
</ul>
</section>
<section id="essential-references">
<h4>Essential References</h4>
<ul>
<li id="mdn"><a href="https://developer.mozilla.org/en-US/">Mozilla Developer Network</a> (MDN)
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference">HTML Reference</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference">CSS Reference</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference">JavaScript Reference</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Reference/API">Web APIs/DOM</a></li>
</ul>
</li>
<li id="technical-specifications">Technical Specifications
<ul>
<li><a href="http://www.w3.org/TR/html5/">HTML5</a> (W3C)</li>
<li><a href="https://developers.whatwg.org">HTML: The Living Standard</a> (WHATWG)</li>
<li><a href="http://www.w3.org/Style/CSS/Overview.en.html">CSS</a> (W3C)</li>
<li><a href="http://www.ecma-international.org/ecma-262/7.0/index.html">ECMAScript 2016</a> (Ecma)</li>
<li><a href="https://tools.ietf.org/html/rfc2616">RFF 2616: HTTP 1.1</a>, 1999 (IETF)</li>
<li><a href="http://httpwg.org">RFC 723x Series: HTTP 1.1</a>, 2014 (IETF/HTTPWG)</li>
<li><a href="https://tools.ietf.org/html/rfc7540">RFC 7540: HTTP/2</a> (IETF)</li>
</ul>
</li>
</ul>
</section>
</div>
</aside>
<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:dkriegls@gmail.com">dkriegls@gmail.com</a></li>
<li><a href="https://www.linkedin.com/in/danielkrieglstein">danielkrieglstein</a> on Linkedin</li>
<li id="office-hours">
<b>Office hours are by request just before or after class or via GChat when avaiable</b>. I'm ususally signed into GChat.
Message me any time. I always 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>.
Syllabus licensed under
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons</a>.
Source hosted on GitHub</a>. Big thanks to
<a href="https://basecamp.com">Basecamp</a> and
<a href="https://www.addevent.com/">AddEvent</a> for donating resources to further
the educational goals of this class.
</p>
</footer>
<!--#page-->
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="syllabuspages/site.js"></script>
<script type="text/javascript" src="//fast.fonts.net/jsapi/2a6fd4a2-6d21-4f1f-80ca-3d2fabf9050e.js"></script>
</body>
</html>