CS 200 Image Maps. Goal for Image Map Divide one image into several regions Each region links to a different place.

Slides:



Advertisements
Similar presentations
How to begin. Step 1 Create a free account with weebly by logging in with Facebook, or using an and password you choose.
Advertisements

 Phrase Search › Double quotes “”  Search Within a Specific Web Site › Results= given web site  Terms You Want to Exclude › “ - ”  Fill.
Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
Chapter 5 Creating an Image Map
DIVISIONS FOR ALL WEB PAGES Web Page Elements.  All Web Pages should have the following 4 elements (Also called divisions).  header  navigation  content.
Chapter 5 Creating an Image Map.
Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson.
  Adds “Share” button to any webpage  Add it to a template page so it’ll be on every page  Select.
:. Image Map Exercise Create an image map of you home town and add hot spots to link to three pages about the areas indicated by the hot spots.
1 Setting up Your Website Using HTML and JavaScript to Develop Websites.
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
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.
Kentucky Transportation Cabinet GIS Branch Kentucky Transportation Cabinet GIS Branch Replacing ArcIMS: KYTC’s New Interactive.
BUS311: Website Development Lab. The world Web hosting site WEBSITE DEVELOPMENT BASICS Web browser URL Web pages (HTML) Web site development tools Web.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit F Creating Links and Navigation Bars.
Explore the World with MapPoint Finding a Location on a Map Finding a Location on a Map – U.S only To find a location on a map 1.From the Start.
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,
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
ADOBE WEAVER WEB DESIGN. START THE DW 2 WORKSPACE LAYOUT Application Bar Document Toolbar Document Window Workspace Switcher Property Inspector GroupPanel.
Chapter 5 Creating an Image Map.
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.
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.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
 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.
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
D REAMWEAVER T EST May 16 th. The file extension for a webpage is.html When you Title a webpage in the Document Toolbar, where is the title of the page.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
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.
Slide 1 (of 16) 1) Launch Dreamweaver 8. 2)Under Site, choose New Site. Stanford Continuing Studies CS 22 · Enhanced Web Site Design Week Two DREAMWEAVER.
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.
Microsoft FrontPage 2003 Illustrated Complete Designing Web Pages with Layout Tables.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Adxstudio Portals Training
Copyright 2007, EMC Paradigm Publishing Inc. INTERNET EXPLORER 7 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Launching Internet Explorer Launching Internet Explorer.
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.
For the World Wide Web.  Gary Hayward is an amateur photographer and digital camera enthusiast. He has decided to create a website named CAMshots, where.
Basic Webpage Design Building website Using Dreamweaver And Importing API’s.
CS 200 – Welcome Web Technology I James Kiley, Instructor.
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.
CROP CIRCLES Photographs and Images collected from Web Sites.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
Working with Links and Navigation
Images, Links and Multimedia
Page plans A01 Design.
HTML Image Maps Teacher: Ms. Olifer.
Introduction to Google Maps
File Upload.
Introduction to HTML: Image Maps
FRC Parts Exchange Guide to the site.
Reporting on Programmes of Measures (Art. 13) and exceptions (Art. 14)
Creating an Image Map.
How to add a page… You will need to add new pages to your website depending on the brief. You do this by: Click on the Add new page button Write the new.
Project 4 Creating an Image Map.
1.3 FINDING & LIKING A PAGE 1. On Facebook search bar, type your [Format] – [City, St] and select the page from the drop down menu 2. Type
Presentation transcript:

CS 200 Image Maps

Goal for Image Map Divide one image into several regions Each region links to a different place

Use of Image Maps Navigation for schematics, floor plans, blue prints, diagrams, and flowcharts Store locators City, county, and country maps Blog and web site headers, sitemaps, navigational bars Layouts with myspace, facebook, and other social media Example:

Code <area shape=“rect” coords=“120,20,180,56” href=“ “ /> Clickable region #1 Clickable region #2 Clickable region #3

Why have name attribute? Could have more than one map <area shape=“rect” coords=“120,20,180,56” href=“ “ /> Example of a second map

What are Coordinates? 218, 40

Help Writing Code Gimp – one of many programs to do this Filters  Web  Image Map

New Dialog (Window) 3 selection tools: rectangle circle polygon

Draw around the region You may need to double-click at end

Fill in URL for link

View Source

Copy to Web Page (Kompozer or Notepad) Recommend changing name of the map Make up a new name

Schedule Do Lab 06 (Image Map) - due Thursday midnight Individual Designs (Lab 07) Quiz 4: Image Maps Start Multimedia & Design (Lab 08)