SlideShare a Scribd company logo
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 1
CHAPTER 1
INTRODUCTION
1.1 Introduction to Web Application
A web application is a software application that runs on a remote server. In most cases,
web browsers are used to access web applications, over a network, such as the internet. Some web
applications are used in intranets, in companies and schools, for example. Web applications are
different from other applications because they do not need to be installed. Web applications are
popular because most computer operating systems have web browsers. Programmers can easily
change a web application. Users do not need to install any new software to see these changes. Web
applications use a combination of server-side scripts (PHP and ASP) to handle the storage and
retrieval of the information, and client-side scripts (JavaScript and HTML) to present information
to users.
1.1.1 Working of a Web Application
Web applications are usually coded in browser-supported language such as JavaScript and
HTML as these languages rely on the browser to render the program executable. Some of the
applications are dynamic, requiring server-side processing. Others are completely static with no
processing required at the server. The web application requires a web server to manage requests
from the client, an application server to perform the tasks requested, and, sometimes, a database
to store the information. Application server technology ranges from ASP.NET, ASP and
ColdFusion, to PHP and JSP. Here's how a typical web application flow looks like:
i. User triggers a request to the web server over the internet, either through a web browser
the application’s user interface.
ii. Web server forwards this request to the appropriate web application server.
iii. Web application server performs the requested task - such as querying the database.
iv. Web application server sends results to the web server with the requested information.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 2
v. Web server responds back to the client with the requested information that then appears.
1.1.2 Benefits of Web Application
i. Web applications run on multiple platforms regardless of operating systems or device
as long as the browser is compatible.
ii. All users access the same version, eliminating any compatibility issues.
iii. They are not installed on the hard drive, thus eliminating space limitations.
iv. They reduce software piracy in subscription-based web applications.
v. They reduce costs for both the business and end user as there is less support and
maintenance required by the business and lower requirements for the end user’s computer.
1.2 Technological Review
1.2.1 PHP
For implementing the project, we are making use of php language as the main language.
PHP is a server-side scripting language designed for web development but also used as a general
purpose programming language. PHP code can be embedded into HTML code or it can be used in
frameworks.
1.2.2 Javascript
Java Script is a high-level, dynamic ,untyped ,and interpreted programming language. It
has been standardized in the ECMA Script language specification. Along side HTML and CSS, it
is one of the three essential technologies of World Wide Web content production; the majority of
websites employ it and it is supported by all modern Web browsers without plug-ins.
JavaScript is also used in environments that are not Web-based, such as PDF documents, site
specific browsers, and desktop widgets. Newer and faster JavaScript virtual machines (VMs) and
platforms built upon them have also increased the popularity of JavaScript for server-side Web
applications.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 3
1.2.3 HTML/CSS
Hypertext Markup Language, commonly referred to as HTML, is the standard markup
language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone
technology used to create web pages, as well as to create user interfaces for mobile and web
applications. Web browsers can read HTML files and render them into visible or audible web
pages. HTML describes the structure of a website semantically and, before the advent of Cascading
Style Sheets (CSS), included cues for the presentation or appearance of the document (web page),
making it a markup language, rather than a programming language.
1.2.4 Mysql
MySQL is an open-source relational database management system (RDBMS) and the most
widely use do pen-source lientâ“server model RDBMS. MySQL is a popular choice of database
for use in web applications, and is a central component of the widely used LAMP opensource web
application software stack (and other "AMP" stacks).
1.2.5 AJAX
Ajax is a set of web development techniques using many web technologies on the client-
side to create asynchronous Web applications. With Ajax, web applications can send data to and
retrieve from a server asynchronously (in the background) without interfering with the display
andbehavioroftheexistingpage. Ajaxis nota technology ,but a group of technologies. HTML and
CSS can be used in combination to mark up and style information. The DOM is accessed with
JavaScript to dynamicallydisplay and allow the user to interact with â“ the information presented.
JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously
between browser and server to avoid full page reloads.
1.3 Introduction to project
We are formulating the best alumni web portal which will facilitate effective
communication platform through online chatting, profile viewing and personal messaging within
three stakeholders of the institute viz- College, College students, Alumni.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 4
This portal will be providing direct contact of the alumni with the students as well as the
staff members. The desired query of the existing students will be answered faster. This keeps the
students updated with the current updates and demands of the industrial market. The students
neither posting nor chatting can also silently be updated with the on goings in the college as well
as the market.
This portal highlights the feature of communication, which will enable the current students
to interact with the alumni of the college for getting various updates on current industry trends,
Internship opportunity, sponsored projects and various referral opening in the corporate world.
This portal will serve the cause of integrating all the stakeholders of Institute such as,
Alumni, College students, Faculties to avail the guidance and knowledge sharing on various
domains. In this project we proposed the Dynamic Architectural design of the Alumni portal, which
enable the two-way communication between all stakeholders.
1.4 Objectives:
• Get latest updates.
• Connect with your batch-mates.
• Receive invites to alumni meets.
• Helps us to connect with you better.
• Plan reunions for your batch.
• Connect with your professors.
1.5 Problem Statement:
Now a days the education became one of the desired need of the people, but unfortunately
what if the student is sincere but unaware about the current market status and the market
requirement.
This is the major problem with the students that they are unable to get more and more
information about the surrounding "Whats going on..?" The Problem occured with the students at
the form.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 5
Time of career guidance, Project title selection ,Internships, Domain related queries, any
query related to the syllabus or something which is very new concept for them etc.
Because of the lack of knowledge the student decides with the way smay wrong or right .if
luckily they got the desired goal then no issue but imagine what if they have selected something
very wrong. After the wrong choice the thing which has been done is only the wastage of time.
Always remember "Your golden advice can save others precious times."
The proposed architecture, by making use of Php code, offers a solution to those problems.
Problem can be solve by reducing the distance between the students with their alumni and the
faculties so that they can get the correct guidance or the advice and can utilize their time in best
way.
The implemented Alumni Portal will provide the features like chat, post, department wise
chat and be able to connect with all the alumni students and the faculties also.
1.6 Proposed System:
The application allows students to register and then search the data based on different
criteria. Also it has the benefits of having a centralized database and upto date information. A user
can easily obtain information about other registered user.
1.7 Existing System:
Many institutions, colleges and universities maintain the information manually about
present and past students. This does not allow efficient data management and retrieval process. A
student willing to get information about others has to approach the college and obtain the details.
Often the information may not be available and misleading.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 6
1.8 Motivation:
❖ Although our college website is quite attractive, but it lacks with the feature of
communication with the alumnus.
❖ This creates a problem for the current students in terms of guidance, internships, industrial
knowledge.
❖ It also lacks the instant solution to the problem which are related to education and 1 career.
❖ It does not provide any idea about the news and current status of jobs in different
companies and industry.
1.9 Introduction to Front End Software
The front-end software used is PHP. PHP is an acronym for "PHP: Hypertext Pre-
processor”. PHP is a server scripting language, and a powerful tool for making dynamic form. and
interactive web pages. PHP is a widely used, open source scripting language and is free to
download and use. PHP files can contain text, HTML, CSS, JavaScript, and PHP code. PHP codes
are executed on the server, and the result is returned to the browser as plain HTML. PHP files have
extension ".php". PHP code may be embedded into HTML or HTML5 mark-up, or it can be used
in combination with various web template systems, web content management systems and web
frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the
web server or as a Common Gateway Interface (CGI) executable. The web server software
combines the results of the interpreted and executed PHP code, which may be any type of data,
including images, with the generated web page. PHP code may also be executed with a command-
line interface (CLI) and can be used to implement standalone graphical applications.
1.10 Introduction to SQL
Structured Query Language (SQL) is a programming language used for storing and
managing data in Relational Database Management System (RDBMS). SQL was the first
commercial language introduced for E.F Codd's Relational model. Today almost all RDBMS
(MySQL, Oracle, Infomix, Sybase, and MS Access) uses SQL as the standard database language.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 7
SQL is used to perform all type of data operations in RDBMS. Most of the actions you need to
perform on a database are done with SQL statements. Standard SQL commands like ADD, DROP,
INSERT and UPDATE can be used with MySQL. MySQL can be used for variety of applications,
but is most commonly found on web servers. MySQL commands can be incorporated into the PHP
code. SQL defines following data languages to manipulate data of RDBMS:
i. DDL: Data Definition Language
ii. DML: Data Manipulation Language
iii. TCL: Transaction Control Language
iv. DCL: Data Control Language
v. DQL: Data Query Language
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 8
CHAPTER 2
Literature Survey
2.1 Harvard Alumni (www.alumni.harvard.edu)
• Front page of this portal shows the features like login tab so that the alumnus can login
easily , ways to connect for connecting the junior and the pass out students ,make gift for
various occasions like birthdays or anything else.
• With that Harvard provides Features News for surrounding informations , Lecture details
which describes the schedule , events and the Notice are displayed on home page itself with
the present event.
• Also gives the Donor Initiative Chance for the scenario when the alumni student he/she
feels that they can help the college in terms of donation so that will be possible with this.
• With all this we have observe the unique feature that , it provides the clubbed video on the
home page and this thing makes the whole portal very much attractive.
• This portal is provides the features that is same as the Harvard Alumni like Gallery present
on the home page , visit for guide allocations is given so that the junior student can get the
solution or the advice for their difficulties.
• Also provided Donor initiative for college.
2.2 IIT Kanpur Alumni (www.alumni.iitkanpur.edu)
• IIT has Gallery with many images , Lectures details with specific day and time , contacts
which shows whom all are connected with this portal, woman alumni convention as
separate for the woman only on the Home page.
• Feature sare Gallery present on the homepage, visit for guide allocation Is given so that the
junior student can get the solution or the advice for their difficulties.
• Notice with highlighted form is shown for better visualization . also gives the Donor
Initiative Chance.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 9
• IIT Kanpur shows information events about present on every page where the current events
are highlighted also there is a separate women alumni convention and that is the unique
feature.
• Personal in private chatting.
2.3 Alumni Princeton University (www.alumni.princeton.edu)
• This portal has different things in their front page like Calendar for the current and the in
coming occasions and in order to get about their own information’s there is a tab i.e. âœ
About usâ.
• This portal is provides the features that is same as the IIT KANPUR like Gallery present
on the home page , visit for guide allocations is given so that the junior student can get the
solution or the advice for their difficulties.
• Passed out students are promoted as alumni automatically upon completion of their course.
• And also the conservation is hidden or not displayed from the other student who all are
connected with that particular portal.
• But the different thing is that this portal provides the scholar ship in terms of donor
initiative for the collage requirement purpose.
• Providing the unique feature like the alumnus are categorized on the basis of regions
communitiesofnetworkssothatthestudentswhobelongstothesameareawillgetlisted together.
2.4 ITMB Alumni Association (www.alumni.itmb.edu)
• Inthehomepagethisportalshowsthesearchtabforsearchingthealumnistudentwhether he/she
is connected in the portal or not .
• provides the similar features like all portals HARVARD ALUMNI PORTAL , IIT
KANPUR, Alumni Princeton University.
• The notice are present in the highlighted form not only for the better visualization but also
for making the portal active .
• Also provided Donor initiative for college.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 10
• AndtheuniquefeaturewhichmakesITMBAlumniAssociationmoreuniqueisthesearch tab
which is shown on every page.
2.5 UCLA Alumni (www.alumni.ucla.edu)
• The UCLA Alumni Portal’s home page layout is very much atractive , shows the similar
features like all the portal wich we have disscused yet.
• But unfortunatly there is no notice section because of that the portal not shows any
sourroundig informations .
• And also the donor initiative is present in the form of scholarship but the basic concept is
same.
• Auto registration of all students.
• It provides chat room.
• Alumni sare connected by the social networks which reduce the distance between the pass
out and the junior students and that makes the portal unique as compare to the other portals.
• Passed out students are promoted as alumni automatically upon completion of their course.
2.6 Commonly Identified Weaknesses
• Majority of the alumni portals do not provide the feature of direct communication of the
students with the alumnus although the institute remains indirect contact with the alumni.
• And also the conservation is hidden or not displayed from the other student who all are
connected with that particular portal.
• No chat rooms specific to topic/ interest / domain.
• No direct registration.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 11
2.7 How to Overcome the Weaknesses
Proposed method to overcome on shortfalls includes following features:
• Provided Special interest group(sig) chat rooms.
• Personal in private chatting.
• Access of contact details on request.
• Auto registration of all students.
• Passed out students are promoted as alumni automatically upon completion of their course.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 12
CHAPTER 3
SYSTEM REQUIREMENTS AND SPECIFICATION
3.1 Platform Requirement:
The Platform used in this project:
Windows: Windows is the operating systems that will support comparative website. Since
windows is an open source operating system, This system which is will use in this project is
developed on the windows platform .The comparative website will be tested on windows.The
supported Operating Systems for server include:
3.2 Software Requirement:
The Software Requirements in this project include:
• Apache.
• PhpMyAdmin.
• Mozilla Fire Fox,
• Google Chrome etc.
3.3 Hardware Requirement:
Hardware Required For Project Development:
• 1 GB Ram.
• 40 GB Hard Disk Minimum.
• Intel Core.
3.4 Experimental Setup
➢ Install My SQL Server.
➢ Install XAMPP Server.
➢ Run the code on localhost
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 13
CHAPTER 4
DESIGN
4.1 Design Approach
Design is the first step in the development phase for any techniques and principles for the
purpose of defining a device, a process or system in sufficient detail to permit its physical
realization. Once the software requirements have been analysed and specified the software design
involves three technical activities design, coding, implementation and testing that are required to
build and verify the software. The design activities are of main importance in this phase, because
in this activity, decisions ultimately affecting the success of the software implementation and its
ease of maintenance are made. These decisions have the final bearing upon reliability and
maintainability of the system. Design is the only way to accurately translate the customer
requirements into finished software or a system. Design is the place where quality is fostered in
development. Software design is a process through which requirements are translated into a
representation of software. Software design is conducted in two steps. Preliminary design is
concerned with the transformation of requirements into data.
Figure 4.1:Usecase diagram of admin
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 14
Admin Approach
In Alumni Registration Form, admin performs various tasks. Admin at first will login into
the website then it will manages the user database, user registration whether to accept or not. Then
it will creates its own events as well as will give approval for the registered students and events.
They can update different kinds of events. They can also see how many students have registered
and participated in which all events. Atlas, all the task done by particular admin, they can easily
logout from the website.
Figure 4.2: Usecase diagram of Student
Student Approach
In Alumni Portal, User/Students can easily login to the website. After the login they can search
about the different types of events that will take place, then they can register for the events which
ever they would like to. They can view events by which branch organised and as well as the in
charge of the particular events. Then they can logout from the website.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 15
CHAPTER 5
IMPLEMENTATION
5.1 Project Modules
5.1.1 Pseudo-code of Admin Login Module
Input: email address, password,
Output: Login successful.
Step 1: Sign in button is clicked on the page.
Step 2: Create event for the alumni form students.
5.1.2 Pseudo-code of Add Event Module
Input: Post event button is clicked.
Output: Events list are displayed in the website.
Step 1: Click on manage event button to add events, lectures.
Step 2: Modify the items inside the events by adding or removing the items.
Step 3: Review the items in events before posting it.
5.1.3 Pseudo-code Student Registration Module
Input: Name, contact, program, email address, password, gender, id, branch.
Output: User registration is completed.
Step 1: Provide registered email address and password.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 16
Step 2: Click on login button.
5.1.4 Pseudo-code Manage Event Module
Input: Check for events to manage.
Output: Display upcoming events.
Step 1: Provide event upcoming information.
Step 2: Provide event time, location and accessories etc.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 17
CHAPTER 6
SNAPSHOT
Figure 6.1: Registration Form
Figure 6.2: Login Page
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 18
Figure 6.3: Home Page
Figure 6.4: Event post
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 19
Figure 6.5: Event List
Figure 6.6: Workshop List
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 20
CONCLUSION
Alumni Portal for any college web site is very important. It has been setup to increase interaction,
knowledge sharing and networking among the alumni students and also focuses on bringing
together alumni students of college And the primary goal of this report is to connect the alumni
students with the college and existing college students with the help of alumni web portal where
they can have communication with existing students and college. On alumni system solves the
problem concern with graduates feedback to the faculty with an enquiry module. This system will
believable for general public use through the web interface. Alumni portal has set up to increase
interaction, knowledge sharing and networking among the alumni students. The primary goal of
this project is to connect the alumni students with the college and existing college students with
the help of alumni web portal where they can have communication with existing students, teachers
and college.
Student Alumni Registration Form
Dept. of CS&E, SKIT 2019-2020 21
REFERENCES
[1] Campus Portals: Supportive Mechanisms for University Communication, Collaboration, and
Organizational Change David L. Eisler, Provost Weber State University.
[2] Security Mechanism in Alumni Portal Department of Information Technology, Xavier
Institute of Engineering, Mahim (W), Mumbai, India Vikrant Pawar , Sagar Date, Suraj Iyer ,
Chhaya Narvekar
[3] "Harvard Alumni" [online]. Available: http://www.alumni.harvard.edu
[4] "IIT Kanpur Alumni" [online]. Available: http://www.iitkalumni.org

More Related Content

What's hot

College management system ppt
College management system pptCollege management system ppt
College management system ppt
Shanthan Reddy
 
School management system
School management systemSchool management system
School management system
Santosh Sah
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
Udhayyagethan Mano
 
College management-system
College management-systemCollege management-system
College management-system
karthik10435
 
Online attendance management system
Online attendance management systemOnline attendance management system
Online attendance management system
Deepankar Sandhibigraha
 
Final Project Report of College Management System
Final Project Report of College Management SystemFinal Project Report of College Management System
Final Project Report of College Management System
MuhammadHusnainRaza
 
College Management System project
College Management System projectCollege Management System project
College Management System project
Manish Kushwaha
 
College Management System project srs 2015
College Management System project srs 2015College Management System project srs 2015
College Management System project srs 2015
Surendra Mahala
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
Amit Gandhi
 
Designing of web portals
Designing of web portalsDesigning of web portals
Designing of web portals
Kiran Kumar
 
College Management System
College Management SystemCollege Management System
College Management System
KalosoftAcumen
 
Admission system development
Admission system developmentAdmission system development
Admission system development
Jahurul Islam
 
Android technical quiz app
Android technical quiz appAndroid technical quiz app
Android technical quiz app
Jagdeep Singh
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
RAJESH419281
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptx
PriyansuPradhan2
 
Project Report of Faculty feedback system
Project Report of Faculty feedback systemProject Report of Faculty feedback system
Project Report of Faculty feedback system
BalajeeSofTech
 
Student Information System (SIS) in PHP
Student Information System (SIS) in PHPStudent Information System (SIS) in PHP
Student Information System (SIS) in PHP
Saif Ali Tai
 
Student information-system-project-outline
Student information-system-project-outlineStudent information-system-project-outline
Student information-system-project-outline
Amit Panwar
 
FINAL APP DEVELOPMENT REPORT -DONE
FINAL APP DEVELOPMENT REPORT -DONEFINAL APP DEVELOPMENT REPORT -DONE
FINAL APP DEVELOPMENT REPORT -DONE
Sasha Zavala
 
Student information system project report
Student information system project reportStudent information system project report
Student information system project report
Suman Chandra
 

What's hot (20)

College management system ppt
College management system pptCollege management system ppt
College management system ppt
 
School management system
School management systemSchool management system
School management system
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
 
College management-system
College management-systemCollege management-system
College management-system
 
Online attendance management system
Online attendance management systemOnline attendance management system
Online attendance management system
 
Final Project Report of College Management System
Final Project Report of College Management SystemFinal Project Report of College Management System
Final Project Report of College Management System
 
College Management System project
College Management System projectCollege Management System project
College Management System project
 
College Management System project srs 2015
College Management System project srs 2015College Management System project srs 2015
College Management System project srs 2015
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
 
Designing of web portals
Designing of web portalsDesigning of web portals
Designing of web portals
 
College Management System
College Management SystemCollege Management System
College Management System
 
Admission system development
Admission system developmentAdmission system development
Admission system development
 
Android technical quiz app
Android technical quiz appAndroid technical quiz app
Android technical quiz app
 
School Management initial django.pptx
School Management initial django.pptxSchool Management initial django.pptx
School Management initial django.pptx
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptx
 
Project Report of Faculty feedback system
Project Report of Faculty feedback systemProject Report of Faculty feedback system
Project Report of Faculty feedback system
 
Student Information System (SIS) in PHP
Student Information System (SIS) in PHPStudent Information System (SIS) in PHP
Student Information System (SIS) in PHP
 
Student information-system-project-outline
Student information-system-project-outlineStudent information-system-project-outline
Student information-system-project-outline
 
FINAL APP DEVELOPMENT REPORT -DONE
FINAL APP DEVELOPMENT REPORT -DONEFINAL APP DEVELOPMENT REPORT -DONE
FINAL APP DEVELOPMENT REPORT -DONE
 
Student information system project report
Student information system project reportStudent information system project report
Student information system project report
 

Similar to Miniprojectreport

Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
IJARIIT
 
IRJET- Edu-Web
IRJET-  	  Edu-WebIRJET-  	  Edu-Web
IRJET- Edu-Web
IRJET Journal
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET Journal
 
Six Months Industrial Training11
Six Months Industrial Training11Six Months Industrial Training11
Six Months Industrial Training11
Manoj Rao
 
Basic Computer.docx
Basic Computer.docxBasic Computer.docx
Basic Computer.docx
atulsharmaat
 
Avadhoot_Mane_DotNet_Resume_2016
Avadhoot_Mane_DotNet_Resume_2016Avadhoot_Mane_DotNet_Resume_2016
Avadhoot_Mane_DotNet_Resume_2016
Avadhoot Mane
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind People
IRJET Journal
 
web devlopment.docx
web devlopment.docxweb devlopment.docx
web devlopment.docx
mustaphaisah9
 
Matrimonial web site Documentation
Matrimonial web site DocumentationMatrimonial web site Documentation
Matrimonial web site Documentation
home
 
kamal.docx
kamal.docxkamal.docx
kamal.docx
Kamalakar K
 
No longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web streamNo longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web stream
Randy Connolly
 
Students Club
Students ClubStudents Club
Students Club
IRJET Journal
 
What Are Progressive Web Application Development
What Are Progressive Web Application DevelopmentWhat Are Progressive Web Application Development
What Are Progressive Web Application Development
App Verticals
 
MobileStore.pptx
MobileStore.pptxMobileStore.pptx
MobileStore.pptx
AkashChourasiya13
 
student supervision system
student supervision systemstudent supervision system
student supervision system
Dhruti Ranjan Bag
 
Fayaz_CV
Fayaz_CVFayaz_CV
Fayaz_CV
Fayaz Khan
 
AI based College Information Search System
AI based College Information Search SystemAI based College Information Search System
AI based College Information Search System
IRJET Journal
 
educational website report
educational website reporteducational website report
educational website report
Kedar Kumar
 
Coalesce
CoalesceCoalesce
Coalesce
kalpesh1908
 
Web engineering cse ru
Web engineering cse ruWeb engineering cse ru
Web engineering cse ru
Hossain Md Shakhawat
 

Similar to Miniprojectreport (20)

Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
 
IRJET- Edu-Web
IRJET-  	  Edu-WebIRJET-  	  Edu-Web
IRJET- Edu-Web
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
 
Six Months Industrial Training11
Six Months Industrial Training11Six Months Industrial Training11
Six Months Industrial Training11
 
Basic Computer.docx
Basic Computer.docxBasic Computer.docx
Basic Computer.docx
 
Avadhoot_Mane_DotNet_Resume_2016
Avadhoot_Mane_DotNet_Resume_2016Avadhoot_Mane_DotNet_Resume_2016
Avadhoot_Mane_DotNet_Resume_2016
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind People
 
web devlopment.docx
web devlopment.docxweb devlopment.docx
web devlopment.docx
 
Matrimonial web site Documentation
Matrimonial web site DocumentationMatrimonial web site Documentation
Matrimonial web site Documentation
 
kamal.docx
kamal.docxkamal.docx
kamal.docx
 
No longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web streamNo longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web stream
 
Students Club
Students ClubStudents Club
Students Club
 
What Are Progressive Web Application Development
What Are Progressive Web Application DevelopmentWhat Are Progressive Web Application Development
What Are Progressive Web Application Development
 
MobileStore.pptx
MobileStore.pptxMobileStore.pptx
MobileStore.pptx
 
student supervision system
student supervision systemstudent supervision system
student supervision system
 
Fayaz_CV
Fayaz_CVFayaz_CV
Fayaz_CV
 
AI based College Information Search System
AI based College Information Search SystemAI based College Information Search System
AI based College Information Search System
 
educational website report
educational website reporteducational website report
educational website report
 
Coalesce
CoalesceCoalesce
Coalesce
 
Web engineering cse ru
Web engineering cse ruWeb engineering cse ru
Web engineering cse ru
 

Recently uploaded

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 

Recently uploaded (20)

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 

Miniprojectreport

  • 1. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 1 CHAPTER 1 INTRODUCTION 1.1 Introduction to Web Application A web application is a software application that runs on a remote server. In most cases, web browsers are used to access web applications, over a network, such as the internet. Some web applications are used in intranets, in companies and schools, for example. Web applications are different from other applications because they do not need to be installed. Web applications are popular because most computer operating systems have web browsers. Programmers can easily change a web application. Users do not need to install any new software to see these changes. Web applications use a combination of server-side scripts (PHP and ASP) to handle the storage and retrieval of the information, and client-side scripts (JavaScript and HTML) to present information to users. 1.1.1 Working of a Web Application Web applications are usually coded in browser-supported language such as JavaScript and HTML as these languages rely on the browser to render the program executable. Some of the applications are dynamic, requiring server-side processing. Others are completely static with no processing required at the server. The web application requires a web server to manage requests from the client, an application server to perform the tasks requested, and, sometimes, a database to store the information. Application server technology ranges from ASP.NET, ASP and ColdFusion, to PHP and JSP. Here's how a typical web application flow looks like: i. User triggers a request to the web server over the internet, either through a web browser the application’s user interface. ii. Web server forwards this request to the appropriate web application server. iii. Web application server performs the requested task - such as querying the database. iv. Web application server sends results to the web server with the requested information.
  • 2. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 2 v. Web server responds back to the client with the requested information that then appears. 1.1.2 Benefits of Web Application i. Web applications run on multiple platforms regardless of operating systems or device as long as the browser is compatible. ii. All users access the same version, eliminating any compatibility issues. iii. They are not installed on the hard drive, thus eliminating space limitations. iv. They reduce software piracy in subscription-based web applications. v. They reduce costs for both the business and end user as there is less support and maintenance required by the business and lower requirements for the end user’s computer. 1.2 Technological Review 1.2.1 PHP For implementing the project, we are making use of php language as the main language. PHP is a server-side scripting language designed for web development but also used as a general purpose programming language. PHP code can be embedded into HTML code or it can be used in frameworks. 1.2.2 Javascript Java Script is a high-level, dynamic ,untyped ,and interpreted programming language. It has been standardized in the ECMA Script language specification. Along side HTML and CSS, it is one of the three essential technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins. JavaScript is also used in environments that are not Web-based, such as PDF documents, site specific browsers, and desktop widgets. Newer and faster JavaScript virtual machines (VMs) and platforms built upon them have also increased the popularity of JavaScript for server-side Web applications.
  • 3. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 3 1.2.3 HTML/CSS Hypertext Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically and, before the advent of Cascading Style Sheets (CSS), included cues for the presentation or appearance of the document (web page), making it a markup language, rather than a programming language. 1.2.4 Mysql MySQL is an open-source relational database management system (RDBMS) and the most widely use do pen-source lientâ“server model RDBMS. MySQL is a popular choice of database for use in web applications, and is a central component of the widely used LAMP opensource web application software stack (and other "AMP" stacks). 1.2.5 AJAX Ajax is a set of web development techniques using many web technologies on the client- side to create asynchronous Web applications. With Ajax, web applications can send data to and retrieve from a server asynchronously (in the background) without interfering with the display andbehavioroftheexistingpage. Ajaxis nota technology ,but a group of technologies. HTML and CSS can be used in combination to mark up and style information. The DOM is accessed with JavaScript to dynamicallydisplay and allow the user to interact with â“ the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads. 1.3 Introduction to project We are formulating the best alumni web portal which will facilitate effective communication platform through online chatting, profile viewing and personal messaging within three stakeholders of the institute viz- College, College students, Alumni.
  • 4. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 4 This portal will be providing direct contact of the alumni with the students as well as the staff members. The desired query of the existing students will be answered faster. This keeps the students updated with the current updates and demands of the industrial market. The students neither posting nor chatting can also silently be updated with the on goings in the college as well as the market. This portal highlights the feature of communication, which will enable the current students to interact with the alumni of the college for getting various updates on current industry trends, Internship opportunity, sponsored projects and various referral opening in the corporate world. This portal will serve the cause of integrating all the stakeholders of Institute such as, Alumni, College students, Faculties to avail the guidance and knowledge sharing on various domains. In this project we proposed the Dynamic Architectural design of the Alumni portal, which enable the two-way communication between all stakeholders. 1.4 Objectives: • Get latest updates. • Connect with your batch-mates. • Receive invites to alumni meets. • Helps us to connect with you better. • Plan reunions for your batch. • Connect with your professors. 1.5 Problem Statement: Now a days the education became one of the desired need of the people, but unfortunately what if the student is sincere but unaware about the current market status and the market requirement. This is the major problem with the students that they are unable to get more and more information about the surrounding "Whats going on..?" The Problem occured with the students at the form.
  • 5. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 5 Time of career guidance, Project title selection ,Internships, Domain related queries, any query related to the syllabus or something which is very new concept for them etc. Because of the lack of knowledge the student decides with the way smay wrong or right .if luckily they got the desired goal then no issue but imagine what if they have selected something very wrong. After the wrong choice the thing which has been done is only the wastage of time. Always remember "Your golden advice can save others precious times." The proposed architecture, by making use of Php code, offers a solution to those problems. Problem can be solve by reducing the distance between the students with their alumni and the faculties so that they can get the correct guidance or the advice and can utilize their time in best way. The implemented Alumni Portal will provide the features like chat, post, department wise chat and be able to connect with all the alumni students and the faculties also. 1.6 Proposed System: The application allows students to register and then search the data based on different criteria. Also it has the benefits of having a centralized database and upto date information. A user can easily obtain information about other registered user. 1.7 Existing System: Many institutions, colleges and universities maintain the information manually about present and past students. This does not allow efficient data management and retrieval process. A student willing to get information about others has to approach the college and obtain the details. Often the information may not be available and misleading.
  • 6. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 6 1.8 Motivation: ❖ Although our college website is quite attractive, but it lacks with the feature of communication with the alumnus. ❖ This creates a problem for the current students in terms of guidance, internships, industrial knowledge. ❖ It also lacks the instant solution to the problem which are related to education and 1 career. ❖ It does not provide any idea about the news and current status of jobs in different companies and industry. 1.9 Introduction to Front End Software The front-end software used is PHP. PHP is an acronym for "PHP: Hypertext Pre- processor”. PHP is a server scripting language, and a powerful tool for making dynamic form. and interactive web pages. PHP is a widely used, open source scripting language and is free to download and use. PHP files can contain text, HTML, CSS, JavaScript, and PHP code. PHP codes are executed on the server, and the result is returned to the browser as plain HTML. PHP files have extension ".php". PHP code may be embedded into HTML or HTML5 mark-up, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server software combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command- line interface (CLI) and can be used to implement standalone graphical applications. 1.10 Introduction to SQL Structured Query Language (SQL) is a programming language used for storing and managing data in Relational Database Management System (RDBMS). SQL was the first commercial language introduced for E.F Codd's Relational model. Today almost all RDBMS (MySQL, Oracle, Infomix, Sybase, and MS Access) uses SQL as the standard database language.
  • 7. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 7 SQL is used to perform all type of data operations in RDBMS. Most of the actions you need to perform on a database are done with SQL statements. Standard SQL commands like ADD, DROP, INSERT and UPDATE can be used with MySQL. MySQL can be used for variety of applications, but is most commonly found on web servers. MySQL commands can be incorporated into the PHP code. SQL defines following data languages to manipulate data of RDBMS: i. DDL: Data Definition Language ii. DML: Data Manipulation Language iii. TCL: Transaction Control Language iv. DCL: Data Control Language v. DQL: Data Query Language
  • 8. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 8 CHAPTER 2 Literature Survey 2.1 Harvard Alumni (www.alumni.harvard.edu) • Front page of this portal shows the features like login tab so that the alumnus can login easily , ways to connect for connecting the junior and the pass out students ,make gift for various occasions like birthdays or anything else. • With that Harvard provides Features News for surrounding informations , Lecture details which describes the schedule , events and the Notice are displayed on home page itself with the present event. • Also gives the Donor Initiative Chance for the scenario when the alumni student he/she feels that they can help the college in terms of donation so that will be possible with this. • With all this we have observe the unique feature that , it provides the clubbed video on the home page and this thing makes the whole portal very much attractive. • This portal is provides the features that is same as the Harvard Alumni like Gallery present on the home page , visit for guide allocations is given so that the junior student can get the solution or the advice for their difficulties. • Also provided Donor initiative for college. 2.2 IIT Kanpur Alumni (www.alumni.iitkanpur.edu) • IIT has Gallery with many images , Lectures details with specific day and time , contacts which shows whom all are connected with this portal, woman alumni convention as separate for the woman only on the Home page. • Feature sare Gallery present on the homepage, visit for guide allocation Is given so that the junior student can get the solution or the advice for their difficulties. • Notice with highlighted form is shown for better visualization . also gives the Donor Initiative Chance.
  • 9. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 9 • IIT Kanpur shows information events about present on every page where the current events are highlighted also there is a separate women alumni convention and that is the unique feature. • Personal in private chatting. 2.3 Alumni Princeton University (www.alumni.princeton.edu) • This portal has different things in their front page like Calendar for the current and the in coming occasions and in order to get about their own information’s there is a tab i.e. ✠About usâ. • This portal is provides the features that is same as the IIT KANPUR like Gallery present on the home page , visit for guide allocations is given so that the junior student can get the solution or the advice for their difficulties. • Passed out students are promoted as alumni automatically upon completion of their course. • And also the conservation is hidden or not displayed from the other student who all are connected with that particular portal. • But the different thing is that this portal provides the scholar ship in terms of donor initiative for the collage requirement purpose. • Providing the unique feature like the alumnus are categorized on the basis of regions communitiesofnetworkssothatthestudentswhobelongstothesameareawillgetlisted together. 2.4 ITMB Alumni Association (www.alumni.itmb.edu) • Inthehomepagethisportalshowsthesearchtabforsearchingthealumnistudentwhether he/she is connected in the portal or not . • provides the similar features like all portals HARVARD ALUMNI PORTAL , IIT KANPUR, Alumni Princeton University. • The notice are present in the highlighted form not only for the better visualization but also for making the portal active . • Also provided Donor initiative for college.
  • 10. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 10 • AndtheuniquefeaturewhichmakesITMBAlumniAssociationmoreuniqueisthesearch tab which is shown on every page. 2.5 UCLA Alumni (www.alumni.ucla.edu) • The UCLA Alumni Portal’s home page layout is very much atractive , shows the similar features like all the portal wich we have disscused yet. • But unfortunatly there is no notice section because of that the portal not shows any sourroundig informations . • And also the donor initiative is present in the form of scholarship but the basic concept is same. • Auto registration of all students. • It provides chat room. • Alumni sare connected by the social networks which reduce the distance between the pass out and the junior students and that makes the portal unique as compare to the other portals. • Passed out students are promoted as alumni automatically upon completion of their course. 2.6 Commonly Identified Weaknesses • Majority of the alumni portals do not provide the feature of direct communication of the students with the alumnus although the institute remains indirect contact with the alumni. • And also the conservation is hidden or not displayed from the other student who all are connected with that particular portal. • No chat rooms specific to topic/ interest / domain. • No direct registration.
  • 11. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 11 2.7 How to Overcome the Weaknesses Proposed method to overcome on shortfalls includes following features: • Provided Special interest group(sig) chat rooms. • Personal in private chatting. • Access of contact details on request. • Auto registration of all students. • Passed out students are promoted as alumni automatically upon completion of their course.
  • 12. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 12 CHAPTER 3 SYSTEM REQUIREMENTS AND SPECIFICATION 3.1 Platform Requirement: The Platform used in this project: Windows: Windows is the operating systems that will support comparative website. Since windows is an open source operating system, This system which is will use in this project is developed on the windows platform .The comparative website will be tested on windows.The supported Operating Systems for server include: 3.2 Software Requirement: The Software Requirements in this project include: • Apache. • PhpMyAdmin. • Mozilla Fire Fox, • Google Chrome etc. 3.3 Hardware Requirement: Hardware Required For Project Development: • 1 GB Ram. • 40 GB Hard Disk Minimum. • Intel Core. 3.4 Experimental Setup ➢ Install My SQL Server. ➢ Install XAMPP Server. ➢ Run the code on localhost
  • 13. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 13 CHAPTER 4 DESIGN 4.1 Design Approach Design is the first step in the development phase for any techniques and principles for the purpose of defining a device, a process or system in sufficient detail to permit its physical realization. Once the software requirements have been analysed and specified the software design involves three technical activities design, coding, implementation and testing that are required to build and verify the software. The design activities are of main importance in this phase, because in this activity, decisions ultimately affecting the success of the software implementation and its ease of maintenance are made. These decisions have the final bearing upon reliability and maintainability of the system. Design is the only way to accurately translate the customer requirements into finished software or a system. Design is the place where quality is fostered in development. Software design is a process through which requirements are translated into a representation of software. Software design is conducted in two steps. Preliminary design is concerned with the transformation of requirements into data. Figure 4.1:Usecase diagram of admin
  • 14. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 14 Admin Approach In Alumni Registration Form, admin performs various tasks. Admin at first will login into the website then it will manages the user database, user registration whether to accept or not. Then it will creates its own events as well as will give approval for the registered students and events. They can update different kinds of events. They can also see how many students have registered and participated in which all events. Atlas, all the task done by particular admin, they can easily logout from the website. Figure 4.2: Usecase diagram of Student Student Approach In Alumni Portal, User/Students can easily login to the website. After the login they can search about the different types of events that will take place, then they can register for the events which ever they would like to. They can view events by which branch organised and as well as the in charge of the particular events. Then they can logout from the website.
  • 15. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 15 CHAPTER 5 IMPLEMENTATION 5.1 Project Modules 5.1.1 Pseudo-code of Admin Login Module Input: email address, password, Output: Login successful. Step 1: Sign in button is clicked on the page. Step 2: Create event for the alumni form students. 5.1.2 Pseudo-code of Add Event Module Input: Post event button is clicked. Output: Events list are displayed in the website. Step 1: Click on manage event button to add events, lectures. Step 2: Modify the items inside the events by adding or removing the items. Step 3: Review the items in events before posting it. 5.1.3 Pseudo-code Student Registration Module Input: Name, contact, program, email address, password, gender, id, branch. Output: User registration is completed. Step 1: Provide registered email address and password.
  • 16. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 16 Step 2: Click on login button. 5.1.4 Pseudo-code Manage Event Module Input: Check for events to manage. Output: Display upcoming events. Step 1: Provide event upcoming information. Step 2: Provide event time, location and accessories etc.
  • 17. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 17 CHAPTER 6 SNAPSHOT Figure 6.1: Registration Form Figure 6.2: Login Page
  • 18. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 18 Figure 6.3: Home Page Figure 6.4: Event post
  • 19. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 19 Figure 6.5: Event List Figure 6.6: Workshop List
  • 20. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 20 CONCLUSION Alumni Portal for any college web site is very important. It has been setup to increase interaction, knowledge sharing and networking among the alumni students and also focuses on bringing together alumni students of college And the primary goal of this report is to connect the alumni students with the college and existing college students with the help of alumni web portal where they can have communication with existing students and college. On alumni system solves the problem concern with graduates feedback to the faculty with an enquiry module. This system will believable for general public use through the web interface. Alumni portal has set up to increase interaction, knowledge sharing and networking among the alumni students. The primary goal of this project is to connect the alumni students with the college and existing college students with the help of alumni web portal where they can have communication with existing students, teachers and college.
  • 21. Student Alumni Registration Form Dept. of CS&E, SKIT 2019-2020 21 REFERENCES [1] Campus Portals: Supportive Mechanisms for University Communication, Collaboration, and Organizational Change David L. Eisler, Provost Weber State University. [2] Security Mechanism in Alumni Portal Department of Information Technology, Xavier Institute of Engineering, Mahim (W), Mumbai, India Vikrant Pawar , Sagar Date, Suraj Iyer , Chhaya Narvekar [3] "Harvard Alumni" [online]. Available: http://www.alumni.harvard.edu [4] "IIT Kanpur Alumni" [online]. Available: http://www.iitkalumni.org