Project Wide JavaScript Code Styling Unknown 11/19/2014 JavaScript is one of the hottest technologies in modern time. There are large teams working now on JavaScript projects. Due to a number of ... Read More
How to Enable AJAX in Magento Admin Grid Unknown 10/18/2014 Magento provides an ultra awesome framework for creating grids in admin panel. All the CRUD features are available in Magento admin grid. B... Read More
Animating View in Backbone JS Unknown 8/25/2014 This is a small Backbone JS application that shows how we can animate views in Backbone JS. The animation effects have been generated using... Read More
Correct Way to Use Media Object in Phonegap Unknown 8/25/2014 Media object is the default PhoneGap API for playing audio files. But if you are frequently changing/playing the audio tracks in your appl... Read More
Inheriting Views in BackboneJS Unknown 7/29/2014 BackboneJS provides an awesome technique for structuring our application code. And RequiresJS makes it modular. So we can write separate mo... Read More