PHP - Simple Dynamic Dependent Select Box Using jQuery

Submitted by razormist on
Learn on how to create a Simple Dynamic Dependent Select Box Using jQuery. jQuery is a cross-platform javaScript library design to simplified the modern HTML client side scripting. jQuery syntax was made to make it easier to navigate a document, like select DOM elements, develop Ajax applications and etc.

Library Monitoring System Using RFID

Submitted by aemiyal on
Instead of a library card, this system uses RFID in timing in and out and also for borrowing books in the library. Before the system with RFID, the system with a library card, librarian or student assistant, and students they manual input their time in and out, name, book name, and signature. With RFID system, they just tap the RFID then it will time in or out and saved so having RFID is better

PHP - Dynamically Add/Delete Inputs

Submitted by razormist on
Learn on how to create a Dynamically Add/Delete Inputs using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page. So Let's do the coding.

Meters To Miles Converter

Submitted by ndsuero on
A simple Python program that will allow you to convert Meters to Miles. def askUserForMeters(): userMeters = float(input("Please enter the distance" + \ "in Kilometers:")) return userMeters def convertMetersToMiles(userMeters): miles = userMeters * 0.6214 return miles def main(): userMetersTyped = askUserForMeters() miles = convertMetersToMiles(userMetersTyped)

PHP - Simple Live Data Search Using Ajax

Submitted by razormist on
Learn on how to create a Simple Live Data Search Using Ajax. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page.

Morgue Management System

Submitted by Ronald Ngoda on
This system is basically designed for hospitals that have morgues or stand alone morgues...the system makes administartion and management of the morgues easy and efficient.With this system u can Register incoming deceased body Assign room and bed and tag number to deceased body Capture relatives details of incoming deceased Generate invoices to relatives of deceased Process bills Check out

PHP - Simple Load More Data using jQuery

Submitted by razormist on
Learn on how to create a Simple Load More Data using jQuery. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is designed to make it easier to navigate a document, via classes and id's attribute.

PHP/Javascript-Responsive Awesome Chat Or Messenger

Submitted by Patrick Mvuma on
I decided to share this simple but powerful demo project of mine just to show how powerful the combination of php and javascript can be if properly used. If you want to use this project in any way its ok with me and all the best. How to install this system Download the zip file Extract the the folder Copy the folder and paste it in your server folder if your using wamp paste it in www folder if