Computer Concepts 2014 Chapter 7 The Web and E-mail.

Slides:



Advertisements
Similar presentations
Computer Concepts 2013 Chapter 7 The Web and .
Advertisements

Chapter 7 The Web and . 7 Chapter 7: The Web and 2 Chapter Contents  Section A: Web Technology  Section B: Search Engines  Section C: E-commerce.
Chapter 7: The Web and 1 The Web and Chapter 7.
Project 1 Introduction to HTML.
Lesson 7: Business, , & Personal Information Management
PYP002 Intro.to Computer Science Working with 1 Working With Chapter 18.
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.
The Application Layer Chapter 7. Electronic Mail Architecture and Services The User Agent Message Formats Message Transfer Final Delivery.
Internet Basics The World Wide Web. Page 1 Web Basics The World Wide Web The Web is a collection of files organized as a giant hypertext Many of these.
1 Software Testing and Quality Assurance Lecture 32 – SWE 205 Course Objective: Basics of Programming Languages & Software Construction Techniques.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Chapter 14 Introduction to HTML
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
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.
Practical PC, 7 th Edition Chapter 9: Sending and Attachments.
Web Design Basic Concepts.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Computer Concepts 2014 Chapter 7 The Web and .
Chapter 1 Introduction to HTML, XHTML, and CSS
CS 299 – Web Programming and Design CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang.
Chapter 7 The Web and 1.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
Chapter 7 The Web and . 7 Chapter 7: The Web and 2 Chapter Contents  Section A: Web Technology  Section B: Search Engines  Section C:
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
1 Chapter 2 (Continued) Section 2.2 Section 2.2. Internet Service Provider (ISP) ISP - a company that connects you through your communications line to.
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.
Unit 1 – Web Concepts Instructor: Brent Presley. ASSIGNMENT Read Chapter 1 Complete lab 1 – Installing Portable Apps.
Computer Concepts – Illustrated 8 th edition Unit A: Computer and Internet Basics.
Windows Tutorial 4 Working with the Internet and
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
Microsoft Internet Explorer and the Internet Using Microsoft Explorer 5.
Web Programming : Building Internet Applications Chris Bates CSE :
Chapter 9 Sending and Attachments. 2Practical PC 5 th Edition Chapter 9 Getting Started In this Chapter, you will learn: − How works − How.
Concepts  messages are passed through the internet by using a protocol called simple mail transfer protocol.  The incoming messages are.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
TCP/IP (Transmission Control Protocol / Internet Protocol)
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 2 1 Evaluating an Program and a Web-Based Service Basic Communication.
XP Browser and Basics COM111 Introduction to Computer Applications.
Living Online Lesson 3 Using the Internet IC3 Basics Internet and Computing Core Certification Ambrose, Bergerud, Buscge, Morrison, Wells-Pusins.
  is a system of electronic communication that allows the user to exchange messages over the internet  Everyone’s address is unique  Two.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
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:
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
and Internet Explorer.  The transmission of messages and files via a computer network  Messages can consist of simple text or can contain attachments,
Chapter 9 Sending and Attachments. Sending and Attachments FAQs: – How does work? – How do I use local ? – How do I use Web-based.
Computer Concepts 2013 Chapter 7 The Web and .
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Computer Concepts 2014 Chapter 7 The Web and .
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
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.
Chapter 7 The Web and .
Section A: Web Technology
Chapter 1 Introduction to HTML.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Part of Chapter 1 Key Concepts Networks
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Computer Concepts 2014 Chapter 7 The Web and

7 Chapter Contents  Section A: Web Technology  Section D: Chapter 7: The Web and 2

7 Section A: Web Technology  Web Basics  HTML  HTTP  Web Browsers  Cookies  Web Page Authoring  Interactive Web Pages Chapter 7: The Web and 3

7 Web Basics  The Web is a collection of document, image, video, and sound files  Web 2.0  Web 3.0  A Web site contains a collection of related information Chapter 7: The Web and 4

7 Web Basics  A Web server accepts requests from browsers  A Web page is the product or output of one or more Web-based files displayed in a format similar to a page in a book  A Web browser is client software that displays Web page elements and handles links between pages  Every Web page has a unique address called a URL Chapter 7: The Web and 5

7 HTML  Set of specifications for creating documents that a browser can display as a Web page  Markup language  HTML tags  HTML 5  XHTML  Source document Chapter 7: The Web and 6

7 HTML Chapter 7: The Web and 7

7 HTTP Chapter 7: The Web and 8

7 Web Browsers  Popular browsers:  Mozilla Firefox  Microsoft Internet Explorer  Apple Safari  Google Chrome  It is a good idea to upgrade when a new version of your browser becomes available Chapter 7: The Web and 9

7 Web Browsers  If your browser does not have built-in support for a file format required to display or play a Web page element, you can download the necessary software  A plug-in is a program that extends a browser’s ability to work with file formats Chapter 7: The Web and 10

7 Cookies  Small chunk of data generated by a Web server and stored in a text file on computer’s hard disk  Fix problems caused by HTTP’s stateless protocol Chapter 7: The Web and 11

7 Web Page Authoring  HTML conversion utility  Online Web page authoring tools  Web authoring software  Adobe Dreamweaver  Text editor Chapter 7: The Web and 12

7 Interactive Web Pages  Interactive and dynamic Web sites are possible when programming and scripting technologies supplement native HTML features  An HTML form uses the tag to accept typed input  Client-side and server-side processes  A computer scripting language called JavaScript is commonly used to add logic and other programmable elements to a Web page Chapter 7: The Web and 13

7 Interactive Web Pages Chapter 7: The Web and 14

7 Section D:  Overview  Local  Webmail  Attachments  Netiquette Chapter 7: The Web and 15

7 Overview  An message is an electronic document transmitted over a computer network  The computers and software that provide services form an system  An server acts as a central post office for a group of people  A message header is divided into fields that contain the sender’s address, the recipient’s address, a subject line, and the date and time the message was written Chapter 7: The Web and 16

7 Overview Chapter 7: The Web and 17

7 Overview  To use an system, you need:  Internet connection  account  software  client software  Webmail Chapter 7: The Web and 18

7 Local  When you use local , an server stores your incoming messages until you launch your e- mail client and get your mail  Based on store-and-forward technology  protocols  POP3  IMAP  SMTP Chapter 7: The Web and 19

7 Webmail  Webmail is typically a free service accessed using a browser Chapter 7: The Web and 20

7 Attachments  attachments are files that travel with an e- mail message  software converts attachments using a conversion process called MIME  When working with attachments, keep the following points in mind:  Don’t send huge attachments  Explain all attachments  Don’t open suspicious attachments  You can save attachments  You might have to download a plug-in or player Chapter 7: The Web and 21

7 Netiquette Chapter 7: The Web and 22

Computer Concepts 2014 Chapter 7 Complete