image map

TwitterFacebook
Get flash to fully experience Pearltrees

TileMill | Home

http://mapbox.com/tilemill/ TileMill is an application for making beautiful maps.
jquery image maps

A Quick Start Lesson to the ASP.NET ImageMap Control - CodeProject

Introduction The article illustrates how to use ImageMap to create an introduction of the planets in Solar System via VB.NET language. http://www.codeproject.com/Articles/46560/A-Quick-Start-Lesson-to-the-ASP-NET-ImageMap-Contr

Gaia Ajax: ImageMap

http://samples.gaiaware.net/BasicControls/ImageMap/Overview/ The Gaia Ajax Image displays an image on a page.
The name attribute of the element is required and it is associated with the 's usemap attribute and creates a relationship between the image and the map.

HTML map tag

http://www.w3schools.com/TAGS/tag_map.asp
http://www.dotnetspider.com/resources/40333-Highlights-Image-map-using-JQuery.aspx The "setSelection(myObj)" function is used for highlight the selected map point. The .data function is set the JQuery property to that particular object.

Highlights the Image map using JQuery Samples and examples - C#, VB.NET, ASP.NET

The ASP.NET designers have done is to wrap the image map concept up as a control, so that you don't have to write HTML directly.

How to use Image Map Control Samples and examples - C#, VB.NET, ASP.NET

http://www.dotnetspider.com/resources/16405-Image-Map-Control.aspx
http://codebetter.com/

CodeBetter.Com | Stuff you need to Code Better!

Recently, I’ve been exploring the new ASP.NET Web API. So far, I’ve been impressed with how easy it is to build RESTful web interfaces.
http://naspinski.net/post/CSS-image-map-with-rollovers--map-of-the-United-States.aspx I had actually written this in 2006, but I saw this technique used recently and apparently it's a 'new' technique. You can see this example here . Really the coding is pretty simple, though a little bit tedious.

CSS image map with rollovers :: map of the United States

http://www.maconstateit.net/tutorials/ASPNET20/ASPNET05/aspnet05-04.aspx Control The control is used to create an image that contains clickable hotspot regions. When a user clicks a hot spot, the control can either call a subprogram or link to a specified URL.

ASP.NET Tutorial

http://www.beansoftware.com/ASP.NET-Tutorials/ImageMap-Control.aspx ImageMap control is another new server control released in ASP.NET 2.0. It enables you to turn an image into a navigation menu. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image.

How to use ImageMap Control