• 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

ProjectsGeek

Video Streaming Project in PHP

March 4, 2016 by ProjectsGeek Leave a Comment

Video Streaming Project in PHP

Objective

Video Streaming ProjectThis video streaming project in PHP is very unique and different in its approach when compared to the existing projects in the video-streaming segment. The project will be built across different software but with front end as PHP and would involve the teamwork of the entire development team. The software used and the project is meant to be completely user-friendly to help garner more users into the platform. We have seen a lot of success in the recent times in the video streaming segment with the advent of YouTube and our project is targeted to ride on the current trend to reap benefits while meeting the customer’s needs.  

While this project is being built across different development areas, the primary features included are uploading videos by users, sharing of videos through social media and viewing of videos uploaded by others. The videos can also be downloaded, edited and uploaded online again. The project has different modules in the development work, which are divided among administrators, users, web registrations and search option. Being an online platform, it provides the flexibility of working on the project from remote locations with proper access codes. Some additional features which have been added to make the project more interactive are: Uploading and sharing videos using embedded links, Setting up channels to categorize videos, broadcasting events/ meetings using invitation links and setting up advertisement avenues to gain income.

Existing System

The existing system does not have the option to broadcast events or meetings by sending invitation links. In order for any person to view a particular event, the event has to be recorded completely and uploaded on to the website and then the link can be shared.  Thus there was no possibility for remote and live viewing of events, which are happening in corporate environments. The chances for organizing live training and webcasts across different locations were also limited because of these limitations. Hence, most importantly, the clients cannot be sustained because they will not be willing to go in for a subscription for a recorded event while if the videos are streamed live, the corporates will be interested in taking up subscriptions and adding to the stream of revenue.

Proposed System

The new video streaming system will have all the functionalities to broadcast live events and meetings online. The corporate can just login to our website and register for an event slot post which confirmation mail will be sent. The corporate can then forward the invitation to all the participants from their registered ID. The participant will get an automatic notification when the video is ready to start broadcasting from the corporate end. Subscription fees will be charged to organize such programs on a monthly basis, which will generate revenue on a regular basis. In addition, Advertisements can be displayed at the bottom of the broadcast, which will garner additional revenue for the website.

Modules

  1. Upload module: -To upload videos without live broadcast and to view them using embedded links
  2. Broadcast module: -Using this feature, you can have live broadcast of the corporate events by just specifying the link for the broadcast issue.
  3. Subscription module: – To subscribe for monthly or daily slots for training programs to be held across different locations online.
  4. Channel module: -To categorize uploaded videos according to user preferences in different modules.

Software Requirements

  • Front End- PHP
  • Back End- MySQL Server

Hardware Requirements

  • Hard Disk – 2 GB.
  • RAM – 1 GB.
  • Processor – Dual Core or Above.
  • Mouse.

Download Project

Abstract Download  Download Abstract
Code Download  Download Source Code

Other Projects to Try:

  1. Online Music Library project in PHP
  2. Video Rental Management System Project
  3. Online Chat System project in PHP
  4. Trending YouTube Video Statistics Deep Learning
  5. PHP projects with Source Code

Filed Under: php Projects Tagged With: php Projects

Cricket Game Java Project

February 8, 2016 by ProjectsGeek 2 Comments

Cricket Game Java Project

Project Abstract

Cricket GameCricket Game project is implemented to share cricket related data among the lovers of this gentle man game. Complete information about the countries that play cricket, its players and other statistical reports can be accessed using this application. All the data and statistics related to Cricket will be just a click away through this application.

Existing System

As of now, there are many websites that facilitate data regarding matches and cricketers. This application adds some additional features to the existing game and can be customized according to the wish of the client. This application is cost effective and designed with a beautiful and elegant graphical user interface.

Proposed System

Proposed system includes a complete database with information related to countries, players, new matches and match reports. User can view match wise details, cricketer’s achievements, list of players their rank wise using this application. We can also view various sub category of rankings like top 10 batsman, top 10 bowlers, their best strike rate and best innings of the career etc.

Modules

This project is divided into the following modules:

  • Add/Delete Country
  • Add/ Delete Player
  • List players Country wise
  • New match details
  • ICC rankings
  • Match reports
  • Player Reports
  • View Player data

Module Description

  • Add/Delete Country– This module allows the user to add a new country to the database or a delete a country.
  • Add/ Delete Player– Players addition or deletion is facilitated using this module.
  • List players Country wise– Sorts and displays the players country wise.
  • New match details– Any new match details can be added and viewed through this module.
  • ICC rankings– Players are displayed ICC rankings wise.
  • Match reports– Match summary reports can be generated with the help of this module.
  • Player Reports– Player wise reports can be viewed
  • View Player data– All the data related to player like no. of centuries, no. of wickets taken, matches played, age, best innings, worst innings, their likes and dislikes other than cricket etc can be viewed here.

Hard Ware Requirements

  • Ram             : minimum 512 MB
  • Processor     : Pentium 1V or higher
  • Hard disk     : 10GB minimum
  • Cache          : 512MB

Software Requirements

  • Technology : Java     
  • Front End: Java
  • Back End: Microsoft Access Driver.

Download Project

Project Abstract Download Abstract
Project Code Download Source Code

Other Projects to Try:

  1. Beat It Game in Java
  2. Java Board Game Android Project with Source
  3. Cricket Matches Prediction using Data Science
  4. Java Game mini Project
  5. Puzzle Game Project in Java

Filed Under: Java Projects Tagged With: Java Projects

Email Program System Java Project

February 8, 2016 by ProjectsGeek Leave a Comment

Email Program System

Project Abstract

Email Program SystemEmail program system is to simulate the existing email system. Its purpose is to send and receive electronic mails (e-mails). This project is developed using JAVA and few APIs of Java. In addition to JAVA and its API, networking and sockets like POP3 and SMTP are used.

Existing System

The existing system has two mail server’s one at sender side and another at recipient side. The sender’s device is connected to server at sender side, which collects the mail from sender, processes and forwards it to the server at recipient side. The recipient server processes the received mails, sorts them and sends to receiver device.  Mailing services like Yahoo, Gmail and hotmail uses HTTP 80 port for communication which is not suitable for sharing confidential messages as messages can be hacked easily.

Proposed System

The proposed system uses JAVA coding to send the mails. It securely transmits the mail between sender and receiver. The cost of system design is too less when compared to conventional email services. Over all, Email program system is cost effective and doesn’t compromise on security.

Modules 

  • Server Module
  • Client Module
  • Email Inbox Module

Module Description

  1. Server Module: It accepts the connection from different clients using server socket class. All the details regarding client connection like establishment, sending, receiving and termination of connection are stored in the server. Server is designed in such a way that it is reliable, available and accessible by all the authenticated clients in the network.
  2. Client Module: When the server is active client can connect to the server and each client can send or receive mails or share attachments with other clients. Client’s user name and passwords are stored in data files. Communication between clients is facilitated via server.
  3. Email Inbox Module: This module handles all the functions related to mailing like forwarding, view attachment, save attachment.

Software Requirements

  • Software: Java SDK 2, Net-Beans 6.0
  • Operating System: Windows XP or  Linux

Hardware Requirements

  • No of Systems : 2 – Client & Server
  • Processor : Pentium 4 or higher
  • Network : Standard Wired/Wireless network with either Ad-hoc or infrastructure mode
  • RAM  : 512 MB minimum
  • Hard Disk : 40 GB minimum

Download Project

Project Abstract Download Abstract
Project Source Code Download Source Code

Other Projects to Try:

  1. Proxy Server for FTP project in Java
  2. Chat Server project in Java
  3. E Mail Scanning Project in Java
  4. Mail Casting Project using JSP
  5. First Program in Java

Filed Under: Java Projects Tagged With: Java Projects

Employee Information and Payroll System

February 7, 2016 by ProjectsGeek Leave a Comment

Employee Information and Payroll System

 

Project Abstract

Employee information and payroll system is aimed at efficient management of employee information, emoluments, expenses, net payouts, tax calculations etc. This application is implemented using Java and MS access. All the employee data is stored in a centralized database. Pay slips are generated at the comfort of a single mouse click. 

Existing System

In the existing system organizations manage their employee payrolls manually. Payroll calculation is error prone as there is no system to keep track of leaves taken by certain employee. This process is time consuming as payroll should be calculated for each and every employee manually. Thus the existing system decreases the efficiency of the organization. 

Proposed System 

This application is designed to replace the existing system so as to increase the efficiency of an organization. Employee details are saved to the database and each employee salary is calculated depending on his working days. Other emoluments and expenses are also calculated automatically and pay slips can be generated for all the employees at a time. Customized reports can be generated for analysing the work pay patterns. 

Snapshots

Employee Information and Payroll System
Employee Information and Payroll System 1
Employee Information and Payroll System 2
list items

Employee Information and Payroll System Modules

  • Employee Data
  • Workdays
  • Pay slip generation
  • Report Generation
  • Help

Module Description

Admin

Admin has to login to access the features of application. Admin can view and update his data. He can reset the password as well.

Employee Data

Employees of the company are identified using a unique employee id. Employee data like name, age, salary structure are all saved to database as soon as an employee is joined.

Workdays

Admin has the complete control on the application. Admin is usually HR of an organization. At the end of the month, admin adds the no. of working days to generate pay slips.

Pay Slip Generation

Admin generates pay slip for all employees. Salaries are calculated automatically based on the pre-fixed salary structures.

Report Generation

Reports can be generated employee wise, month wise and year wise.

Help

This module includes instructions to use and information about the application.

Software Requirements

  • Database: MS-Access
  • Language: Java

Hardware Requirements

  • Processor: Intel dual core or higher
  • RAM: 1 GB RAM.
  • Hard Disk: 20 GB

Download Project

Project Abstract Download Abstract
Project Code Download Source Code

Other Projects to Try:

  1. Payroll Management System Project in C++
  2. Pay Roll System Project using Java
  3. Payroll Management System Project in Vb
  4. Payroll System Java Project
  5. Advanced Payroll System Java Project

Filed Under: Java Projects Tagged With: Java Projects

Complete Mailing System Java Project

February 7, 2016 by ProjectsGeek Leave a Comment

Complete Mailing System

 

Project Abstract 

Complete Mailing SystemThe complete mailing system is developed for facilitating communication within an organization. This eases the communication among the employees of a company. It will work as a private organization portal with which any registered employee can mail/message any other registered employee without even bothering about their contact details. The ids of all the registered employees of a particular group will be made available under the employee’s profile. 

Existing System 

Most of the companies presently use public mailing systems or communication modes like gtalk, yahoo mail etc. It is really hard to remember each and every employee’s gtalk or yahoo id. Moreover, the System must be connected to internet to send or receive mails.

Proposed System 

Although this Complete Mailing System is similar to that of internet mailing system, the major difference is that the former doesn’t need an internet connection to send or receive messages. This application will be more of a personalized mailing environment when compared to the conventional one. 

Complete Mailing System Modules

The following are the modules

  • User details
  • User Login
  • Send and receive mails
  • Show message history
  • Join Groups
  • Help
  • About

Module Description

User details

  • New user can create their accounts and the existing users can update the information.
  • Change password functionality is also provided.
  • Only admin has the permission to delete user accounts

User Login

User has to provide registered user id and password in order to access the system.

Send and receive mails

This module takes care of sending the mails to the receiver promptly and it also receives and stores the received mails in the inbox. Both Inbox and out box contents are saved to the database.

Show message history

This module allows us to check the history of mails exchanged whenever we want

Join Groups

A user can join one or more groups of his choice.

Help

Presents detailed instructions to use the application.

About

This module has information related to the developers, version and contact details.

Software Requirements

  • Operating System: Windows XP
  • Language: JAVA 
  • Database: MS-Access or Oracle

Hardware Requirements

  • Processor: Pentium III or higher Processor
  • Hard Disk : 2 GB of hard disk
  • RAM : 64 MB .

Download Complete Mailing System

Project Abstract Download Abstract
Project Code Download Source Code

Other Projects to Try:

  1. Email Program System Java Project
  2. Online Chat Express project in Java
  3. Voice Over Internet protocol Project in Java
  4. Intranet Mailing System project in Java
  5. Complete Banking System Java Project

Filed Under: Java Projects Tagged With: Java Projects

Complete Banking System Java Project

February 7, 2016 by ProjectsGeek 2 Comments

Complete Banking System

Project Abstract

Complete Banking SystemNow-a-days, time is treated as money. No one is willing to spend their half a day’s time at bank for transactions like balance enquiry, money transfer etc.  Complete banking system which is implemented on Java provides complete solution for banking related transactions and you can perform your most important banking chores from the comfort of your home.

Existing System

In the existing system all the transactions are carried out at manually. This is a time consuming process with lots of paper work involved. Moreover, security is also a major concern.

Proposed System

Complete Banking system enables bank users to access their accounts and general information about bank’s products and services from the comfort of your PC. This application aims at secure banking system which will be accessible to any authenticated user with valid user id and password. Through this system, user can access his account from anywhere.

Modules

  • Login Module
  • Open account
  • Balance Enquiry
  • Account History
  • Admin Module
  • Loan Module
  • Money Transfer

Module Description

Login Module

      Users can log in with user id and password

Open account

     This is for new users. They can add an account. For this they need to fill a form at their bank and the bank provides with the user id and password to authenticate themselves.

Balance Enquiry

This module facilitates balance enquiry.

Account History

User can check the account history. Account history includes account details, transaction details etc. It simulates mini transaction operation but slightly different as it gives all details.

Admin Module

Complete control over all the actions of the application.

Loan Module  

      User can apply for loans through this module. Various loans offered by the bank like education , home, personal loans etc. are included. This section also includes documents needed for loan application, processing status and whether loan is approved or not.

Money Transfer

      User can transfer money from his account to other account.

Software Requirements

  •  Operating System        : Windows XP 
  •  Database                     : Oracle
  •  Programming Language: JAVA

Hardware Requirements

  •   RAM      :  256 MB or more
  •   Processor: Pentium IV or higher
  •   Hard disk: Minimum 10 G

Download Project

Project Abstract Download Abstract
Project Code Download Source Code

Other Projects to Try:

  1. Net Banking System project in Java
  2. Internet Banking System project in Java
  3. Internet Banking System project using Java
  4. Multi Banking System Project using Java
  5. Micro Banking Android project

Filed Under: Java Projects Tagged With: Java Projects

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 39
  • Page 40
  • Page 41
  • Page 42
  • Page 43
  • Interim pages omitted …
  • Page 135
  • 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