• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Uncategorized

How to install Apache tomcat on Windows 7

February 22, 2014 by ProjectsGeek Leave a Comment

How to install Apache tomcat on Windows 7

 

install Apache tomcat on Windows 7Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation. It implements the Java servlet and the Java Server pages specifications from Sun Microsystems and provides a “pure Java” HTTP web server environment for Java code to run in.

It is an application server that executes Java servlets and renders web pages that include Java Server Page coding. Described as a “reference implementation” of the Java servlet and the Java server page specifications,tomcat is the result of an open collobration of developers and is available from the Apache website in both binary and source versions. It can be used as either a standalone product with its own internal web server or together with other web servers, including Apache, Netscape Enterprise Server, Microsoft Internet Information Server and Microsoft Personal Web server.

The Environment used for installing Apache tomcat is JDK 6, Windows Os if you want to install it and also the lastest OS will be a good choice. JDK must be installed before you install this. The below mentioned are the steps which will help you in installing of the application on Windows 7.

Steps to to install Apache tomcat on Windows 7

  • Firstly you need to download the application.
  • Please go to the website mentioned for downloading the application https://tomcat.apache.org/download-60.cgi.
  • The following image appears when you initially click on the above website.

 

How to install Apache tomcat on Windows 7

  • After opening the website, download the software that is related to you whether it may be 32 bit or 64 bit.
  • After you click on the necessary file, a zip file gets downloaded and all you have to do is simply unzip the downloaded file to the respected location you desire.
  • After downloading the windows installer file simply double click on the .exe file.

Apache tomcat on Windows 7

  • Simply click on the ‘Next’ button to continue installation process.
  • Accept the terms of the agreement by clicking on ‘I Agree’ button.
  • Choose the features of the Apache Tomcat you want to install by checking the components and clcik ‘Next’.
  • After the installation process, Apache Service Manager window appears which is attempting the start the Tomcat service.

 

Other Projects to Try:

  1. How to install Eclipse on Windows 7
  2. How to Install Visual Studio 6 on Windows 7
  3. How to install MySql on Windows
  4. How to Run Java Projects
  5. MCA Projects in Java

Filed Under: Uncategorized

How to Install Visual Studio 6 on Windows 7

February 18, 2014 by ProjectsGeek Leave a Comment

How to Install Visual Studio 6 on Windows 7

 

Visual Studio 6 .0 is the IDE for windows programming visual basic from Microsoft. You can simply install the Visual Studio 6 on windows xp ,But on windows 7 it through multiple error during installation due to which installation fails. 

How to Install Visual Studio 6 on Windows 7 Video 

 

So in this “How to Install Visual Studio 6 on Windows 7” tutorial, I will tell you how to install Visual Studio 6 on Windows 7 without any error. You need to follow the given steps carefully or you can watch the video given in the post.  

Here are the steps that you need to follow

  • Initially you’ll have to create a zero byte file which is a DLL file named MSJAVA. For those who are wondering on how to create it, just make a text file and change its extention to .DLL.
  • Open my computer, then windows and copy and replace the DLL file you had initially created.
  • Now you are set for the installation.
  • Insert your visual basic 6.0 CD into your computer.
  • Go to the root folder of the CD.
  • Right click on the SETUP.EXE file, select “run as administrator” .
  • Now open SETUP.EXE file, a prompt will ask for confirmation. Click on yes and also select run program.
  • Click next, then click on “I accept agreement”, then next enter name and company information, enter your product key and click on next.
  • Now select ‘custom setup’, otherwise your computer will not be compatible.
  • Now click on continue and then OK.
  • Setup may take some time to run, you’ll have to be patient.
  • Now finally, it will ask you to select installation location; from the menu, you only have to check visual basic data access and tools. Then further click on continue.
  • Now after a while a successful completion dialog box will appear, click OK, your VB 6 is finally installed in your computer.
  • You can run it from start menu.

Other Projects to Try:

  1. How to Run Visual Basic Projects
  2. Creation of activex document dll using visual basic and register it.
  3. How to install Eclipse on Windows 7
  4. How to install Apache tomcat on Windows 7
  5. Visual Basic Projects with source Code

Filed Under: Uncategorized

Library Management System Project

February 12, 2014 by ProjectsGeek 23 Comments

Library Management System Project 

 

Manual process of keeping student records, book records, account details, managing employee is very difficult. There are various problems also faced by the student in library such as finding any particular book, information whether book is available or not, for what time this book will be available, searching of books using ISBN number etc. To eliminate this manual system, library management system has been developed. Library Management System will handle all the current issues faced by the students and by its admin personnel.

Motivation behind this project

To store all the information in the database from where user will place their query and get the results on the basis of their query. Only valid users will be able to access this Library Management System. Through this Library Management System it will be easy to manage accounts and various details of particular student and employees working under library along with the records of book.

Library Management System Project 

The current Library Management System does not eliminate the process of searching books within the library campus. Students have to find books manually. They have to wait until they are not provided with their library card and token. For receiving book they have to show their library card and wait in line for their turns. The admin personnel also have to look manually on which day which person will take the charge within library to manage the overall work.

Library Management System Overview

This Library Management System will have login page from where its user can access. This page will provide login for admin, working staff members and the students. Staff members accounts will be manage by the admin. To access the library resources students have to register by using their registration number, email address, phone number, class roll number and password. After successful registration they will be provided the login facility.

Students can search books by using book ISBN number or by author name or by title of book along with author name. After completion of this process students will be provided with book details such as where it is located by using location number and by their row and column number.

If any student has lost their book, then this should be informed to library working staff member where they can made changes to their account and take appropriate actions such as fine.

Admin will able to add staffs, delete staffs, add students, delete students, add books, manage account details, schedule working time table etc.

For receiving book from the Library Management System students have to use their bard code card and provide to the staff members where they will scan their card and add particular book into their account. If any student does not clear their previous dues then it will display a message of defaulter and last date to submit their dues.

Library Management System Project Snapshots 

Members
book Issue
Report Display
Library Management System home
Records Books
Library Management System settings

 Technologies Used

  •  VB 6 as front end.
  •  My SQL Server as back end.

Software Requirements

  •  Windows Vista.
  •  Visual Basic 6.0 Studio.
  •  My SQL Server.

Hardware Requirements

  •  Processor – Pentium IV or higher version.
  •  Ram – 200 MB.
  •  Hard Disk – 500 MB.
  •  Monitor.
  •  Keyboard.
  •  Printer.
  • Bar code scanner.

Download Library Management System 

Library Management System Abstract Library Management System Abstract 
Library Management System Code  Library Management System Code
Library Management System Database  Library Management System Database

Other Projects to Try:

  1. Library System project in Java
  2. Library Monitoring System Project
  3. College Library Record System project Java
  4. College social network project PHP source code
  5. Java mysql projects with source code free download

Filed Under: Uncategorized

Hostel management System Project in Vb

February 8, 2014 by ProjectsGeek 5 Comments

Hostel management System Project

 

Hostel management System Project will able to keep student records, attendance information for each student along with their room number and hostel number details. This Hostel management System Project will also calculate the bills for each student for foods provided by the mess department of every hostel.

Hostel management System project Concept

The basic idea behind developing this Hostel management System Project is to make easy accommodation and easy calculation process for the Hostel Management. Through this Hostel management System Project, they can easily allocate the student to their appropriate hostel by using their admission receipt. As various other recipes are provided by the mess department and take additional charges. So candidates who will take this service will only have to pay that exact amount. If any student is not present, then they do not have to pay any amount of that particular day. If any candidate not be able to present during night hour will be fined or will take appropriate actions from authority side.

Project Statement

Current manual system cannot able to track those candidates who are not present within their hostel rooms during night hour. Another demerit is in mess payment system. Each month candidates have to make full payment even if they eat or not on particular day due to certain reason or may be due to holiday. Attendance is made manually by counting heads in every hostel within the campus.

Hostel management System Project Snapshot

Students Records
Hostel management system Project home
Student Entry
Hostel management system hostel
Hostel management system Project login
Hostel management system

Hostel management System Project Overview

Hostel management System Project will keep details of each and every student by suing their unique id which will be provided during the admission time. It will provide the expenditure details of mess department and able to keep track on the stock details of materials used under the mess departments. Admin can access information of each and every employee working under particular hostel number by using their unique number. The list of all working employees working under particular hostel will be displayed separately. Admin can add, delete, modify, and change information and other fields used in hostel management system. Admin can make changes in the mess charges, hostel charges, and other expenditures charges used within hostel campus.

Hostel management System Project can be used to make query to find quick results. It can be used to find room number which is vacant. This system can also be used to find total number of rooms available under particular hostel number. This Hostel management System Project will also display additional information, such as which hostel number will be available for boys and which hostel number will be available for girls. Another feature is that, we can assign particular hostel number based on the year of admission and course.

Technologies Used

  •  VB.Net as front end.
  •  My SQL Server as back end.

Software Requirements

  •  Windows Vista.
  •  Visual studio 2006.
  • My SQL Server.

 Hardware Requirements

  •  Processor – Pentium III or higher version.
  •  Ram – 200 MB.
  •  Hard Disk – 500 MB.
  •  Monitor.
  • Keyboard.

Download Hostel management System Project

 Hostel management System Abstract  Hostel management System Abstract
 Hostel management System Code  Hostel management System Code
 Hostel management System Database  Hostel management System Database
 Hostel management System PPT  Hostel management System PPT

Other Projects to Try:

  1. TestPage
  2. Student Information System project in PHP
  3. School Management System Project in C++
  4. Library Management System Project
  5. Hostel Reservation System Project in PHP

Filed Under: Uncategorized

Remote Grammar Updation Module Project Idea

December 18, 2013 by ProjectsGeek Leave a Comment

Remote Grammar Updation Module Project

 

Remote Grammar Updation Module project using JSP Final Year project

Based on the architecture of the a core system for machine assisted translation, the remote grammar updation module proceeds with the objective of translating English text into Hindi in a specified domain of Personnel Administration, specifically Gazette Notifications, Office Orders, Office Memoranda and Circulars pertaining to appointments, transfers and promotions. The remote grammar updation module allows for manipulation of lexicons sourced in the central database also providing for transliteration from English to Hindi.

The project is aimed at satisfying the following requisites:

  • All documents whether translated or otherwise are stored in a central database, which will be available to all concerned authorities. Common translation tools such as add word, multiple output
  • This is based on a distributed architecture, which helps to use both the server as well as client computing power
  • The system provides a personal login id, password and inbox facilities to maintain the translated documents.
  • This is an interactive system with the common tools required to translate a document.

Following the Software Development Life Cycle in a proper & sequential manner to include all phases of software development; including developing requirement analysis documents, developing design documents, implementation, unit testing, integrated testing and user acceptance.

Benefits of Remote Grammar Updation Module Project

  • Instant dissemination of knowledge and information through on-line translation.
  • Standardization and uniformity in the use of translation equivalents, expressions and styles.
  • To help the Government bodies to execute and promote Official Language through the help of the modern IT.

Technology Used Remote Grammar Updation Module Project

JSP

            Java Server Pages, commonly called JSP, is a Java- based alternative to ASP,invented and standardized by Sun.. JSP uses a syntax similar to ASP  except the scripting language is Java. Unlike ASP, JSP is an open standard implemented by dozens of vendors across all platforms. JSP is closely tied with servlets because a JSP page is transformed into a servlet as part of its execution.

Servlets

            Java servlets are a key component  of server-side Java development .A servlet is a small, pluggable extension to a server  that enhances the server’s functionality.Servlets allow developers to extend and customize any Java-enabled web or application  server with a hitherto unknown degree of portability,flexibility and ease.

Download Remote Grammar Updation Module Project

 Remote Grammar Updation Module Synopsis

Other Projects to Try:

  1. Final year engineering projects Ideas for CSE
  2. Java Projects | VB Projects | PHP and ASP Net Projects
  3. Mobile Banking Final year Project Idea
  4. Online Voting System project Idea
  5. E-Learning Management System Project Idea

Filed Under: Uncategorized Tagged With: Project Ideas

Geo Spatial Solution project Source Code

December 16, 2013 by ProjectsGeek Leave a Comment

Geo Spatial Solution project

 

Geo Spatial Solution project is basically a automated system to make complex process of government services simple. Local bodies are classified into Municipal Corporations, Municipalities of different grades depending upon the population and income of the Urban Local Body. These Urban Local Bodies have been constituted with the objective of discharging certain

Geo Spatial Solution project Existing System

Our Geo Spatial Solution existing system is a basic manual system used for this purpose. In this Geo Spatial Solution project System user have to store the information in the form of excel sheets or text files on Disk Drives. Hence no data sharing is possible using such system. This manual system gives us very less security for storing data and our data is more vulnerable which can also leads to data lost due to is management. Also Searching of even simple information is complex process and less efficient.

In current system information gathering of organization from different sources across the world is very complex job and their are lot of chances the error can occur during the process. Also combining all data to generate bills can take many days and lead to many inconsistencies in calculations. Now days in current system user get the bills details through manually methods by visiting, in various authorities like water,electricity board, property tax department.

Geo Spatial Solution project Proposed System

In this new system the following functionality try to automate the whole process by maintaining the database integrity and security. This system is user friendly is provided in the application with various controls provided by system Rich User Interface. The system makes the overall project management much simpler and as well as flexible. It can be accessed over the Intranet as well as on internet from any location. Our system will keep employee related data at centralized database which can be maintained by the system and can be accessed from any where. This approach will give us the more security for user data because data is stored at centralized location and client user have control on it. Authentication is provided for this application only registered Users can access. There is no risk of data management at any level while the project development is under process. The automated system will provide to the employees for reliable services. The proposed system using web services, a web service can get the information from other sources also.

Modules in Geo Spatial Solution project

  • Authentication
  • Citizen’s
  • Administrator
  • Search
  • Citizen’s Bill Information
  • Reports
  • Web Services

Geo Spatial Solution project Snapshots

category
Geo Spatial Solution project login
Geo Spatial Solution project home
Geo Spatial Solution project approval
Tax master
House Type

Download Geo Spatial Solution project

Geo Spatial Solution project Abstract Geo Spatial Solution project Abstract
Geo Spatial Solution project Report Geo Spatial Solution project Report
Project Presentation Download Project Presentation Download
Project Code Download Project Code Download

Other Projects to Try:

  1. 100+ .Net mini Projects with Source Code
  2. E-Gift Shoppy Project with Source Code
  3. Classified App Source Code | IOS Projects for Students
  4. Market Billing System project with Source code
  5. Unit Converter Android Project with Source Code

Filed Under: Uncategorized

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Interim pages omitted …
  • Page 13
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy