Travel Management System

Submitted by JAHANGEERQADIREE on
Travel Management System contain about us (i.e. some info about the travel agency), ticket booking, cancelling of tickets, show the available trains and their arrival and departure time in case of railways. Similarly, it shows the available domestic and international flights (one way, round way journey), select their day of departure, select their day of arrival, type of sex (male or female), no

Multiple Delete Data Using PHP/MySQL and PDO Query

Submitted by argie on
This tutorial will teach you on how to create an application in PHP/MySQL using PDO query that delete multiple data using checkbox as selector. I used checkbox as a selector in every row that u want to delete from database table. To understand more about this tutorial, fallow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

Role Based Access Control Payroll System based on Departments

Submitted by Njenga on
helo! This is a VB.NET implementation of Role Based login . I have attached the zip code. U need Crystal Report installed to be able to access it. You also need Visual Studio 2008 and above. ROLE USERNAME PASSWORD superAdmin admin admin FOR A BRANCH LIKE ASIA: ROLE USERNAME PASSWORD superAdmin admin admin Admin adminasia adminasia FOR A BRANCH LIKE KENYA: ROLE USERNAME PASSWORD superAdmin admin

File Handling: Form Closing Event

Submitted by joken on
Tutorial is a continuation of our previous topic called “File Handling: Adding a Save As Command”. But this time we’re going to focus on how to use the form closing event in visual basic. Basically FormClosing event occurs when the user click the close button and the form is being closed. When the form is closed, it releases all the associated resources with the form.

Training and Placement System in College (Java+ MySQL)

Submitted by Raj.Sharma on
Training and placement system developed by me in Java Netbeans 7.3.1 + MySQL 5.5 for the engineering students thesis submission in java. This project is very useful for beginners who wanna learn database programming in java........... Main Features are : 1. Course Entry 2. Companies Entry 3. Students 3.1. Profile Entry 3.2. Training 3.3. Placements 4. Reports 4.1. Students Training 4.2. Students

Responsive Menu Using CSS and JavaScript

Submitted by argie on
This code will teach you on how to apply responsive menu in responsive website. I only Used CSS and JavaScriptfor this code. This code is easy to implement in your website. The feature of this code is it will automatically adjust the design of the menu when the page size change. To understand more fallow the steps bellow: Creating Our Display Copy the code bellow and save it as "index.html". This

File Handling: Adding a Save As Command

Submitted by joken on
In this tutorial, we’re going to focus on how to add a “Save As” command. Since we have already a save command, we still need to add a “Save As” command because the Save command automatically saves the file, while Save As opens a dialog box which can be used to change the name, location of a file as well as the format of a file. The save and Save As command is essentially the same, that is to save the document. But, Save and Save As has a little difference.