Determining the URL for a Web Document. Components The URL of a web document consists of 1.The server address 2.The folder structure 3.The file name.

Slides:



Advertisements
Similar presentations
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Advertisements

CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
. Website and file organization. How websites work.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Web basics Keywords: Web Server, Browser, Local, Remote, HTML, URL.
Dreamweaver Basics In this section you will learn how to:
ETT 429 Spring 2007 Web Design Basics II. Publishing Web Pages Activating your NIU website Go to this.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
How to Design a Web Site An Overview. Center for Teaching and Learning - PS 1005 Brainstorming/Envisioning Why make a site? Who is your audience? Why.
13 February Building a Web Page. Links Links: One always links to an anchor point Every page has an implicit anchor point at the start In addition, can.
Introduction to: Web Site Development. Terminology HTML Hypertext Markup Language HTML File A web page built from HTML Index File The home or main page.
Introduction to Web Lingo
Introduction to Web Creation iMet Tool Training. Basic Principles Have a plan Focus on the content and communication Make navigation logical and consistent.
Creating and Publishing Your own website
What Is A Web Page? An Introduction to the Internet.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Images: HTML and CSS. The Bells page without images in Source View and Design View.
Getting on the Web CCSD Technology Team. Post a page to the Web using a simple file transfer process Goal: Process: Create a Web page using Microsoft.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Public_html sites website1 website2 Server Folder Sequence & Website Uniform Resource Locator (URL) Address Example
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
Today’s Agenda (2/10/04’) Creating anchored links Creating anchored links Working with images Working with images The “Philosophy” page The “Philosophy”
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
1 Chapter 2 & Chapter 4 §Browsers. 2 Terms §Software §Program §Application.
MAKING A WEBSITE WRA AGENDA Go over some website basics and reminders Issues or problems? Continue to SCRUM Work.
Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Unit 1 – Web Concepts Instructor: Brent Presley. ASSIGNMENT Read Chapter 1 Complete lab 1 – Installing Portable Apps.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
Chapter 6 pp Announcements O Project 1 coming up (details on Monday) O Lab 2 deliverable (submit on Blackboard) O Lab 3 pre-lab quiz is up.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
In this activity, we are going to create a resume file with Microsoft Word and save it in the folder ‘My Documents’. Activity 2 Creating and saving a resume.
How the Web Works Digital Histories Workshop Adam Crymble.
How to upload files to Altervista Overview:
Planning your site/organization on the Web Please use speaker notes for additional information!
My computer should look like this to display your scanner & digital camera drivers.
Website Development & Management Going Live with Web Pages (a) CIT Fall Instructor: John Seydel, Ph.D.
Lab 11 Overview Windows Server Last Labs Lab 12  Cisco Firewall.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
UNIT 2 UNIT 2 Module 3: HTML Lists Overview. List There are two common types of HTML lists Ordered list numbered Unordered list bullet points.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
To be completed Your proposal  Your House style  Your site plan  Page plans (a draft layout for each of your five pages)  A design mock-up -  All.
3.02E Website File Management 3.02 Develop webpages.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
Hit125 application concepts Types of links File paths & directory structures.
The Internet for Beginners Section Two of Four From the Richard Sugden Library Spencer, MA Jillian M. Parsons.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
PATHNAMES LINKS BACKGROUND.  Pathnames in hyperlinks & image tags  Absolute pathnames: for links to web addresses  Relative pathnames: for links to.
Course Content Emily Dixon. Content Strategy Web > Class > Modules > Module 1 (etc) > Projects > Exercises Public > NO strategy–It’s a mess Dixonem1 >
MSc Publishing on the Web Week 4 Image Maps. Aims and Objectives Discover what are image maps To understand the different types of image map To understand.
HOW THE WEB WORKS DTC/ENGL 355 March 21, WHAT THIS MEANS FOR YOU NO WEBPAGE is visible to the world until you save it onto a server. In this case,
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.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
Seek It- Lesson 2.
CoreFTP.
How files are organized
Web Authoring and Publishing: Basics
A01 DESIGN To be completed Your proposal  Your House style 
CoreFTP.
Chapter 6 pp
Dreamweaver.
Website File Management
Presentation transcript:

Determining the URL for a Web Document

Components The URL of a web document consists of 1.The server address 2.The folder structure 3.The file name

1. The server address The web address for the student web folders in the COE is Note that there is no www.

2. The folder structure My eport home page (called index.html) is stored in a folder called “eport8", which is under my home base folder called “rchen4“ So the folder structure is rchen4 then eport8. This folder structure becomes /rchen4/eport8/ in the URL.

3. The File Name My ePort home page is called index.html This is the COMPLETE file name, including the extension after the dot.

The URL The URL for my eport home page is the combination of the above three. It is If a file name is called index.html, it can be omitted. Server address Folder structure Complete file name

Similarly My resume page is called resume.html which is in the same folder as my ePort home page. The URL for my resume page is I also have a picture called fall.jpg in a folder called images, which is in my eport8 folder. So the URL for this particular picture is

Summary Server address Folder structure Complete file name