#JavaScript #Web #Jquery

Online Leave Management System in PHP

This is a leave management software developed in PHP7 and Mysql. It has a simple but elegant user interface that's appealing. It has all the functionalities you'll need to have a leave management website. There are three levels of users of this webapp: admin, staff, and supervisor users. ADMIN LOGIN Username: admin Password: admin SUPERVISOR LOGIN Username: supervisor Password: 12345678 STAFF

Auto Suggest Dynamic Input Tag

In this tutorial we will show you a Auto Suggest Dynamic Input Tag in jQuery. Most of the social media's has a input tag's fields that are commonly used. This project has a autocomplete suggestions generated from the list of JSON queries and jQuery plugins. The system works with a predefined tags in the plugin to work. And for the tags to be work the database from the AJAX will pull and the results to display in the input tags form.

jQuery Upload Multiple Images In PHP

This tutorial is written in PHP and jQuery. We create this project and named as jQuery Upload Multiple Images In PHP. Every file contains post upload process and move the files in uploads directory. First check directory and error after that check if single file coming then process separate if multiple files handle in loop. You will see all the files that you uploaded in the directory folder.

Simple Image Preview Before Upload

In this tutorial we will show you how to create a Simple Image Preview Before Upload. This feature lets the user view the chosen image before they upload it. And you can easily add image preview option on file upload using JavaScript and jQuery. Simple Image Preview Before Upload is a most required feature for file upload functionality. It helps the user to view chosen file and change the image before upload.