Showing posts with label Web development. Show all posts
Showing posts with label Web development. Show all posts

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