WebFund 2013W Lecture 13: Difference between revisions
Line 6: | Line 6: | ||
* [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] | * [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 |
Revision as of 16:23, 21 March 2013
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