Basic Properties of a Web Page Teppo Räisänen LIIKE/OAMK.

Slides:



Advertisements
Similar presentations
Charmaine NormanCopyright What Is a Web Page Presented by Webpagemaker. Net Left click your mouse to view each frame, Web Page.
Advertisements

4.01 How Web Pages Work.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Project 1 Introduction to HTML.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
The Internet Useful Definitions and Concepts About the Internet.
Master’s course Bioinformatics Data Analysis and Tools Lecture 6: Internet Basics Centre for Integrative Bioinformatics.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
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.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
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.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
1st Project Introduction to HTML.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Chapter ONE Introduction to HTML.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
The Internet as a Publishing Channel Teppo Räisänen LIIKE/OAMK.
Internet Standard Grade Computing. Internet a wide area network spanning the globe. consists of many smaller networks linked together. Service a way of.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Computer Concepts 2014 Chapter 7 The Web and .
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
Lesson 2 — The Internet and the World Wide Web
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
27.1 Chapter 27 WWW and HTTP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
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.
1 Chapter 2 & Chapter 4 §Browsers. 2 Terms §Software §Program §Application.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
20-753: Fundamentals of Web Programming 1 Lecture 1: Introduction Fundamentals of Web Programming Lecture 1: Introduction.
Web Programming : Building Internet Applications Chris Bates CSE :
HTML ~ Web Design.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
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.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Web Design Vocabulary #3. HTML Hypertext Markup Language - The coding scheme used to format text for use on the World Wide Web.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
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.
Chapter 27 WWW and HTTP.
Web Page Concept and Design :
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Part of Chapter 1 Key Concepts Networks
4.01 How Web Pages Work.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Basic Properties of a Web Page Teppo Räisänen LIIKE/OAMK

Client-server model

Basic concepts The Web World Wide Web, WWW A system of interlinked hypertext documents accessed via the Internet Hypertext is text displayed on a computer or other electronic device with references (hyperlinks) to other text that the reader can immediately access, usually by a mouse click or keypress sequence. Apart from running text, hypertext may contain tables, images and other presentational devices.

Basic concepts HTML HyperText Markup Language HTML is used to represent the content (text, images) and the links in the Web

Basic concepts HTML can be used to create HTML- documents Document name ends with.htm or.html One HTML-document contains one Web page

Basic concepts HTTP HyperText Transfer Protocol Networking protocol that is used to transfer the web pages from server to client

Basic concepts Web pages can be static or dynamic Static web page The content of the page does not change Dynamic web page The content of the page can change as it is created based on some criteria

Web Server (1) The development work of static web pages can be implemented using a local workstation Dynamic pages often require server end some more testing At the publishing stage the pages must be transferred to a public server File transfer

Web Server (2) The instructions of file transfers are usually provided by the Internet Service Provider (ISP) Web server space can be obtained e.g. from: ISP (Baana, Elisa, Saunalahti…) Work/Study organization Web hotel service

File Transfers The file transfers can be committed using: A FTP client (CoreFTP, WSFTP, SSH Client) A Web Editor (Dreamweaver, FrontPage) FTP functionalities of a browser (restricted) Browser based application provided by the ISP

Web Material (1) Besides HTML-pages browsers know how to work with Image files Sound files Text files (e.g..pdf) Have a look at

Web Material (1) Many formats of files can nowadays be embedded within a web page Flash, Java, Silverlight, … The content needs plug-ins to work If the plug-in is not installed an error message is displayed

Web Material (2) It is still to be remembered that Not all file formats are supported by the browsers Not all browsers support same kinds of file formats Depending of the browser type the same kind of material (e.g. sound files) may be presented in a different manner

Web Material (3) Companies providing free server space may restrict the use of some file formats: Mp3.zip,.rar

Web Addresses (1) The initial part of a web address consists of the protocol and the server’s name (e.g. The following parts of the address reveal the site’s hierarchial structure (e.g. Have a look at file structure at

Web Addresses (2) The web applications might generate complex addresses like d8c/03cc4567f8fa7869c22570b5003eb77b?OpenDocument In principle the protocol definition ( is a part of web address The part of address that declares the actual file (e.g. index.htm) is called a relative address

Web Addresses (3) The names of the relative addresses should be kept simple: myhobbies.htm vs. abcsd htm One might have to pronounce the addresses during phone conversations Relative addresses belonging to the same group may be named logically letter htm, letter …

Web Addresses (4) ess.html ess.html

Media Types The server will send information of a requested files media type The browser will use the information about the media type to decide, how to present the file (Open MediaPlayer, open Acrobat Reader etc.) Sometimes the browser doesn’t know how to treat a file, so a mp3 file might be displayed in a browser window…

File and Media types TypeFile ExtensionMedia Type HTML-page.htm/.htmlText/html Plain Text.txtText/plain PDF-document.pdfApplication/pdf Gif-image.gifImage/gif Mpeg-video.mpgVideo/mpeg

File Types Even with faster connections, the large file sizes are still problematic It is usually more sensible to provide a link to a large file instead of embedding the file into a HTML page For large images, sounds, and videos one might want to provide thumbnails and preview opportunities.