Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000.

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.
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.
Internet and the web Summary of terms discusses and review.
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.
The Internet Useful Definitions and Concepts About the Internet.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
CIS101 Introduction to Computing
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
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.
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.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
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.
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
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
The Internet COM 366 Web Design & Production. Brief history Internet began as nationwide network for Department of Defense in 1960s –Expanded to universities.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Postacademic Interuniversity Course in Information Technology – Module C1p1 Contents Data Communications Applications –File & print serving –Mail –Domain.
Business English at Work © 2003 Glencoe/McGraw-Hill.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
 The internet is the hardware that creates the massive worldwide network. Computers, cables, telephone wires, high-speed communication lines. The internet.
1999 Asian Women's Network Training Workshop What the Internet Offers Communications  Across the country or across the world Information resources and.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Topics in Technology and Marketing In The Beginning.
Web Programming : Building Internet Applications Chris Bates CSE :
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Internet Overview Data Service Center What is the Internet? F A network of networks connecting computers/people around the world allowing them to share.
The Internet. Definition: Network of networks. Began in 1969, DOD project called ARPANET. Early 1980’s NSF creates NSFnet NSF takes over both by mid ’80’s.
The Web and Web Services Jim Graham NR 621 Spring 2009.
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.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Introduction to the World Wide Web & Internet CIS 101.
ULI101 – XHTML Basics (Part I) Internet / Web Concepts Brief History TCP/IP Web Servers / Web Browsers URL HTTP / HTML.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
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)
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Website Design and Construction Services and Standards.
A BRIEF HISTORY OF THE INTERNET, WEB, AND HTML. Internet vs. World Wide Web What is The Internet? The Internet is a massive network of networks, a networking.
(class #2) CLICK TO CONTINUE done by T Batchelor.
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.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Introduction to HTML Section A – Programming, HTML
Introduction to Computers
HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)
Internet and the web Summary of terms discusses and review
Internet.
1 Introduction to the Internet.
Introduction to World Wide Web
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000

WWW Anyone? 4 WWW = World Wide Web - network of computers that talk to each other Tim Berners-Lee 1980, implemented 1989 –distributed –cross platform –interactive & real time –text, graphics, sounds, video Mosaic 1993 by Natl. Ctr. Supercomputing Applics. (NCSA) Marc Andreesen founded Netscape

W3C World Wide Web Consortium 4 organization that defines web standards 4

4 HTML = Hypertext Markup Language 4 URL = Uniform Resource Locator - acronym for a “web address” – e.g., – – 4 DNS = Domain Name Server, like a telephone book, translates a URL into a physical IP address

Protocol: convention all computer programs use to communicate something with each other 4 HTTP: Hypertext Transfer Protocol - set of rules to enable web browsers to communicate with web servers 4 IP = Internet Protocol 4 FTP = File Transfer Protocol 4 SMTP = Simple Mail Transfer Protocol 4 TCP = Transmission Control Protocol

HTML SAMPLE: 4 File structure vs. format –like Microsoft Word’s STYLES 4 Tags wrap around contents: … 4 Text formatting, e.g., headings: … BROWSER INTERPRETS!

Links to Other Pages 4 Names within same document: Program Objectives and elsewhere in the document: Program Objectives  In same directory: CE&M Schedule Fall 2000  Anywhere in the world: U.C. Berkeley Free Univ. Brussels On-line multimedia guide to Belgian Beer

Lists 4 Bullet lists Program Objectives... 1.Ordered lists...

Graphics 4 Pictures 4 Animated gif: 4 Downloading images

Copyrights All materials (on the web) are copyrighted by default (anything you write is copyrighted too), even when no © is added! YOU MUST ACKNOWLEDGE THE WORK OF OTHERS 4 Cite text and images retrieved from web as: -- (2000). “ visited on 8/29/00 at 10:00 AM

Creating Your Own 4 Notepad 4 Netscape Composer 4 Microsoft Word 4 Adobe Pagemill 4 etc.

References 4 Lots of books and on-line information –e.g., Bryan Pfaffenberger and Alexis D. Gutzman (1998). HTML 4 Bible. IDG Books, Intl. Data Group Co.