Node.js – Console module – A simple debugging console
We have discussed in our previous article “Node.js – Modules – A brief discussion” that, Node.js provides core modules and one of the core module...
Node.js – Modules – A brief discussion
A module is nothing but a file in Node.js. Yes, what you read is correct. For example, if you write your own code in a...
Modules in Java
Modules in Java were introduced in Java 9 version. There were many other features that were added in Java 9, in addition to Modularity. But,...
Drupal 7 – Creating a module (Part – 5)
We have successfully created a configuration settings form for our Example module. In our previous article we have instructed Drupal to create a form for...
Joomla 3: Creating Menus and Menu Items
Joomla provides a simple user interface to allow the users to create menus and it’s menu items. Also, through Joomla interface we can set what...
Drupal 7 – Creating a module (Part – 3)
In our previous article, we have created a simple module which displays a “Welcome!” message whenever the user log-in into the Drupal based website(s). Is...
Drupal 7 – How to enable/disable Modules?
Drupal allows to extend its functionality through modules. Drupal will display all installed modules in its modules page. And it allows to enable or disable...