forked from Yonet/teaching-materials
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
202 lines (192 loc) · 6.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="google-site-verification" content="y2qSQ8u5dyqCclUC_LogrgqihF-6ow-gDaktJTOovc4" />
<title>Web Development Teaching Materials</title>
<link href="common/bootstrap.css" rel="stylesheet">
<link href="common/bootstrap-responsive.css" rel="stylesheet">
<link href="common/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<h1 class="page-header">Web Development Teaching Materials</h1>
<p>
This site hosts a variety of CC-licensed web development curriculum which was developed
for <a href="http://www.meetup.com/Girl-Develop-It-San-Francisco/#upcoming">GirlDevelopIt SF</a> as well as conference trainings.
This curriculum is designed to be taught, but it may be useful to students as well.
This table lists all the curriculum:
</p>
<table class="table">
<thead>
<tr><th>Topic <th>Prereqs <th>Slides? <th>Exercises? <th>Duration
<tbody>
<tr><td><a href="/htmlcss-1day/">HTML & CSS</a>
<td>None
<td>✓
<td>✓
<td>10hrs
<tr><td><a href="https://dl.dropbox.com/u/10998095/css3-workshop/index.html#slide1">CSS3</a>
<td>HTML101
<td>✓
<td>✓
<td>4-6hrs
<tr><td><a href="/csstools/">CSS Tools & Techniques</a>
<td>HTML101
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/javascript/">JS101: Intro to JavaScript</a>
<td>HTML101
<td>✓
<td>✓
<td>10-15hrs
<tr>
<td><a href="http://slides.com/biancagandolfo/obj-arr-func">JS102: JS Arrays, Objects, Functions</a>
<td>JS101
<td>✓
<td>✓
<td>6hours
<tr>
<td><a href="/jsweb/">JS200: JS and the Web</a>
<td>JS101
<td>✓
<td>✓
<td>5hours
<tr>
<td><a href="/jsdom/">JS201: JS and the DOM (Review)</a>
<td>JS201
<td>✓
<td>✓
<td>2-3hours
<tr>
<td>JS202: Chrome Developer Tools (coming soon)
<td>JS202
<td>✓
<td>✓
<td>2-3hours
<tr>
<td><a href="/jquery/">JS301a: jQuery Intro</a>
<td>JS101
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/jquery2/">JS301b: More jQuery</a>
<td>JS201a
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/ajax/">JS302: AJAX/JSON</a>
<td>JS201
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="http://gdisf-js-apis.appspot.com/">JS303: Client-side APIs</a>
<td>JS203
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/jsoo/">JS304a: Object-Oriented JS</a>
<td>JS203
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/jsmvc/">JS304b: JS MVC</a>
<td>JS204
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/backbone/">JS402: Backbone</a>
<td>JS205
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/multimedia/">HTML302: HTML5 Multimedia</a>
<td>HTML101, JS101
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/storage/">HTML303: HTML5 Storage</a>
<td>HTML101, JS101
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/graphics/">HTML301: HTML5 Graphics</a>
<td>HTML101, JS101
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/data-modeling/">DB101: Intro to Data Modeling</a>
<td>None
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/algorithms/">ALG101: Intro to Algorithms</a>
<td>None
<td>✓
<td>✓
<td>2-3hrs
<tr>
<td><a href="/hosting/slides.html">WEB103: Hosting</a>
<td>None
<td>✓
<td>
<td>30mins
<tr>
<td><a href="/domains/slides.html">WEB102: Domains</a>
<td>None
<td>✓
<td>
<td>30mins
<tr>
<td><a href="/cli/slides.html">PROG101: Command-line</a>
<td>None
<td>✓
<td>✓
<td>30mins
<tr>
<td><a href="/git/slides.html">PROG102: Git & Version Control</a>
<td>None
<td>✓
<td>
<td>30mins
</table>
<p>Interested in teaching any of it?
<ul>
<li>Consult our <a href="/guide">teaching guide</a>.
<li>Fork <a href="https://github.com/pamelafox/teaching-materials">the Github repository</a>. Deploy it on a free App Engine account (which is how we host this version)
or any static file server (even a public Dropbox folder could work).
<li>Try doing the exercises yourself and make sure you understand what issues students might run into while doing them.
<li>After you teach it, report any issues on <a href="https://github.com/pamelafox/teaching-materials">the Github project</a> or even better, send a pull request.
<li><a href="http://www.google.com/profiles/pamela.fox/contactme">Let us know</a> about what you taught where.
</ul>
</p>
<br><br>
<blockquote>
Tell me and I forget. Teach me and I remember. Involve me and I learn.
<small>Benjamin Franklin</small>
</blockquote>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-964209-10']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>