Thursday, October 13, 2016

Snippets

What are snippets in Gmail?

Snippets are the sentences that you can see in the email messages in your inbox. This is the first sentence of the massage body of each email



Related article

Snippets

Monday, October 10, 2016

How to Change Themes in Gmail

In Gmail there are some settings to customize your Gmail interface and inbox types
Customizing the interface and other components helps users to interact and get a good experience with Gmail
Let’s start by adding a theme to your Gmail account


Related Article

How to Change Themes and Inbox Types in Gmail

Saturday, October 8, 2016

How to create an e-mail signature

Let’s start the tutorial by answering the following question

What is an e-mail signature?

An e-mail signature is a block of information that we can include in the bottom of every e-mail we send. Normally e-mail signature contains information like Contact details
Creating an e-mail signature will save your time to type the same piece of information again and again in your e-mail massages
These are the steps which you need to follow to create an e-mail signature in Gmail



Related Article

How to create an e-mail signature


Saturday, October 1, 2016

How to enable undo send feature in Gmail

Undo send feature is one of the most useful features in Gmail

Sometimes as a sender of the email you may decide not to send the email you have just sent to someone for many reasons

This feature allows us to cancel an email message we have just sent to someone in a few seconds


Please click the following link to read the full article


Saturday, September 24, 2016

Web development tutorials - Introduction to CSS

In this article about CSS we are going to find out what is CSS and other sub topics related to CSS like cascading order, CSS syntax, Grouping and How to style HTML elements using internal style sheet and external style sheet and many more.

What is CSS stands for? Cascading Style Sheets

CSS is used to describe the presentation of the document written in markup languages like HTML and XHTML. CSS describes how HTML elements in your web site are to be presented on the web browser and makes your web site loved by everyone. Also it allows us to control styling of the entire web site or a web application using one single external css file which is really easy to maintain.

Please click the following link to read the full article

Monday, August 8, 2016

How to install Joomla


To run Joomla on your computer you need to have
Web server (Apache), Programming language (PHP), database (MySQL)

You can get all of these installing XAMPP

Once you have installed XAMPP in your computer you can install Joomla later

Download Joomla using following link

http://www.joomla.org/download.html

You can select the version you wish to download





Create a new folder called Joomla (Name of the folder could be any) inside the htdocs Folder

C:\xampp\htdocs\Joomla

Copy everything inside the zip folder you have downloaded and paste in to the folder you have recently created inside the htdocs folder















Setting up the database

Go to the phpMyAdmin

Create a New database called Joomla






























Type the following path in URL bar
localhost/joomla

Fill information required

Language
Site name
Description – you can provide a description which will be the global Meta description for the website.




















Then click the next button

Select none (if you want to proceed with black installation)












Click the install button

There is one thing remaining to be done before using Joomla

Click site button if you want to reach front end of the website
Click administrator button if you want to reach back end of the website