HTML Button: Using buttons in a website

You can use an HTML button to trigger any event.  They are important aspects of user interaction with the web site. HTML provides the button tag to create a simple button and CSS makes them look attractive. There are ways to make the button work. Buttons have a lot of attributes. This article will describe […]

HTML Link: The tag

Links are found on almost all web pages. By clicking them we can either move from one page to another or scroll to different sections on the same page. A link can be in the form of a text or image. By default hovering over the link shows a little hand. The HTML link is […]

HTML font color: Table of colors and how to use in your site

Color name HEX Code RGB Code Black #000000 (0,0,0) grey11 #1C1C1C (28,28,28) grey21 #363636 (54,54,54) grey31 #4F4F4F (79,79,79) DimGray #696969 (105,105,105) Gray #808080 (128,128,128) DarkGray #A9A9A9 (169,169,169) Silver #C0C0C0 (192,192,192) LightGrey #D3D3D3 (211,211,211) Gainsboro #DCDCDC (220,220,220) SlateBlue #6A5ACD (106,90,205) SlateBlue1 #836FFF (131,111,255) SlateBlue3 #6959CD (105,89,205) DarkSlateBlue #483D8B (72,61,139) MidnightBlue #191970 (25,25,112) Navy #000080 (0,0,128) DarkBlue […]

Free cPanel alternatives: Centos Web Panel

As per the recent cPanel announcement, its license cost increased a lot. cPanel was the world most used control panel, but nowadays a single server license can cost as high as 450€ a month (it was less than 39€ in the past). cPanel Hosting Companies are paying lots of money for licenses. The new cPanel […]

What is an FTP site

One of the most common questions of customers who hire a web hosting package is: What is an FTP site? In this article, we will explain briefly its meaning. Firstly, FTP means File Transfer Protocol. This is an internet protocol meant to transfer files over the internet. FTP was founded by the beginning of the […]

FTP file transfer

What is an FTP File transfer, and how it happens? In this article, we will explain how FTP works. Internet users make millions of FTP File transfers every minute. Basically, FTP stands for File Transfer Protocol. This is a protocol specially meant for file transfers between a client computer and a server. The brief history […]

How to install MariaDB in Centos 6

For years, MySQL is the favorite database system for developers worldwide. After the acquisition of MySQL by Sun Microsystems, and later by Oracle, the original founders of MySQL forked MySQL and created another RDBMS called MariaDB. It is actually a perfect replacement for MySQL and has more features and better performance than MySQL. MariaDB is […]

Install PostgreSQL in Ubuntu 14

Databases are an important part of any website or software. With relatively large amount of data, all applications use one or the other database method to store data. PostgreSQL, commonly known as Postgres is an open source, object – relational database management system (RDBMS). It was originally designed for unix platforms, however it has been […]