Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson.

Slides:



Advertisements
Similar presentations
CIS67 Foundations for Creating Web Pages Professor Al Fichera Rev. October 11, 2010—All HTML code brought to XHTML standards.
Advertisements

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 8: Image Techniques ©2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Neal Stublen Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using.
Developing a Web Site: Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down A user can select a link.
Chapter 5 Creating an Image Map.
LIST- HYPERLINK- IMAGES
Image Maps. 2 What it Does n Different parts of the image activate different hyperlinks.
Introduction to Web Site Development Steven Emory Department of Computer Science California State University, Los Angeles Lecture 3: Hyperlinks and Images.
COS 125 DAY 16. Agenda Second Capstone Progress Report Due March 23 (next class ) Assignment #4 assigned –Due Tuesday March 23 Exam #3 will March 26 –Castro.
COS 125 DAY 15. Agenda Second Capstone Progress Report Due Mar 24 Assignment #4 assigned –Due Thursday, March 24 Exam #3 will be on March 24 –Castro Chaps.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Hyperlinks. Working with Linked Images  A standard practice on the Web is to turn the Web site’s logo into a hypertext link pointing to the home page.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
MIS 208 Fundamentals of Web Publishing Week 6 Performance Editing Graphics Imagemaps.
© 2004, Robert K. Moniot Chapter 5 Introduction to HTML, Continued.
Colors, Images, & Image Maps. Working with Color Colors are defined in terms of RGB Triplet –Red, Green, Blue –0 to 255 in intensity –(00, 00, 00) is.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 8: Image Techniques.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
Hyperlinks. Linking pages…Hyperlinks 2 Lecture 8  Hyperlink “A clickable HTML element that will direct the web browser to display a different Web page.
Create an Image Map Web Publishing & Design. Hot Spots  hot spot: An area on an object containing a hyperlink. An entire object can be a single hot spot,
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
Chapter 5 Creating an Image Map.
Images & Image Maps 16 th February. Images & Image Maps Web authors can add icons, logos and high impact images to their pages Images enhance web pages.
XP Tutorial 1 Introduction to Macromedia Flash MX 2004.
HTML Project 4 Creating an Image Map.
Creating Links – Lesson 31 Creating Links Lesson 3.
XHTML1 Images N100 Building a Simple Web Page. XHTML2 The Element The src attribute specifies the filename of an image file To include the src attribute.
Lesson 8. Test 1 Topics Browser incompatibility Design Tips Site Navigation Browser- safe color Monitor resolution Content Copyright Use of tables vs.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 2 Outline frameset Element 5.10 Nested frameset s.
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.
Lesson 8. Dividing the screen horizontally Horizontal Frames.
Site Development Foundations © 2004 ProsoftTraining All rights reserved.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
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.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
Chapter 2: Variables, Functions, Objects, and Events JavaScript - Introductory.
Design Studies 20 ‘Show Off’ Project How to make a computer monitor In Google Sketchup By: Liam Jack.
Image Map You can define a region on your image as clickable. Add usemap=“mapname” parameter to your image. Add a tag to your html where name of map tag.
 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.
Tables Attributes Image Map.  Tables are defined with the tag.  A table is divided into rows with the tag.  Each row is divided into data cells with.
Basic Webpage Design Mark-up html document with images.
HTML Links HTML uses a hyperlink to another document on the Web.
1 Mapping Coordinates Find the x- and y- coordinates for the images, relative to the x-axis and y-axis In a coordinate pair, the first number is the x-coordinate.
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
1 2/28/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Anchors and Tables.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
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.
Chapter 5.   A special type of inline image in which one or more areas is a hotspot (clickable) Image Map.
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.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
Chapter 6 Frames and Image Maps Frame sets and frames Image Maps.
CS-3432 Electronic Commerce Lecture – 9 Sikandar Shujah Toor
Introducing Macromedia Flash 8
Inserting and Working with Images
Creating Links – Lesson 3
Image Maps.
HTML Image Maps Teacher: Ms. Olifer.
Introduction to HTML: Image Maps
Lesson 7: Video, Audio and Image Techniques
Creating an Image Map.
Module 05: Building ASP .NET Applications
Project 4 Creating an Image Map.
Presentation transcript:

Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson

Monitor size and resolution go hand in hand. The resolution is the number of pixels which are displayed on the screen. With few exceptions, a person using a 640 X 480 monitor should be able to view an entire image without scrolling. Resolution

Pixels & Dithering Pixels are the smallest unit, a rectangle of color upon which digital bitmap images are built. Pixels is a word invented from “picture element” Dithering occurs when an image is edited in some way such as converting to fewer colors, resizing, or filling an area.

Image Maps Take a single image, surround it with an anchor tag, and create a hyperlink so that the user can click on any portion of the image to jump to a new web page. You will need the following:  An image  A map defining the areas to be linked  The tag containing an attribute to associate the image and the map

Two types of Image Maps Server Side  This is the older method of doing image maps.  The reason for finding out what type of server you are on is so you know what format to make your map files in.  NOT USED

Client Side: These maps are implemented by placing the map coordinates in your document's HTML code.  This method is supported by most modern browsers.  It is much more efficient than the Server Side map in that you do not transmit mouse coordinates back to the server.  This lesson will be dealing with this type of mapping.

HOW to create an Image Map Let’s disregard the image creation right now. Assume you have an image that needs to have an image map defined for it. You want each figure below to be a “click” or URL.

Coordinates First, you need to determine the coordinates of each of the items. Computers use the upper left corner as (0,0) with movement to the right being positive changes in x and movement down is a positive change in y

Use MS Paint You will use MS Paint to find the coordinates. Go to Start | Programs | Accessories | Paint Open your MAP.GIF image Run your mouse over the image and watch the numbers (coordinates) in the lower right-hand corner of your screen.

Make your TAG You must have a beginning and ending tag The begin tag must have an attribute called name Of course the end tag is simply. Within the map region, we must define areas. An area has a shape, coordinates, and the URL to go to if the user clicks within the shape.

Shape Tags Poly  It is used to create a polygon, or multi-sided shape, which the viewer can click on.  For coords, it requires a list of X and Y coordinates of all of the points along the edge of the polygon.  For complicated poly shapes, the coords parameter can be very long, and it becomes easy to make mistakes.  It is usually best to keep your poly areas down to 8 points or less.

Rect & Circle Rect  rect makes a rectangular area clickable, and for it, you need 4 numbers - the X and Y coordinate of the top left corner, and the X and Y coordinate of the bottom right corner. Circle  For a circle, you must specify three numbers: The X and Y coordinates of the center of the circle, and the radius.

Let’s Make the Tag Refer to the hand out and let’s get busy!