-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path01-Introduction.html
221 lines (208 loc) · 8.33 KB
/
01-Introduction.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CMPUT 404</title>
<!-- Styling from reveal.js -->
<link rel="stylesheet" href="node_modules/reveal.js/css/reveal.css">
<link id="revealtheme" rel="stylesheet" href="">
<!-- Theme used for syntax highlighting of code -->
<link id="highlighttheme" rel="stylesheet" href="">
<!-- Custom Styling -->
<link rel="stylesheet" href="cmput404-slides.css">
<link id="404theme" rel="stylesheet" href="">
<!-- Scripts! -->
<script src="node_modules/reveal.js/lib/js/head.min.js"></script>
<script src="node_modules/reveal.js/js/reveal.js"></script>
<script src="node_modules/chai/chai.js"></script>
<script src="node_modules/fitty/dist/fitty.min.js"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js"></script>
<script src="node_modules/highlightjs/highlight.pack.js"></script>
<script src="fiddler.js"></script><!-- make sure fiddler is last -->
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Anything before this will be sync'd with the other files in the directory if you run ./sync-header-footer.py *.html
HEADER --------------------------
-->
<section>
<h1>CMPUT 404</h1>
<h3>Web Applications and Architecture</h3>
<h2>Part 01: Introduction</h2>
<p>
<small>Created by <br>
<a href="http://softwareprocess.es">Abram Hindle</a>
(<a href="mailto:abram.hindle@ualberta.ca">abram.hindle@ualberta.ca</a>) <br>
and Hazel Campbell (<a href="mailto:hazel.campbell@ualberta.ca">hazel.campbell@ualberta.ca</a>).<br>
Copyright 2014-2022.
</small>
</p>
</section>
<section>
<h2>Introduction</h2>
<div class="fit">What are web applications?</div>
</section>
<section>
<h3>Web Applications</h3>
<p>
A web application is graphical computer program
that the user interacts with in a web browser. They often
also have a server-side component that runs on a webserver.
</p>
<ul>
<li>gmail</li>
<li>Facebook</li>
<li>Twitter</li>
<li>Discord</li>
</ul>
</section>
<section>
<h3>Topics Covered in this Course</h3>
<ul style="columns: 3; font-size: 80%;">
<li>HTTP</li>
<li>Web Servers</li>
<li>Web Browsers</li>
<li>Web Services</li>
<li>Dynamic Webpages</li>
<li>Web Applications</li>
<li>Frameworks</li>
<li>TCP/IP</li>
<li>DNS</li>
<li>HTML</li>
<li>XHTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>AJAX/XHR</li>
<li>XML</li>
<li>JSON</li>
<li>Websockets</li>
<li>Git/Github</li>
<li>Video</li>
<li>Audio</li>
<li>SVG</li>
<li>REST</li>
<li>CGI</li>
<li>Django</li>
<li>Flask</li>
<li>Application Web Servers</li>
<li>Security</li>
<li>Performance</li>
<li>Web Mining</li>
<li>TLS/HTTPS</li>
</ul>
</section>
<section>
<h3>Course Goals</h3>
<ul>
<li>Learn about the web from a software developer's viewpoint</li>
<li>Apply some of what you learned in:
<ul>
<li>5 Assignments</li>
<li>Labs</li>
<li>Course Project</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Materials</h3>
<ul>
<li>eclass</li>
<li>git & github</li>
<li>Python 3</li>
<li>virtualenv</li>
<li>Web Browser</li>
<li>Code editor or IDE</li>
<li>CS Dept lab linux machines</li>
<li>Xubuntu VM</li>
</ul>
</section>
<section>
<h3>Approach</h3>
<ul>
<li>I consider this a software engineering class.</li>
<li>Thus, we are required to behave ethically as engineers.</li>
<li>Be civil, professional, courteous.</li>
<li>Help people (students, instructors, TAs) out!</li>
</ul>
</section>
<section>
<h3>Participation</h3>
<ul>
<li> I expect you to attend most classes.</li>
<li>I expect you to ask questions in class.</li>
<li> I expect you to answer questions in class.</li>
<li>Exercises are your participation/attendance mark.</li>
</ul>
</section>
<section>
<h3>Exercises</h3>
<ul>
<li>There will be a exercise at the beginning of most classes.</li>
<li>These act as your participation mark for the course.</li>
<li>At most the first five minutes of class.</li>
<li>Blank exercises do not count!</li>
</ul>
</section>
<section>
<h3>Communications</h3>
<ul>
<li>E-mail your instructor if you want to speak privately.</li>
<li>Publicly: discussion forum
<ul>
<li>Ask assignment/project questions here!</li>
<li>This allows everyone to see the benefit, because other students have the same questions.</li>
</ul>
</li>
<li>Office hours: <strong>Before</strong> class</li>
</ul>
</section>
<section>
<h3>Academic Integrity</h3>
<ul>
<li>Course policies and links to the dept/university policies are on the eclass.</li>
<li>Using code you found online? Make sure you're allowed to use it and <em>cite it</em>!</li>
<li>Write your own code! For assignments you can talk to your fellow students but
you must not share code.</li>
</ul>
</section>
<!-- Anything after this will be sync'd with the other files in the directory if you run ./sync-header-footer.py *.html
FOOTER --------------------------
-->
<section style="font-size: 90%">
<h4>License</h4>
<p>Copyright 2014 ⓒ Abram Hindle</p>
<p>Copyright 2019 ⓒ Hazel Victoria Campbell and contributors</p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />The textual components and original images of this slide deck are
placed under the Creative Commons is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
<p>Other images used under fair use and copyright their copyright holders.</p>
</section>
<section>
<h4>License</h4>
The source code to this slide deck is:
<pre><code class="plaintext">
Copyright (C) 2018 Hakim El Hattab, http://hakim.se, and reveal.js contributors
Copyright (C) 2019 Hazel Victoria Campbell, Abram Hindle and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
</code></pre>
</section>
</div>
</div>
</body>
</html>