Website Fundamentals.

History reading recap
Responses Q & A
Client / Server relationship
Document parsing
Web Standards
File types and folder structures

History Reading Recap: About the Authors

Vint Cerf
Vint Cerf
Internet Badass & Legend
Chief Internet Evangelist @ Google

Mark Pilgrim
Mark Pilgrim
Book writer & infosuicide guy
Developer Advocate @ Google

"I didn't get to use the internet before I was about 28, and we had to invent it first"
- Vint Cerf .NET Magazinr 4/08

History Reading Recap: Timeline

History Reading Recap: Timeline

History Reading Recap: Important Points


1.) Client / Server relationship
2.) HTML Document Parsing
3.) Web Standards

Responses Q & A

Notable observations / questions

  1. User types in a URL
  2. Client sends request to server for one file
    http://www.website.com/some/file.html --->
  3. Server searches for /some/file.html & sends it back
    <--- file.html
  4. Client parses file
  5. Repeat steps 2 - 4 as necessary
  6. Client renders website to user »

File Types and Folder Structures

When you type in a URL
(e.g., http://dennisplucinik.github.com/Parsons)

  1. The browser makes a request to the server
    http://dennisplucinik.github.com/Parsons
  2. and requests a specific file
    http://dennisplucinik.github.com/Parsons/index.html
  3. The server searches it's internal folders for the file
    http://dennisplucinik.github.com/Parsons/index.html
  4. and then sends it back to the browser. »

Document Parsing

Web Standards make our lives easier.

http://www.webappers.com/img/2011/10/web-standards.jpg

Questions?

Assignment #1:
Edit and upload test file to Newschool webspace

Using Fetch to make an SFTP connection.

After opening Fetch, you should be presented with a "New Connection" window. Here's how to use it:

Edit, Upload, and good luck