June 26, 2023, 11:11 am

Python is a high-level programming language. It is one of the most popular and widely used programming languages. Python comes with many features. And it’s syntax is very simple. One of the most commonly used features of python is its collections. In this article, we will show how to remove items from a list collection...

June 22, 2023, 11:09 am — By
June 22, 2023, 11:06 am — By
June 21, 2023, 8:10 pm

We can use the parseFloat method to convert a string into a floating-point number. The parseFloat method takes a string value and returns a floating-point number. But there are few rules for using parseFloat method in JavaScript. We will discuss these rules of using parseFloat method in this article. parseFloat...

May 3, 2020, 11:11 pm

You can download here for free the sample PHP , MySQL and Bootstrap login and registration script. Feel free to change it and use in your website! Download the source files here: Copahost – Login and registration script – PHP MySQL Bootstrap The file contents database.php – Performs the connection to the...

May 3, 2020, 6:31 pm

This article shows how to include Bootstrap in your site. There are basically two methods: downloading the Bootstrap files, and via CDN. As an easier and quicker way, we will show how to include it remotely, via MaxCDN. This way we don’t need to download files. Simply insert these lines inside your <head> section: <!--...

How to host a PHP Site?
February 5, 2020, 10:13 am — By
January 29, 2020, 9:45 pm — By
October 30, 2019, 8:35 pm — By
October 11, 2019, 12:35 pm

Python is one of the most widely used programming languages. There are many reasons for us to use python but its syntax is one of the reasons that make it very easy and simple to use. We can write python code without using semicolons and declaring data types for variables. This solves many errors while running the code....

August 10, 2019, 10:54 am

Javascript provides a vast amount of math-related functions. In this article, we will explain how to use Math Random in Javascript. These in-built functions and objects are very useful while programming and developing. In-built functions and objects reduce the work for the developers. Some of the most commonly used in-built...

August 10, 2019, 10:46 am

Javascript Beautifiers are a set of tools that we can use to format our Javascript code. The beautifiers can format code written in any programming language. In this article, our focus is on javascript. In this article, we will show the best beautifiers available for Javascript. A little explanation about code formatting Formatting...

July 28, 2019, 6:19 pm

Strings in javascript are the most commonly used data types. Anything we write between double quotes is a string. We can also use single quotes for strings. We can manipulate strings in various ways. Javascript provides a lot of options for string manipulation. One of the ways of working with strings in javascript is by...

how to debug javascript in chrome
July 27, 2019, 7:42 pm — By
July 24, 2019, 9:20 pm

In this article, we will explain how to use and manipulate a HTML image. There are many possibilities to use images in an HTML page, forms, link tags, etc. Table of contents The HTML image tag Image size Images with links Centering an image Using an image as the background of a page Position of images Image as a form button Image...

July 23, 2019, 5:05 pm

Forms are used in web development for user interactions. Details of an individual are obtained by using forms. We use a form tag to create forms in HTML. We can use different input fields to interact with users. These input fields are placed inside an HTML form tag. The input element can be displayed in several ways. It...

July 20, 2019, 9:27 am

In this article, we will explain what is HTML, and give basic examples of how it works. HTML is the standard language of the internet web pages. It’s possible to assure that over 99,9% of the sites hosted on the internet uses HTML. Topic in this article What is HTML and how it works? How to learn to code in HTML Basic...

July 18, 2019, 9:30 pm — By
July 17, 2019, 9:13 pm — By
July 17, 2019, 10:51 am

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 #00008B (0,0,139) MediumBlue #0000CD (0,0,205) Blue #0000FF (0,0,255) CornflowerBlue #6495ED (100,149,237) RoyalBlue #4169E1 (65,105,225) DodgerBlue #1E90FF (30,144,255) DeepSkyBlue #00BFFF (0,191,255) LightSkyBlue #87CEFA (135,206,250) SkyBlue #87CEEB (135,206,235) LightBlue #ADD8E6 (173,216,230) SteelBlue #4682B4 (70,130,180) LightSteelBlue #B0C4DE (176,196,222) SlateGray #708090 (112,128,144) LightSlateGray #778899 (119,136,153) Aqua...

June 30, 2019, 6:20 pm

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). The new cPanel licensing cost (explained in this official announcement) varies according to...

February 24, 2019, 11:54 am

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 1970s, and...

February 24, 2019, 11:11 am

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...

May 9, 2016, 11:17 am

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...

May 5, 2016, 6:02 pm

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...

May 1, 2016, 10:41 pm — By