You are on page 1of 83

lOMoARcPSD|18537454

Major Project Sample

Major Project (Chaudhary Charan Singh University)

StuDocu is not sponsored or endorsed by any college or university


Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)
lOMoARcPSD|18537454

PROJECT REPORT
ON
SELF PLANNERS
AN EVENT MANAGEMENT WEBSITE
(Submitted in Partial Fulfillment for BCA, C.C.S. University, Meerut)

Institute of Management Studies, Noida

SUBMITTED TO: SUBMITTED BY:


MS ANITA BHAGEL ANIKET ANAND
Assistant professor Roll No. : 1591909023

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

PERFORMA FOR APPROVAL OF THE BCA PROJECT (605)


PROPOSAL
1. Roll No. 1591909023

2. Name of the student: ANIKET ANANT

3. E-mail: Aniketanand31@gmail.com

4. Mob. No. 9871344728

5. Title of the Project (605) - EVENT MANAGEMENT SYSTEM

6. Name of the Mentor- Ms. Anita Bhagel

For Office Use Only:

Approved Not Approved Date: ------------


-----

(Signature of the Mentor)


Suggestions (if any):-

• 1
• 2
• 3
• 4

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Certificate

This is to certify that this Project Report entitled “Self Planners” submitted to
IT Department, Institute of Management Studies Noida done by Aniket
Anand is an authentic work carried out by him at under my guidance. The
matter embodied in this project work has not been submitted earlier for the
award of any degree or diploma to the best of my knowledge and belief.

Place:
Date: Signature of the Guide

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

ACKNOWLEDGEMENT

I am thankful to all the faculty members, providing their valuable time


and guidance in elaborating view of studying the project details and
getting the right vision for its implementation.

I am highly thankful to my Project guide Ms. Anita Bhagel, who not only
supervised me while my project, but also gave me valuable suggestions
which will be very beneficial for me in future.

I would like to thank my colleagues, who assisted me and helped me through


out.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Abstract

Requirements definition and management is recognized for well and


successful event planner, discipline is also required by standards,
regulations, and quality improvement initiatives. Creating and managing
requirements is a challenge. Organization need to effectively define and
manage requirements to ensure they are meeting needs of the customer,
while proving compliance and staying on the schedule and within budge.
The impact of a poorly expressed requirement can bring a business out of
compliance or even cause injury or death. Requirements definition and
management is an activity that can deliver a high, fast return on investment.

The Self Planner is undertaken as a project is based on management of


event. The main aim of this project is to organize the event.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Table of Contents
1. Introduction of the Project
1.1. Project Objective
1.2. Project Benefit
1.3. Project Scope
1.4. Project Limitation

2. System Development Life Cycle


2.1. Preliminary Investigation
2.1.1. Request Clarification
2.1.2. Feasibility Study
2.1.2.1. Technical Feasibility
2.1.2.2. Economical Feasibility
2.1.2.3. Operational Feasibility
2.1.3. Request Approval
2.2. Determination of System Requirements

3. System Design
3.1. Interface Design
3.1.1. User Interface
3.1.2. Communication Interface
3.2. Detailed System Specification
3.2.1. Detailed System Design
3.2.1.1 Functional Flow of System
3.2.1.2 Data Flow of System

4. Testing & Debugging

5. Appendix
5.1. References

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Introduction of the Project


1.1. Project Objective

The main objective of the project on Event Management System is to


manage the details of Event, Booking, Customer, Employee, Enquiry. It
manages all the information about Event, Package, Enquiry. The project is
totally built at administrative end and thus only the administrator is
guaranteed the access. The purpose of the project is to built an application
program to reduce the manual work for managing the Event.

1.2. Project Benefits

Some benefits are:

• Dedicated Relationship Management


• Access to event management system without any physical
efforts

1.3. Project Scope

Decoration and management activities are considered to be the


life blood of the Event. Without such services, the events and
celebrations cannot be carried on smoothly.
Effective response and well and good services makes the
celebrations awesome and attractive. All these services can be
requested online using the easy to use, online event
management services.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

1.4. Project Limitation

• The Live demo is not possible. However there are galleries and photos
to give and feel to the user.

• The services are sometimes may be different as shown on the site


when compared to actual implementation.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

2.System Development Life Cycle

System development Life cycle consist of two major steps of System


analysis and design. It includes set of activities that analysts, designers and
users carry out to develop and implement an information system.

So, here we followed the different stages of system development life


cycle to develop the website efficiently.

The systems development life cycle consists of the following


activities:

1. Preliminary Investigation

2. Determination Requirements

3. Design of System

4. Development of System

5. System Testing

6. Implementation

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Technology Used
HTML-:
• HTML stands for Hyper Text Markup Language
• HTML describes the structure of Web pages using markup
• HTML elements are the building blocks of HTML pages
• HTML elements are represented by tags
• HTML tags label pieces of content such as "heading", "paragraph",
"table", and so on
• Browsers do not display the HTML tags, but use them to render the
content of the page

➢ WHY HTML?
HTML is the acronym for Hyper Text Markup Language. It is a form of
programming language that is used to make web pages on the internet
viewable. So it can be said that it is because of HTML that web pages are
interesting to look at, but theimportance of HTML is often taken for
granted.

CSS-:
What is CSS?
• CSS stands for Cascading Style Sheets
• CSS describes how HTML elements are to be displayed on screen, paper, or
in other media
• CSS saves a lot of work. It can control the layout of multiple web pages all at
once
• External stylesheets are stored in CSS files

Why CSS?

CSS Provides Efficiency in Design and Updates


With CSS, we are able to create rules, and apply those rules to many elements within the
website. This approach offers many advantages when site-wide changes are required by a
client. Since the content is completely separated from the design, we can make those
changes in our Style Sheet and have it effect every applicable instance.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

CSS Use Can Lead To Faster Page Downloads


Since rules are only downloaded once by the browser, then are cached and used for each
page load, the use of CSS can lead to lighter page loads, and improved performance. This
contributes to lighter server load and lower requirements, which overall saves money for
our clients.

CSS is Easy to Work With


Because we are able to keep every visual aspect of the website completely separated from
the content, using CSS when designing our websites allows us to quickly create layouts,
and troubleshoot any problems. We know that regardless of the page, we control all
elements from one (or several) stylesheet.

These are just a few reasons why we choose to use CSS. Although we have not gone into
the details of using CSS (that is well beyond the scope of this article), we hope that you
have a better understanding of why it’s important. One last reason is, “all the cool kids
are doing it”. We’re kidding of course, but it is the way of the future…so why not get
there now.

PHP-:

➢ What is PHP?

▪ DEFINITION: PHP is a Widely-used general-purpose


scripting language that is especially for development and can be
embedded into HTML.
▪ The PHP Hypertext Processor (PHP – yes, the first “P” in
the acronym does indeed stands for PHP!) Allows web
developers to create dynamic content that interacts with
database. PHP application is normally on Linux server and in
conjunction with MYSQL database. It provides those servers
with functionality similar to that provide to the window
platform by Active server pages technology.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

• PHP Stands for : Hypertext Preprocessor


• PHP is server-side scripting language.
• PHP scripting is executed on server.
• PHP support many Databases (MYSQL, Informix,
Oracle, and Sybase, Solid, POSTGRESQL, Generic
ODBC, etc.)
• PHP is free to download and use.
• PHP is open source.
• PHP is platform independent language.

➢ PHP FILES:

• PHP files may text, HTML Tags and scripts.


• PHP files are returned to the browser as plain HTML.
• PHP files have a file extension of “.PHP”, “.PHP3”,
“.PHTML”

➢ Why PHP?

• PHP runs on different platforms (Window, UNIX, Linux, etc).


• PHP is compatible with almost all servers used today (Apache,
IIs, etc).
• PHP is Free to DOWNLODE from the official PHP
resources:
www.php.net
• PHP is easy to learn and runs efficiently on the server side.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

➢ MYSQL:-

‘MYSQL’ the most popular ‘open source’ SQL database


management system is developed, distributed and supported by
‘MYSQL ‘AB’.’MYSQL AB’ is a commercial company,
founded by the MYSQL developers that build its business by
providing services around the ‘MYSQL’ database management
system.
‘MYSQL’ is a database management system. A database
is a structured collection of a data. It may be anything from a
simple shopping list to a picture gallery or the vast amount of
information in the corporate network. To add, access, and
process data store in a computer database, you need a database
management system such as ‘MYSQL ‘server. Since computer
are very good at handling large amount of data, database,
management systems play a central role in computing, as stand-
alone utilities or as part of other application.

• MYSQL is Database server.


• MYSQL is ideal for both small and large application.
• MYSQL support standard SQL.
• MYSQL complies on a number of platforms.
• MYSQL is free to download and use.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

➢ Why use The MYSQL database server:

The ‘MYSQL’ database server is very fast, reliable and easy to


use. If that is what you are looking for, you should give it a try.
‘MYSQL’ server also has a practical set features developed in
close cooperation with users. You can find a performance
comparison of ‘MYSQL’ server with other database managers
on our benchmark page. ’MYSQL’ was originally developed to
handle large database much faster than existing solution and has
been successfully use in highly demanding production
environments for several years.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

2.1.1.1. Technical Feasibility

Issues to be studied are, whether the work for the project will be
done with current equipment, existing S/W technology and available
personnel? If the new technology is required, then what is the
likelihood that it can be developed?

This Website is technically feasible. The primary technical


requirement includes the availability of Windows 2000 or higher
version of operating systems installed in the network. Mysql is also
required which was already installed. To develop programs WAMP
server was required which was also available. Reliability, access power
and data security was also available. The system can also be developed
if the new technology is acquired. Thus, through all the ends technical
feasibility was met.

The tools that we were requiring were all available to us they


are:-

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Hardware Requirements
HARDWARE REQUIREMENTS (Minimum)

• Processor- Pentium IV

• Minimum RAM -256 MB

• 512 Cache Memory

• Hard Disk 10 GB

• Modem for Internet Access.

SOFTWARE REQUIREMENTS (Minimum)

• Operating system- windows 98,win xp ,win 7

• On a Mac OS X 10.3 machine: Internet Explorer 5.2.3 and Safari 1.25


• Mozilla 1.4 and above, Mozilla Firefox 0.9.3, and Opear 7.11
• Adobe flash player (any)
• It should allow "Javascript" or "Active scripting(IE

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Economic Feasibility

Issues to be studied are, whether the new system is cost effective or


not? The benefits in the form of reduced cost?

This website is economically feasible. As the hardware was installed


from quite beginning, the cost on project of hardware is low. Similarly,
the software loaded for this project was used even after this project was
developed for many other applications. The software cost was under
budget. Moreover, the technical requirements were already available so
there was no further expenditure for buying software packages.

2.1.1.2. Operational Feasibility

Issues to be studied are, is there sufficient support for management


and users? Is the current method acceptable to users? Will the proposed
system cause any harm?

This Website is operationally feasible. This application provides the


necessary information to the user such as how to enter the information
regarding different operations performed on the database. The
application was planned in such a way that no prior knowledge was
required to go through the various operations. The user just needed to
have the basic knowledge of computers.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

This software also possesses behavioral feasibility. It’s because the


users of the system are computer professionals and know the
advantages of computer system. Moreover, this application is going to
enhance their skills and reduce their workloads.

2.2. Determination of System Requirement

Determination of system requirement means studying the adjacent


system in order to collect the details regarding the way it captures data,
processes the data, produces the output. I used following techniques for
identifying system requirements:

• Reviewing organization documents


• Onsite observations
• Conducting interviews

2.2.1. Reviewing Organization Documents

I first learnt about the organization involved in, or affected by the


project, I got to know how the department works and the employees
were directly involved/associated with the application. Annual manuals
and reports were of great help to me.

2.2.2.. Onsite Observations


It is a process of recognizing and observing people, objects and their
occurrence to obtain the information. The major objective of the Onsite
Observation is to get as close as possible to real system being studied.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Here, I observed the activities of the system directly. I saw the office
environment, workload on the system, and workload on the users. The
physical layout of the current system along with the location &
movement of staff was analyzed. In this way, the information about the
present workflow, objects and people was gathered.

This helped me to understand various procedures & processes, which


were to be developed in the new system.

2.2.3. Conducting Interviews

Written documents and onsite observation just tell that how the
system should operate. They do not include enough details to allow a
decision to be made about the merits of system proposal, nor do they
present user views about the current system.

I conducted interviews of the staff, which were directly involved with


the application. Also the regular users of the application were
interviewed. Based on their viewpoints, crystal clear system
requirements were jolted down. These interviews were of great help.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Design of System

3.1. Interface Design

A well-designed interface improves the user perception of the content


or services. It needs not to be flashy but it should be ergonomically
sound. Two main types of design interface, which I considered, are:

• User Interface
• Communication Interface

3.1.1. User Interface

The various documents that are maintained by the RR section that


have been used to analyze the user interfaces that will interact with the
Online Event Management System.

3.1.2. Communication Interface

The software may either be installed on a client server based setup


with a Local Area Network (using the Ethernet Interface, one to one
connection and TCP/IP) or on a standalone machine whereby client and
server components resides on the same machine.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

3.2.1. Detailed Design

The design that we have formed for the new system are given as under:-

3.2.1.2 Data Flow Diagram:

What is a data flow diagram?

A data flow diagram (DFD) maps out the flow of information for any process or system.
It uses defined symbols like rectangles, circles and arrows, plus short text labels, to show
data inputs, outputs, storage points and the routes between each destination. Data
flowcharts can range from simple, even hand-drawn process overviews, to in-depth,
multi-level DFDs that dig progressively deeper into how the data is handled. They can be
used to analyze an existing system or model a new one. Like all the best diagrams and
charts, a DFD can often visually “say” things that would be hard to explain in words, and
they work for both technical and nontechnical audiences, from developer to CEO. That’s
why DFDs remain so popular after all these years. While they work well for data flow
software and systems, they are less applicable nowadays to visualizing interactive, real-
time or database-oriented software or systems.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

0-Level DFD

User

Details

Event
mgt.
Transaction system

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

1-Level DFD

Avail
services

COORDINATOR/CUSTOMER

COORDINATOR DETAIL FILE

Give services

EVENT MANAGEMENT SYSTEM

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

ER Diagram

Services ADDRESS.

NAME EVENT

EMW request
CORDINATOR

PROCESS avail
Service

EVENT DT OTHER

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

START

COORDINATOR

Record Event

EMS EMS

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Use Case Diagram

GET INFO

AVAIL SERVICES

BOOK EVENT

CHECK STATUS

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

FORM & CODING

CODING
<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="style.css" rel="stylesheet" type="text/css">

<!-- Insert to your webpage before the </head> -->

<script src="sliderengine/jquery.js"></script>

<script src="sliderengine/amazingslider.js"></script>

<link rel="stylesheet" type="text/css" href="sliderengine/amazingslider-1.css">

<script src="sliderengine/initslider-1.js"></script>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<!-- End of head section HTML codes -->

<head>

<title>self planners</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


width="90" height="90">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="1025px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a>

<a href="services.html">

<button type="BUTTON">Services</button></a>

<a href="gallery.html">

<button type="button">Gallery</button></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</div>

</div>

<div class="uppermid">

<div class="inupp1">

MORE

<h4>WE ALSO ARRANGE FOR PHOTOGRAPHY</h4</a><br>

<h4> BEST CATTERERS </h4></a>

<h4>BEST DJ JOKEY</h4>

<h4>BEST DECORATION</h4>

</div>

<div class="center">

<!-- Insert to your webpage where you want to display the slider -->

<div id="amazingslider-wrapper-1" style="display:block;position:relative;max-


width:600px;margin:0px auto 0px;">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<div id="amazingslider-1" style="display:block;position:relative;margin:0 auto;">

<ul class="amazingslider-slides" style="display:none;">

<li><img src="images/D7F1FB06-4C7E-48FB-8118-FFD6F7E2638D-
1024x768.jpg" alt="D7F1FB06-4C7E-48FB-8118-FFD6F7E2638D-1024x768"
title="D7F1FB06-4C7E-48FB-8118-FFD6F7E2638D-1024x768" />

</li>

<li><img src="images/1294382_552214298187942_227557886_o.jpg"
alt="1294382_552214298187942_227557886_o"
title="1294382_552214298187942_227557886_o" />

</li>

<li><img src="images/3280294_orig.jpg" alt="3280294_orig"


title="3280294_orig" />

</li>

<li><img src="images/Corporate-Management-and-Production-Lead.jpg"
alt="Corporate-Management-and-Production-Lead" title="Corporate-Management-
and-Production-Lead" />

</li>

<li><img src="images/indian_wedding_decorations_wallpaper_2014_hd.jpg"
alt="indian_wedding_decorations_wallpaper_2014_hd"
title="indian_wedding_decorations_wallpaper_2014_hd" />

</li>

<li><img src="images/slider-1.jpg" alt="slider-1" title="slider-1" />

</li>

<li><img src="images/top-Mehndi-Stage-Design-photos-in-Lahore-Pakistan-
01.jpg" alt="top-Mehndi-Stage-Design-photos-in-Lahore-Pakistan-01" title="top-
Mehndi-Stage-Design-photos-in-Lahore-Pakistan-01" />

</li>

<li><img src="images/weddings-5a.jpg" alt="weddings-5a" title="weddings-5a"


/>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</li>

<li><img src="images/otherevents.jpg" alt="otherevents" title="otherevents"


/>

</li>

</ul>

<div class="amazingslider-engine"><a href="http://amazingslider.com"


title="Responsive Slider jQuery">Responsive Slider jQuery</a></div>

</div>

</div>

<!-- End of body section HTML codes -->

</div>

<div class="inupp2">

<img src="nehru.gif"height="90"width="430"></img>

<p>

<br><h3>Why Choose us?</h3><br>

We at Event Management Company in Delhi NCR are <br>best and foremost

Event Organisers in Delhi and

nearby areas.<br> We believe in Client's satisfaction, we organise <br> mesmerizing

and enthralling events. Our Experts have<br>

innovative qualities and creative mind for

mananging wonderful <br>events at low cost.

You can surely trust us <br>for Perfect event

services. At Event management Company<br> in

Delhi NCR our Motto is just to give Value <br>

for money Services.<br>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Call at 9835610302 to Book any Event. Thanks</p>

</div>

</div>

<div class="lowermid">

<img src="footer.jpg" height="300px"width="1337px"


align="absmiddle"></img>

</div>

<header>

<article>

<section>

<h>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</div>

<div class="footer">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

</font>

</div>

</body>

</html>

➢ DESIGN OF PHASE CSS FILE

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.header{

background-color:#F6F6F6;

padding-bottom:0px;

text-align:center; background-color: #F6F6F6;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px;

.uppermid{

border-style:solid;

background-color:white;

padding-bottom:-20px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.center{

background:transparent;

margin-left:430px;

margin-right:430px;

margin-top:-345px;

padding-bottom:5px;

.inupp1{

background-color:#F6F6F6;

margin-left:900px;

margin-top:5px;

padding-bottom:180px;

.inupp2{

background-color:#F6F6F6;

margin-right:900px;

margin-top:-355px;

padding-bottom:100;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.lowermid{

border-style=:solid;

background-color:white-smoke;

margin-top:50px;

margin-bottom:-150px;

padding-bottom:140px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

margin-top:1px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-5px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Coding phase

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="style2.css" rel="stylesheet" type="text/css">

<head>

<title>self planners</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


width="90" height="90">

</head>

<body>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="1025px"


align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a>

<a href="services.html">

<button type="button">Services</button></a>

<a href="gallery.html">

<button type="button">Gallery</button></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a>

</div>

<div class="heading">

<h2><img src="nehru.gif"height="90"width="430"></img></h2>

<h3>SELF PLANNERS:A Complete solution for all events.</h3><hr>

</div>

<p align="center" style="color: rgb(0, 0, 0); font-family: &quot;Times New


Roman&quot;; font-size: medium;"><font face="Verdana" size="3">

Event Management Company in Delhi NCR is among top event management


companies in Delhi NCR region<br>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

for conducting event like Wedding event, Brand Promotion events, Fresher Parties,
Product launching enthralling<br>

Events, Cultural events, seminars, Workshops, Corporate Events, Business parties,


Theme Based Events, celebrity <br>

management, Ladies Sangeet, Birthday parties, Audition and many more such latest
events.<br>

<img src="magicworks-musical-event-corporate-presentation-bangladesh-4-
638.JPG" height="500px"width="800px" align="absmiddle"></img>

<h2>Our Skills</h2><br>

Our event organisers of Delhi have unique qualities like creative ,<br> novel designers,
innovative decor team, budget management for <br>clients' benefits.<br><br>

<h2>Book Event<h2><br>

Book any Event at 9835610302 or<br> email us at anujraj.rocks@gmail.com.

</div>

<div class="footer">

<font color="blue">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</font>

</div>

</body>

</html>

DESIGNING PHASE

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

.heading{

border-style:solid;

background-color:white;

padding-top:1px;

margin-top:0px;

margin-bottom:10px;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>SELF PLANNERS</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


size="64*64">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="services.html">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

<img src="nehru.gif"height="100"width="430"></img>

<h1>SERVICES</h1><hr>

<div class="mid">

</div>

</div>

</div>

<div class="footer">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<font color="blue">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

</font>

</div>

</body>

</html>

DESIGN PHASE

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

.heading{

border-style:solid;

background-color:white;

padding-top:1px;

margin-top:0px;

margin-bottom:10px;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>SELF PLANNERS</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


size="64*64">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="services.html">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

<img src="nehru.gif"height="100"width="430"></img>

<h1>Picture Gallery</h1><hr>

<div class="mid">

<a href="fresher.html">

<h2>FRESHERS PARTY</h2></a><br>

<a href="culturalevents.html"><h2>CULTURAL EVENTS</h2></a><br>

<a href="corporateevent.html">

<p><h2>CORPORATE EVENTS</h2><br></p>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<a href="weddingevents.html">

<p><h2>WEDDING EVENTS</h2><br></p>

<a href="themeparty.html">

<p><h2>THEME PARTY</h2><br></p>

</div>

</div>

</div>

<div class="footer">

<font color="blue">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

</font>

</div>

</body>

</html>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

DESING

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.heading{

border-style:solid;

background-color:white;

padding-top:1px;

margin-top:0px;

margin-bottom:10px;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>SELF PLANNERS</title>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


size="120*120">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="jnuadmissionprocedure.pdf">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<h1>Freshers party</h1><hr>

<div class="mid">

<img src="college-freshers-party-gifts.jpg" height="300px"width="800px"


align="absmiddle"></img>

<img src="imag_1860861477_1285075625.jpg" height="500px"width="800px"


align="absmiddle"></img>

<img src="82df70cd56d7b13c046cb6c891ff8634.jpg" height="500px"width="800px"


align="absmiddle"></img>

<img src="Photo1501998809_5.jpg" height="500px"width="800px"


align="absmiddle"></img>

<img src="footer.jpg" height="300px"width="800px" align="absmiddle"></img>

<img src="Photo1501998809_4.jpg" height="500px"width="800px"


align="absmiddle"></img>

</div>

</div>

</div>

<div class="footer">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

rights reserved.

</font>

</div>

</body>

</html>

DESIGN PHASE

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

.mid{

border-style:collapse;

background:white ;

font: normal 0.9em Arial;

padding-bottom:450px;

margin-top:10px;

.heading{

border-style:solid;

background-color:white;

padding-top:-60px;

margin-top:-12px;

margin-bottom:-100px;

text-color:white;

font-size: 24px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.footer{

border-style:black;

background-color:black;

padding-top:10px;

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

CULTURALEVENTS.html

<html>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>self planners</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


width="90" height="90">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="jnuadmissionprocedure.pdf">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

<h1>Events</h1><hr>

<div class="mid">

<img src="_b47dc422-0f17-11e7-be49-55692bf38950.JPG"
height="400px"width="800px" align="absmiddle"></img>

<img src="11255055_967833529913864_8927897498880429166_o.jpg"
height="300px"width="800px" align="absmiddle"></img>

<img src="1448331942_vit1.jpg" height="400px"width="800px"


align="absmiddle"></img>

<img src="bihar_diwas_celebrations.jpg" height="400px"width="800px"


align="absmiddle"></img>

<img src="cultural-2.jpg" height="400px"width="800px"


align="absmiddle"></img>

<img src="DSC_1242-735x400.jpg" height="400px"width="800px"


align="absmiddle"></img>

</div>

</div>

</div>

<div class="footer">

<font color="blue">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

</font>

</div>

</body>

</html>

Wedding.html

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>SELF PLANNERS</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

size="120*120">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="jnuadmissionprocedure.pdf">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<h1>WEDDING</h1><hr>

<div class="mid">

<img src="Gal-Service_Special-Events-Decor_-Garba-Decor.jpg"
height="400px"width="800px" align="absmiddle"></img>

<img src="news185.jpg" height="400px"width="800px" align="absmiddle"></img>

<img src="73053-Roshni_neil_D10352.jpeg" height="400px"width="800px"


align="absmiddle"></img>

<img src="sensational-idea-indian-wedding-planning-organising-birthday-party.jpg"
height="400px"width="800px" align="absmiddle"></img>

<img src="Sarikia090309-0101.jpg" height="400px"width="800px"


align="absmiddle"></img>

</div>

</div>

</div>

<div class="footer">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© Jawaharlal Nehru University. New Mehrauli Road, New Delhi 110067. All
rights reserved.

</font>

</div>

</body>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</html>

Design phase

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.mid{

border-style:collapse;

background:white ;

font: normal 0.9em Arial;

padding-bottom:450px;

margin-top:10px;

.heading{

border-style:solid;

background-color:white;

padding-top:-60px;

margin-top:-12px;

margin-bottom:-100px;

text-color:white;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

THEMEPARTY.HTML

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="gallerystyle.css" rel="stylesheet" type="text/css">

<head>

<title>SELF PLANNERS</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

size="120*120">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="jnuadmissionprocedure.pdf">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<h1>Theme party</h1><hr>

<div class="mid">

<img src="maxresdefault (1).jpg" height="400px"width="800px"


align="absmiddle"></img>

<img src="themed-party-ideas-favors_384913.jpg"
height="400px"width="800px" align="absmiddle"></img>

<img src="maxresdefault.jpg" height="400px"width="800px"


align="absmiddle"></img>

<img src="FROZEN-GROUPPHOTO.png" height="400px"width="800px"


align="absmiddle"></img>

<img src="oktoberfest-theme-party-ideas1.jpg" height="400px"width="800px"


align="absmiddle"></img>

</div>

</div>

</div>

<div class="footer">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© Jawaharlal Nehru University. New Mehrauli Road, New Delhi 110067. All
rights reserved.

</font>

</div>

</body>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</html>

DESIGN PHASE

div{

border-style:collapse;

border-color:white;

background-color:white;

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.mid{

border-style:collapse;

background:white ;

font: normal 0.9em Arial;

padding-bottom:450px;

margin-top:10px;

.heading{

border-style:solid;

background-color:white;

padding-top:-60px;

margin-top:-12px;

margin-bottom:-100px;

text-color:white;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="stylecontact.css" rel="stylesheet" type="text/css">

<head>

<title>self planners</title>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"


width="90" height="90">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px" align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a>

<a href="services.html">

<button type="button">Services</button></a>

<a href="gallery.html">

<button type="button">Gallery</button></a>

<a href="contactus.html">

<button type="button">Contact Us</button></a>

</div>

<div class="heading">

<h2>Contact us</h2><hr>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</div>

<p>Reception(Administration): Phone: 011-26704090

<br>

Fax: 011-26741586<br>

</p>

<p>

Academic: Deputy Registrar(Academic)<br>

Phone: 011-26704050, 26742570<br>

Fax : 011-26742580<br>

Email: dr_acad@mail.jnu.ac.in</p>

<p>

Administration:Deputy Registrar (Administration)<br>

Phone: 011-26704008<br>

Email : dr_admn@mail.jnu.ac.in<br>

</p>

<p>

Admission:Director (Admission)<br>

Phone: 011-26704054, 26741236<br>

Email : director_admissions@mail.jnu.ac.in

<p>Coordinator (Evaluation) <br>

Phone: 011-26704012, 26742616<br>

Fax : 011-26742898<br>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Email : coordinator@mail.jnu.ac.in </p>

<p>

Deputy Registrar (Admission) <br>

Phone: 011-26704047/48, 26742617<br>

Email: dr_admissions@mail.jnu.ac.in, admission@mail.jnu.ac.in</p>

</div>

<div class="footer">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© Jawaharlal Nehru University. New Mehrauli Road, New Delhi 110067. All
rights reserved.

</font>

</div>

</body>

</html>

DESIGN

div{

border-style:collapse;

border-color:white;

background-color:white;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

padding-bottom:10px;

.header{

background-color:#F6F6F6;

padding-bottom:100px;

text-align:center;

.menu{

border-style:collapse;

background:#F6F6F6 ;

font: normal 0.9em Arial;

padding-bottom:30px;

margin-top:0px;

word-spacing:20px

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

.mid{

border-style:collapse;

background:white ;

font: normal 0.9em Arial;

padding-bottom:450px;

margin-top:10px;

.heading{

border-style:solid;

background-color:white;

padding-top:-60px;

margin-top:-12px;

margin-bottom:-100px;

text-color:white;

font-size: 24px;

.footer{

border-style:black;

background-color:black;

padding-top:10px;

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

margin-top:0px;

margin-bottom:0px;

padding-bottom:80px;

word-spacing:8px;

text-align:right;

margin-right:-10px;

<html>

<link href="style-lumen.css" rel="stylesheet" type="text/css">

<link href="style2.css" rel="stylesheet" type="text/css">

<head>

<title>self planners</title>

<link rel="icon" href="adc298ce-66c1-49f1-b3b4-f4ae25537eb5.png" type ="image"

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

width="90" height="90">

</head>

<body>

<div>

<div class="header">

<a href="event.html">

<img src="logo_0.png" height="80px"width="800px"


align="absmiddle"></img>

<div class="menu">

<a href="event.html">

<button type="button">Home</button></a>

<a href="aboutus.html">

<button type="button">About us</button></a></a>

<a href="services.html">

<button type="button">Services</button></a></a>

<a href="gallery.html">

<button type="button">Gallery</button></a></a>

<a href="event.html">

<button type="button">Contact Us</button></a></a>

</div>

<div class="heading">

<h2>Feedback form</h2><hr>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

</div>

YOUR NAME* <input type="text" name="text value="A">

YOUR EMAIL ADDRESS* <input type="text" name="text value="B">

SUBJECT* <input type="text" name="text value="C">

CATEGORY*<select name="dropdown”>

<option value= "0">-please select-</option>

<option value= "5">-please select-</option>

<option value= "4">Official feedback</option>

<option value= "2">Website Feedback</option>

<option value= "1">Reachers feedback</option><br>

</select>

<br><br><br><br>

MESSAGE*<br><textarea class="kanni-enabled form-textarea required"


id="edit-message" name="message" cols="60" rows="5"></textarea><br>

<button type="button" onclick="alert('Message sent')">Send message</button>

</div>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

<div class="footer">

<font color="blue">

<font color="blue">

<a href="aboutus.html">ABOUT US </a>|

<a href="contactus.html"> Contact Us</a> |

<a href="feedback.html">Feedback</a><br>

© SELF PLANNERS BY:ANUJ RAJ. All rights reserved.

</font>

</div>

</body>

</html>

LOGO

<img src="logo_0.png" height="80px"width="800px"


align="absmiddle"></img>

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

Testing & Debugging

Testing is a process of executing the program with the intent of


finding errors and it establishes confidence that the program does what
it is suppose to do. Testing can be performed in two ways:-

Unit Testing:

It is testing of individual module. Before initiating unit testing, it must be


ensured that the code is peer previewed.

Integration Testing:

Integration testing is performed after all the software units are combined
together. The objective here is to test the software interfaces. Project
team conducts the integration testing. Before entering integration testing,
it may be ensured that code review and unit testing have been performed
on the individual software modules.

I conducted the unit testing for finding errors and the results of
the unit testing are recorded and action initiated for rectification
of the errors/defects.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

VALIDATION

Almost every field in the database which is sensitive i.e.


responsible for some important changes are validated. Basically we
validated the field as such is numeric and the length in case of the
primary keys and also used the Data base to complete most of the
details once entered at the data entry time,

, status, book no that can be issued, and other important fields.

Mostly the validation is carried out in the lost focus, click,


change and other similar events where the entered value is compared
with the one stored in the database and if there is duplication to occur or
no match with the database then the entry is to be removed and user is
prompt to reenter it.

Implementation & consequently maintenance was not included as part


of our project.

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)


lOMoARcPSD|18537454

5.1. References

• Google

• W3school

Downloaded by 182 Tushar sharma (tushar7830970171@gmail.com)

You might also like