Phonegap… Why and When

What is Phonegap? If you don’t already know, Phonegap is a cross platform framework that uses HTML5, JavaScript and CSS to build mobile applications. Phonegap is a distribution of Apache Cordova (for all the gory details, see here). Apache Cordova is the technology...
Dynamic DataTables Headers Using AngularJS

Dynamic DataTables Headers Using AngularJS

We had a requirement in an AngularJS portlet to make jQuery DataTable columns dynamic. Normally, DataTable fetches a JSON object that contains the headers and uses that object to instantiate the DataTable. Doing it the Angular way is a bit different. The...

Ionic Development – Part 1: Environment Setup

Introduction Ionic is an HTML5 SDK for mobile applications using Apache Cordova, allowing developers to code in HTML, Javascript, and CSS. Ionic provides out-of-the-box components for even faster development. Environment Setup For this setup, we will be configuring a...