Summer Internship Project Report On Web Development: Bachelor of Computer Applications
Summer Internship Project Report On Web Development: Bachelor of Computer Applications
On
Web Development
Of
Submitted BY
Piyush
DECLARATION
Piyush
Enrolment Number: A50504819023
ii
AMITY INSTITUTE OF INFORMATION TECHNOLOGY
CERTIFICATE
Date:
iii
iv
ACKNOWLEDGEMENT
I sincerely thank Dr. Sunil Sikka and Ms. Deepti Sehrawat for their guidance and
encouragement to done my internship. She also helped me by updating us about
the information of what to do and not to do during our internship. I also thanks
my instructor for helping me with my problem that I face in my project.
Piyush
Enrolment Number: A50504819023
v
ABSTRACT
Our project or website’s name is ‘GamerLand’ which is the name of our Game
Store. This is a website which helps to those who want to play video games on
available platforms. It is useful in the way that it makes an easier way to buy
video games online. This is an interactive e-commerce solution providing gamers
with an opportunity to buy video games. GamerLand is the first online platform
which deals almost all video games is lesser available price than ever.
In this website we have basically open the website GamerLand, complete your
registration. Now choose any game which you want to play or on which platform
to download it for avoiding not running issues. Complete the payment method by
adding payment details to continue to purchase your selected game/s.
vi
LIST OF FIGURES
vii
TABLE OF CONTENT
CHAPTER 1. INTRODUCTION 1
1.1 Language Used......................................................................... 1
1.2 Editor Used .............................................................................. 2
1.3 Server Used .............................................................................. 3
CHAPTER 3. PROJECT 9
3.1 Front View ................................................................................ 9
3.2 Store Registration/Login ........................................................... 9
3.2 Store .......................................................................................... 10
3.3 Game Blog ................................................................................. 11
viii
CHAPTER – 1
INTRODUCTION
• HTML 2
HTML version 2.0 was developed in 1995 with basic intention of
improving HTML version 1.0
• HTML 3.2
It was developed in 1997. After HTML 2.0 was developed, the next
version of HTML was 3.2
• HTML 4.01
It was developed in 1999. It extended the support of cascading styling
sheets.
• HTML5
This is the latest version of HTML. For a developer, it could be used in
2014.
1
1.1.2.1 CSS Versions
• CSS1
This version describes the CSS language as well as a simple visual
formatting model for all the HTML tags.
• CSS2
This version adds support for media-specific style sheets e.g. printers and
aural devices, downloadable fonts, element positioning, and tables.
• CSS3
It has divided into documentation is called as Modules and here each
module having new extension features defined in CSS2.
3
Figure. 1.3.1.1: Server
4
CHAPTER – 2
LANGUAGE OVERVIEW
2. Syntax
2.1 HTML
Create file with any name like ‘example’ with extension ‘.html’ or ‘htm’ as you
can shown below.
2.2 CSS
Create file with any name like ‘example’ with extension ‘.css’ as you can shown
below.
5
Figure. 2.2.2: CSS Syntax Introduction
2.3 JavaScript
There are two ways to use JavaScript firstly, use in head tag inside with ‘script’
or create a separate file named it with extension ‘.js’.
6
2.4 jQuery
There are two ways to use JavaScript firstly, use in head tag inside with ‘script’
tag or create a separate file named it with extension ‘.js’.
2.5 PHP
It can be used anywhere inside your html file but you’ll need to change the
‘.html’ or ‘.htm’ file extension to ‘.php’.
7
Figure. 2.5.1: PHP file
8
CHAPTER – 3
PROJECT
(Game Store)
3. Project View
3.1 Front view
9
Figure. 3.2.1: Store Register Page
10
Figure. 3.3.1: Game Store
11