Article Archives

Read and get updated on how we progress.

Drupal 7 How to configure and made certain fields as unique on Feed Import.

For one of our Drupal 7 Site, we are importing data using the Feed importer module. Drupal feeds module provides the possibility to make SOME fields…

Read More >>

How to create Entity Type and Bundle programatically in Drupal 7

Object Oriented programming (OOP) is mainly associated with the concept of objects which contain data, in the form of fields. Drupal7 also support…

Read More >>

How to use highcharts in Drupal 7

Highcharts  is a JavaScript charting library, used to enhance the web application. Like other applications, Drupal also has modules and functions to…

Read More >>

How to differentiate the custom module, Core Module and Contributed Module in drupal projects

Module Checker This module will is used to differentiate the custom, contribute and core module. This module will be used for statistical and dev…

Read More >>

How to install System Load Indicator in Ubuntu 16.10

The System Load Indicator can be installed in Ubuntu 16.10 by adding the System Load Indicator stable daily builds PPA: sudo add-apt-repository ppa…

Read More >>

Installing Ionic version 2 on Ubuntu 14.04 and 16.04

1. First you have to install latest version of Java JDK, ie JDK 8.  sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get…

Read More >>