jsClub

This page contains references to important information regarding the JavaScript Club project(s).

Session Notes:

  • 2010-12-06: I demonstrated two ways to approach application architecture in JavaScript. The first used a group of objects with APIs to provide access to the web database. Here’s a simplified example. Next, I discussed creating the same functionality using separate objects for each call to the database where each object inherited its capabilities using classes and prototypes. You can see an example in the proto-q library tests
  • 2010-12-20: We discussed project ideas and the problems we would need to solve to produce a working application. Our primary method for saving data will be the localStorage API. An example page can be found here and here. This should work on both Android and iPhone browsers as well as most modern desktop browsers. The project will need a method for collecting requirements and storing research provided by team members. We discussed the basics of the localStorage API and some strategies for our app. I also posted some great resources.
Share:
  • Twitter
  • Digg
  • Technorati
  • Google Bookmarks
  • Facebook
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Yahoo! Buzz
  • RSS
  • Print
  • email