Blog and News

blog image

24/09/2021    By: christoper unum

Adding on scroll animations gives your website a good look and feel. In this tutorial, we will be using animate.css and wow.js to add on-scroll animations to our web elements.

blog image

21/09/2021    By: christoper unum

we will be creating a login page that will access the database and authenticate users using PHP and AJAX. Let's start by creating two PHP files index.php and login.php

blog image

14/09/2021    By: christoper unum

Creating a Registration page is one of the first things you think of when you intend to build a web application. In this tutorial, we will be looking at how we can use this page to create accounts for users using PHP and AJAX.

blog image

13/09/2020    By: christoper unum

Using progress bars on your website can let your web users know how long a particular task can be completed.

blog image

17/09/2020    By: christoper unum

News tickers can be used on a site to pass on important information to web users.

blog image

11/09/2020    By: christoper unum

Bar charts can come in handy especially when you are trying to represent information on your website graphically.

blog image

09/09/2020    By: christoper unum

If you have tried styling the select element, you should know by now that it is not an easy task.

blog image

07/09/2020    By: christoper unum

Creating a page loader isn't as complicated as it looks, you can either use a GIF image or you can use HTML and CSS to design it.

blog image

05/09/2020    By: christoper unum

Using page loaders on your website makes your site looks more professional, it tells your site users to wait while tasks are loading.