Staff Audit System

Submitted by sminuwa on
Hi every one. here is a simple staffs audit system. from this program you will learn how to create a simple verification program. you can also learn how to update records, delete records, select recodes and insert records with a very simple methods. Enjoy for more.... + + contact me @ + + + + email: [email protected] + + fb: facebook.com/itypeng (like us) + + + whatsapp & Calls: +23408135067070

Status Like(s) and Comment Program

Submitted by sminuwa on
This simple codes with help you learn how to create a simple "like" and "comment" program in either your forums or posts. feature: 1. update status. 2. comment on a particular status. 3. like a particular status or unlike as well 4. etc. ++++++++++++++++++++++++++++++++++++++++ + Thank you for downloading + ++++++++++++++++++++++++++++++++++++++++ +for more.... + +contact me @ email: contact

Customer Complaints

Submitted by nigerboy on
The e-Customer satisfaction survey system is a system that will assess customer satisfaction levels in a particular service or product offered at a specific company. The idea was triggered after the realization of high level of customer complaints and drops in sales at the company called Ziba Systems. The e-Customer Satisfaction Survey system main objective is to get customer grievances and use

Clipping Canvas Element in Javascript- Circle Shape

Submitted by GeePee on
This tutorial will teach you how to clip canvas element in javascript. On my previous example, I also discuss clipping but I used pure css/html. This time we will do it in javascript. You can also create different shapes like what we did in css example. Here's the link of css clipping if you've never seen it. Next project, I'm gonna show you the polygon shape. Hope you learn from this.

selectAll Text in Javascript

Submitted by GeePee on
This project will teach you how to create a selectAll text in a div using javascript. With this method, the user can easily copy all of the content on the selected div specially large amount of content. It has only few lines of codes in javascript using execCommand method. Don't forget also to set to true the div contenteditable event. Hope you learn from this.

Progress Monitor in Java

Submitted by donbermoy on
This tutorial will teach you how to create a progress monitor in java. A ProgressMonitor class simply monitors a progress in any operation. Hence, we will not use the JProgressBar component here. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of progressMonitor.java. 2.

No Layout in Java (Absolute Positioning)

Submitted by donbermoy on
This tutorial will teach you how to provide a java swing program without a layout. We will use the keyword null here in the setLayout method and we will do the Absolute Positioning using the setBounds method. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of noLayout.java. 2.