-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
52 lines (52 loc) · 3.09 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Service Learning Practicum: Slides</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../markdown.css" type="text/css" />
</head>
<body>
<h1 id="service-learning-practicum-slides">Service Learning Practicum: Slides</h1>
<p><a href="../README.html">Go up to the main README file</a> (<a href="../README.md">md</a>)</p>
<p>Note that a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=760436">bug</a> in current versions of Firefox will prevent the font used in the slides from displaying correctly; Google Chrome does not have this bug, and displays the slides correctly.</p>
<hr />
<h3 id="fall-2017-lectures">Fall 2017 lectures</h3>
<p>Please note that the slides are generally not finalized until the day of lecture, and some of the links may not work until the lecture is ready to be presented.</p>
<ul>
<li><a href="../uva/daily-announcements.html#/">Daily announcements</a> (UVa specific)</li>
<li><a href="../uva/course-introduction-fall.html#/">Course introduction (fall)</a> (UVa specific)</li>
<li><a href="01-legal.html#/">01: Legal Issues</a></li>
<li><a href="02-development-methods.html#/">02: Development methods</a></li>
<li><a href="03-frameworks.html#/">03: Frameworks</a></li>
<li><a href="04-requirements.html#/">04: Requirements</a></li>
<li><a href="05-project-start.html#/">05: Project start</a></li>
<li><a href="06-customer-meetings.html#/">06: Customer meetings</a></li>
<li><a href="07-estimation.html#/">07: Estimation workday</a></li>
<li><a href="08-wireframing.html#/">08: Wireframing</a></li>
<li><a href="09-ci-testing.html#/">09: Continuous integration testing</a></li>
<li><a href="10-documentation.html#/">10: Documentation</a></li>
</ul>
<hr />
<h3 id="spring-2018-lectures">Spring 2018 lectures</h3>
<ul>
<li><a href="../uva/daily-announcements.html#/">Daily announcements</a> (UVa specific) (link will point to the fall daily announcements until the spring semester starts)</li>
<li><a href="../uva/course-introduction-spring.html#/">Course Introduction (spring)</a> (UVa specific) (link will not work until the start of the spring semester)</li>
<li><a href="11-deliverables.html#/">11: Deliverables</a></li>
<li><a href="12-testing.html#/">12: Testing</a></li>
<li><a href="13-maintenance.html#/">13: Maintenance</a></li>
<li><a href="course-conclusion-spring-2016.html#/">Course conclusion</a> (UVa specific) (link will not work until the end of the spring semester)</li>
</ul>
<hr />
<h3 id="potential-topics">Potential topics</h3>
<p>These are ideas for potential topics; they may be included this academic year, or next, or never.</p>
<ul>
<li>Website security (including the old SQL & XSS slide set)</li>
<li>Design patterns</li>
<li>Software errors</li>
<li>Course conclusion</li>
</ul>
</body>
</html>