You are on page 1of 6

WEBSITE DEVELOPMENT

P R E PA R E D B Y : R O M A N B A L U Y O T
WEBSITE DEVELOPMENT
• Tasks associated to developing websites for
hosting via intranet or internet.
• Includes web design, web content development,
client-side/server-side scripting and network
security configuration, among other tasks.
WEBSITE DEVELOPMENT
• It ranges from creating plain text pages to complex
web-based applications, social network applications
and electronic business applications.

The web development hierarchy is as follows:

• Client-side coding
• Server-side coding
CLIENT-SIDE CODING (FRONT END)

VS. SERVER-SIDE CODING (BACK END)


SERVER – SIDE
CODING
There are several server-side
technologies that can be used
when developing web
applications. The most popular
is Microsoft’s
ASP.NET. In ASP.NET, server-
side code uses the .NET
Framework and is written in
languages like C# and VB.NET.
The back-end, or the "server-
side", is basically how the site
works, updates and changes.
This refers to everything the
user can't see in the browser,
like databases and servers
CLIENT – SIDE
CODING
The front-end is everything
involved with what the user
sees, including design and some
languages like HTML and CSS.
Client-side scripts are written
in some type of scripting
language like JavaScript and
interact directly with the page’s
HTML elements like text
boxes, buttons, list-boxes and
tables. HTML and CSS
(cascading style sheets) are also
used in the client.

You might also like