Hit125 application concepts Types of links File paths & directory structures.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
Advanced Java Class Web Applications – Part 0 (Introduction)
A Beginners Guide to Web Site Design. What we will cover…. Planning your site. Creating a template. Images and Fonts. Absolute vs. Relative Links.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Path to Files Various Links Click Here :( Page Footers.
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.
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.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Sequential and Indexed-Sequential Designs Hierarchical Design Custom Design.
Announcement #1 1 Lecture 9. Announcement #2  Midterm exam will be on Oct. 12 (Tuesday)  pm – 1.45 pm  Exam will cover all materials till Oct.
The Internet & The World Wide Web Notes
Copyright © 2004 ProsoftTraining, All Rights Reserved. Hyperlinks.
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.
Lecturer: Ghadah Aldehim
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
Mohammed Mohsen Links Links are what make the World Wide Web web-like one document on the Web can link to several other documents, and those.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
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.
Developing a Web Site. Web Site Navigational Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating.
 The tag to create a link is called, which stands for anchor.  You put the address of the page to link to in quotes after href=, like the following:
WEB DESIGN UNIT 2 Unit 2 Module 2-5. WHAT HAVE YOU LEARNED?  What is the title tag do? Where does it show?  What are the tags that need to be on every.
Exploring Microsoft Office Welcome to Cyberspace: The Internet and World Wide Web1 Exploring the Internet Chapter 1 Welcome to Cyberspace: The Internet.
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.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 1 1 Browser Basics Introduction to the Web and Web Browser Software Tutorial.
The Internet and World Wide Web
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
Planning your site/organization on the Web Please use speaker notes for additional information!
INTRODUCTORY Tutorial 6 Using Links on a Web Page.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
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.
Turning Windows 7 into a Web Server Ch 28. Understanding Internet Information Services.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Web Browsers  Web browser- software that you run on your computer to make it work as a web client.  Web Servers- Computers connected to the Internet.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
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.
NATIONAL AGENCY FOR EDUCATION Check the Source! - Web Evaluation
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.
CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images.
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.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
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.
Hyperlink ● Anchor tag and its attributes ● Four Types of URL ─ ─ Absolute addressing ─ Relative addressing ─ Intrapage ● Attributes -- link, vlink,
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
XP 1 Charles Edeki AIU Live Chat for Unit 2 ITC0381.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
1 UNIT 13 The World Wide Web. Introduction 2 Agenda The World Wide Web Search Engines Video Streaming 3.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
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.
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.
4.01 How Web Pages Work.
HTML Links CS 1150 Spring 2017.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Internal and External Links
Web Design and Development
How files are organized
Coding links on Web Pages
Adding Links Chapter 6 4/9/2019.
Exploring Web Page Design
Dreamweaver.
4.01 How Web Pages Work.
HTML Links CS 1150 Fall 2016.
4.01 How Web Pages Work.
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
Presentation transcript:

hit125 application concepts Types of links File paths & directory structures

hit125 application concepts Types of Links Other web pages Your web pages Within a page Links within same X/HTML document URL for another Web server Same site: Identifies other web pages stored on the same webserver – need file name & path

hit125 application concepts Absolute addresses Absolute links An absolute link defines the location of the document absolutely including: the protocol to use to get the document, the server to get it from, the directory (folder) it is located in, and the name of the document itself. eg-

hit125 application concepts Pathways Absolute pathnames href=”/home/users/html/frost.html”  Web Server  home  users  html  frost.html href=”/D|html/poetry/frost.htm”  Web Server  D|  html  poetry  frost.htm href=”/Hard Disk 2/HTML Poetry/frost.html”  Web Server  Hard Disk 2  HTML poetry  frost.html

hit125 application concepts Absolute links Issues Linking from external sources – out of control of web developer – external site could be down or address changes Link rot - error 404 – file not found Domain name or IP address eg hill.com/ IP code harder to maintain Less meaningful to user and coder Difficult to update IP easily

hit125 application concepts Relative links Relative pathways (preferred) –Indicates where the resource is in relation to the current page home A relative link takes advantage of the fact that the server knows where the current document is. –to link to another document in the same directory, we don't need to write out the full URL. –we only need to use is the name of the file Allows sites to become transportable with the least amount of Web designer effort

hit125 application concepts arachnids index.html spiders.html Spiders scorpions.html Home Spiders Directory (folder) File Key: Spiders wwwroot All Web files go here

hit125 application concepts Link pathways Relative pathnames href=”poetry/poem.html”  Web Server  poetry  poem.html href=”lit/poetry/poem.htm”  Web Server  lit  poetry  poem.html href=”../poem.htm”  Web Server   poem.html href=”../../poetry/poem.html”  Web Server    poetry   poem.html

hit125 application concepts

Naming files