Title: COSC 416 week two
1COSC 416week two http//iat.ubalt.edu/courses/co
sc416.101_sp08/
2FTP
3Your computer
Theserver
HTTP server
HTTP client
80
index.html
SFTP client
SFTP server
index.html
22
4home/ robotomy_yourname/ yourname.robotomy.net
/ index.html
5sftp//yourname.robotomy.net
home/ robotomy_yourname/ yourname.robotomy.net
/ index.html
6http//yourname.robotomy.net/
home/ robotomy_yourname/ yourname.robotomy.net
/ index.html
7Web standards
8W3C
ECMA
HTTP(X)HTMLCSSXMLDOM
ECMAScript(aka JavaScript)
9Accessibility
People with disabilities Software User-Agents
10Maintainability
Redesigns Refreshes Additions
11Performance
Download time Rendering time
12HTTP
13Your computer
Theserver
HTTP server
HTTP client
index.html
80
14HTTP server
HTTP client
index.html
80
HTTP Request
15GET /index.html HTTP/1.1Host www.example.com
16GET /index.html HTTP/1.1Host www.example.com
17HTTP methods
GETPOSTPUTDELETEHEADTRACEOPTIONSCONNECT
18HTTP methods
GETPOSTPUTDELETEHEADTRACEOPTIONSCONNECT
19GET /index.html HTTP/1.1Host www.example.com
20GET /index.html HTTP/1.1Host www.example.comAcc
ept-Language en
21HTTP server
HTTP client
index.html
80
HTTP Response
22HTTP/1.1 200 OKDate Mon, 23 May 2005 223834
GMTServer Apache/1.3.3.7 (Unix)Last-Modified
Wed, 08 Jan 2003 231155 GMTEtag
"3f80f-1b6-3e1cb03bAccept-Ranges
bytesContent-Length 438Connection
closeContent-Type text/html charsetUTF-8 lthtm
lgtltheadgtlttitlegtHomelt/titlegtltmeta
http-equiv"Content-Type" content"text/html
charsetutf-8"/gtlt/headgtltbodygtltpgtWelcome to
example.comlt/pgtlt/bodygtlt/htmlgt
23HTTP/1.1 200 OKDate Mon, 23 May 2005 223834
GMTServer Apache/1.3.3.7 (Unix)Last-Modified
Wed, 08 Jan 2003 231155 GMTEtag
"3f80f-1b6-3e1cb03bAccept-Ranges
bytesContent-Length 438Connection
closeContent-Type text/html charsetUTF-8 lthtm
lgtltheadgtlttitlegtHomelt/titlegtltmeta
http-equiv"Content-Type" content"text/html
charsetutf-8"/gtlt/headgtltbodygtltpgtWelcome to
example.comlt/pgtlt/bodygtlt/htmlgt
24HTTP status codes(the somewhat interesting ones,
anyway)
200 OK301 Moved Permanently303 See Other401
Unauthorized403 Forbidden404 Not Found500
Internal Server Error
25HTTP/1.1 200 OKDate Mon, 23 May 2005 223834
GMTServer Apache/1.3.3.7 (Unix)Last-Modified
Wed, 08 Jan 2003 231155 GMTEtag
"3f80f-1b6-3e1cb03bAccept-Ranges
bytesContent-Length 438Connection
closeContent-Type text/html charsetUTF-8 lthtm
lgtltheadgtlttitlegtHomelt/titlegtltmeta
http-equiv"Content-Type" content"text/html
charsetutf-8"/gtlt/headgtltbodygtltpgtWelcome to
example.comlt/pgtlt/bodygtlt/htmlgt
26HTML
27Elements ltpgtlt/pgt ltimg /gt
28Attributes ltp class"highlight"gt
29Common attributes classidstyletitlehrefsrc
30XHTML
31lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
32lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
33lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
34lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
35lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
ltlink rel"stylesheet" href"/style.css"
type"text/css" /gt ltscript src/javascript.js
" type"text/javascript"gt lt/scriptgt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
36lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
37lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN "http//www.w3.org/TR/xhtml1/D
TD/xhtml1-transitional.dtd"gt lthtml
xmlns"http//www.w3.org/1999/xhtml"gt ltheadgt
lttitlegtlt/titlegt ltmeta http-equiv"Content-Typ
e" content"text/html charsetutf-8" /gt
lt/headgt ltbodygt lt/bodygt lt/htmlgt
38lt!DOCTYPE html ...gtlthtml xmlns"http//www.w3.org
/1999/xhtml"gtlthtmlgt ltheadgt
39ltheadgtltbodygtlttitlegtlt/titlegtltbody
bgcolor"..."gt
40Markup
41Structure
42NOT presentation
43ltpgt ltfont color"red"gt...lt/fontgtlt/pgt
44ltp class"error"gt...lt/pgt
.error color red
45NOT layout
46lttablegt lttrgt lttdgt ltimg
src"photo.png" alt"Photo"/gt lt/tdgt lttdgt
This is a photo of... lt/tdgt
lt/trgt lt/tablegt
47ltdiv class"photo"gt ltimg src"photo.png"
alt"Photo"/gt This is a photo of...lt/divgt
.photo clear left .photo img float
left
48lttablegt lttheadgt lttrgt ltthgtDatelt/thgt
ltthgtWidget countlt/thgt lt/trgt lt/theadgt
lttbodygt lttrgt lttdgtFebruary 7lt/tdgt
lttdgt1,000lt/tdgt lt/trgt lt/tbodygtlt/tablegt
49Semantics
50Whats lth1gt do?
51Whats lth1gt for?
52ltp class"error"gt...lt/pgt
.error color red voice-volume loud
53Web Standardsin the real world Microformats
54lth1gtRandy Souzalt/h1gt ltpgtCCTSlt/pgt ltulgt ltligtWork
410 837-6742lt/ligt ltligtMobile 443
745-8598lt/ligt lt/ulgt ltpgt 1420 North Charles
Streetltbr/gt AC 129ltbr/gt Baltimore, MD
21201 lt/pgt
55ltdiv class"vcard"gt lth1 class"fn"gtRandy
Souzalt/h1gt ltp class"org"gtCCTSlt/pgt ltulgt
ltli class"tel"gt ltspan class"type"gtWorklt/sp
angt 410 837-6742 lt/ligt ltli
class"tel"gt ltspan class"type"gtMobilelt/span
gt 443 745-8598 lt/ligt lt/ulgt
... lt/divgt
56ltdiv class"vcard"gt ... ltp class"addr"gt
ltspan class"street-address"gt 1420 North
Charles Streetltbr/gt AC 129 lt/spangt
ltspan class"region"gt Baltimore, MD
lt/spangt ltspan class"postal-code"gt21201lt/spangt
lt/pgt lt/divgt
57lth1gtRandy Souzalt/h1gt ltpgtCCTSlt/pgt ltulgt ltligtWork
410 837-6742lt/ligt ltligtMobile 443
745-8598lt/ligt lt/ulgt ltpgt 1420 North Charles
Streetltbr/gt AC 129ltbr/gt Baltimore, MD
21201 lt/pgt
ltdiv class"vcard"gt lth1 class"fn"gtRandy
Souzalt/h1gt ltp class"org"gtCCTSlt/pgt ltulgt
ltli class"tel"gt ltspan class"type"gtWorklt/sp
angt 410 837-6742 lt/ligt ltli
class"tel"gt ltspan class"type"gtMobilelt/span
gt 443 745-8598 lt/ligt lt/ulgt ltp
class"addr"gt ltspan class"street-address"gt
1420 North Charles Streetltbr/gt AC 129
lt/spangt ltspan class"region"gt
Baltimore, MD lt/spangt ltspan
class"postal-code"gt21201lt/spangt lt/pgt lt/divgt
58(No Transcript)
59(No Transcript)
60(No Transcript)