Propeller Communications Quizzes

Will Buckingham

I originally picked Quiz 1 as it seemed reasonable, and I would be able to take some existing design from an application I had recently made. Also I thought from flickr's website that I would have to be approved to get an API key, and I was unsure how long that might take.

After completeing the initial release version of Quiz 1, I had realized that a proper MVC framework would lead to better more organized code. (I also felt, I may have taken too much advantage of jQueryUI's autocomplete feature). For a while I have relized that jQuery is somewhat inadequet in a single page application world. While it is an excellent crossbrowser code simplifing platform, it does lead to manual manipulation of the DOM, and too much intertwining of logic and display. Therefore, I finally decided to take a real crack at AngularJS, something I had looked into in the past, but had not yet had a practical application to learn it, and hense my crack at Quiz 2. Plus, I learned you can get a flickr api key right away.