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.

Slides:



Advertisements
Similar presentations
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 8: Image Techniques ©2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Advertisements

Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
Chapter 5 Creating an Image Map
Creating and Editing a Web Page
Adobe Photoshop CS Design Professional FOR THE WEB CREATING IMAGES.
Creating a Form on a Web Page
Chapter 5 Creating an Image Map.
Using MS Paint by A. Satariano Launching MS Paint Click on the Start Button Move the mouse up to the Programs Folder. Then move the mouse up to the Accessories.
Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t PowerPoint Web Feature Creating a Presentation on the Web Using PowerPoint.
Chapter 3 Tables and Page Layout
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.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
CIS 205—Web Design & Development Integration Chapter 1.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
XP Tutorial 7 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Working with Graphics Tutorial 7.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Creating Tables in a Web Site
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
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,
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Creating and Editing a Web Page using HTML IMED1316.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
Chapter 5 Creating an Image Map.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
HTML Project 4 Creating an Image Map.
Creating Links – Lesson 31 Creating Links Lesson 3.
Slide 1 of 24 1) Launch Fireworks 2) Under File, choose New 3) In the New Document dialog box, enter Width: 100, Height 160, Resolution 72, and choose.
© 2011 Delmar, Cengage Learning Chapter 5 Working with Links and Navigation.
Writing a JavaScript User-Defined Function  A function is JavaScript code written to perform certain tasks repeatedly  Built-in functions.
1 After completing this lesson, you will be able to: Start Word. Explore the Word window. Enter text in a document. Save a document. Close a document and.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
Windows Internet Explorer 7 Chapter 1 Introduction to Windows Internet Explorer.
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
Site Development Foundations © 2004 ProsoftTraining All rights reserved.
1 After completing this lesson, you will be able to: Start Access and open an existing database. Move around in Access. Open and close a table. (continued)
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
Microsoft Publisher 2010 Chapter 1 Creating a Flyer.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
Layers, Image Maps, and Navigation Bars
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.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
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.
Creating and Editing a Web Page
Adobe Photoshop CS5 Chapter 1 Editing a Photo. Start Photoshop and customize the Photoshop workspace Open a photo Identify parts of the Photoshop workspace.
Creating and Editing a Web Page Using Inline Styles
Announcements Academic Writing Workshops For International Students in Information Technology Wednesdays (starting April 25) 12:30 - 3:30 PM Werner University.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Chapter 5.   A special type of inline image in which one or more areas is a hotspot (clickable) Image Map.
CS 200 Image Maps. Goal for Image Map Divide one image into several regions Each region links to a different place.
Adobe ® Photoshop ® CS6 Chapter 1 Editing a Photo.
Working with Links and Navigation
Creating Tables in a Web Site
File Upload.
Project 5 Creating an Image Map.
Creating an Image Map.
Project 4 Creating an Image Map.
Presentation transcript:

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 and the second number is the y-coordinate Microsoft Paint may be used to find the coordinate pairs of images

2 Mapping Coordinates x- and y- coordinates on the Status Bar coordinate point (0,0)

3 Coding the Map Mapping tags  and Creates a client-side image map  and COORDS attribute

4 Mapping Image Coordinates Four shapes of map areas  Rectangle  Single Point  Circle  Polygon

5 Mapping Image Coordinates rectangle circle polygon single point

6 Mapping Image Coordinates Rectangles  Retrieve coordinates of top-left and bottom-right corners Circles  Retrieve coordinates of the center point and the radius in pixels Single Point  Retrieve the coordinates of the point Polygon  Retrieve the coordinates for each corner of the shape

7 Mapping Image Coordinates

8 Starting Paint (Photoshop) PC: Click the Start button on the taskbar Point to Programs on the Start menu, Point to Accessories on the Programs submenu, and then point to Paint on the Accessories submenu Mac: Go to the “Applications” folder and open “Adobe Photoshop 7”

9 Click Paint. Maximize the window, if necessary

10 The Paint Window Drawing Area  Where the image displays Toolbox  Displays tools you can use to edit or draw your image Menu bar  Shows the Paint menu names Status bar  Displays the coordinates of the center of the mouse pointer at its current position on the image

11 drawing area status bar toolbox menu bar

12 Opening an Image Open up the public folder, then open up the “Web Design Folder”. Open up the “web des 1” folder. In Paint, click File on the menu bar and then click Open. Click “surfmap.gif” on the list of files displayed. Click the Open button in the Open dialog box

13

14 Locating the X- and Y- Coordinates X- and y- coordinates begin with (0,0) in the top-left corner of the image We will first be finding the top-left corner of each rectangular clickable area, as well as the bottom-right corner

15 Locating the X- and Y- Coordinates top-left corners bottom-right corners

16 Locating the X- and Y- Coordinates

17 Coding the Image Map Using Tags and Attributes The and tags start and end each image map In the tag, you insert the shape, coordinates, alternate text, and the URL for the link

18 Image Map Tag Attributes

19 Start Notepad

20 Enter Initial HTML Tags