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...
Tip for debugging shell scripts

Tip for debugging shell scripts

Often enough I have to mess around with shell scripts and even more often I have to spend a considerable amount of time debugging scripts. Though whenever I find myself having to debug a script I often use this little bit of code to help me step through my code to...
XTIVIA Search Innovation

XTIVIA Search Innovation

Are you using Liferay’s Solr 4 Search Engine EE? If so, you need to checkout XTIVIA Search! There are 2 parts to XTIVIA Search: XTIVIA’s solr4 web plugin XTIVIA’s search hook plugin The following features are included: Improved Performance...

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...