HCI 201| Multimedia and the World Wide Web
2006
HCI 201 Home Lectures Assignments Resources

spacer Location: Lectures / Lecture 01
spacer
Lecture Plan
Lecture 01
Lecture 02
Lecture 03
Lecture 04
Lecture 05
Lecture 06
Lecture 07
Lecture 08
Lecture 09
Lecture 10
Lecture 01
Course & Lecture Plan Overview:
  Go through Course Administration: Grades, Assignments, DL web, etc ;
Introduce yourself! Question Sheet
Class Survey
In class exercise!
Make a HTM file named ME.HTM together, the PICTURE.ZIP you need for this page.
Intro to The Internet & HTML;
  Leture file: CLASS1.PPT
“It’s a worldwide collection of computer networks – a network of networks – sharing digital information via a common set of networking and software protocols.
HTML & XHTML – The Definitive Guide
IP, DNS, Domains
Server/Client/Browser
URL--Universal Resource Locator,
Protocol--“http”, “ftp”, “https”
How does information flow?
  -Type URL in Browser <enter>
-Get IP Address from Domain Name Server
-Get Document from Web Server
-Show Document in Browser
HTML--Hypertext Markup Language, eg:
  <HTML>
<HEAD>
<TITLE>My First Page </TITLE>
</HEAD>
<BODY>
Hello, world.
</BODY>
</HTML>
HyperLink:
  <a href="http://www.google.com/">google</a>
  Email hyperlink:
  <a href="mailto:yqwang@cs.depaul.edu">yqwang@cs.depaul.edu</a>