How to develop Project

16
Nidokid os AN INTRODUCTION TO WEB DEVELOPMENT

Transcript of How to develop Project

Nidokidos

ANINTRODUCTION

TO WEB

DEVELOPMENT

What is Web??

What Is Internet??

What is Web Development?

Web is the term given to describe a second generation of the World Wide Web that is focused on the ability for people to collaborate and share information online.

Internet Means Global Network

Development of Website.

Client Server

Architecture

All copyrights reserved by C.C. Cheung 2003.

5CSC1720 – Introduction to Internet

The HTTP Request/Response Model

ClientServer

Request

Response

HTML Codes<html>

…</html>

Program / Scripts

Scripting Language

A scripting language is a programming language designed for integrating and communicating with other programming languages.

E.g PHP,JavaScript,

VBScript, Perl, Python, Ruby,

ASP

.

Client SideScripting Language

The client is the system on which the Web browser is running.

JavaScript is the main client-side scripting language for the Web.

Client-side scripts are interpreted by the browser..

WORKNIG IN CLIENT SIDE 1.the user requests a Web page from the server

2.the server finds the page and sends it to the user

3.the page is displayed on the browser with any scripts running during or after display

Server Side Scripting Language

The server is where the Web page and other content lives. The server sends pages to the user/client on request.

WORKNIG IN SERVER SIDE 1.the user requests a Web page from the server

2.the script in the page is interpreted by the server creating or changing the page content to suit the user and the occasion and/or passing data around

3.the page in its final form is sent to the user and then cannot be changed using server-side scripting

Nidokidos

Introduction To

ProjectDevelopment

What is Project?

What is Webpage?

What is Website?

Nidokidos

Lets DevelopSmall

WebSite