Web Application Development
Web Application Development
Bachelor of Technology
(Computer Science & Engineering)
By
D. MUNI SAI KALYAN TEJA (18KB1A0537)
1. INTRODUCTION
1.2 HISTORY
2.1 HTML
2.2 CSS
2.3 BOOTSTRAP
2.4 JAVASCRIPT
3. PROJECT
4 CERTIFICATE
5. CONCLUSION
ABSTRACT
1.2 HISTORY
The rise of the internet within mainstream culture is largely correlated with its
history as a visual medium. Like many other computer systems and applications, it took a
graphic interface to get the general population to start to understand the internet’s potential.
The personal computer would not have proliferated throughout our households and work
environments without the display monitor, and still did not become widely used until
electronic spreadsheets, word processors and video games started attracting users.
Similarly, users did not start buying into the World Wide Web until the visual-oriented web
browser started coming into its own in the early 1990s. And since that time, even though
there have been dramatic improvements in web technology and aesthetics, some of the
earliest web design techniques have persevered throughout the years.
When developing a web app, the developer generally codes it for functionality
using a combination of server-side script languages and client-side scripting languages. For
instance, they may use Java, Python, PHP and ASP for the server-side script and HTML5,
CSS and JavaScript for the client-side script. The purpose of the server-side script is to
allow the web application to store information on the web server and to retrieve it when
necessary. The client-side script is for presenting the information to the users. After the
compatible browsers execute and run the program, the user can access the information they
want.
2.1 HTML
HTML stands for Hyper Text Markup Language. It is used to design web pages
using a markup language. HTML is the combination of Hypertext and Markup language.
Hypertext defines the link between the web pages. A markup language is used to define
the text document within tag which defines the structure of web pages. This language is
used to annotate (make notes for the computer) text so that a machine can understand it
and manipulate text accordingly. Most markup languages (e.g. HTML) are human-
readable. The language uses tags to define what manipulation has to be done on the text.
HTML is a markup language used by the browser to manipulate text, images, and other
content, in order to display it in the required format. HTML was created by Tim Berners-
Lee in 1991. The first-ever version of HTML was HTML 1.0, but the first standard
version was HTML 2.0, published in 1999.
2.2 CSS
CSS (Cascading Style Sheets) is a style sheet language used to design the webpage to
make it attractive. The reason for using this is to simplify the process of making web pages
presentable. It allows you to apply styles to web pages. More importantly, it enables you to
do this independent of the HTML that makes up each web page.
Inline
Internal or Embedded
External
2.3 BOOTSTRAP
Bootstrap is a free and open-source tool collection for creating responsive websites and
web applications. It is the most popular HTML, CSS, and JavaScript framework for
developing responsive, mobile-first websites. Nowadays, the websites are perfect for all the
browsers (IE, Firefox, and Chrome) and for all sizes of screens (Desktop, Tablets, and
Phones). All thanks to Bootstrap developers – Mark Otto and Jacob Thornton of Twitter,
though it was later declared to be an open-source project.
2.4 JAVASCRIPT
• Resource Description Framework, a set of rules from the World Wide Web Consortium
for how to describe any Internet resource such as a Web site and its content.
• Internet Business Framework, a group of programs that form the technological basis
for my SAP product from SAP, the German company that markets an enterprise
resource management line of products
• Sender Policy Framework, a defined approach and programming for making e-mail
more secure
1. Home Page
2. Product Page
3. Order Us Page
4. Contact Us Page
5. About Us Page
7. Register Page
8. Login Page
10.Admin Page
Home Page:
Home Screen will consist of screen were one can browse through the products which we
have on our website. The following figure shown in figure 3.1.1
Product Page:
This page consists of product details. This page appears same for both visitors and users.
The following figure shown in figure 3.1.2
Registered users can order desired products from here. The following figure shown in
figure 3.1.3
Contact Us Page:
Visitors and Registered users can contact website owners or administrators from here.
The following figure shown in figure 3.1.4
This page describes about website and owners. The following figure shown in figure
3.1.5
Website Administrators can track and ship orders here. The following figure shown in
figure 3.1.6
New users can register here. The following figure shown in figure 3.1.7
Login Page:
Login page for both users and administrators. The following figure shown in figure 3.1.8
Once user’s orders products they are redirected to payment page. The following figure
shown in figure 3.1.9
This page describes about website and owners. The following figure shown in figure
3.1.10
The Internet has become a major resource in modern business, thus electronic
shopping has gained significance not only from the entrepreneur’s but also from the
customer’s point of view. For the entrepreneur, electronic shopping generates new
business opportunities and for the customer, it makes comparative shopping possible.
As per a survey, most consumers of online stores are impulsive and usually make a
decision to stay on a site within the first few seconds. “Website design is like a shop
interior. If the shop looks poor or like hundreds of other shops the customer is most
likely to skip to the other site. Hence we have designed the project to provide the user
with easy navigation, retrieval of data and necessary feedback as much as possible. In
this project, the user is provided with an ecommerce web site that can be used to buy
books online. To implement this as a web application we used ASP.NET as the
Technology. ASP.NET has several advantages such as enhanced performance,
scalability, built-in security and simplicity.
In a nutshell, this internship has been an excellent and rewarding experience. I can
conclude that there have been a lot I’ve learnt from my work at MANAC Infotech.
Needless to say, the technical aspects of the work I’ve done are not flawless and could
be improved provided enough time. Web Application Development is very vast and
scope in nature, there lot of things that can be used to learn web application and
implement the same in practical world to get a full- fledged knowledge.