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

PHP - Simple Search Using Ajax & MySQLi

Submitted by razormist on
Learn on how to create a Simple Search Using Ajax&MySQLi 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. Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. It is mostly used by a newly coders for its user friendly environment

PHP - Simple CRUD With Ajax/MySQLi

Submitted by razormist on
Learn on how to create a Simple CRUD With Ajax/MySQLi 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.

Angular 6 and Material, Database with Firebase & Firestore.

Submitted by klevis on
Angular 6 This app is starter for angular 6 and materialize. Ademo is online : https://mat-bank-engine.firebaseapp.com/ After extract the zip on your terminal pres the command $ npm install for install all packages and dependecies. Run $ ng serve for host the app on your local. Run $ ng build for deploy the static files or $ ng build --prod for production mode. The tecnologies used on this app

Restaurant System

Submitted by Seshele E. Ramaqoma on
This project was given as an assignment to implement system where by the client has to order the food by selecting on the menu in a restaurant terminals on the table. The client has to use table no and telephone no to make an order, chef prepare the order and the waiter delivers the order to the owner and the client pay. Waiter has to indicate that order has been served and the client has to

C# - Simple Digital Clock

Submitted by razormist on
Learn on how to create a Simple Digital Clock using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.