Fundamentals of Web Applications (Fall 2024): Difference between revisions
(5 intermediate revisions by the same user not shown) | |||
Line 150: | Line 150: | ||
</td> | </td> | ||
<td> | <td> | ||
<p>Midterm Exam (in class, online) | <p>Midterm Exam (in class, online) [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/solutions/comp2406-midterm-2024f-sol.pdf (solutions)] | ||
</p> | </p> | ||
</td> | </td> | ||
Line 266: | Line 266: | ||
<tr> | <tr> | ||
<td> | <td> | ||
<p> | <p>Dec. 12, 9 AM | ||
</p> | </p> | ||
</td> | </td> | ||
Line 340: | Line 340: | ||
</p> | </p> | ||
</td> | </td> | ||
<td>Nov. | <td>Nov. 13</td> | ||
<td> | <td> | ||
<p>[[WebFund 2024F: Tutorial 5|DOM Demo]] | <p>[[WebFund 2024F: Tutorial 5|DOM Demo]] | ||
Line 351: | Line 351: | ||
</p> | </p> | ||
</td> | </td> | ||
<td> | <td>Nov. 13</td> | ||
<td> | <td> | ||
<p>[[WebFund 2024F: Tutorial 6| | <p>[[WebFund 2024F: Tutorial 6|Tutorial Validator]] | ||
</p> | </p> | ||
</td> | </td> | ||
Line 362: | Line 362: | ||
</p> | </p> | ||
</td> | </td> | ||
<td> | <td>Nov. 15</td> | ||
<td> | <td> | ||
<p>[[WebFund 2024F: Tutorial 7| | <p>[[WebFund 2024F: Tutorial 7|Submission Demo]] | ||
</p> | </p> | ||
</td> | </td> | ||
Line 374: | Line 374: | ||
</p> | </p> | ||
</td> | </td> | ||
<td> | <td>Nov. 29</td> | ||
<td> | <td> | ||
<p>[[WebFund 2024F: Tutorial 8| | <p>[[WebFund 2024F: Tutorial 8|Authentication Demo]] | ||
</p> | </p> | ||
</td> | </td> |
Latest revision as of 03:35, 21 November 2024
Course Outline
Here is the course outline.
Lectures and Exams
Date |
Topic |
---|---|
Sept. 5 |
|
Sept. 10 |
|
Sept. 12 |
|
Sept. 17 (async) |
|
Sept. 24 |
|
Sept. 26 |
|
Oct. 1 |
|
Oct. 3 |
|
Oct. 8 |
|
Oct. 10 |
|
Oct. 15 |
|
Oct. 17 |
|
Oct. 24, 11:35-12:55 |
|
Oct. 29 |
Midterm Exam (in class, online) (solutions) |
Oct. 31 |
|
Nov. 5 |
|
Nov. 7 |
|
Nov. 12 |
|
Nov. 14 |
|
Nov. 19 |
|
Nov. 21 |
|
Nov. 26 |
|
Nov. 28 |
|
Dec. 3 |
|
Dec. 5 |
|
Dec. 12, 9 AM |
Final Exam |
Tutorials
For each tutorial you will get a progress grade from 0-4, given to you by a TA. If you are being diligent, you should be able to get 4's every week. The easiest way to get your grade is to come to tutorial and meet with your TA; alternately, you can meet a TA in their office hours. You may discuss with your TA in person or online, but the conversation should at least involve a voice call.
Release Date |
Show By |
Tutorials |
---|---|---|
Sept. 12 |
||
Sept. 19 |
||
Sept. 26 |
Oct. 17 | |
Oct. 3 |
Oct. 17 | |
Oct. 10 |
Nov. 13 | |
Oct. 31 |
Nov. 13 | |
Nov. 7 |
Nov. 15 | |
Nov. 14 |
Nov. 29 | |
Nov. 21 |
TBA |
Assignments
Due Date |
Assignments |
---|---|
|
|
Oct. 16 |
|
Nov. 20 |
|
Dec. 4 |
Resources
JavaScript
- A good book is Eloquent JavaScript: A Modern Introduction to Programming by Marijn Haverbeke. A version of this book is available online for free, but you can also purchase a copy.
- A more in-depth book series is You Don't Know JS Yet.
- A standard reference for JavaScript is JavaScript: The Definitive Guide by David Flanagan. It is a big book, but it is comprehensive. (You'll probably have to buy this one.)