Jul 8, 2012

Javascript - Simple Adventure


Purpose of App: Page to test a person's Awareness based on simple math test

Demo Link 

Current Worked task:
  1. adding history of test scores to the tests with Local Storage
  2. Smoothing the general usage

Learnings:

HTML5
  • localstorage in/outs
  • inputbox placeholder

Core Javascript
  • for..in Vs for iteration - the effect of prototype objects
  • hasOwnProperty

CSS
  • Tabular CSS properties


General
  • modular approach to solve problem


Future Tasks:
  • Aesthetics smoothness
  • Best Usable Browser addition
  • DB data fetching