Prabhu Sunderaraman

Global variables in JavaScript

It’s normal to get caught in the web of global variables, while working with JavaScript. Global variables tend to make the code less readable and maintainable. Douglas Crockford suggests a pattern that can be used to maintain global variables in […]

Video sessions on Sencha Touch 2.0

Starting from next week you can view a 10-15 mins(upper limit) video sessions on working with Sencha Touch 2.0 library. The sessions will be hosted on YouTube and will be made accessible from this blog and DuraSoft site. The video […]

Simple MVC application using Sencha 2.0

My first video post on creating a simple MVC application using Sencha Touch 2.0. Have fun!!!

GuessingGame with Backbone.js

GuessingGame with Backbone.js

I have a set of examples that I always love to implement whenever I learn a new framework/language/technology. One of them is a Guessing Game. The application will generate a random number between 1 and 100. The user will play […]

Dive into Android development – VII

Dive into Android development – VII

In the earlier post we discussed the use of intents to perform call up and sms operations. In this post let’s discuss invoking camera and voice recorders using Intents. You’ll have two buttons Camera and Voice record clicking which will […]