Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

Web Development & Design Foundations with XHTML
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
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.
1st Project Introduction to HTML.
Chapter ONE Introduction to HTML.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
1 Web Developer & Design Foundations with XHTML Chapter 1 Key Concepts.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
© 2006 Pearson Education 1  Obj: 1.2, to understand networks HW: Review sheet  Quiz next class Sections 1.0 – 1.2  Do Now: p.47 #1.4 and 1.5 C1 D3.
1 Web Developer Foundations: Using XHTML Chapter 1 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Fundamentals.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
Web Development & Design Foundations with HTML5 7th Edition
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
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.
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.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
4.01 How Web Pages Work.
Introduction to web development
Introduction to the Internet
4.01 How Web Pages Work.
Introduction to Networking
Web Development & Design Foundations with HTML5 8th Edition
Web fundamentals: Clients, Servers, and Communication
4.01 How Web Pages Work.
IS1500: Introduction to Web Development
Instructor Materials Chapter 5 Providing Network Services
Web Development & Design Foundations with HTML5 8th Edition
Chapter 1 Introduction to HTML.
Introduction To Web Design
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
Web Development & Design Foundations with HTML5 8th Edition
E-commerce | WWW World Wide Web - Concepts
Internet and the web Summary of terms discusses and review
High Points CSCI 1710 Spring 2016.
School of Business Administration Introduction & Key Concepts
Web Development & Design Chapter 1, Sections 4, 5 & 6
Web Development & Design
CISC103 Web Development Basics: Web site:
Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts
High Points CSCI 1710 Fall 2017.
1 Introduction to the Internet.
Digital Planet: Tomorrow’s Technology and You
E-Business Tenth Edition
Basics of Web Technologies
Web Development & Design Foundations with H T M L 5
Part of Chapter 1 Key Concepts Networks
Introduction to the Internet and World Wide Web
COM 205 Multimedia Applications
Introduction to World Wide Web
An Introduction to HTML Pages
Unit-3.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
COM 205 Multimedia Applications
High Points CSCI 1210.
Presentation transcript:

Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts Copyright © 2016 Terry Ann Morris, Ed.D.

Learning Outcomes Describe the evolution of the Internet and the Web Explain the need for web standards Describe universal design Identify benefits of accessible web design Identify reliable resources of information on the Web Identify ethical use of the Web Describe the purpose of web browsers and web servers Identify Internet protocols Define URIs and domain names Describe XHTML and HTML© Create your first web page Use the body, head, title and meta elements Name, save, and test a web page Copyright © 2018 Terry Ann Morris, Ed. D.

The Evolution of the Internet Interconnected network of computer networks ARPAnet Advanced Research Project Agency 1969 – four computers connected NSFnet National Science Foundation Use of the Internet was originally limited to government, research and academic use 1991 Commercial ban lifted Copyright © 2018 Terry Ann Morris, Ed. D.

The World Wide Web The graphical user interface to information stored on some of the computers connected to the Internet. Copyright © 2018 Terry Ann Morris, Ed. D.

Convergence of Technologies Copyright © 2018 Terry Ann Morris, Ed. D.

Convergence of Technologies Removal of the ban on commercial activity Development of the World Wide Web at CERN Development of the first graphics-based web browser named Mosaic at NCSA Affordable personal computers with GUI operating systems Affordable Internet Service Providers Copyright © 2018 Terry Ann Morris, Ed. D.

Web Standards and the W3C Consortium W3C – World Wide Web Consortium Develops recommendations and prototype technologies related to the Web Produces specifications, called Recommendations, in an effort to standardize web technologies WAI – Web Accessibility Initiative Copyright © 2018 Terry Ann Morris, Ed. D.

Web Accessibility “The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” – Tim Berners-Lee Accessible Websites provide accommodations that help individuals to individuals with visual, auditory, physical, and neurological disabilities overcome barriers WAI – Web Accessibility Initiative Develops accessibility recommendations WCAG 2.0 Web Content Accessibility Guidelines http://www.w3.org/WAI/WCAG20/quickref/ Copyright © 2018 Terry Ann Morris, Ed. D.

Web Accessibility Section 508 of the Rehabilitation Act Requires that government agencies must give individuals with disabilities access to information technology that is comparable to the access available to others Copyright © 2018 Terry Ann Morris, Ed. D.

Universal Design “The design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design.” – The Center for Universal Design http://www.design.ncsu.edu/cud/about_ud/about _ud.htm Copyright © 2018 Terry Ann Morris, Ed. D.

Network Overview Network two or more computers connected together for the purpose of communicating and sharing resources Copyright © 2018 Terry Ann Morris, Ed. D.

The Client/Server Model Client/Server can describe a relationship between two computer programs – the "client" and the "server". Client requests some type of service (such as a file or database access) from the server. Server fulfills the request and transmits the results to the client over a network Copyright © 2018 Terry Ann Morris, Ed. D.

The Client/Server Model The Internet Client/Server Model Client: Web Browser Server: Web Server Copyright © 2018 Terry Ann Morris, Ed. D.

Internet Protocols Protocols Rules that describe the methods used for clients and servers to communicate with each other over a network. There is no single protocol that makes the Internet and Web work. A number of protocols with specific functions are needed. Copyright © 2018 Terry Ann Morris, Ed. D.

Common Internet Protocols Official Communication Protocol: TCP/IP Specialized Protocols: File Transfer: FTP E-mail: SMTP, POP3, IMAP Websites: HTTP, HTTP/2 Copyright © 2018 Terry Ann Morris, Ed. D.

HTTP Hypertext Transfer Protocol A set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web. Web browsers send HTTP requests for web pages and their associated files. Web servers send HTTP responses back to the web browsers. Copyright © 2018 Terry Ann Morris, Ed. D.

IP Address Each device connected to the Internet has a unique numeric IP address. These addresses consist of a set of four groups of numbers, called octets. 216.58.194.46 will get you Google! An IP address may correspond to a domain name. Copyright © 2018 Terry Ann Morris, Ed. D.

Domain Name Locates an organization or other entity on the Internet Domain Name System Divides the Internet into logical groups and understandable names Associates unique computer IP Addresses with the text-based domain names you type into a web browser Browser: http://google.com IP Address: 216.58.194.46 Copyright © 2018 Terry Ann Morris, Ed. D.

URI Uniform Resource Indicator URL Uniform Resource Locator Represents the address of a resource on the Internet. Copyright © 2018 Terry Ann Morris, Ed. D.

TLD Top-Level Domain Name A top-level domain (TLD) identifies the right- most part of the domain name. Some generic TLDs: .com, .org, .net, .mil, .gov, .edu, .int, .aero, .asia, .cat, .jobs, .name, .biz, .museum, .info, .coop, .pro, .travel Copyright © 2018 Terry Ann Morris, Ed. D.

NEW gTLDs! ICANN accepted proposals for almost 2000 new gTLDs in 2012. A wide variety of new gTLDs were proposed Some of the first new gTLDs to become available included .bike, .guru, .holdings, .clothing, .singles, .ventures, and .plumbing. ICANN has set a schedule to periodically launch new gTLDs. http://newgtlds.icann.org/en/program- status/delegated-strings for a list of new gTLDs. Copyright © 2018 Terry Ann Morris, Ed. D.

County Code TLDs Two character codes originally intended to indicate the geographical location (country) of the web site. In practice, it is fairly easy to obtain a domain name with a country code TLD that is not local to the registrant. Examples: .tv, .ws, .au, .jp, .uk See http://www.iana.org/domains/root/db for a list of TLDs. Copyright © 2018 Terry Ann Morris, Ed. D.

Domain Name System The Domain Name System (DNS) associates Domain Names with IP addresses. Copyright © 2018 Terry Ann Morris, Ed. D.

On the Web, no one knows I’m a Pekingese! Information on the Web On the Web, no one knows I’m a Pekingese! Reliability and information Evaluate the credibility of the site Ethical use of information Copyright and the Web Copyright © 2018 Terry Ann Morris, Ed. D.

Markup Languages SGML – Standard Generalized Markup Language A standard for specifying a markup language or tag set HTML – Hypertext Markup Language The set of markup symbols or codes placed in a file intended for display on a web browser. Element or tag – individual markup code Attribute – modifies the purpose of a tag Copyright © 2018 Terry Ann Morris, Ed. D.

Markup Languages (2) XML – eXtensible Markup Language A text-based language designed to describe, deliver, and exchange structured information. It is not intended to replace HTML – it is intended to extend the power of HTML by separating data from presentation. Copyright © 2018 Terry Ann Morris, Ed. D.

Markup Languages (3) XHTML – eXtensible Hypertext Markup Language Developed by the W3C as the reformulation of HTML 4.0 as an application of XML. It combines the formatting strengths of HTML 4.0 and the data structure and extensibility strengths of XML. Copyright © 2018 Terry Ann Morris, Ed. D.

Markup Languages (4) HTML 5 – Reached Recommendation Status in 2014 The successor to HTML 4 Replaces XHTML Incorporates features of both HTML and XHTML Adds new elements Eliminates some elements Intended to be backward compatible HTML 5.1 – the next version of HTML5 As of 2016, in Candidate Recommendation Status HTML 5.2 – in draft form as of 2016 http://www.w3.org/html/ Copyright © 2018 Terry Ann Morris, Ed. D.

Your First HTML5 Web Page: index.html <!DOCTYPE html"> <html lang="en"> <head> <title>Page Title Goes Here</title> <meta charset="utf-8"> </head> <body> ... body text and more HTML tags go here ... </body> </html> Copyright © 2018 Terry Ann Morris, Ed. D.

Under the Hood of a Web Page DTD – describes the markup language syntax HTML element– contains the web page document Head element – contains the head section The head section contains information that describes the web page document. Title element– Text displays in title bar of window Meta element – describes the character encoding Body element – contains the body section The body section contains the text and elements that display in the browser viewport. Copyright © 2018 Terry Ann Morris, Ed. D.

Summary This chapter provided a brief overview of Internet, Web, and introductory networking concepts along with your very first web page. Copyright © 2018 Terry Ann Morris, Ed. D.