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

Photography Portfolio HTML/CSS Template

Submitted by Sabahuddin on
Portfolio and Photography HTML5/CSS template build with latest bootstrap framework , best suited for photographers. Features 3 HTML5/CSS3 Templates Video background for the homepage (YouTube Only) Supersized slideshow for the homepage Built on Skeleton Grid (Building new layouts is easy) PrettyPhoto Integration Google Maps Integration For any query: just ping me on Facebook https://web.facebook

Online Leave Management System in PHP

Submitted by Alhassan Kamil on
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