Difference between revisions of "WebFund 2013W Lecture 8"

From Soma-notes
Jump to navigation Jump to search
(Created page with "==Questions== 1. For the following, choose one of the following terms and match it with the appropriate description: node json http html jade stylus express connect jquery ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Audio==
Audio from the lecture given on January 31, 2013 is [http://homeostasis.scs.carleton.ca/~soma/webfund-2013w/comp2406-2013w-lec8-31Jan2013.m4a here].
==Questions==
==Questions==


Line 4: Line 8:
   node json http html jade stylus express connect jquery ajax css
   node json http html jade stylus express connect jquery ajax css


* client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements from JavaScript
* client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements
* standard for encoding data, particularly for transport, using JavaScript-like syntax
* standard for encoding data, particularly for transport, using JavaScript-like syntax
* node.js framework for creating web applications
* node.js framework for creating web applications

Latest revision as of 17:21, 31 January 2013

Audio

Audio from the lecture given on January 31, 2013 is here.

Questions

1. For the following, choose one of the following terms and match it with the appropriate description:

 node json http html jade stylus express connect jquery ajax css
  • client-side JavaScript library for abstracting browser-specific behavior when accessing DOM elements
  • standard for encoding data, particularly for transport, using JavaScript-like syntax
  • node.js framework for creating web applications
  • node.js extensible http server middleware (i.e., supports plugins to add web server functionality)
  • html template engine for node
  • cleaner CSS syntax for node

2. Sessions impose a strict ordering on HTTP requests in web applications (true/false)