Stopwatch in Bootstrap Templates

Submitted by azalea zenith on
In this tutorial, we are going to learn how to create Stopwatch in Bootstrap Templates. The feature of this simple tutorial has the function to start the stopwatch, to pause, to resume, and to reset the stopwatch back to zero. If you hit the reset button the timer will automatically back to zero then press the start button to begin. Look for the Live Demo, click the button below.

Role Based Login for a Gadget Shop Invetory System(RBAC)

Submitted by Njenga on
hello! this is a Role BASED Authentication login for an inventory system in C#. you need Crystal Reporting , VISUAL STUDIO 2008/2010 installed to avoid errors. I have used MS ACCESS database COURTESY OF RajLovesAshi ( http://www.sourcecodester.com/users/raj20505) ROLE: ADMIN USERNAME: admin PASSWORD: admin ROLE: MANAGER USERNAME: man PASSWORD: man ROLE: EMPLOYEE USERNAME: em PASSWORD: em

Random Code in PHP

Submitted by azalea zenith on
If you are looking for on how to create Random Code in PHP then you are at the right place. In this tutorial, we are going to learn on how to create random code using PHP. You can use it this simple project in your existing web application or systems like in registration form, before sending information you can use the random code to confirm it before sending data to the database or you can use it as a random code for your selling items in POS web project, etc. Take a look the source code below. This simple code, we are going to use it to have a random code.

237POS (Another Android Point Of Sale)

Submitted by jahswant on
237POS is a Point of Sale app that has a user friendly interface that everyone can use without difficulty. The POS can be used on , Android tablets or ChromeBooks Say goodbye to ugly, expensive, outdated POS systems and enjoy the 237POS interface designed for the modern retailer. KEY FEATURES Handling multiple customers Handling multiple stores simple stock management Register repport Products

Temporary Tables Magic Table and Injection in SQL

Submitted by Aliya Crox on
Tempopary tables Tempopary tables are created at runtimes and ability to perform all the operation like the normal table. These tables have limited scope. This table is stored in tempdb. There are two types of temporary table: Local Temporary table: This table is available only for the current connection. It is automatic deleted once disconnects from instance. This table is createdby putting

Port 80 in use by “Unable to open process” with PID 4 Error

Submitted by admin on
Port 80 in use is a common problem encountered by programmer who used apache. There are so many causes of this problem and this is the reason why I write this article. You encountered this problem because: You use Xampp, Wamp and other packages that includes apache as a web server and other process is using port 80. Here’s the following guide to resolve this issue: A common application that used

Chamber of Commerce Membership Management System

Submitted by Yonatan_Abi on
Conduct Chamber business online Manage Content by inserting or editing text, photos, documents, etc. Manage Users by setting permissions on information to be viewed by members, prospective members, other Chambers – the world Create online forms to collect various information. Both Desktop and Mobile Responsive Membership management System Bulk Email Service(Mail all and particular Users)

Multiple Delete Data

Submitted by azalea zenith on
If you are looking for on how to create Multiple Delete Data in PHP then you are at the right place. This simple system can add data to the database then you can delete the data individually or you can be used the checkbox to delete more than one data in just one click. We are going to use the checkbox as our selector so the user can select multiple or one data only to delete.