WebFund 2013W Lecture 13: Difference between revisions
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..." |
No edit summary |
||
(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 01:21, 29 March 2013
Audio
Audio from the lecture given on March 5, 2013 is here.
Interesting Links
- CreativeJS
- rot.js blog article
- 7 days of RogueLike challenge
- HTML5 Canvas tutorials
- 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