Web Development Blog

All Tutorials

blog post image

how to add on scroll animations to your website using animate.css and wow.js

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.

author photo christoper unum
blog post image

how to create a login form using html, css, javascript, php and ajax

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

author photo christoper unum
blog post image

how to create a registration page using ajax and php

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.

author photo christoper unum
blog post image

how to create a simple progress bar using html, css and javascript

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

author photo christoper unum
blog post image

how to create a simple news ticker using html, css and javascript

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

author photo christoper unum
blog post image

how to create a bar chart using html, css and javascript

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

author photo christoper unum
blog post image

how to create a custom drop down menu using html, css and jquery

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

author photo christoper unum
blog post image

how to create a simple page loader using html and css

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.

author photo christoper unum
blog post image

how to use page loaders on your web pages using javascript

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

author photo christoper unum