Web Page Concept and Design :

Slides:



Advertisements
Similar presentations
Web Page Concept and Design :
Advertisements

4.01 How Web Pages Work.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Project 1 Introduction to HTML.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
1st Project Introduction to HTML.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
The Internet & The World Wide Web Notes
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
Lesson 2 — The Internet and the World Wide Web
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Chapter 8 The Internet: A Resource for All of Us.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
1 Welcome to CSC 301 Web Programming Charles Frank.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 1.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
Website Design and Construction Services and Standards.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
4.01 How Web Pages Work.
Web Technology Seminar
The World Wide Web.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Technologies and Applications
JavaScript and Ajax (Internet Background)
Chapter 1 Introduction to HTML.
Warm Handshake with Websites, Servers and Web Servers:
CNIT 131 Internet Basics & Beginning HTML
Evolution of Internet.
Sec (4.3) The World Wide Web.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Navigating The World Wide Web
Chapter 27 WWW and HTTP.
Introduction to the Internet and Web
INFS 230 L Internet Technology
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

Web Page Concept and Design : Getting a Web Site Up and Running Lesson 1. How the World Wide Web works UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Scope What is the World Wide Web? What makes the Web work? How does the World Wide Web work? What is a web server? What is a web browser? What is a web page? How does a web page work? What is a home page? What is a web site? UNESCO ICTLIP Module 6. Lesson 1

What is the World Wide Web? a way to access and provide information in various media via the Internet comprises servers and client computers on the Internet that communicate using the hypertext transfer protocol (http) UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Activity 1 Visit the following to know more about the World Wide Web How the Web Works http://www.learnthenet.com/english/html/13wworks.htm The Web At-a-glance http://www.learnthenet.com/english/web/000www.htm UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? The Web relies on these mechanisms: Hypertext - provides easy navigation among documents and resources Protocols - set of standards used to access resources via the Web Universal Resource Locator (URL) - uniform naming scheme for Internet resources Client and server computers - Web access is based on client/server technology UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? Hypertext presents and relates information as hyperlinked documents that point to other documents or resources hyperlink is usually embedded in the text, on a highlighted word or phrase, or on a symbol, an icon, or other graphic elements web pages are hypertext documents on the Internet mostly created using HTML UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? HyperText Markup Language (HTML) the publishing language of the World Wide Web; the standard used to create web pages. markup language that defines the structure of information by using a variety of tags and attributes, which is designed to display text and other information on a screen and provide hyperlinks to other Web documents. UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? Protocols standard set of rules that governs how computers communicate with each other, i.e. SMTP, FTP, HTTP HTTP is the underlying protocol used to transmit information over the Web the Web supports several Internet protocols aside from HTTP such as SMTP, FTP, allowing access to huge collection of information and services UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? Uniform Resource Locator (URL) uniform naming scheme that specifies unique addresses for web servers, documents, and other resources, no matter what its access protocol the URL points to where the data or service is located (the host computer and the directory in which it resides) on the Internet web documents and resources are located and linked through their URL’s UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? Anatomy of a URL protocol host computer directory path file name Note: Not all URLs will have the directory and filename UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What makes the Web work? Client and server computers computers on the Internet communicate and share resources servers are computers that host web documents and provide information through a web server program client computers access web documents using an application program called web browsers UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 How the Web works 4. Server sends requested files to browser to be interpreted 5. User receives file displayed by the browser Browser 3. Server accepts and processes request from browser 1. User sends request 2. Browser interprets user’s selection and makes request from appropriate server UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 How the Web works A user runs a Web browser on a client computer that makes requests to a server machine, which is running a web server program that sends the requested item or an appropriate error message back to the browser, which displays the item or error sent back by the server to the user. UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Activity 2 Visit the following to know more about how the World Wide Web works Client/Server, the Internet, and WWW http://www.robelle.com/www-paper/paper.html How Web servers and the Internet Work http://www.howstuffworks.com/web-server.htm The Web At-a-glance http://www.learnthenet.com/english/web/000www.htm UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What is a web server? Web server computer running application software that listens and responds to a client computer’s request made through a web browser machine that hosts web pages and other web documents provides web documents and other online services using HTTP UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Web servers Apache - most popular open source server software on the Web iServer – application / web server written entirely in Java Microsoft Internet Information Server - IIS is fully integrated into the Windows NT / 2000 server package Macromedia ColdFusion – application / web server focuses on serving dynamic pages supporting other Macromedia products like Flash and Ultradev IBM Web Sphere Studio – combination of content creation software with web application Apple Webobject - application / web server for Mac UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What is a web browser? Web browser application software that is used to locate and issue a request for the page on the web server that hosts the document UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Web browsers Microsoft Internet Explorer – browser integrated with the Windows operating system. Mac versions are available. Netscape Navigator - available for Windows, Mac, and Unix platforms. Opera – one of the alternatives to the two most popular browser mentioned above Mozilla – open source web browser software Lynx - popular Unix text-based browser UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Activity 3 Explore these pages that contain links to several web servers and browsers : World Wide Web Server Software http://www.w3.org/Servers.html Browsers http://www.webreference.com/internet/software/browsers/ UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What is a Web page? Web page electronic document that typically contains several types of information accessible via the World Wide Web UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 How web page works Sample web page and its source. The source contains the instructions that define the contents, layout, and structure of a web page. The instructions are written in HTML or another web authoring tool used in creating the page. The browser uses these instructions to interpret and display the web page on the screen. UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What is a web site? Web site a collection of related web pages of a certain individual, group, or organization, connected through a system of hyperlinks, hosted in a particular domain can be a single web page that contains links to related information located on several web sites UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 What is a home page? Home page the main page of a web site that typically serves as an index or table of contents to other web pages usually the first web page or the welcome page the users see when they visit a web site UNESCO ICTLIP Module 6. Lesson 1

Web page? Web site? Home page? This web page is the home page of the UNESCO web site UNESCO ICTLIP Module 6. Lesson 1

UNESCO ICTLIP Module 6. Lesson 1 Activity 4 Read these articles: Dreamlink: What is a web page? http://www.dreamink.com/beginners/b2.html How web pages work http://www.howstuffworks.com/web-page.htm How Web Sites Work http://www.workz.com/content/629.asp UNESCO ICTLIP Module 6. Lesson 1