1 / 15

How the web works

How the web works. DTC/ENGL 355 March 21, 2016. What this means for you. NO WEBPAGE is visible to the world until you save it onto a server. In this case, the BlueHost server space I purchased. What this means for you.

marlonb
Download Presentation

How the web works

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How the web works DTC/ENGL 355 March 21, 2016

  2. What this means for you NO WEBPAGE is visible to the world until you save it onto a server. In this case, the BlueHost server space I purchased.

  3. What this means for you When there isn’t a .html file extension on an address (say, like www.kuurola.com/dog.html), the browser will look for the file index.html. For example, when I type www.kuurola.com it is looking for the index.html file in the kuurola.com root level (main) folder

  4. What this means for you You need to care, and care deeply and in a detailed manner, about your file names and file structures.

  5. Web Address Examples • Let’s say I have a folder called “dogs” located in my root folder of my webserver space (in this case, kuurola) • if I go to http://www.kuurola.com/dogs/ • the web browser will look for an index.html page and will return that to my web browser. • the browser will then render the HTML and return a webpage to me

  6. Web Address Examples • http://www.kuurola.com/dogs/breeds.html • Where would we find this file?

  7. Web Address Examples • http://www.kuurola.com/dogs/cats/ • Where would we find this file?

  8. Your Address • IF you use the AML server, your address will be • http://studentweb.engl.wsu.edu/yourname/ • IF you use a web hosting service, you can choose your domain name, and your address will be • http://www.yourdomainname.com

  9. What this means for you DO NOT use spaces, symbols, or capital letters in your file or folder names http://www.kuurola.com/dogs%20and%20cats!.html (this is what a file called “dogs and cats!” would look like as a web address)

  10. What this means for you DO NOT use spaces, symbols, or capital letters in your file or folder names http://www.kuurola.com/Dogsandcats4ever.html (do you want to try to remember which letters you chose to capitalize in your file names? I think not. Lower case. Live it)

  11. HTML The basics

  12. http://arola.kuurola.com/355/spring16/dogs.html

More Related