A Project Report On Online Certified Course

 Preface

  • This Online Certified Course Website is Provide to you to learn and get the certificate.
  • This Website Can be Also Provide Information about different types of courses.
  • The User can learn online and get the certificate.
  • This is a static and dynamic website designed
  • The User can registration first and then login and start the course.

Acknowledgement

We are very grateful and thankful to professors of my college. Who give me a good guidance and gives suggestion about each and every topic which we study and research? They give me guidance about my current Online Certified Course project.

We also thankful to my friends. Who give me support to helpful to complete this project? And solve my all difficulties.

We are taking this opportunity to express out gratefulness to the principle and All staff.

We also express our heartily thankfulness to all out friendly classmate and those entire person who have directly helped us in the preparation of this project.

Thank you to all person involve in this Online Certified Course project.

Project Profile

Project Name : Online Certified Courses
Front – end – tool : PHP Version 5.2.6
Back – end – tool : Mysql
Operating System : Windows-7.
Team Size : 2 Students
Project Duration : 3 Months

Software Requirement:-

  • Operating Systems : Microsoft Windows XP (or more)
  • Front End Tool : PHP
  • Back End Tool : Mysql
  • Browser : Chrome, IE, Firefox

Drawback of Existing System

  • As Current System is Window base. So it’s Very Difficult.
  • Time consuming Problem.
  • Only One Person is work at a time.
  • Difficult to Work for learning courses Time Duration.

Need for new System

  • To online certified Process Work Is Fastly?
  • Reduce The Time Period for learning courses.
  • Paper work to be Removing.
  • Information stored in database, which provides data security.

Data Flow Diagram

Context Level Diagram

0’Level DFD for User

O’Level DFD for Admin

DATA Dictionary

REGISTRATION TABLE

SR.NO Field Name Data Type Constraints Description
1 Id Int(5) Auto/Inc Use For id
2 Cust_name Varchar(25) Not Null Use For Name
3 Cust_address Varchar(50) Not Null Use For Address
4 Cust_city Varchar(50) Not Null Use For City
5 Cust_state Varchar(12) Not Null Use For State
6 Cust_country Varchar(10) Not Null Use For Country
7 Cust_email Varchar(50) Not Null Use For Email
8 Cust_password Varchar(15) Not Null Use For Password
9 Cust_dob Date Not Null Use For Birth Date
10 Cust_gender Varchar(6) Not Null Use For Gender
11 Cust_Pincode Int(6) Not Null Use For Pincode
12 Cust_mobile Decimal(10,0) Not Null Use For Mobile

ADMIN LOGIN TABLE

SR.NO Field Name Data Type Constraints Description
1 id Int(11) Auto/Inc Use For id
2 Username Varchar(25) Not Null Use For Username
3 Password Varchar(25) Not Null Use For Password

NEWS TABLE

SR.NO Field Name Data Type Constraints Description
1 id Int(11) Auto/Inc Use For id
2 News Text Not Null Use For News

FEEDBACK TABLE

SR.NO Field Name Data Type Constraints Description
1 Id Int(11) Auto/Inc Use For id
2 Name Varchar(20) Not Null Use For Name
3 Email Varchar(30) Not Null Use For Email Id
4 Mobile Decimal(10,0) Not Null Use For Mobile No
5 Message Varchar(500) Not Null Use For Message

COURSE TABLE

SR.NO Field Name Data Type Constraints Description
1 C_id Int(5) Auto/Inc Use For id
2 Course_Name Varchar(50) Not Null Use For Name
3 Course_category Varchar(50) Not Null Use For Category
4 Course_cont Text Not Null Use For Content
5 Img_Name Varchar(50) Not Null Use For Image Name
6 Image Blob Not Null Use For Image
7 Pdf_name Varchar(100) Not Null Use For Pdf

Form Layout

Home Page
About Us Page
Contact Us Page
Registration Page
Login Page
Business Course Page
Admin Login Page


Admin Home Page


Add Course Page


Update News Page


Admin Change Password


Feedback Suggession Page
Feedback Report
Registration Page

 

A Project Report On Online Job Portal

Project introduction & Profile

Job portal is an application which connects employer and job seekers where employers are the source of the resources and the job seeker can find and apply for their targeted job. This document provides details about the entire software requirement specification for the online job portal.

Preface

  • This Job Portal website is providing to the online job portal system.
  • This website can be also providing information about online job.
  • The customer can get the online registration.
  • The Job Portal web application can be used by any employee to apply job and any employer are post to job.

Drawback of Existing system

  • Existing system are a failing in providing quick operation
  • Cost is high as well.
  • Processing very lengthy and time consuming.
  • More time consume for before generation.

Need for new System

1. Proposed Job Portal system consists of 3 modules: Job Seeker, Employer and Administrator.

2. Online Job Portal will provide the fast operation and low cost expense than old system.

3. Easy job search, which is a job seeker need

SOFTWARE REQUIREMENT

Operating System : Window XP, Windows 7
Front –End : HTML, Java Script, PHP
Back-End : PHP, MYSQL
Supporting Server : Apache Tomcat 5.5 , WampServer

Hardware Requirement

Processor : Intel Pentium IV,2.4 GHz
RAM : 512 MB
Hard Disk Drive : 40 GB
Video : 800*600,1024*768 256 colors

Data flow diagram

First level DFD (continue)


DATABASE RELATIONSHIP


Data dictionary

Employees Table

FIELD TYPE NULL EXTRA PRIMARY KEY
Ee.id Int(4) NO Auto increment YES
Ee_fnm Varchar(40) NO NO
Ee_pwd Varchar(10) NO NO
Ee_gender Varchar(1) NO NO
Ee_email Varchar(30) NO NO
Ee.Add Varchar(300) NO NO
Ee_phno Varchar(10) NO NO
Ee_mobileno Varchar(10) NO NO
Ee_current_location Varchar(20) NO NO
Ee_annual_salary Int(10) NO NO
Ee_current_industry Varchar(20) NO NO
Ee_qualification Varchar(10) NO NO
Ee_profile Varchar(10) NO NO
Ee_resume Longtext NO NO

Employers table:

FIELD TYPE NULL EXTRA PRIMARYKEY
Er_id Int(4) NO Autoincreament YES
Er_fnm Varchar(30) NO NO
Er_pwd Varchar(10) NO NO
Er_company Varchar(30) NO NO
Er_add Varchar(100) NO NO
Er_ph Varchar(10) NO NO
Er_email Varchar(30) NO NO
Er_company_profile Varchar(300) NO NO

Contact table

 

FIELD

 

TYPE

 

NULL

 

EXTRA

 

PRIMARYKEY

Cont_id Int(4) NO Autoincreament YES
Cont_fnm Varchar(30) NO NO
Cont_email Varchar(20) NO NO
cont_query Varchar(300) NO NO

Job table

 

FIELD

 

TYPE

 

NULL

 

EXTRA

 

PRIMARYKEY

J_id Int(4) NO AUTOINCREAMENT YES
J_category Varchar(40) NO NO
J_owner_name Varchar(30) NO NO
J_title Varchar(30) NO NO
J_hours Float(3,1) NO NO
J_salary Int(10) NO NO
J_experience Int(3) NO NO
J_discription Varchar(300) NO NO
J_city Varchar(20) NO NO
J_active Int(1) NO NO

Application table:-

 

FIELD

 

TYPE

 

NULL

 

EXTRA

 

PRIMARYKEY

A_id Int(4) NO Autoincreament YES
A_uid Varchar(30) NO NO
A_jid Varchar(30) NO NO

Category Table:-

 

FIELD

 

TYPE

 

NULL

 

EXTRA

 

PRIMARYKEY

Cat_id Int(4) NO Autoincreament YES
Cat_nm Varchar(30) NO NO

Screen Shots

Job Portal Home Page


Employee Registration Page


Admin Page


Manage Job Page


Add Category Page


Recent Contact Page


Job Post Page

A PHP Project Report & Source Code on E-Shop

Acknowledgement

We are very grateful and thankful to professors of our college. Who give us a good guidance and gives suggestion about each and every topic which we have study and research. They give us guidance about our current project.

We also thankful to our friends. Who give us support to helpful to complete this project? And solve our all difficulties. We are taking this opportunity to express out gratefulness to the HOD sir
We also express our heartily thankfulness to all out friendly classmate and those entire person who have directly helped us in the preparation of this project. Thank you to all person involve in this project.

Project Profile

Project Title: Online Shopping System

Hardware Requirement:- 

Dual core , 2.5 GHz, 512 MB RAM, 40 GB HDD

Software Requirement:- 

Operating Systems : Microsoft Windows XP (or more)
Front End Tool : PHP
Back End Tool: : Mysql
Browser : Chrome,IE,Firefox

Need For New System

With the help of new system a members of shopping mart has easy to handle whole process. With the help of online shopping system it’s easy to sell a product in a better price rate and easy way to keep customer demands satisfaction.

Online system has a one more special feature is shopkeeper can easily find customer and customer finds desired products in comparing low rate than manually purchasing. Online shopping system contains some other decent feature like as under.

Data Dictionary:

  • Money (e.g travelling cost, courier cost)
  • Save Time (e.g at home delivery)
  • Multiple Choices (better Availability)
  • Cash on Delivery (remove money risk)
  • Know Festival Offers (better Discount on offer)

HOME PAGE


USER LOGIN


Advertise Form


CUSTOMER REGISTRATION


CUSTOMER ORDER


ABOUT US
CONTACT US
ADMIN LOGIN
ADMIN FORM
CUSTOMER ORDER REPORT

 

E-Books Download PHP Project

PREFACE

The age of information has gone; The correct area is the Age of The Knowledge. This having knowledge would be higher resources from the society & at the same time would be earning the higher returns. But Knowledge is important to student, it is made mandatory for M.sc IT & CA  Students to work on a practical at some industrial organization & develop a comprehensive project.

Here is the detailed report on the project “E-Books Download” prepared. It is  developed on PHP & MYSQL with tables and forms. At last would only like to say that the practical education at COLLEGE has been very knowledgeable experience for us. we have tried my level best to produce the best output.

ACKNOWLEDGEMENT

The present of this PHP Project report gives us the feeling. As the final frontier achieving a Msc IT& CA, the actively of going through industrial orientation has bridged the gap between the academics and practical and real life work for us. It has prepared us to apply ourselves to become good IT professional. Naturally, it requires lot of people support to complete this project. We take this opportunity to acknowledge their supports to us.

We are specially Thanks to “Mr. ” Director of our college to give us opportunity to develop a project.

We sincerely thank our department for the academic advancement, it has finally provide us and opportunity for project work. We thank Mr. and head of department for their support through the E-Books Download project.

PROJECT PROFILE

Operating System: Windows XP & onwards

Technology Used:  HTML, JavaScript, CSS, PHP

Editor : Dreamweaver 8

Database: MySql

Diagrams

Activity Diagram For User


Activity Diagram For Admin


Data Flow Diagram (Dfd)
E-R Diagram
Usecase Diagram For Admin
Usecase Diagram For User

Output Screens:

DataBase Structure

  • Admin Table
  • Register table
  • BooksInfo
  • Categories
  • Feedback
  • BackGround
  • Photo

Home Page

In Home Page user can see the books photo, links related to site, last added Books, and Login Form.Home page Contains The Header And Footer That Contain The Different Link.

Registration Form

If User Want to Member then user need to fill up all the Details Which are Display in register Form.
After Fill up All The Information user Can Purchase the Books.

About Us

  • This Page Contain The Site Information like What’s Purpose,What’s Provides .
  • Contact Us
  • This Page Contain The Contact Us.

Help

Help Related To The Site like How to Login,How To Join,How To Purchase E-Books…
.
If User Login Then Page Will be (User Home)


Here User see the Different Categories From Which user Can select for EBooks Purchase.
Different links are Display in this page from which user can select , like feedback , logout etc.

If User Select Categorie Then Page

  • EBooks are Display related to the selected Categories
  • User Can Purchase The EBooks by Just Clicking on the Add To Card link.
  • Author name,Publisher,edition,size of EBooks are Display In This Page.

Feed Back Form

If User Want To send feedback then user need to fill up all the Details which are Display in Feed back Form like name, E-Mail, And Comments.

Change Profile

  • Here User Can See the his profile .
  • User Can also change the profile in this page.

Change Profile Photo Form

If User Want to change His Profile Photo then Must Need To Browse New Photo in this Page.

Change user Password

  • User Can Change The ID and Password in This Page.
  • User Need To Add old ID and old Password For Changing Password.

If Admin Login Then Page Will be( Admin Home)

Different links are Display from which admin can select any option.

Edit/Delete Books

  • Admin see all the EBooks With Edit And Delete Links.
  • Title, Categorie, author, publisher, price, size of EBooks Are Also Display in This Page.

Edit / Delete Categories

  • This Page Display all The Categories With Edit and Delete Links.
  • Admin Can Delete Multiple EBooks By Selecting More EBooks.

Add Books

  • Admin Need To Fill up All the Books Information for Uploading a New Books.
  • Admin can add the EBooks through this page.

Add Categories

Admin can add/edit the categories through this page.

View User Info.

  • Admin see all the user information in this page.
  • Admin can delete the User by clicking on delete link.

View Feedback

  • Admin see the Feedback in this page.
  • Admin can delete the feedback send by user.

Change Admin Password

Admin can change the ID and Password in this page.

Change About Us.

Admin can Change The About By Using This Page.

Change Background image

Admin Can Change The Site Background By Browsing Background Image in This Page.

Change Home Page Photo.

Admin can Change The Home Page Photo in this Page.

Bibliography

Following EBooks were referred to during the development of the project:

  • Introduction to website development
  • Website using PHP
  • MYSQL Database Management System
  • Professional guide to JavaScript

Following Websites were referred to during the development of the project:

  • http://www.php.net/
  • http://www.learnjavascript.net/
  • http://www.sourcecode.com/

Following EBooks were referred to during to the development of the project:

  • Beginning PHP, Apache
  • MYSQL® Web Development
  • PHP Manual

Intrapanel Campus Management System PHP Project

This project documentation serves the need of the visitors. Especially of those who want to buy tickets for the events & for those who want to submit resume for volunteering services. This documentation contains, Illustration of various screen queries & reports.

The first section of this web site covers information about different sports, venues, key stakeholders, games village, cultural events, competition schedule etc. The second section covers sales of tickets & how to submit the resume from any place & at any time.

Summary of the Project 

Campus Management Solutions are leading the way in this education technology revolution by allowing information to be shared throughout an institution in real time. Tasks that once required usage of lots of paperwork and files such as attendance records, examination marks, report cards, notices, time-tabling, and discipline tracking can now all be centralized under one integrated data management system and distributed to the appropriate users through secure, permission-based log-ins.

Intrapanel Campus Management Solution allows Management, students, teachers, and principal/administrators to easily communicate, share information, and manage their tasks from any computer with an Internet connection to unify entire institution communities around single, powerful databases, saving time, cutting down on duplication of efforts, and reducing rising costs for document storage.

Key benefits of Intra Panel:-

  • Intrapanel app  can be accessed from anytime anywhere. Anyone with permission (Secure Login) can access and work on all student information at any time of day/night from anywhere in the world
  • Need authentication for login.
  • Decrease lots of paper and pencil works 
  • Intrapanel can run on any system that can be used to check your email. Most of the systems are now available with Internet facility. 
  • Low total cost of ownership – There is no need to invest in expensive hardware – PC servers, new PCs, new software licenses, maintenance, or technical staff.  24x7x365 availability from anywhere, any time – Access from anywhere inside your University, College or School campus, from home, or any computer worldwide that has a web browser and Internet connection.

PC Hardware independent – Intrapanel CMS can be accessed from any Laptop/Desktop Windows PC.Also on slow data connection too.

About the Project

Having realized the importance of Information Technology in improving operational efficiency, the department started its computerized efforts early on. The primary purpose of the Software is to maintain information to monitor and enhance the performance of the departments.

The primary purpose of  IntraPanel is to develop and maintain a community information network, which provides open and free access to online information for the student. The hallmark of this community information network is the ability of the general student and college to obtain information that may not have been previously, or easily, accessible to them.

This pertains to maintenance of details of performance and college received, action taken and status of the performance and events. Users with access to the Web can enter their userid and find out the status of its data and academic status. Each user and student will be assigned a unique id for reference.

Table Name: User

It holds details about the user of the IntraPanel.

Table Name: Attendance

It holds the attendance record of  the student.

Table name: Feedback

It contains the information about the feedback add by users.

Table Name: Notice

It contains the information about the notices added.

Table Name: Results

It contains the information of  various semesters Results

Input/Output Screen Shots

Page Name:-  gallery.html

Description:-It is the gallery page of application and available to all user it contains the images of various event occur in college campus.

Validations:- No validation applied on this page

Page Name:- loginn.php

Description:-It is the login page of application and available to all user it contains the login box only the valid user get access from here to further.

Validations:- Validation applied on this page for user login.

Page Name:- isadmin.php

Description:-It is the user checkpoint page here application check that user who is loging in either the simple user or admin both the admin and student have different priviligies

Validations:- Validation applied on this page for users check.

Page Name:- isadmin.php

Description:-If the user is student then priviliges which are shown to student are shown in image
Validations:- Validation applied on this page for users check.


Fig: student welcome page

Page Name:- getnotice.php

Description:- The page will provide users with up to date info regarding the notices issued.
Validations:- Validation applied on this page for users check.

Page Name:- getattend.php

Description:- The page will provide users with up to date info regarding the attendance with year and month wise.
Validations:- Validation applied on this page for users check.

Page Name:- getattend.php

Description:- The page will provide users with up to date info regarding the attendance when year and month are inputed.

Validations:- Validation applied on this page for users check.

Page Name:- userResult.php

Description:- This page will provide users whole sem result information to the user.

Validations:- Validation applied on this page for users check.


Fig: Result Retrival

Page Name:- studentFeedback result.php

Description:- This page will provide users with whole teachers feedback.

Validations:- Validation applied on this page for users check.

Page Name:- Feedback.php

Description:- This page will provide users to add feedback to any lecturer.

Validations:- Validation applied on this page for users check.

Page Name:- isadmin.php

Description:- This page is admin page which working with full fledge privilligies grangted environment to admin.

Validations:- Validation applied on this page for users check.

Page Name:- isadmin.php

Description:- This page is admin page which consist two main section one is create and other one is manage.Both the section have their child component further.

Validations:- Validation applied on this page for users check

Page Name:- createuser.php

Description:- Create’s first child is student profile it generate form to make new profile of the student.
Validations:- Validation applied on this page for users check

Page Name:- createTeacher.php

Description:- Create’s second child is lecturer profile it generate form to make new profile of the teacher.

Validations:- Validation applied on this page for users check

Page Name:- notice.php

Description:- Create’s third child is notice it generate form to make newnotice along with date .

Validations:- Validation applied on this page for users check

Page Name:- loginn.php

Description:- login page which after validation ensure that the logger is admin or simple user.

Validations:- Validation applied on this page for users check

Page Name:- isadmin.php

Description:- It is the admin’s welcome page and shows the admin environment.

Validations:- Validation applied on this page for users check

Page Name:- isadmin.php

Description:- It contains two major operation one is of create and another is manage.

Validations:- Validation applied on this page for users check

Page Name:- createuser.php

Description:- The admin is create new user(student account) here.

Validations:- Validation applied on this page for users check

Fig: Create new user here

Page Name:- createuser.php

Description:- The admin is create new user(lecturer account) here.

Validations:- Validation applied on this page for users check

Page Name:- notice.php

Description:- The admin is create new notice for desired date here.

Validations:- Validation applied on this page for users check

Page Name:- aten.php

Description:- The admin is create new attendance here.

Validations:- Validation applied on this page for users check.

Page Name:- aten.php

Description:- The admin is update student profile here.

Validations:- Validation applied on this page for users check.

Page Name:- delete.php

Description:- The admin is delete student profile here.

Validations:- Validation applied on this page for users check.

Page Name:- editteacher.php

Description:- The admin can update teacher profile here.

Validations:- Validation applied on this page for users check

Page Name:- deleteteacher.php

Description:- The admin can delete teacher profile here.

Validations:- Validation applied on this page for users check

Page Name:- showresult.php

Description:- The admin can update and manage result of students here.

Validations:- Validation applied on this page for users check

Page Name:- viewresultadmin.php

Description:- The admin can update and manage result of students here.

Validations:- Validation applied on this page for users check

Project Report on Study Collage for CSE

Major Project is one of the most important components in the fulfillment of any professional course conducted at any level and at any college. Each one of us would always have an advantage if we have a chance to come face to face with the tools and processes we are being taught in our course. The main purpose of this Study Collage for CSE Major project is to expose the trainees to the practical experiences of the actual industrial conditions in which they are required in future.

This Process helps us to complete our knowledge about the process of developing software.

INTRODUCTION TO THE PROJECT

This ‘STUDY COLLAGE for CSE’ Project is online learning site. The motive behind developing this website is to help all computer science engineering students regarding their study material.
As we all know that collecting study material at the end of the semester is very tough and makes all students restless ,so this website will definitely going to help each and every student providing syllabus,books,previous years’ question papers and many more.

This Study Collage for CSE website provides facility to download books, syllabus, question papers etc. and a good interface for finding difficult words regarding computer science called technical dictionary.

PROJECT DESCRIPTION

HOME PAGE


Home page contains basic information and basic links available in website. It provides options to access study related information. It contain various options in MENU bar

  1. Syllabus
  2. Books
  3. Dictionary
  4. Question papers
  5. Networking
  6. Hardware
  7. Operating system
  8. Animation

SYLLABUS

Through this option and with its sub menus we select download syllabus semester wise.

BOOKS

Through this menu option we can download the desired book of desired semester and subjectsof the respective semester.


DICTIONARY

It is the interface provided in the website for searching the difficult words that comes the path of study of the students.
Dictionary is the application that basically going to help a lot all the students whose going to use this website.


ANIMATION

This module of the website contains all information regarding animation.
It contains sub parts:
• Basics of animation
• Types of animation
• Principles of animation


COMPUTER HARDWARE

This module of the website contains all information regarding computer hardware and its sub parts available in the webpage are:
• SMPS
• Microprocessor
• Motherboard
• Hard disk
• Graphic card


ADMINISTRATOR

Administrator holds the right to update various fields provided in the website like
• To add words in the dictionary.
• To add contents in the sub modules.
• To upload books and syllabus.
• To keep a check on feedbacks.etc.

DATABASE DESIGN

• Login database table


• Database Table to store words of dictionary

• Database table to store feedbacks

FUTURE SCOPE

  • More and more modules of study material can be added to the project.
  • This project can be realized for all branches of engineering, so as to make it better and suitable for institute.
  • After all sky is the limit. 

CONCLUSION

The main aim of developing this Study Collage for CSE software is to learn about practical experience in IT industry. This software is devolved to buy books online and free downloading of books online. We can develop this website for those user how do not want to waste their time and Money for buying books.

BIBLIOGRAPHY

1. System Analysis & Design, Elias M. Awadh
2. www.google.com .
3. http://www.php.net/
4. http://www.w3schools.com
5. http://www.dynamicdrive.com

Mini Projects Abstracts on Java and PHP

The below mini Projects are developed using java and PHP technologies.

School Management System:

This is a school management system project which is developed using  PHP on the CodeIgniter framework. But it is not for only a single school or college to manage. We can add multiple schools or institutions and they will be provided the proper login credentials and they can add Management, Teachers, Students, Parents, and library inventory as well.

Multi Messaging Service Encryption:

This project is a java based server-client architecture within a local area network LAN. The user will be created at the server application and then the client can log in through the client application. The client can send video/audio and text images to some other client by encrypting them using some encryption algorithms. And when the receiver client will receive the file it will be decrypted on the receiver end and then the files can be opened or text can be read.

College Management System:

It is a java based Windows/ Desktop application. This Project has featured an admin panel where the admin can register a new student, can update the existing user, can promote students to higher classes. And admin can manage the monthly fee of the student and then the admin can print the receipt using the printer.

Blood Bank Management System:

It is the management of the blood donor that if some donor is donating the blood and it will be managed into the inventory that which kind of blood is it like A+, A- and all. And when the user wants to search the inventory whether this kind of blood is available at the blood bank or not he can check into his inventory. And can purchase from the blood bank once he purchased the inventory will be maintained again. this is a website on PHP.

E- Student Management System:

It is the complete management of students, Teachers from the admin panel. This is a website with an admin panel. Admin can add the new class. Within the class, he can register new students. Admin can also manage the library. Admin can also add teachers. And can edit or delete them. And these things will be displayed on the website. It is a completely dynamic website with high features. This project is on PHP technology having the use of the CodeIgniter framework.

Online Bakery Shop:

This is an E-commerce Website for selling online cakes. Users can visit the website and can search for the desired cake by their category and then they can add to the cart and proceed to checkout. This project is on PHP technology having the use of the CodeIgniter framework.

Employee Break Tracking System:

It is a java based system that will help the employer to find out the total as well as split up of break time taken by the employees. The report will be exported to an excel file or it can display in a common console.

Automatic Backup of files to Network Drive:

It is a java based application that will be used to back up the files automatically onto a network drive. The backup can be scheduled.

Active Directory Users Management:

It is a PHP application that is used to get the last logon time of all the active directory users and will be saved in the MySql database. Then from MySql, reports will be generated and shown in the GUI.

Common Repository of Linux Syslogs:

It is a PHP application that is used to get the Linux sys logs onto a common location and it will be saved in the database. On request, the report will be generated and shown in the GUI.

ATM Management System:

It is a java based system for ATMs. It will have all the features like withdrawal, deposit, and balance summary. The user management system is also part of this.

Talent Hunt Website:

  • The objective of this website is to make people able to share their talent over the world so that more audiences can watch them.
  • The users who uploaded their videos on the website can also manage them. They can delete them also.
  • Registered user can edit their profile. They also can get the chance to make their talent their profession.
  • So this website also provides job opportunities for the user.

There are the following objectives of this website:-

  • Sharing videos, images, audio, and quotes.
  • Making talented people the best in their field.
  • Providing a chance to show their creativity
  • Providing user-friendly GUI.
  • Establishing relationship.
  • Increasing Curiosity.
  • Inspiring people to do new things to share.
  • Delivering innovative ideas to people.
  • Verification before displaying data.
  • Management of uploaded files/data.
  • Categorized display.

Job Portal PHP Project

Project Requirements:

Introduction: The main goal of this Job Portal project is to create a virtual platform for both students and companies to get their desired jobs.

Motivations: After completing their respective level of higher education, students are not sure of how to apply for different kinds of companies and what are their requirements. They have to manually apply for each company and wait for some interview call which is a time consuming process.

Instead just by sitting in front of their laptop or desktop and uploading their profiles and resumes will help them in getting a desired job or the job for which they are good to do, is interesting.

The main moto of this Job Portal idea is to make more transparency and quick processing by just uploading some profile pdf’s in their streams and getting a job as soon as possible.

Related Work: This Job Portal project is similar to certain organization like ‘monster.com, jobsindeed.com, dice.com.etc. However, these are used for all the people but in our project we are targeting for

only students.

Proposed Approach: The basic approach goes as follows, when a student commences his schooling, every student is given a unique student account (example: SIS Account of Umass Lowell).

This account also includes a new feature called placement automation, where student has to update their annual performance every semester (this information may include things like his internships, researches, interests, dream companies he wants to work, and any other extra information which he likes to expose to make himself unique to get a better option.)

A. Different companies who want to hire students will also have privilege to view student’s profiles and filter them according to their requirements and filter accordingly depending on their recruiting measures (which is helpful even for companies to get good enough number of students and select best among them easily.).

B. The technologies we are trying to use mostly includes popular web technologies like PHP, HTML5, CSS, JAVASCRIPT, little amount of XML, BOOTSTRAP for front-end and MYSQL, and required languages to connect the front end with back-end.

Evaluation: evaluation of our project mainly depends on privileges given to different types of account i.e. a student account has privileges of uploading and updating their profiles, a student can see only his profile where as a company recruiter has a privilege of visiting all the resumes and profiles but he can’t update the information or alter the information provided by the students.

A. Other evaluation also includes connectivity with database and able to store the kinds of data provided by students.

B. At a minimum, our evaluation of the project is:

  • reliable, accurate
  • easy to understand,
  • relevant,
  • not too critical, and above all else
  • useful.

Timeline: Our Job Portal project needs approximately two months to implement it so we will complete it by the end of the 1st week of December. The rough schedule of our project will be done as follows:

In the First week we will be discussing about the project and the implementation procedure.

In the next three weeks we will be planning to do the front end of the web application using PHP, HTML5, CSS, JSP, BOOTSTRAP etc.

In the second month we are planning to work on JDBC and DYNAMIC web page linking and connecting to the Database using the cloud server.

In the first week of December we will be working on evaluating the Job Portal project, testing the project and submitting it by deadline.

Web Chat PHP Project

Abstract

Web Chat project enables users to chat to each other through web .This system is written in PHP language. It requires Internet connection. All the chat is supervised by server admin.

This is WEB chatting system software it’s a Web project for college students.  It’s a Server client software application developed in PHP. Here the user can chat with other user through WEB connection. Need of internet connection. This software can be used in all office which is helpful to communicate with office staff. This software is error free. Anyone can use this software

Existing System

  1. Chat only online
  2. No Data Security

Proposed System

1) Chat In Local System connection so it is cheap.

2) Better Communication.

3) Secure and safe system.

4) Flexible system you can edit its source code to make it more attractive or useful.

6) Admin can keep track on whole chatting.

7) We can share files also through this system.

Modules:-

User 1:- Give Mail Id and Get Start the Chat in local System

User 2:- Give Mail id and get Start chatting in local System

Chart: – Send some text messing in user 1 and user 2

System Requirement Specification: 

  • WINDOWS OS (XP service pack 2 /windows 2007 Server)
  • Visual Studio .Net 2010(according requirement)
  • Visual Studio .Net Framework (Minimal for Deployment)
  • SQL Server 2008R2(according requirement) Enterprise Edition

School Management Software PHP Project

Every city has hundreds of schools .Schools are character building block for everyone’s life. Schools play very important role in people’s life. Without schools no one can get knowledge.

To get knowledge we have to go to the schools .Schools teaches not only knowledge but also it teaches about the discipline.

The School Management System is the project For Controlling all the Function that happen in school manually up to now but our project is going to all this function by one click only.

Existing System:

1. Things are going manually
2. More Paper Work
3. Need Man Power
4. No Data Base for saving data

Proposed System:

This project enables you to make survey of schools .You can keep track on each activity of schools. If you want to make a school project then this project will surely help you to make it. This is very wonderful project; it consists of all the code and subject which will be need to make it.

Sometime user wants to make project using RDBMS, this is very interesting project. First you download the project and then you have to edit it according to your requirement .This is browser compatible project.

Advantages:

1. Things are going automated
2. No Paper Work
3. Need less Man Power
4. Using Data Base for saving data
5. Data is provide Security

Modules:-

Registration: – By using this Module the Students and give their information and make account in to our application
Login:-This module is for security it will check the user name and password and allow the students to login in to the application
Admin: – He can add all the information about the Schools, Students, and Faculty.
Student: – The school students can view the information that all give uploaded by the admin
Reports: – This will give all the reports about students, Schools and Faculty.

Main Screens:

  1. Main
  2. Student Login
  3. Faculty Login
  4. Admin Login
  5. Add Student Info
  6. Add Faculty Info