You are on page 1of 19

COMPUTER

APPLICATION PROJECT
INTRODUCTION
• A website is a collection of related web pages,
including multimedia content, typically
identified with a common domain name, and
published on at least one web server. A website
may be accessible via a public Internet
Protocol (IP) network, such as the Internet, or
a private local area network (LAN), by
referencing a uniform resource locator (URL)
that identifies the site.
OBJECTIVES OF A WEBSITE
• The primary objective of designing this website is to get a
thorough understanding of Management Information
System, our subject.
• To understand what HTML (Hypertext Mark-up Language)
is about and to create a website using HTML
• To understand how website plays an important part in any
business.
• To develop our own e-commerce website “FLAMINGO- an
exclusive online shopping app” using html.
• To understand areas of improvement in creating a website
and its effectiveness.
SYSTEM DEVELOPMENT LIFE
CYCLE
• SDLC is a process followed for a software
project, within a software organization. It
consists of a detailed plan describing how
to develop, maintain, replace and alter or
enhance specific software. The life cycle
defines a methodology for improving the
quality of software and the overall
development process.
SYSTEM DEVELOPMENT LIFE
CYCLE
SDLC-STAGE 1
Planning and Requirement Analysis
Requirement analysis is the most important and
fundamental stage in SDLC. It is performed by the
senior members of the team with inputs from the
customer, the sales department, market surveys and
domain experts in the industry. This information is
then used to plan the basic project approach and to
conduct product feasibility study in the economical,
operational and technical areas.
SDLC-STAGE 2
Defining Requirements
Once the requirement analysis is done the next
step is to clearly define and document the
product requirements and get them approved
from the customer or the market analysts. This
is done through an SRS (Software Requirement
Specification) document which consists of all the
product requirements to be designed and
developed during the project life cycle.
SDLC-STAGE 3
Designing the Product Architecture
SRS is the reference for product architects to
come out with the best architecture for the
product to be developed. Based on the
requirements specified in SRS, usually more
than one design approach for the product
architecture is proposed and documented in a
DDS - Design Document Specification.
SDLC-STAGE 4
Building or Developing the Product
In this stage of SDLC the actual development
starts and the product is built. The programming
code is generated as per DDS during this stage.
If the design is performed in a detailed and
organized manner, code generation can be
accomplished without much hassle.
SDLC-STAGE 5
Testing the Product
This stage is usually a subset of all the stages as
in the modern SDLC models, the testing
activities are mostly involved in all the stages of
SDLC. However, this stage refers to the testing
only stage of the product where product defects
are reported, tracked, fixed and retested, until the
product reaches the quality standards defined in
the SRS.
SDLC – STAGE 6
Deployment in the Market and Maintenance
Once the product is tested and ready to be
deployed it is released formally in the
appropriate market. Sometimes product
deployment happens in stages as per the business
strategy of that organization. The product may
first be released in a limited segment and tested
in the real business environment (UAT- User
acceptance testing).
SYSTEM

REQUIREMENTS
HARDWARE
• Pc with 233 MHZ minimum requirement (single or dual processor
system).
• 128 MB of RAM or higher recommended (32 MB minimum
supported).
• Super VGA (1024 X768) or higher resolution video adapter and
monitor.
• Keyboard and Microsoft mouse or compatible pointing device.
• 1 GB of available hard disk space.
• SOFTWARE
• OS: Windows XP minimum
• Google Chrome
• LANGUAGE
• Hyper Text Markup Language(HTML)
HTML
• HTML, which stands for Hyper Text Markup
Language, is the predominant markup language
for web pages. A markup language is a set of
markup tags, and HTML uses markup tags to
describe web pages.
• HTML is written in the form of HTML elements
consisting of "tags" surrounded by angle brackets
(like <html>) within the web page content.
HTML tags normally come in pairs like <b> and
</b>.
HTML
• The purpose of a web browser is to read
HTML documents and display them as web
pages. The browser does not display the
HTML tags, but uses the tags to interpret the
content of the page.
• HTML can also be used to include Cascading
Style Sheets (CSS) to define the appearance
and layout of text and other material.
SOME HTML TAGS
TAGS DESCRIPTION

<html> Defines an HTML document

<head> Defines information about the document

<title> Defines a title for the document

<body> Defines the document’s body

<h1> Defines HTML headings

<p> Defines a paragraph

<br> Inserts a single line break

<b> Defines bold text

<center> Defines centered text

<font> Defines font, color and size of the text

<u> Defines underlined text

<img> Defines an image

<a> Defines a hyperlink

<table> Defines a table

<caption> Defines caption for a table

<tr> Defines a row in a table

<td> Defines a cell in a table


SOME HTML ATTRIBUTES
ATTRIBUTES BELONGS TO DESCRIPTION

Align <img> Specifies the alignment of text and media file

<table>

Alink <a> Specifies color for active link

Bgcolor <body> Specifies the background color of an element

Border <table> Specifies the border thickness for table

Cellpadding <table> Specifies space between cell wall and cell content

Cellspcaing <table> Specifies the space between cells in pixels

color <font> Specifies the text color of an element

face <font> Specifies the font style of the text

Height <img> <table> Specifies the height of the element

href <a> Specifies the URL of the page the link goes to

Hspace <img> Specifies

Size <font> Specifies the font size of the text

src <img> Specifies the URL of the media file

Vlink <a> Specifies color for visited link

width <img> Specifies the width of the media file


STEPS TO CREATE A WEBSITE
• Plan the structure of the site, so that we have an idea what information will be on at
least the home page and other key pages. Be sure that we have thought about the
audience for the site, what our main purpose is and how often we plan to update the
site.
• Using a text editor or web page editor, create the pages for our site and save them as
HTML files. Use a graphics editor to creates or view graphics or the Web pages.
• Using our own browser, View the HTML files that we have created. Check that the
text is spelled correctly, that the graphics look good and that links among our pages
work.
• Publish our Web Site by putting all of its files on a Web Server.
• Using our browser, view the Web pages as stored on the Web Server. If we expect a
wide audience for our Web Site, view the page by using the two most recent
versions of the most popular Web browser because different browsers format pages
slightly differ. Also, view the pages from a computer other than the one on which
you created the pages, so that we can spot accidental references to files on our own
hard disk.
• Publicize our site, get new ideas and repeat the steps.
CONCLUSION
• The modern business world is one of the fastest
flow of competition which is growing wider and
wider. To have sustainability in this competitive
world the organization should have a properly
installed management information system in order
to attain maximum efficiency. It can be concluded
that MIS is concerned with processing data into
information which is then communicated to the
various departments in an organization for
appropriate decision- making.
This project took us through the various phases of
project and website development. It gave us the real
insight into the world of HTML. We enjoyed each
and every bit of work we had to put into this project.

THANK YOU!

You might also like