15
Web Authoring and Publishing Basics

Web Authoring and Publishing Basics. Task for Today Create your homepage: index.html (homepage) Publish the homepage: Know your URLs (the web address

Embed Size (px)

Citation preview

Page 1: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Web Authoring and Publishing

Basics

Page 2: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Task for Today Create your homepage:

index.html (homepage)

Publish the homepage:

Know your URLs (the web address of your homepage)

Page 3: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

What is the deal? The Whole Process

Page 4: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Step 1: Web Authoring

Nvu File name:

reflections.html projects.html Index.html

Page 5: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Step 2: Publishing

FTP: File Transfer ProtocolThe program you will be using to "load"

your file

FileZilla _FTP

Other free FTP programs: refer to Resources page

Page 6: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Step 3: Find Your URL (Web Address)

URL: (Uniform Resource Locator): http://studentweb.cortland.edu/username/filename.html

http://studentweb.cortland.edu/amanda.bishop/project1.html

Page 7: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

http:// ?http://studentweb.cortland.edu/amanda.bishop/

project1.html

Page 8: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

http:// ? http://studentweb.cortland.edu/amanda.bishop/project1.html http:// tells the Web-browser to use the

hyper-text-transfer-protocol. studentweb.cortland.edu tells the browser to go to the

Cortland web-server computer. Username (amanda.bishop) tells the browser to go to your

account on the Cortland web-server computer filename.html (project1.html) tells the browser to go to

that file on your account.

Page 9: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

URL

eg: project1.htmlhttp://studentweb.cortland.edu/amanda.bishop/project1.htmleg: projects.htmlhttp://studentweb.cortland.edu/amanda.bishop/projects.htmleg: index.htmlhttp://studentweb.cortland.edu/amanda.bishop/index.html

Page 10: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Your Homepage: index.html

Your Homepage “by default”:http://studentweb.cortland.edu/username/ eg:http://studentweb.cortland.edu/amanda.bishop/

So: index.html can be omitted in your homepage address (Why?)

Page 11: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Task for Today: #1 Design one page - your homepage using

Nvu and name it index.html

Page 12: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Task for Today: #2

Basics of NvuIn pairs/groups, showcase/teach skills you

picked up from exploring Nvu.

Page 13: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Task for Today: #3 Publish your homepage

Page 14: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

Your Homepage: index.html

Your Homepage “by default”:http://studentweb.cortland.edu/username/

eg:http://studentweb.cortland.edu/amanda.bishop/

Page 15: Web Authoring and Publishing Basics. Task for Today  Create your homepage: index.html (homepage)  Publish the homepage:  Know your URLs (the web address

URLeg: project1.htmlhttp://studentweb.cortland.edu/amanda.bishop/project1.html

eg: project2.htmlhttp://studentweb.cortland.edu/amanda.bishop/project2.html

eg: index.htmlhttp://studentweb.cortland.edu/amanda.bishop/index.html