Android - Simple Search List View

Submitted by razormist on
Learn on how to create a Simple Search List View using Android. This code can search any word through entering the keyword. Android is the world’s most widely used operating system with over a millions of user, that are already installed to smartphones, tablets, and even television. Android is an open source so that developer find it easy to develop and expand new features.

Ticketing Management System using VB.NET with Source Code

Submitted by pbermoy on
This is a project entitled Ticketing Management System written in Vb.net and SQL Server Management Studio R2 2008 database for Small Port of Surigao City. This project store the port's passengers' details and generates a printable ticket after the payment. In order to create a new transaction, the system admin must configure the passengers' fee according to their classification. Also, the admin

Point of Sale 3.0 Update 24/Jun/2018

Submitted by Shazi on

Language Used PHP Database My SQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software WAMP Server Download and Unzip file on your local system copy phppos . Put phppos folder inside root directory Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) User Open Your browser put

PHPPOS Project in PHP and Mysql

Submitted by Shazi on
Language Used PHP Database MySQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software XAMPP Server/WAMP Server Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) For User Open Your browser put inside browser “http://localhost/phppos” Login Details for user: admin/shahzad123

Code generator for pure php

Submitted by abubasil on
Hello again, This script will generate the basic php CRUD for named table. These CRUD (create, read, update, delete) use the pure php programming style. This script uses mysql, you may modify it to be for mysqli. step one: open config.php file and set localhost, db user, db password, and db name. step two: run install.php and set the name of the table (tables one by one each run) step three: set