Moving Text in TextBox using JavaScript in Bootstrap

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Moving Text in TextBox using JavaScript in Bootstrap. This simple project, text in a textbox that automatically scrolling in itself and it is created using JavaScript query and for the GUI using Bootstrap Template. You can use this simple project to catch the attention of the users while they visiting your site.

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.