Articles by Fawad Hassan
-
Building a Todo app for Firefox OS, part 2
In Part 1 we developed the UI of the Todo app for Firefox OS. In this part we will make it functional by writing JavaScript code using Backbone. The source code for the Todo app is available on GitHub NOTE: I recommend you to review Part 1 before moving on because I added an Edit […]
-
Building a Todo app for Firefox OS, part 1
This is the first part out of two in a tutorial series where we will build a Todo app for Firefox OS from scratch. I assume you have some understanding of HTML5, CSS3, JavaScript, jQuery/Zepto, and Backbone.js. In this part we will handcraft a properly structured and semantic UI of a Todo app using best […]