Difference between revisions of "WebFund 2013W Lecture 13"

From Soma-notes
Jump to navigation Jump to search
(Created page with "==Interesting Links== * [http://creativejs.com/ CreativeJS] * [http://creativejs.com/2013/03/rot-js-roguelike-toolkit-in-javascript/ rot.js blog article] * [http://roguebasin...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Audio==
Audio from the lecture given on March 5, 2013 is [http://homeostasis.scs.carleton.ca/~soma/webfund-2013w/comp2406-2013w-lec13-05Mar2013.m4a here].
==Interesting Links==
==Interesting Links==


Line 5: Line 9:
* [http://roguebasin.roguelikedevelopment.org/index.php?title=7DRL_Challenge_2013 7 days of RogueLike challenge]
* [http://roguebasin.roguelikedevelopment.org/index.php?title=7DRL_Challenge_2013 7 days of RogueLike challenge]
* [http://www.html5canvastutorials.com/ HTML5 Canvas tutorials]
* [http://www.html5canvastutorials.com/ HTML5 Canvas tutorials]
* [http://www.bit-101.com/blog/?p=3030 31 Days of JavaScript and WireLibJS]
==Questions from class discussion==
# hosting on a 'real' server
# increase security on a login system
# jQuery + node
# file uploads & downloads
# multiple POSTs on same URL
# mongodb startup time?
# client side has right assets
# what is middleware?
# why mongodb over other DB solutions?
# our own cookies
# how are sessions implemented?
# integrity of client supplied data
# when to not serve through node
# LDAP with node.js
# security through obscurity
# AJAX

Latest revision as of 21:21, 28 March 2013

Audio

Audio from the lecture given on March 5, 2013 is here.

Interesting Links

Questions from class discussion

  1. hosting on a 'real' server
  2. increase security on a login system
  3. jQuery + node
  4. file uploads & downloads
  5. multiple POSTs on same URL
  6. mongodb startup time?
  7. client side has right assets
  8. what is middleware?
  9. why mongodb over other DB solutions?
  10. our own cookies
  11. how are sessions implemented?
  12. integrity of client supplied data
  13. when to not serve through node
  14. LDAP with node.js
  15. security through obscurity
  16. AJAX