Resources - aaltowebapps/zouba GitHub Wiki

This page is to record interesting/useful resources :

  1. I've had big trouble with "the looping problem" and this has been the clearest explanation I've seen : http://james.padolsey.com/javascript/closures-in-javascript/
  2. While searching for how to do 'real' s/w engineering with javascript, I found the following, which I have to use, but seems valuable - "the revealing module pattern"; I hope we can use this extensively, but we'll see : http://www.klauskomenda.com/code/javascript-programming-patterns/#revealing
  3. http://www.htmlandcssbook.com/ has some code samples and nice tools for learning HTML5 and CSS from scratch
  4. Official design guide for Android apps http://developer.android.com/design/index.html useful for checking patterns and design styles for the Android platform