jQuery

Login and Registration using PHP and SQLite3 Tutorial Source Code

Submitted by oretnom23 on
In this article, I have provided a Simple PHP source code that demonstrates the creation of a Login and Registration Feature of a Web Application using PHP Language and SQLite3 database. The source code I provided contains some comments that can help you understand it more. The source code results in a simple web application that contains a login form, registration form, and home page. About the

Creating a Custom Date Range Filter in DataTables using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a Custom Date Range Filter in DataTables using JavaScript and DataTables Library's APIs. The tutorial aims to provide students and beginners with a reference for learning some techniques of using DataTables Library. Here, I will be providing a simple web page script that demonstrates the implementation of a custom date range in DataTables.

Medicine Tracker System in PHP (OOP) and MySQL DB Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Medicine Tracker System. It is a web-based application that was developed using PHP and MySQL Database. The project allows the users to keep notes about their daily medication to easily track it. It has a simple and pleasant user interface with the help of a Material-Kit template. It consists of multiple user-friendly features and functionalities. How does the

Student Study Center Desk Management System using PHP (OOP) and MySQL DB Free Source Code

Submitted by oretnom23 on
This project is entitled Student Study Center Desk Management System. It is a web-based application that was mainly developed using PHP Language and MySQL Database. The project's main purpose is to provide certain study center with a platform for managing the students' assigned or allocated desks. It has a pleasant user interface using Bootstrap Framework and AdminLTE Template. The project also

Updated - Employee Payslip Generator with Sending Mail using PHP and Gmail SMTP

Submitted by oretnom23 on
This article's main purpose is to give updated instructions on the new way of using Gmail SMTP for sending the generated payslip as mail with attachment of the Employee Payslip Generator System that I have published previously. Here, I will show you how to set up your Gmail account using XAMPP's sendmail package. Less Secure Option is not existing anymore on Google, to make the mailing feature of

Site's Newsletter Subscription Form using PHP and MySQL Database Free Download

Submitted by oretnom23 on
This is an open-source mini-project source code for Site's Newsletter Subscription Form. It is a simple web application's form and mailing feature for the site subscribers to register to receive any updates from the site. The main purpose of developing and publishing this source code is to provide the students and new programmers with a reference for learning how to build a subscription and

How to Hide Password Dynamically using jQuery

Submitted by razormist on
How to Hide Password Dynamically using jQuery - A simple JavaScript program that use jQuery module to hide the password dynamically when toggle the button. This tutorial will show the the easiest way to hide your password detail by toggling it using the jQuery module. JavaScript Tutorial.

Creating a Scroll Up Button using HTML, CSS, and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn to create a simple scroll-to-top button using HTML, CSS, and JavaScript. The main purpose of this tutorial is to provide the students and beginners with snippets that are reusable that might be useful for their projects. A working sample source code that demonstrates the interface and functionality of a scroll-to-top button is provided in this article.