Water Refilling Station POS v1.24

Submitted by nhior on
Water Refilling StationP – Premium Full details at https://nhior.net/ Features: POINT OF SALE – Monitor your daily sales, credits and collections ASSETS TRACKING – Track your gallons CASH FLOW – Monitor your Sales versus Expenses daily using this report ROI MONITORING – Monitor your Return of Investment STAFF ATTENDANCE – Log your staff attendance PAYROLL SYSTEM – Generate Pay Slip USERS PRIVILAGE

Random Order Content using JavaScript

Submitted by alpha_luna on
This project Random Order Content was created using HTML and JavaScript. This kind of system lets you shuffle the display order of your regular content on your page. Just wrap it with the participating contents each inside a
tags with a CSS class name, and this will scramble or will shuffle the order in which contents are shown on your page from top to bottom. Also, you can make a multiple "groups" of a random order content.

Importing CSV File to MySQL using PHP with Bootstrap Templates

Submitted by alpha_luna on
If you are looking for Importing CSV File to MySQL using PHP with Bootstrap Templates then you are at the right place. We all know that CSV file format used to import or to export the table data. Every line from the CSV file format indicates one field for the data table in the database.

Inventory Software - VB 6 Source

Submitted by ramos.cj360 on
Hi! Inventory Software written in VB6 and MS Access Database good for beginners. By downloading this, you will learn SQL basic data manipulation, crystal reporting. Thank you and happy coding great coders! Credits: Philip Naparan, [email protected] and all the friends our there entire the world who continuously contributing to programming community. Regards,

Hospital Management System (Java + MySQL) *Updated*

Submitted by Raj.Sharma on
This project is written by me using java IDE Netbeans 7.3.1 and MySQL 5.5 as Back end for thesis Submission of the Engineering students in java. This project is very helpful for the beginners who wanna learn database programming in java..... Main Features: 1. Nurse/Wardboy Entry 2. Doctors Entry 3. Patient 3.1. Registration 3.2. Services 3.3. Admit To Room or Ward 3.4. Discharge from Room or Ward

PHP Forms

Submitted by alpha_luna on

PHP Forms

In this tutorial we are going to learn about $_GET, $_POST, and $_REQUEST. Nowadays, PHP is one of the most popular means of processing HTML forms. To read the data submitted by a form, using PHP, use one of three special arrays: $_GET, $_POST or $_REQUEST. The first two contain the data submitted via their respective protocols.

How to Create Sliding Text on Images with Bootstrap Templates

Submitted by alpha_luna on

Sliding Text on Images with Bootstrap Templates

In this tutorial, we are going to learn on How To Create Sliding Text On Images. In this source code, we are going to display the text on its corresponding image with a background color after we hover the image. In the example source code below, by using CSS and jQuery to appear the text effect on our images. Using jQuery slideToggle() we produce effect after we hover into the image. You can try the Live Demo of this tutorial.