Knowledge & Tools for website design. Goals Understand the difference between absolute and relative links. Create.html documents with both absolute and.

Slides:



Advertisements
Similar presentations
Creating Web Pages By: Dr. Matt Dean. Common Terminology Webpage Webpage Website Website Web Browser Internet Explorer Firefox HTMLHypertext Markup Language.
Advertisements

Develop the idea of protocols by modelling a computer network with the children as client machines and the teacher as the server. Pass messages around.
Client-server practices DSC340 Mike Pangburn. Agenda Overview of client-server development Editing on client (e.g., Notepad) or directly on server (e.g.,
LIS654lecture 3 omeka installation and system overview start Thomas Krichel
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
Web basics Keywords: Web Server, Browser, Local, Remote, HTML, URL.
George Blank University Lecturer. Creating A Web Site at NJIT Professor Blank.
Its easy to be an information provider Tutorial: Web Publishing.
Web Pages Publishing your page on ASUWlink. Unix Directory Commands ls –la –will show all directories and files –will show directory and file permissions.
The Web HTTP request HTTP response Your Machine Web Server Web browser sends a separate request for each object (e.g., embedded image) on the web page.
ETT 429 Spring 2007 Web Design Basics II. Publishing Web Pages Activating your NIU website Go to this.
Proposal For A network system Fast Eddy's Appliance Smarti Handi Team.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Web Publishing TutorialIS for Management1 Tutorial: Web Publishing.
ETT 229 Fall 2004 Web Design Basics III. Agenda 11:00-11:05 – Quiz 15 11:05-11:40 – Web Design Lecture 11:40-12:15 – Web Design Practice 3.
A crash course in njit’s Afs
Adding an image to a page in Dreamweaver Uploading files to x10hosting Editing uploaded files in x10hosting Adding links in Dreamweaver Uploading linked.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
1 John Magee 9 November 2012 CS120 Lecture 17a: Publishing Web pages.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Another Method to Open WebSpace as a Web Folder Alternative Method for Creating Web Folder in WebSpace, Slide 1Copyright © 2004, Jim Schwab, University.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML Hyper Text Markup Language A simple introduction.
CPSC203 Introduction to Computers Lab 33 By Jie Gao.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
Creating a Folder/Directory for Your Webpage files & folders on “frank” (MTSU’s Server) If you already have a webpage setup on “frank”, then omit Step.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
The Stanford Login Web Tools Workshop 2 Your Presenter: Laura Silberstein.
Translating to.html tools for web page creation. Plugins Several common document types are displayed using “plugins” in your browser –word documents *.doc.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Website Development & Management Going Live with Web Pages (a) CIT Fall Instructor: John Seydel, Ph.D.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
Web Servers: The Engines that Drive the World Wide Web Dr. William Farmer Reza Sherafat McMaster University May 3, 2006.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
G053 - Lecture 18 Uploading Your Site Mr C Johnston ICT Teacher
CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images.
ISAT/CS 250 login: jmu eid like harrisnl When you log into the lab machines using your jmu eid Your “home” directory is actually a directory on a server.
3.02E Website File Management 3.02 Develop webpages.
Web programming Part 1: environment 由 NordriDesign 提供
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
This is the software we will use to load our html page up to the server. You can download a copy for home if you want to.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Cloud, Internet, and Browsers. Filezilla Checklist  ISIS access  COMP101 file on your computer  FILEZILLA installed  Saved passwords and certificate.
1 How to Publish Your HTML Page on the Web. Every USF Student has a website 2 Your Net ID You have a directory on the server.
Hyperlinks Links for Other Pages. Hyperlink (aka Link) Text (or image) user can click Takes user to different location In general, location can be: On.
Understanding FTP File Transfer Protocol. Learning Objectives By the end of this lecture, you should be able to: – Describe the purpose of FTP – Install.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
HTML Links CS 1150 Spring 2017.
Posting to the Web.
4.01 How Web Pages Work.
BSBEBU401A Review and Maintain a Website HTML
Files, folders, directories, URLs, and IP addresses
FTP and UNIX TOPICS Exploring your Web Hosting Site FTP UNIX
Posting your webpage In order for other people to be able to see your webpage, you must copy the files to a web server – a computer set up to share web.
How files are organized
CGS 3175: Internet Applications Fall 2009
Brinkster.
WinSCP4)..
Posting to the Web.
4.01 How Web Pages Work.
HTML Links CS 1150 Fall 2016.
4.01 How Web Pages Work.
Website File Management
File Transfer Protocol
Presentation transcript:

Knowledge & Tools for website design

Goals Understand the difference between absolute and relative links. Create.html documents with both absolute and relatative links Understand what publishing does Use the File Transfer Software to publish

A B D F E C G H J L K I [C,4] is an absolute address Go to the intersection Ave C and Street 4. {South 5, East 4} is a relative address

Absolute vs Relative Absolute – A fixed position according to the global grid (or position system) Relative – Directions to somewhere from your current starting position.

Grids are not the only position system 45 o [45 degrees, 4 inches]

Trees root absolute{3/1/3} relative{../5/1}

URLs are trees root com net edu pdx cs ~sheard

Reading a URL protocol means a web page root edu pdx cs ~sheard courses d&s index.html http: com net edu pdx cs ~sheard d&s coursesresearch home.html

Example Links Back to the class page. EEOC page presentations here If it starts with its is an absolute link. Anything else is a relative link. What does the … mean?

Creating pages We can create pages with a tool –Front Page –Dream Weaver –Iweb –Publisher Or we can edit.html files. Its worth knowing how to read some html, because this helps you debug

Example 5 minute Presentation List 5 minute Presentation List Kirubel Sunny Sean Andy Back to the Daily Record. Back to the class web- page.

Why do we need to publish Every web page is reachable from the web root ( for the pages we will build) The H drive is not accessible. The public_html on the odin machines are –e.g. odin.pdx.edu/~sheard –the public_html is implicit (we don’t have to write it down).

Tools for publishing To publish we need to create a set of files and directories reachable from the www root. The public_html directory in your unix home directory is set up to be reachable –e.g. odin.pdx.edu/~sheard Copy files by using –File Transfer Tool (see next few slides) –Myfiles (only works on windows)

File Transfer Software File transfer software To start up Start –Programs –PSU SSH and File Transfer Software –File Transfer (WinSCP)

Logging in To Login The host is odin.pdx.edu Use your login name and your password

The interface Drag and Drop from H drive to public_html

Saving your session Save your session The next time you don’t have to type all the hostname login name password stuff