Minor Project Progress Report: "Gym Website"
Minor Project Progress Report: "Gym Website"
Minor Project Progress Report: "Gym Website"
“Gym Website”
Bachelor of Technology
In
Computer Science and Engineering
Proposed by:
Krishan
&
Sumit Sethi
(Sumit Sethi)
(Supervisor)
(HOD)
Sumit Sethi
ABSTRACT
The purpose of Gym Website is to automate the existing manual system by the
help of computerized equipments and full-fledged computer software, fulfilling their
requirements, so that their valuable data/information can be stored for a longer period
with easy accessing and manipulation of the same. The required software and
hardware are easily available and easy to work with.
Gym Website, as described above, can lead to error free, secure, reliable and
fast management system. It can assist the user to concentrate on their other activities
rather to concentrate on the record keeping. Thus it will help organization in better
utilization of resources. The organization can maintain computerized records without
redundant entries. That means that one need not be distracted by information that is
not relevant, while being able to reach the information.
The aim is to automate its existing manual system by the help of computerized
equipments and full-fledged computer software, fulfilling their requirements, so that
their valuable data/information can be stored for a longer period with easy accessing
and manipulation of the same. Basically the project describes how to manage for good
performance and better services for the clients.
INTRODUCTION
The project Online Food ordering system is a web based application that
allows the administrator to handle all the activities online quickly and safely.
Using Interactive GUI anyone can quickly learn to use the complete
system.ONLINE TIFFIN BOOKING SYSTEM INTRODUCTION OF
ONLINE TIFFIN BOOKING SYSTEM: – Are you looking for Online
Tiffin booking system for your final year project? We are here to help you.
You can contact us The project Online Tiffin booking system is a web based
application that allows the administrator to handle all the activities online
quickly and safely. Using Interactive GUI anyone can quickly learn to use
the complete system. Final Year Project Help for Computer Science Using
this, the administrator doesn’t have to sit and manage the entire activities on
paper, and at the same time, the head will feel comfortable to keep check of
the whole system. This system will give him power and flexibility to
manage the entire system from a single online portal.
1.2 AIM
Our proposed system is an online food ordering system that enables ease for
the customers. It overcomes the disadvantages of the traditional queueing
system. Our proposed system is a medium to order online food hassle free
from restaurants as well as mess service. This system improves the method
of taking the order from customer. The online food ordering system sets up a
food menu online and customers can easily place the order as per their wish.
Also with a food menu, customers can easily track the orders. This system
also provides a feedback system in which user can rate the food items. Also,
the proposed system can recommend hotels, food, based on the ratings given
by the user, the hotel staff will be informed for the improvements along with
the quality. The payment can be made online or pay-on-delivery system. For
more secured ordering separate accounts are maintained for each user by
providing them an ID and a password.
1) Operational Feasibility
2) Technical Feasibility
3) Economical Feasibility
This involves questions such as whether the technology needed for the
system exists, how difficult it will be to build, and whether the firm has
enough experience using that technology. The assessment is based on
outline design of system requirements in terms of input, processes, output,
fields, programs and procedures. This can be qualified in terms of volume of
data, trends, frequency of updating inorder to give an introduction to the
technical system. The application is the fact that it has been developed on
windows XP platform and a high configuration of 1GB RAM on Intel
Pentium Dual core processor. This is technically feasible .The technical
feasibility assessment is focused on gaining an understanding of the present
technical resources of the organization and their applicability to the expected
needs of the proposed system. It is an evaluation of the hardware and
software and how it meets the need of the proposed system.
1.7.1 INTRODUCTION
This section includes the overall view of the project i.e. the basic problem
definition and the general overview of the problem which describes the
problem in layman terms. It also specifies the software used and the
proposed solution strategy.
This section consists of the Software Development Life Cycle model. It also
contains technical diagrams like the Data Flow Diagram and the Entity
Relationship diagram.
This section describes the different technologies used for the entire
development process of the Front-end as well as the Back-end development
of the application.
This section has screenshots of all the implementation i.e. user interface and
their description.
This section has screenshots of all the implementation i.e. user interface and
their description.
Number Description
1 PC with 250 GB or more Hard disk.
2 PC with 2 GB RAM.
3 PC with Pentium 1 and Above.
2.2 Software Requirements
The waterfall model was selected as the SDLC model due to the following
reasons:
3.4 ER Diagram
* All ER-Diagram Images will be shown after edit project report
HTML elements are the building blocks of HTML pages. With HTML
constructs, images and other objects such as interactive forms may be
embedded into the rendered page. HTML provides a means to create
structured documents by denoting structural semantics for text such as
headings, paragraphs, lists, links, quotes and other items. HTML elements
are delineated by tags, written using angle brackets. Tags such as <img />
and <input /> directly introduce content into the page. Other tags such as
<p> surround and provide information about document text and may include
other tags as sub-elements. Browsers do not display the HTML tags, but use
them to interpret the content of the page.
HTML can embed programs written in a scripting language such as
JavaScript, which affects the behavior and content of web pages. Inclusion
of CSS defines the look and layout of content. The World Wide Web
Consortium (W3C), former maintainer of the HTML and current maintainer
of the CSS standards, has encouraged the use of CSS over explicit
presentational HTML since 1997.
4.1.2 Css
Cascading Style Sheets (CSS) is a style sheet language used for describing
the presentation of a document written in a markup language like
HTML.CSS is a cornerstone technology of the World Wide Web, alongside
HTML and JavaScript.CSS is designed to enable the separation of
presentation and content, including layout, colors, and fonts.This separation
can improve content accessibility, provide more flexibility and control in the
specification of presentation characteristics, enable multiple web pages to
share formatting by specifying the relevant CSS in a separate .css file, and
reduce complexity and repetition in the structural content.
CSS information can be provided from various sources. These sources can
be the web browser, the user and the author. The information from the
author can be further classified into inline, media type, importance, selector
specificity, rule order, inheritance and property definition. CSS style
information can be in a separate document or it can be embedded into an
HTML document. Multiple style sheets can be imported. Different styles
can be applied depending on the output device being used; for example, the
screen version can be quite different from the printed version, so that
authors can tailor the presentation appropriately for each medium.The style
sheet with the highest priority controls the content display. Declarations not
set in the highest priority source are passed on to a source of lower priority,
such as the user agent style. The process is called cascading.
One of the goals of CSS is to allow users greater control over presentation.
Someone who finds red italic headings difficult to read may apply a
different style sheet. Depending on the browser and the web site, a user may
choose from various style sheets provided by the designers, or may remove
all added styles and view the site using the browser's default styling, or may
override just the red italic heading style without altering other attributes.
The terms Vanilla JavaScript and Vanilla JS refer to JavaScript not extended
by any frameworks or additional libraries. Scripts written in Vanilla JS are
plain JavaScript code.Google's Chrome extensions, Opera's extensions,
Apple's Safari 5 extensions, Apple's Dashboard Widgets, Microsoft's
Gadgets, Yahoo! Widgets, Google Desktop Gadgets, and Serence Klipfolio
are implemented using JavaScript.