Exploring the Internet 91.113-031 Instructor: Patrick Krolak Topic:

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to Freeware/Shareware Chapter Four Essential Tools for Web Page Authors.
Advertisements

Basic Computer Skills Windows & the Internet.
® Microsoft Office 2010 Browser and Basics.
GEOGRAPHIC INFORMATION SYSTEMS PRESENTATION 1
Google Earth/Sky in the Classroom. What is Google Earth/Sky? Google Earth is free program which allows users to: Explore geographic locations both on.
Christie Tyler.  Online maps are searchable databases that can display various map data on a web page. ◦ Google Maps Live Search Maps (now Bing Maps)
Mine Action Information Center
Google Chrome & Search C Chapter 18. Objectives 1.Use Google Chrome to navigate the Word Wide Web. 2.Manage bookmarks for web pages. 3.Perform basic keyword.
:. 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.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Geography & Technology. 1.Geographic Information Systems 2.Global Positioning System 3.Aerial Photographs 4.Satellite Imagery.
Create slices and hotspots Create links in Web pages Create rollovers from slices Create basic animation Add tweening symbol instances to create animation.
Exploring the Internet Google Earth – a tutorial Instructor: Michael Krolak Instructor: Patrick Krolak See also
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
Mobile Technology for Real Property Assessment Tax Assessor’s Office Davie County, North Carolina.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
A Google Maps Mashups Tutorial Instructor: Michael Krolak Instructor: Patrick Krolak See also
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
E-government and digital maps. E-government E-government is the delivery of government products and services over the Internet. Designed to reduce the.
Google Account Basics: Getting Started with free Google applications.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Exploring the Internet E-government and private industry create new geo- spatial information applications Instructor: Michael Krolak
Google mapping tools in the newsroom Part 2 Highway Africa 2010 Compiled and presented by Jackie Rajuai.
How the World Wide Web Works
Roundtrip Tickets Anywhere: Google Earth in Education Justin Karkow Discovery Education.
You Got Your Discovery Education Streaming in My Google Earth Brad Fountain Discovery Educator Network.
1.Learning the Terms Learning the TermsLearning the Terms 2.Accessing the Internet from a PC Accessing the Internet from a PCAccessing the Internet from.
Google Earth How to create a Google Earth Tour and place it in your Wiki.
WebGIS. Web & GIS ….WebGIS Access without purchasing proprietary software Data directly from producer Emerging new market.
GIS Lecture 1 Introduction to GIS Buildings. Poly Streams, Line Wells, Point Roads, Line Zoning,Poly MAP SHEETS.
Lecturer: Ghadah Aldehim
INTERNET CHAPTER 12 Information Available The INTERNET contains a huge amount of information a huge amount of information information on any topic you.
Internet Standard Grade Computing. Internet a wide area network spanning the globe. consists of many smaller networks linked together. Service a way of.
Topics Basic Internet Concepts. Types of Information. Search Tools & Techniques. Managing Internet Resources. Browsing a mail. Composing a mail. Attaching.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Microsoft Windows LEARNING HOW USE AN OPERATING SYSTEM 1.
HINARI/Basic Internet Concepts (module 1.1). Instructions - This part of the:  course is a PowerPoint demonstration intended to introduce you to Basic.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
GIS technologies and Web Mapping Services
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Chapter 5 Creating an Image Map.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Chapter 34 Java Technology for Active Web Documents methods used to provide continuous Web updates to browser – Server push – Active documents.
Chapter 8 Browsing and Searching the Web. Browsing and Searching the Web FAQs: – What’s a Web page? – What’s a URL? – How does a browser work? – How do.
StopPreviousNext Vicnet Internet training course Workbook 7 Working with pictures on the Internet Easy English workbook July 2010.
Chapter 8 Browsing and Searching the Web. 2Practical PC 5 th Edition Chapter 8 Getting Started In this Chapter, you will learn: − What is a Web page −
XP Practical PC, 3e Chapter 8 1 Browsing and Searching the Web.
Chapter 3 Installing and Learning Software. 2Practical PC 5 th Edition Chapter 3 Getting Started In this Chapter, you will learn: − What is in an application.
XP Browser and Basics COM111 Introduction to Computer Applications.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Basic Computer Skills Windows & the Internet vfu.bg/en/e-Learning/
Windows Vista Configuration MCTS : Internet Explorer 7.0.
XP Creating Web Pages with Microsoft Office
B USINESS W EB P AGE D ESIGN Review for State Competency Exam
AdisInsight User Guide July 2015
2.2 Internet Basics.
Discovering Computers 2011: Living in a Digital World Chapter 3
Chapter 8 Browsing and Searching the Web
Browsing and Searching the Web
Jim Barton Librarian Glenside Public Library District
Chapter 3 Installing and Using Software
Project 4 Creating an Image Map.
Presentation transcript:

Exploring the Internet Instructor: Patrick Krolak Topic:

Image maps, electronic maps (emaps), and e- government 1.Creating image maps and using them. 2.Shareware and freeware 3.Digital maps and e-government P.D. & M.S. Krolak ©2005

What is an Image map This lab is about another mechanism for navigating the web. Instead of clicking the mouse over a text link to go to a new page, the user points the mouse at an area of interest on a graphic or image, called a hot spot and clicks. The hot spot acts like the normal link and takes the user to the new web page. The hot spot can also be associated with more complex user interactions through something called eventhandlers. These interactive images are called image maps.

Image maps Client side maps Server side maps Java Applet Image maps

Client Side Maps Client Side (CS) Maps contain all functional data needed in the tags stored in the HTML document. The map is associated with some image where the author has defined hot spots, i.e. areas of the image where mouse will cause an event (message) to the browser that will cause an action. The most common event – a click will cause an action similar to a text link. The mouse will change shape over the hot spot and the user will go to the page linked to it.

Basic tags for CS map container hold the tags tags which define the hot spot and the mouse events and actions. –Area tags have 3 shape attributes – 1.Rect -- rectangular shaped hot spots 2.Circle -- circular shaped 3.Poly – polygonal shaped created the image map. In this course we will use a tool to handle the creation of CS Maps.

Image map code for 3 button bar

Server Side Maps The Server Side (SS) is similar to the client side image map in its appearance and function. One major difference – the data that defines the hot spot is located on the Web server and the browser must send all of the mouse events back to the server to be interpreted. This lesson will not discuss the SS maps further as it beyond the scope of the class to deal with the server issues.

Java Image maps Java is a programming language that can create applets – think of an applet as a sub program attached to the web page. Java has a library of classes and methods for creating very complex user interactions using methods similar to image maps. We will look at one example for illustration only.

Client Side Maps but Based On Java Sun has a example the illustrates the various features of an imagemap applet – dex.htmlhttp://java.sun.com/applets/jdk/1.1/demo/ImageMap/in dex.html –Click on the link and move the mouse over the man’s face. Try the eyes or the mouth.

Using Java to create a magnifying glass example:

National Park Viewer

Shareware and Freeware Shareware is not free. The author allows the user to download the software for a trial period and may not provide it full functionality. After a period the software may not work Freeware is free but the author may restrict its use to personal or not for profit applications. The author may also retain intellectual property rights.

MapEdit Shareware to create client side image maps A tutorial using MapEdit to create image maps.

E-government and digital maps

E-government E-government is the delivery of government products and services over the Internet. Designed to reduce the printed document and the need to travel to government offices to carry out business. The advent of census tiger files and geo-positioning satellites (GPS) has lead to the creation on the web vast amounts of spatial information. The data is presented electronic maps that the user can interact with to drill down for further details and clarification

Geo Reference Search Engine

Weather maps Weather (Wx) maps are probably the most commonly used maps on the web. Weather news commonly use a variety of satellite & radar imagery, and weather charts

Hurricane Forecasting Hurricanes are some of the most deadly and costly natural disasters, The US government weather bureau and National Oceanic and Atmospheric Agency have tracked and researched hurricanes for years. National Oceanic and Atmospheric Agency

Google’s new earth site Google’s new earth product allows users to add satellite and other imagery on a real time basis. Here we see NASA infrared satellite data superimposed on the earth.google.com globe tracking the same hurricane (Emily on July 19, 2005) Image is updated every 3 hours.

Sources of Geographic data Geology.com –Maps/aerial photos/GIS –Geology software –Satellite photos CensusScope –Create maps, charts, demographic trends –Demographic data, crime, schools, economic data

CensusScope Example

Geographic Information Systems (GIS) GIS software and databases have been rapidly growing in sophistication and complexity. The geospacial data allows for planning, training, and operations of all level of governments. The data is often freely available to the public.

GIS Viewers

Online Satellite and Aerial Imagery Satellites and aerial imagery is now in commonplace use by governmental and private users over the web. The applications can be as diverse as real estate sales to homeland security and transportation productivity and safety.

Google’s new earth product Google is now offering a new product that will allow the user to display satellite and government and private GIS data source. The basic system is free but to create a useful application requires a license fee of several hundred dollars per seat. Their Enterprise server for private application develop is in the hundred thousand dollar range not including data.

Google’s new earth product Here we see one of the more interesting 3-D applications showing a basic 3-D architecture of 33 US and major international cities (Sanborn Corp data). Earth has a global digital elevation model (DEM) that allows the viewer to explore the terrain in 3-D

NASA’s Project WorldWind WorldWind is an open government source program written in C# and Active X for the PC. Allows for the display of satellite data and GIS information.

A photo tour of Paris online Use the cursor on the map to locate the address and the photo window offers views from front, rear, etc. Many people are trying to find a cheap means of creating photo realist 3-d buildings.

Data Sources Links TerraFly for aerial and satellite photos. Microsoft TerraServer for aerial and satellite photos: Google Maps and Satellite images: Mapquest for maps and directions.

Tracking vehicles, ships, & planes Tracking is made possible thru radar, GPS, E911, and other technologies.

Tracking Land Based Vehicles For enhanced fleet productivity, response time, service, and safety.

Yahoo Traffic Report

Yahoo (detail Portland ME)

Yahoo Traffic (Chicago, Il)

Google’s Ridefinder

ER Mapper – Track GPS over satellite and map data

Weather and Highways

Next Generation – Beat the Traffic Site Shows current traffic situations What is novel is it attempts to forecast next 7 day traffic load. Produces a 3-d overview for television similar to long range weather forecasts. Site is fee based.

Beat the Traffic regionid=3&viewname=Chicago-Evanston regionid=3&viewname=Chicago-Evanston

Air Traffic and Air Travel

Traffic Flow Management The airspace is approaching saturation and requires cooperation between those who fly in the airspace, air traffic control, and traffic flow management, to provide safety, productivity, and to minimize delays. Requires that all aircraft in the North American space and all of the aircraft from Europe, Pacific, and some of South America (~ 7500 airplanes at max and 150,000 aircraft a day)

Traffic Flow Management – Showing the flow of planes into OHare

FAA Online Airport Status

Live Air Traffic Control Voice Traffic Listen to various air traffic voice communications at a variety of airports. The voice traffic is from various stages of arrival and departures, i.e. tower-pilot, arrival sector traffic control-pilot, etc.

Commercial Application of Traffic Management Data Data of a non-sensitive nature is made available to industry. Value added resellers add from private sources and create new applications and uses.

Commercial Applications Airlines track the progress of their airplanes on their websites for customer conveyance (passenger pickup) Airline operations (management of gates) Limos and taxis use information to time arrivals Environment monitor noise around airports

Passur Airport Monitoring Passur provides a replay of air traffic over airports. Current data is delayed 15 min. for security purposes. Provides a replay at a variety of distances and rates of replay.

Logan Airport Monitor

Flight Tracking Sites

Flight Tracking Air France AF 337 Boston/Paris Shown approaching Paris

Vessel Tracking Since 9-11 vessel tracking has received more emphasis, for both security and marine safety. However, supply chain efficiency and port operation also greatly benefit from near real time tracking.

Vessel tracking Automatic Identification System (AIS) uses GPS to track vessels at sea. It is used for safety as it allows ships to see all of the vessels within a 30 mile radius. It is a security device and all ships within 2000 miles of the US are required to use it.

Cruise Ship Locations in the Gulf of Mexico Cruise Ship Locations in the Gulf of Mexico March 29, PM Est

Current MA Bay Current MA Bay Mar 29, PM Boston Berge is an LNG tanker

AISLive.com Site is worldwide is available on real time basis for a fee. Non fee user’s are delayed one hour. Site is tied to ship imagery data and other data bases for detailed imformation about the vessels.

AISlive.com Ship Information (Hein)

AISlive.com Vessel image (Hein)

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.

Diagram of how home town image map will navigate your pages.

Visit these sites using the address for you home town TerraFly for aerial and satellite photos. Microsoft TerraServer for aerial and satellite photos: Google Maps and Satellite images: Mapquest for map and directions.

U Mass Lowell, (Terrafly 2m)

Finding and saving a map of your hometown 1.Log into mapquest.com and use an address in your hometown to get a map. 2.Use the normal save image_as method to capture the image. 3.Save it to your computer and rename it to match city name, e.g. lowell.gif

Copy yellow area below and Paste it into Composer SaveAs -- imagemap.html

Steps in Composer 1.Remove red text and insert your image of your hometown in its place. 2.Create a link to your home page see green box (remove green box ) 3.Save as imagemap.html

Using MapEdit to create the hot spots in imagemap.html Close Composer after saving the page as imagemap.html Download and install MapEdit on your computer. Open MapEdit and select [Open A Web Page]

Creating the image map Open – imagemap.html Should see a map in the window. Use the Rectangle button to place a rectangular hot spot Use Circle to create a circular hot spot Use polygon to create polygonal one. –Left button to create points –Right to close (end)