PHP if…else…if statement if…elseif….else statement – use this statement to select one of several blocks of code to be executed. The if…elseif….else statement This statement is used to select one of several blocks of code to be executed. The if..else…
Tag: Web Development
PHP if statement
PHP if statement – this statement is used to execute a specific programming code if a specified condition is true. The if statement Used to execute a specific programming code if a specified condition is true. An if statement can…
How to Install Modules in Drupal
Installing Modules in Drupal In this lesson we are going to learn how to install a Module to add functionality in our Drupal site. Modules in Drupal can provide a wide range of additional functionality to your site. You can…
The Frontend and Backend of Joomla
Joomla Frontend and Backend After you have successfully installed your Joomla site on your local computer, you actually have to sites and these are: Site Frontend (the public site) – it is where your visitor see, interact and navigate with…
How to Manage Themes in Drupal
Manage Themes In this lesson we are going to learn the process of changing the looks of your Drupal site by changing and installing new themes. Changing a theme: 1. Login to your Drupal site using the administrator account. 2.…
How to Add User Account in WordPress
Adding User Account in WordPress In this lesson we are going to learn how to create user accounts in WordPress. To add user account: 1. Login to your WordPress site using the administrator account. 2. Click Add New in the Users tab…
Joomla Core Modules
Joomla Core Modules Joomla Modules are small blocks of content that can be displayed anywhere on your Joomla site. Joomla module subcategories: Content Modules A content module allows the user to manage and display article and other information from the…
WordPress Dashboard
WordPress Dashboard is the page that you’ll see when you log into your WordPress administration area. In dashboard you are allowed to manage and perform several tasks, it also gives an overview of what’s happening and displays the statistics in…
Joomla Core Components
Joomla Components are the core element that adds functionality to your Joomla site. Joomla components add functionality and features to your Joomla site from simple guestbook component up to ecommerce component such as Virtuemart. Joomla core components include Content, Banners,…
How to Manage Users in Drupal
In this lesson we are going to learn how to manage user accounts in Drupal. After you have successfully installed a Drupal site on your local machine, your account is automatically given all the privileges to administer the site. It…