wedge Intro
* I am Machine by Mike Perkowitz
* New Creation
wedge Admin
* Results of survey/Class Profile
* Assignment #1 details online
* Questions or feedback?
wedge Web 1.0
wedge Standards Body-World Wide Web Consortium
* Directed by Tim Berners-Lee
* www.w3.org
* Sets standards for the web
wedge HTTP
wedge Hyper-text transfer protocol
wedge Don't confuse it
* with physical media
* Ethernet
* TCP/IP
wedge request-response protocol
wedge terminology
* connection
* message
* request
* response
* resource
* client
* server
wedge request chain
* cache'd content
wedge request methods
* OPTIONS
* GET (mandatory)
* HEAD (mandatory)
* POST
* PUT
* DELETE
* TRACE
* CONNECT
wedge Firefox plug-in on
* example_00
* I am going over this because understanding this paradigm is important for understanding how AJAX breaks it
wedge HTML
wedge structure
* Show example_01
* head
* body
* text
wedge interesting tags that you might want to use in constructing a web page
wedge content
* hyperlinks
* images
* lists
wedge formatting
* h1,h2,h3
* b, i, tt,
* br hr
* tables
* div
* span
wedge forms
* inputs
* buttons
* span
wedge Reference list of all tags
* www.w3schools.com—default.asp
wedge conceptually
* meta-data
* data
wedge Validating web pages
wedge XHTML
* validator.w3.org
wedge CSS
* jigsaw.w3.org—css-validator
wedge Links
* validator.w3.org—checklink
wedge XML
* Well-formed
* tags
* closing tags
* attributes
* namespaces
wedge XHTML
* HTML that is well-formed XML
* Quiz
wedge Overarching themes
wedge Separating data from content from functionality
* data is not fonts
* fonts are not code
* code is not data