HCI 201| Multimedia and the World Wide Web
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, COL web, etc ;
Introduce yourself! Question Sheet; Class Survey
Leture file: Web Basics (pdf)
  Introduce to :
the Internet & www; HTML;
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
  Topic on:
Graphic Design vs. Digital Webpage Design, especially for different devices;
Multimedia/movie/game, frame rate
HD resolution vs. Web resolution, and frame rate.
Print resolution vs. Screen resolution;
Screen's measurement unit - PIXEL;
Embed video from utube.
   
HTML--Hypertext Markup Language, basic skeleton:
  <HTML>
<HEAD>
<TITLE>My First Page </TITLE>
</HEAD>
<BODY>
Hello, world.
</BODY>
</HTML>
   
HyperLink:
  <a href="http://www.google.com/">google</a>
  Email link:
  <a href="mailto:yqwang@cs.depaul.edu">yqwang@cs.depaul.edu</a>
   
In class exercise!
Make a HTM file named ME.HTM together.