Difference between revisions of "WebFund 2013W Lecture 13"

From Soma-notes
Jump to navigation Jump to search
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 12:23, 21 March 2013

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