File Upload with Progress Bar HTML5, CSS3, JavaScript & PHP

File Upload with Progress Bar HTML5, CSS3, JavaScript & PHP

In this tutorial, I will teach you how to upload files with a progress bar using HTML5, CSS3, JavaScript, and PHP. The complete source code of this File Upload with Progress Bar project is given below. index.html script.js style.css php/upload.php Create a Folder for Uploaded Files Now you need to create a folder called files inside the … Read more

How to do Login Form Validation in HTML5, CSS3 & JavaScript

How to do Login Form Validation in HTML5, CSS3 & JavaScript

In this tutorial, I will teach you how to do Login Form Validation using HTML5, CSS3, and JavaScript. We will also use some animations (like the shake effect) while displaying the errors to improve the design. The complete source code of this Login Form Validation project is given below. Source Code of Login Form Validation with Shake … Read more

How to Make a Custom Music Player using JavaScript

How to Make a Custom Music Player using JavaScript

In this tutorial, you will learn how to create a custom music player using HTML5, CSS3, and JavaScript. The complete source code of this JavaScript Music Player project is given below. You can download the full source code (including images and songs) of this JavaScript Music Player at the end of this article. index.html style.css js/music-list.js js/script.js … Read more