Web Design and Development ACS-1809

Similar documents
5/19/2015. Objectives. JavaScript, Sixth Edition. Introduction to the World Wide Web (cont d.) Introduction to the World Wide Web

Web Design E M I R R A H A M A N WEB DESIGN SIDES 2017 EMIR RAHAMAN 1

A network is a group of two or more computers that are connected to share resources and information.

Semantic Web Lecture Part 1. Prof. Do van Thanh

CSC Introduction to Computers and Their Applications

Basic Internet. Basic Internet

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and

AY SECOND TERM Technology Education Revision Sheet

Internetwork - B. What are. Example. Domain (Top-level domains) Other countries domain names. UserName HostName Subdomain Domain

Chapter 1 Introduction to HTML, XHTML, and CSS

Grade 9 :The Internet and HTML Code Unit 1

INTERNET PROGRAMMING INTRODUCTION

The Internet, the Web, and Electronic Commerce The McGraw-Hill Companies, Inc. All rights reserved.

WWW and Web Browser. 6.1 Objectives In this chapter we will learn about:

Outline. Web browsers & Web servers

Notes beforehand... For more details: See the (online) presentation program.

G64PMM - Lecture 4.1. What is Hypertext? Non-linearity! Hypertext I

LECTURE SCHEDULE 14. Internet: World Wide Web (WWW), Concepts

HTML5 MOCK TEST HTML5 MOCK TEST I

An internet or interconnected network is formed when two or more networks are connected.

Using the Internet and the World Wide Web

Web Design. Basic Concepts

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to:

Collection of (1) Meta-network. Uses a standard set of protocols Also uses standards for structuring the information transferred

Internet Client-Server Systems 4020 A

Multimedia Information Systems - Introduction

Chapter 10: Web Application Development. Informatics Practices Class XII. By- Rajesh Kumar Mishra. KV No.1, AFS, Suratgarh

COMS 359: Interactive Media

Some businesses have changed in a major way because of new technology

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

WEB? Basic Concept of WEB. Page. 02

Chapter 2A. The Internet s History

Using Dreamweaver. 1 Overview. About the Web. About Dreamweaver

Web Development. Lab. Bases de Dados e Aplicações Web MIEIC, FEUP 10/11. Sérgio Nunes

CSC 121 Computers and Scientific Thinking

Adobe Dreamweaver CS5

Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

powered by Series of Tubes Senator Ted Stevens talking about the Net Neutrality Bill Jul 17, powered by

From administrivia to what really matters

1. Web Technology... 6

Internet programming Lab. Lecturer Mariam A. Salih

ONLINE INFORMATION. Internet Basics

Background of HTML and the Internet

Discovering Computers Chapter 2 The Internet and World Wide Web

Setting up to download Grants Group Application Forms

Unit 4 The Web. Computer Concepts Unit Contents. 4 Web Overview. 4 Section A: Web Basics. 4 Evolution

Discovering Computers Chapter 2 The Internet and World Wide Web

Contents. 1. Using Cherry 1.1 Getting started 1.2 Logging in

Introduction: History of HTML & XHTML

Outline. Internet and World Wide Web. History of the Internet. What is the Internet? How Does Data Travel Through the Internet?

World Wide Web. World Wide Web - how it works. WWW usage requires a combination of standards and protocols DHCP TCP/IP DNS HTTP HTML MIME

Effective Web Site: Global Standards and Best Practices

Introduction to Bioinformatics

Introduction to Bioinformatics

Chapter 2 The Internet and World Wide Web

Chapter 2 The Internet and World Wide Web

Web Information System Design. Tatsuya Hagino

The Internet and the Web. recall: the Internet is a vast, international network of computers

HTML CS 4640 Programming Languages for Web Applications

Lesson 4: Web Browsing

Introduction to the Internet. Part 1. What is the Internet?

Chapter 3. E-commerce The Evolution of the Internet 1961 Present. The Internet: Technology Background. The Internet: Key Technology Concepts

Introduction to web development and HTML MGMT 230 LAB

Application Layer: The Web and HTTP Sec 2.2 Prof Lina Battestilli Fall 2017

How A Website Works. - Shobha

Full file at

ICAWEB429A Create a markup language document to specification

Week 8: HyperText Transfer Protocol - Clients - HTML. Johan Bollen Old Dominion University Department of Computer Science

The internet What is it??

Skill Area 209: Use Internet Technology. Software Application (SWA)

A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN

Fundamentals of Information Systems, Seventh Edition

Principles of Information Systems textbook: Principles of Information Systems, Sixth Edition. Dr.Amer Alzaidi Department of Information Systems

The Internet. Connecting to the internet. Role of the ISP. Who is online? Internet users by country 2/18/2009. The Internet More than Just WWW

Internet Basics. New Brighton Library th Street NW New Brighton, MN

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP)

IGME-330. Rich Media Web Application Development I Week 1

Movie Generation Guide

MRK260. Week Two. Graphic and Web Design

unformatted text: this is also known as plaintext and enables pages to be created which comprise strings of fixed-

CONTENTS. Internet Basics. Internet Explorer. Search Engines. . Advantages and Disadvantages of the Internet. Some good websites

History and Backgound: Internet & Web 2.0

Local area network (LAN) Wide area networks (WANs) Circuit. Circuit switching. Packets. Based on Chapter 2 of Gary Schneider.

KENDRIYA VIDYALAYA MAHASAMUND

WEB APPLICATION DEVELOPMENT. How the Web Works

Birth of the World Wide Web

HTML/CSS Essentials. Day Three Ed Crowley

Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

E-commerce Kenneth C. Laudon Carol Guercio Traver. business. technology. society. tenth edition

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information.

CHAPTER 7 WEB SERVERS AND WEB BROWSERS

User Interaction: XML and JSON

COPYRIGHTED MATERIAL. The Basics of HTML. What Is the World Wide Web?

Objective % Understand concepts for creating web-based digital media.

Full file at Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

Creating your own Website

Tutorial 1: HTML Tutorial (Windows Version) HTML (Hypertext Markup Language) Basics Objectives

Objectives. Introduction to HTML. Objectives. Objectives

Pratt User Guide

EasyChair Preprint. Introduction to Development of Software Support for Training and Testing IT Administrators

Transcription:

Web Design and Development ACS-1809 Chapter 1 9/11/2018 1

Pre-class Housekeeping Course Outline Text book : HTML A beginner s guide, Wendy Willard, 5 th edition Work on HTML files On Windows PCs Tons of options, even when you want free stuff discussed later on the textbook On OS X Textedit comes with your Mac But it needs some tweaking to work better with HTML -- https://www.thoughtco.com/edit-html-with-textedit-3469900 Other choices? https://www.thoughtco.com/best-free-html-editors-for-mac- 3469019 9/11/2018 2

Introduction HTML is a means of telling a web browser how to display a page. HTML is the acronym for : Hypertext Markup language 9/11/2018 3

Understanding the Internet Understanding the Internet as a medium for disseminating information. World Wide Web URLs Web servers On the textbook it means a special computer But sometimes it can mean software too Sites Pages Web browsers Internet service providers 9/11/2018 4

World Wide Web WWW is a network of information resources. Three components: A simple protocol to access documents on servers Hypertext Transfer Protocol (HTTP) A simple language for structuring documents and providing links between them (Hypertext) Hypertext Markup Language (HTML) Browsers to access documents from servers (Web servers) and present these documents to human readers A client/server system Web browsers: MS Internet Explorer, Mozilla Firefox, Chrome, Safari, Opera, etc Web server: Internet server that speaks HTTP Apache, MS IIS, etc. 9/11/2018 5

World Wide Web - History Two important innovations leading to WWW Hypertext In 1960s, Ted Nelson described a system Text on one page links to text on other pages He called this system hypertext Douglas Englebart created the first experimental hypertext system on one of the large computers of the 1960s He is also the inventor of computer mouse GUI Graphical user interface A way to present program output to users using pictures, icons, and other graphical elements instead of text To WWW, it s the Web browser: Mozilla, Netscape, IE.. 9/11/2018 6

World Wide Web - History Hypertext 1991 - Tim Berners-Lee and Robert Cailliau developed the code for a hypertext server and made it available on the Internet They called their system of hyperlinked HTML document World Wide Web 9/11/2018 7

World Wide Web - History GUI In 1993, Mark Andreessen developed Mosaic - the first GUI program widely available for PCs that can read HTML and use hyperlinks to navigate from page to page on computers on the Internet In 1994, Netscape - was an instant success. In 1995, Microsoft created its Internet Explorer Web browser and entered the market Now there are a number of Web browsers exist 9/11/2018 8

Uniform Resource Locator Uniform Resource Locator The unique address of any Web document It contains the following information The type of service the resource is served by The Internet host name of the site containing the resource The Internet port number of the service The location of the resource in the directory structure of the server 9/11/2018 9

Uniform Resource Locator A website s URL starts with http://, and they usually end with.com,.org,.edu,.net,.tv,.biz,.info Every web site has a URL And it s unique the address One part of a URL is the domain name, which helps identify and locate computers on the Internet To avoid confusion, each domain name is unique, too 9/11/2018 10

Domain Name You can think of the domain name as a label or shortcut. Behind that shortcut, it is a series of numbers, called an IP address. IP address gives the specific address of where the site you re looking for is located on the Internet. 9/11/2018 11

Web Servers Every web site and web page also needs a web server. A web server is a computer, running special software, which is always connected to the Internet. When you type a URL into your web browser or click a link in a web page, you send a request to the server hosting that information. 9/11/2018 12

Sites and Pages Pages When you visit a web site, you look at pages on the site that contain all its text, graphics, sound, and video content. A page usually ends with htm or html A default page of a particular site can be index.html or home.html, which you can skip when typing the URL. New content management system could use different fashion like Wordpress Sites A site is a collection of interlinked pages For a particular organization, department, or unit, 9/11/2018 13

Web Browser A web browser is a piece of software that runs on your personal computer and enables you to view web pages. Web browsers, often simply called browsers, interpret the HTML code and provide a visual layout displayed on the screen Browser typically can also be used to check web-based e-mail and access newsgroups The most popular browsers include Microsoft Internet Explorer (also called IE) and now Microsoft Edge, Google Chrome, Mozilla Firefox Apple s pre-installed browser with the Mac OS X is Safari 9/11/2018 14

Web Browsers Most of the popular browsers are part of a breed called Mozilla-based browsers. This name comes from the fact that each browser is based on a framework named Mozilla, which has its roots in the old Netscape browser 9/11/2018 15

Web Browsers Browsers are updated regularly, changing to address new aspects of HTML or emerging technologies This means, at any given time, there may be two or three active versions of one browser, and several different versions of other browsers being employed by the general public As a web developer you need to deal with this issue and create web pages that work properly on different versions of different browsers A case in point: IE7 tax -- http://www.v3.co.uk/v3-uk/itsneak-blog/2184533/australian-retail-firm-web-taxinternet-explorer-customers 9/11/2018 16

Internet Service Provider We use an Internet Service Provider (ISP) to gain access to the Internet. This connection can be made through a phone line (MTS) or through a cable line with a company like Shaw. It can be wireless too from Starbucks to MTS/Shaw, again, to public library, many provide Wi-Fi services. 9/11/2018 17

HTML HyperText Markup Language It is a language that describes a document s structure and content It is designed to specify the logical organization of a document The standard used on the WWW The text available on the Internet must be formatted according to this generally accepted standard To allow web browser to read and interpret them 9/11/2018 18

HTML It is not designed to be the language of a WYSIWYG word processor such as MS-Word Because the same HTML document may be viewed by many different Web browsers with very different abilities Example: HTML allows you to mark selections of text as titles or paragraphs, and then leaves the interpretation of these marked elements up to the browser 9/11/2018 19

HTML-All the Different Versions In its earliest years, HTML quickly went through much iterations, which led to lack of standardization across the Internet The World Wide Web Consortium (W3C a group of Web developers (founded in 1994) ) stepped in and began publishing a list of recommendations, called standards for HTML and other web languages Last official standard for HTML is HTML 4.01 In 2000 it released XHTML 1.0 (X extensible), and 2.0 in 2001 9/11/2018 20

HTML-All the Different Versions In 2008, W3C released a working draft of HTML -- HTML5 To address the slow adoption of XML Much capable to do almost anything a web designer wants to do, without the help of plug-ins Features More intuitive structure Better portability Next-generation forms Rich media Audio and Video On 28 October 2014, HTML5 was formally released as a W3C Recommendation It is the final and complete (fifth) revision of the HTML standard 9/11/2018 21