jQuery

How to Limit Data to Display and Load when scrolled to bottom in PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how limit the data to display from database and load automatically when scrolled to bottom using PHP and jQuery. This technique is very useful especially to optimize the speed of loading bulk data. This feature is commonly used in social network sites like the Facebook news feed, it shows limited posts at first and when you reached the bottom of the page, it will automatically load another data. To meet our goal for this tutorial, we will be using MySQL LIMIT and OFFSET Clause.

Company's Recruitment Management System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Company's Recruitment Management System. This project is a web-based application that is a sort of job portal website for a certain company. This system provides the company's possible employees an online platform to explore the careers/employment vacancies of the company. It has a pleasant user interface and user-friendly functionalities I developed

Student Quarterly Grading System using PHP and SQLite Database Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Student Quarterly Grading System. It is a web-based application that provides faculties or teachers of a certain school an automated platform to store and compute their students' quarterly grades. The system is able to store the grades/marks per assessment every quarter. This project will help teachers to lessen the burden of calculating their students'

Young Entrepreneur E-Negosyo System in PHP Free Source Code

Submitted by janobe on
The Young Entrepreneur E-Negosyo System is a kind of online ordering system with SMS notifications. It is a convenient way for customers to purchase their favorite pastries, cakes, and bread online without going to the store. With just one click they can simply place their order and then an SMS notification is used in this system to notify the customers of the status of their order. This system is

Simple Attendance System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple Attendance System in PHP. This simple project is a web-based application that records the attendance of employees of a certain company. This mini-project has an Admin Panel where the system admin or staff can manage the relevant data in the system. I am sharing this source code to help other new programmers especially those students to have a project source code to start with to

Simple Membership System using PHP and AJAX Free Source Code

Submitted by razormist on
This is a Simple Membership System that was developed using PHP, MySQLi, and Javascript. The system uses an AJAX function to ensure the data is being processed properly. This is a user-friendly kind of system you are free to modify the source code. About the System This PHP Project is able to store and manage the list of members. Aside from the member list, the system users can also create a club

PHP CRUD without Refresh/Reload using Ajax and DataTables Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create or develop a PHP CRUD Operations w/o Pagre Refresh/Reloading using Ajax and DataTables. Here, we will enlist the data from the database using the server-side processing of DataTables. This tutorial is helpful especially for optimizing the page load of your future PHP Project.