WP Lecture 1
WP Lecture 1
Course Objectives:
CSS and
JavaScript
Parts of a URL
The first part of the URL is called a protocol
identifier and it indicates what protocol to use.
http://mydomain.com/myresource.html
The second part is called a resource location
name and it specifies the IP address or the
domain name where the resource is located.
http://mydomain.com/myresource.html
WEB DESIGN & DEVELOPMENT
URL: Uniform Resource Locator
Parts of a URL
The third part is optional; it’s the resource name,
typically a file name on server.
http://mydomain.com/myresource.html
Dynamic URL
Dynamic URLs often contain the characters
like: ?, &, %, +, =, $, cgi-bin.
http://mydomain.com/myres.php?fname=Asim
WEB DESIGN & DEVELOPMENT
HTTP Basics
Web Server
A Web server is a program that uses HTTP to serve
the files that form Web pages to users
Application Server
It is a software framework that provides both
facilities to create web applications and a server
environment to run them.
Web Services
Web services are client and server applications that
communicate over the World Wide Web (WWW)
using Hyper Text Transfer Protocol (HTTP).
ANY QUESTIONS?
THANKYOU!!