jQuery

How To Create Live Data Monitoring Page in PHP using jQuery and Ajax Tutorial

In this tutorial, we will tackle about How to Create a Live Monitoring Page in PHP and JavaScript (jQuery and Ajax). A page which automaticaly updates the data without reloading or refreshing the page. This web application feature can be meet by several methods or techniques but in this tutorial I will be using JavaScript's setInterval() function to execute a certain function for a certain time interval.

Creating A Simple Image Gallery with Viewer Modal using jQuery and Bootstrap Tutorial

In this tutorial, we will be creating a simple a Image Gallery web application with an image viewer modal.The Image Viewer will also have control button for navigating to the pervious or next image. We will be using Bootstrap for the design of the application and jQuery to dispaly image on the viewer modal and for navigation control functionalities.

Creating a Dynamic Confirmation Dialog using jQuery and Bootstrap Modal Tutorial

In this tutorial, I will teach/share with you some techniques that I am using when developing a web application. This tutorial will tackle about Creating a Dynamic Confirmation Dialog using jQuery and Bootstrap Modal. This kind of web application feature can help you to reduce the number of lines you are writing and also to prevent redundancy in creating a function in your source code.

Centralized Covid Vaccination Records System in PHP Free Source Code

Introduction This is a Centralize Covid Vaccination Record System in PHP and MySQL Database. This is a simple web application that is a kind of records and tracking management system. The application stores the covid vaccination details or records of each individual. This can help to easily retrieve the individuals' covid vaccination records. It generates printable details and records of each

Messaging Web Application in PHP/OOP Free Source Code

Introduction This is a Messaging Web Application in PHP and MySQL Database. This project is a web-based messaging or chat platform where users can communicate with each other online. This project has multiple features that automatically load messages or chat updates. With the help of JavaScript, Ajax, and jQuery, users can have a better experience while using the application. The purpose of this

Simple Barangay Management System in PHP and SQLite Free Source Code

This is a Simple PHP Project entitled Simple Barangay Management System. This simple web application provides an automated platform for the barangays offices to store, manage, and retrieve their records. The application can help them to ease the flow of their day-to-day work. This can also lessen their bulk hard copies of records which are really hard to find a record for any cases. It has a

Populating Table From JSON File using jQuery and Ajax Tutorial

In this tutorial, we will tackle about how to Populate HTML Table from JSON File using jQuery and Ajax. This tutorial will teach to populate tables from JSON data using asynchronous HTTP (Ajax) requests. This technique can optimize your application page load by loading the data only when the page or document is ready. You can also refresh or reload the table row items without leaving the page.

Printing a Specific HTML Element using jQuery Tutorial

In this tutorial, we will tackle about how to create a javascript function that Prints a Specific HTML Element using jQuery. This can help you to lessen your work as a programmer in writing and the lines of your codes. This technique can also prevent code duplication.

The Print function that we will be creating is the cloned data from the HTML. Our goal for this tutorial is to duplicate the HTML Element using jQuery along the elements that contains the codes for styling the element to preserve the design of the element.

Engineers Online Portal in PHP with Free Source Code

This Engineers’ online portal has the capability of exchanging messages with each other. It can upload a file and at the same time can also download a file. In this system, you will be able to know if an engineer is online or offline at that time and can receive notifications. It contains Entities such as the admin to manage the system, Engineers who can create an account and view their profile and office. To know more about the system check out the following features below.

Handling Dynamic Data Fields using Database Vertical Table Design in PHP Tutorial

In this tutorial, we will tackle Handing Dynamic Data Fileds using Database Vertical Table Design. This idea is very useful for such web applications that handling multiple data. This will prevent multiple columns in your database table. Also, this will help you to store new data fields without making changes in your database table structure.