Difference between revisions of "Fundamentals of Web Applications (Fall 2013)"

From Soma-notes
Jump to navigation Jump to search
(Created page with "Notes will appear here shortly!")
 
Line 1: Line 1:
Notes will appear here shortly!
==Administration==
 
The course outline for this course is TBD.
 
Course discussions will be on [http://culearn.carleton.ca cuLearn].
 
You should get an account on this wiki so you can add to it.  Email Prof. Somayaji to get one with your preferred username and email address to which a password should be sent.  (Note this is not a requirement.)
 
==Required Textbooks==
 
There are two required texts for this course:
 
* [http://shop.oreilly.com/product/9780596517748.do JavaScript: The Good Parts] by Douglas Crockford.
* [http://shop.oreilly.com/product/0636920024606.do Learning Node] by Shelley Powers.
 
These books have been ordered by the University bookstore.  You may also buy them online in paper or ebook form.  They are also available through [http://my.safaribooksonline.com/9780596517748 Safari Books Online].  There is even [https://www.inkling.com/store/book/javascript-good-parts-douglas-crockford-1st/ an interactive version] of Crockford's book which includes an embedded JavaScript interpreter.  You can get access to Safari Books Online through the Carleton Library (four concurrent users only) or partial access by becoming a member of [https://www.computer.org IEEE Computer Society].
 
==Other Resources==
 
===JavaScript===
 
The easiest way to get started with JavaScript and get basic understanding of web technologies is to go through the interactive lessons on [http://codeacademy.com Code Academy].  I suggest you go through their JavaScript, Web Fundamentals, and jQuery tracks.  They shouldn't take you very long to do given that you already know how to program.
 
Crockford also has a lot of online resources on JavaScript, including videos of talks he's given that cover much of the content in his book.  Look at his [http://javascript.crockford.com/ JavaScript page] and this [http://yuiblog.com/crockford/ page of his videos].
 
Another good book is [http://eloquentjavascript.net/ Eloquent JavaScript: A Modern Introduction to Programming] by Marijn Haverbeke.  A version of this book is available online for free.  The for-sale version is apparently updated and edited.
 
The standard reference for JavaScript is [http://shop.oreilly.com/product/9780596805531.do JavaScript: The Definitive Guide] by David Flanagan.  It is a big book, but it is comprehensive.
 
 
===Node===
 
A quick way to get started with node.js is [http://www.nodebeginner.org/ The Node Beginner Book] by Manuel Kiessling.
 
 
==Lectures==
 
<table style="width: 100%;" border="1" cellpadding="4" cellspacing="0">
  <tr valign="top">
    <th>
    <p align="left">Date</p>
    </th>
    <th>
    <p align="left">Topic</p>
    </th>
  </tr>
    <tr>
      <td>
      <p>Jan. 8
      </p>
      </td>
      <td>
      <p>Introduction
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 10
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: Symbols|Symbols]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 15
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 3|Lecture 3]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 17
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 4|Lecture 4]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 22
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 5|Lecture 5]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 24
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 6|Lecture 6]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 29
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 7|Lecture 7]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 31
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 8|Lecture 8]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 5
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 9|Lecture 9]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 7
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 10|Lecture 10]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 12
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Midterm Review|Midterm Review]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 14
      </p>
      </td>
      <td>
      <p>Midterm (in class)
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 26
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 11|Lecture 11]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 28
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 12|Lecture 12]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 5
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 13|Lecture 13]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 7
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 14|Lecture 14]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 12
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 15+16|Lecture 15: Networking 1 (Barbeau)]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 14
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 15+16|Lecture 16: Networking 2 (Barbeau)]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 19
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 17|Lecture 17: Design Strategies]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 21
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 18|Lecture 18: Regular Expressions]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 26
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 19|Lecture 19: Web Server Security]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Mar. 28
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 20|Lecture 20: Web Client Security]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Apr. 2
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 21|Lecture 21: Other Web Frameworks]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Apr. 4
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 22|Lecture 22: The Future]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Apr. 9
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W Lecture 23|Lecture 23: Final Exam Review]]
      </p>
      </td>
    </tr>
</table>
 
==Tutorials/Weekly Tasks==
 
Each week 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 or, at their discretion, discuss things with them online.
 
Below is a schedule with the tasks you need to accomplish each week for everyone.  Note you need to accomplish the task before your next tutorial.  So, if you attend the Monday tutorials, you need to show progress before the following Monday.
 
After February 1st, all milestones are between you and your TA and will follow those outline in your proposal.  Milestone deliverables and precise due dates may be revised at the discretion of your TA.
 
<table style="width: 100%;" border="1" cellpadding="4" cellspacing="0">
  <tr valign="top">
    <th>
    <p align="left">Date</p>
    </th>
    <th>
    <p align="left">Tutorials/Tasks</p>
    </th>
  </tr>
    <tr>
      <td>
      <p>Jan. 11,14
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: Tasks 1|Setup Accounts, Run node.js]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 18,21
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: Task 2|Project Partners, Blog Example]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Jan. 25, 28
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: Web Develper Tools|Web Developer Tools (optional)]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 1, 1 PM
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: Proposal|Project Proposal Due]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 1, 4
      </p>
      </td>
      <td>
      <p>[[WebFund 2013W: jQuery UI|jQuery UI]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 8, 11
      </p>
      </td>
      <td>
      <p>[[WebFund_2013W:_Express_and_AJAX|Express and AJAX]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>Feb. 15, 25
      </p>
      </td>
      <td>
      <p>[[WebFund_2013W:_Sessions|Sessions]]
      </p>
      </td>
    </tr>
    <tr>
    <tr>
      <td>
      <p>March 1, 4
      </p>
      </td>
      <td>
      <p>[[WebFund_2013W:_MongoDB|MongoDB]]
      </p>
      </td>
    </tr>
    <tr>
      <td>
      <p>March 8, 11
      </p>
      </td>
      <td>
      <p>[[WebFund_2013W:_Authenticated_Sessions|Authenticated Sessions]]
      </p>
      </td>
    </tr>
</table>

Revision as of 14:37, 5 September 2013

Administration

The course outline for this course is TBD.

Course discussions will be on cuLearn.

You should get an account on this wiki so you can add to it. Email Prof. Somayaji to get one with your preferred username and email address to which a password should be sent. (Note this is not a requirement.)

Required Textbooks

There are two required texts for this course:

These books have been ordered by the University bookstore. You may also buy them online in paper or ebook form. They are also available through Safari Books Online. There is even an interactive version of Crockford's book which includes an embedded JavaScript interpreter. You can get access to Safari Books Online through the Carleton Library (four concurrent users only) or partial access by becoming a member of IEEE Computer Society.

Other Resources

JavaScript

The easiest way to get started with JavaScript and get basic understanding of web technologies is to go through the interactive lessons on Code Academy. I suggest you go through their JavaScript, Web Fundamentals, and jQuery tracks. They shouldn't take you very long to do given that you already know how to program.

Crockford also has a lot of online resources on JavaScript, including videos of talks he's given that cover much of the content in his book. Look at his JavaScript page and this page of his videos.

Another good book is Eloquent JavaScript: A Modern Introduction to Programming by Marijn Haverbeke. A version of this book is available online for free. The for-sale version is apparently updated and edited.

The standard reference for JavaScript is JavaScript: The Definitive Guide by David Flanagan. It is a big book, but it is comprehensive.


Node

A quick way to get started with node.js is The Node Beginner Book by Manuel Kiessling.


Lectures

Date

Topic

Jan. 8

Introduction

Jan. 10

Symbols

Jan. 15

Lecture 3

Jan. 17

Lecture 4

Jan. 22

Lecture 5

Jan. 24

Lecture 6

Jan. 29

Lecture 7

Jan. 31

Lecture 8

Feb. 5

Lecture 9

Feb. 7

Lecture 10

Feb. 12

Midterm Review

Feb. 14

Midterm (in class)

Feb. 26

Lecture 11

Feb. 28

Lecture 12

Mar. 5

Lecture 13

Mar. 7

Lecture 14

Mar. 12

Lecture 15: Networking 1 (Barbeau)

Mar. 14

Lecture 16: Networking 2 (Barbeau)

Mar. 19

Lecture 17: Design Strategies

Mar. 21

Lecture 18: Regular Expressions

Mar. 26

Lecture 19: Web Server Security

Mar. 28

Lecture 20: Web Client Security

Apr. 2

Lecture 21: Other Web Frameworks

Apr. 4

Lecture 22: The Future

Apr. 9

Lecture 23: Final Exam Review

Tutorials/Weekly Tasks

Each week 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 or, at their discretion, discuss things with them online.

Below is a schedule with the tasks you need to accomplish each week for everyone. Note you need to accomplish the task before your next tutorial. So, if you attend the Monday tutorials, you need to show progress before the following Monday.

After February 1st, all milestones are between you and your TA and will follow those outline in your proposal. Milestone deliverables and precise due dates may be revised at the discretion of your TA.

Date

Tutorials/Tasks

Jan. 11,14

Setup Accounts, Run node.js

Jan. 18,21

Project Partners, Blog Example

Jan. 25, 28

Web Developer Tools (optional)

Feb. 1, 1 PM

Project Proposal Due

Feb. 1, 4

jQuery UI

Feb. 8, 11

Express and AJAX

Feb. 15, 25

Sessions

March 1, 4

MongoDB

March 8, 11

Authenticated Sessions