Joomla Tutorial – Creating Article In this lesson we are going to learn how to create an Article in Joomla. Here are the steps in creating an Article in Joomla: 1. Login first in the backend site of Joomla or…
Tag: Web Development
How to create a Blog Post in Drupal
Creating blog post In this lesson we are going to learn how to enable and start creating blog post in Drupal. How to enable the blog module: 1. Login to your Drupal site using the administrator account. 2. Click Modules…
Joomla Tutorial – Creating Categories
Joomla Tutorial – Creating Categories In this lesson we are going to learn how to create a category in Joomla. Categories in Joomla is a collection of Articles, these categories belongs to a specific section. You can think of a…
WordPress Tutorial – Managing Categories in WordPress
WordPress Tutorial – Managing Categories in WordPress In this lesson we are going to learn how to Manage Categories in WordPress. Categories are used for grouping post topics. Creating Categories: 1. Login to your WordPress site using the administrator account.…
How to Manage Contents in Drupal
How to Manage Contents in Drupal In this lesson we are going to learn how to Manage Contents in Drupal. Creating Content: 1. Login to your Drupal site using the administrator account. 2. Click Content in the toolbar to go…
Joomla Tutorial – Creating Section
Creating Section in Joomla In this lesson we are going to learn how to create a Section in Joomla. Section in Joomla is container in which you can manage your categories. You must first create a section in order for…
How to Manage Menus in Drupal
Manage Menus in Drupal Menus are a collection of links used to navigate a website. The Menu module provides an interface to control and customize the powerful menu system that comes with Drupal.
PHP if…else…if statement
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…
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…