Training and Placement System in College (Java+ MySQL)

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

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

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.

CRUD Using PHP/MySQL with PDO Query

This Tutorial will teach you on how to create a simple CRUD system using PHP/MySQL and PDO Query.This Code is combination on my previous tutorial posted in this site. The feature of this system are CREATE, UPDATE, and DELETE using PDO Query. This is different from the other CRUD system posted in this site, because I used PDO Query and this system also is safe for SQL Injection. Other feature of