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.

Slides:



Advertisements
Similar presentations
© 2002 D & D Enterprises 1 Linking Images For Navigation & Clickable Image Maps.
Advertisements

Multi-user and internet mapping. Multi-user environments Simple file server solution, LAN (Novel, Windows network) View from everywhere, edit from one.
Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 8: Image Techniques ©2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Introduction to JavaScript
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 22 World Wide Web and HTTP.
Chapter 5 Creating an Image Map.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson.
MSc. Publishing on WWW Tables and Style Sheets. Tables Tables are used to: Organize and display tabular data To create a layout for web pages.
HTML and XHTML Controlling the Display Of Web Content.
MSc. Publishing on WWW JavaScript. What is JavaScript? A scripting language devised by Netscape Adds functionality to web pages by: Embedding code into.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
Image Maps. 2 What it Does n Different parts of the image activate different hyperlinks.
Multiple Tiers in Action
CGI and Perl MSc Publishing on the WWW. What is CGI ? (1) User Buying and selling Playing games Customised web pages Developer Means to run external programs.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
In the fallowing 4 weeks we will concentrate on the programming of the Dynamic Web. HTML is the publishing language for the World Wide Web. Combined with.
Web Integration to an Appx Backend Server. Unix web servers + CGI Win2K web servers + ASP Win2K web servers + ODBC Processing requests Generating HTML.
MIS 208 Fundamentals of Web Publishing Week 6 Performance Editing Graphics Imagemaps.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
Christopher M. Pascucci.NET Programming: Basic ASPX Scripting & HTML Embedment.
1 HTML References: A HTML Tutorial: /HTMLPrimer.html
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 4-1 of…
Hyperlinks. Linking pages…Hyperlinks 2 Lecture 8  Hyperlink “A clickable HTML element that will direct the web browser to display a different Web page.
2 1 Sending Data Using a Hyperlink CGI/Perl Programming By Diane Zak.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
CHAPTER 3 USING HYPERLINKS TO CONNECT CONTENT. LEARNING OBJECTIVES How to use the and anchor tag pair to create a text-based hyperlink. How to use the.
Chapter 5 Creating an Image Map.
HTML Project 4 Creating an Image Map.
Internet Web Publishing III. Intro to Cascading Style Sheets Patricia Roberts.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
Presentation Topic: XML and ASP Presented by Yanzhi Zhang.
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
1 Week Four– Advance HTML 2 Dr. Fadi Safieddine. 2 Lecture Content Basic HTML Tables Using based Feedback form Creating and Using Image Maps Nested.
W orld W ide W eb Client/Server design using TCP/IP Incorporates Other Client/Server Systems –ftp –gopher –mail Server runs on port 80, named httpd, exchanges.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
INTRODUCTION TO DREAMWEAVER CS SOFT. OVERVIEW  DreamWeaverCS5.5  Defining a site  Site files  Authoring views  Property Inspector  AP Divs.
Andy Dawson– University College London 1 EABH SUMMER SCHOOL Web Page Construction Andy Dawson Department of Information Studies, UCL.
 You can also divide an image into regions that link to different documents depending on where someone clicks.  This is called an imagemap, and any.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
1 HTML forms (cont.)
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.
Ivailo Chakarov Web Design & Development Ivo Chakarov Telephone: Ext Room: NL11 (above New Library)
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.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Google maps engine and language presentation Ibrahim Motala.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 22 Image Maps and Interactive Forms.
Linking Using Image Maps. What is an Image Map? An image map is an image in which several areas of an image are linked to different sites The areas of.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Computer Basics Introduction CIS 109 Columbia College.
CISC103 Web Development Basics: Web site:
Section 17.1 Section 17.2 Add an audio file using HTML
Web software.
Web Engineering.
Image Maps.
Chapter 27 WWW and HTTP.
Starting to develop a website
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Creating an Image Map.
Project 4 Creating an Image Map.
JavaScript.
Unit 10 The Web Book Test.
Client-Server Model: Requesting a Web Page
Presentation transcript:

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 the image map tags

Image Maps An image where different areas of the image (hotspots) are set up to link to different locations An image map consists of: an image hotspots URLs

Server Side Image Maps Consists of several components: An image HTML tags to set up image map in browser A map definition file placed on the sever A CGI script to link the two

Pros and Cons of Server Side Image Maps Pros Works in all browsers Small HTML documents Cons More difficult to maintain Map format is server dependent Potential slow response times

Client Side Image Maps The whole image map definition is stored within the HTML document Consists of: The image Map definition information in tags

Pros and Cons of Client Side Image Maps Pros Easier to develop and maintain Quick response time when used Cons Not supported by older browsers

Image Map Tags Defines an image map’s tags and associated URLs Defines the hotspots, clickable areas, as coordinates separated with commas