CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Joomla 3 – Linking articles and menu-items

Joomla allows to link articles with menu items. When you click on the menu items, Joomla will open associated articles. Joomla made it easy by providing simple user interface. Step 1. Log-in into your Joomla based website as an administrator. Joomla will display an admin “Control Panel”. Step 2. Click on “Menu Manager” item from […]

C Programming – Dynamic memory allocation

C language Programming provides functions to create and release memory dynamically. There are two types of functions ‘C’ provides: One type of functions allocates memory in the heap. malloc calloc realloc Other type of function(s) release the memory from the heap. free Now you will get the doubt; why release memory functions are required? Why […]

Joomla 3: Creating Menus and Menu Items

Joomla provides a simple user interface to allow the users to create menus and its menu items. Also, through the Joomla interface, we can set what action is to be performed when the user clicks on the menu item. This article explains the steps to perform this. Step 1. Log in to Joomla as an […]

Drupal 7 – Creating a module (Part – 3)

In our previous article, we have created a simple module that displays a “Welcome!” message whenever the user log-in to the Drupal-based website(s). Is that so simple to develop a module in Drupal 7? Yes, it is. But not this simple. Modules will do a lot of things. We have seen a simple part of […]

cPanel – Creating Email Accounts

cPanel enables users to create or manage their Email Accounts through the Email Accounts page. This article explains the steps to create and Manage Email Accounts. Step 1. Log in to your cPanel account. Step 2. Click on the Email Accounts link; which is usually under the MAIL group. cPanel will display the Email Accounts page […]

Joomla 3 – Creating categories

Categories are used to categorize articles added in Joomla. In this article, we will look into how to create categories. Step 1. Log in to Joomla as an administrator. Joomla will open the “Control Panel” page. Step 2. Click on the “Category Manager” link which is on the left side of the page. Joomla will […]

Joomla 3 – Creating articles

Joomla provides a simple users interface to allow the users to create articles. Step 1. Log in to your Joomla-based website as an administrator. Joomla will display the Control Panel. Step 2. Click on the “Add New Article” link which is on the left side of the “Control Panel” page. Joomla will display the “Article […]

Drupal 7 – How to enable/disable Modules?

Drupal allows extending its functionality through modules. Drupal will display all installed modules on its modules page. And it allows to enable or disable the modules. Drupal will load and run the modules which are enabled. This article explains the steps to enable/disable modules in Drupal 7. Step 1. Log in to your Drupal website […]

Scroll to top