Connecting Tech Pros Worldwide Forums | Help | Site Map

small application in java.script

Marek Staniewski
Guest
 
Posts: n/a
#1: Jun 27 '08
I need to make a window, which will be later placed on the internet page.
In the window should be some map dispalyed. But this map is in fact a simple
graphic file (e.g in *.jpg format)
The cities, which appear on the map should not be attached to the map. They
should come from a separate data base (e.g. MySQL).
If someone place a mouse over a city then some links should be displayed
between this city and some other selected cities. All links also should come
from a separate database.
In addition there should be possibility to zoom and move map in window.

Is java.script a right tool to make such application? Is there any one who
is interested to make such application?
Gogle map is not the right solutuion here.

The aplication in fact may work exactly as it is shown on page
www.norwegian.no


Marek Staniewski




LukeK1980@gmail.com
Guest
 
Posts: n/a
#2: Jun 27 '08

re: small application in java.script


On May 28, 6:34 am, "Marek Staniewski" <remove-it.m...@derco.pl>
wrote:
Quote:
I need to make a window, which will be later placed on the internet page.
In the window should be some map dispalyed. But this map is in fact a simple
graphic file (e.g in *.jpg format)
The cities, which appear on the map should not be attached to the map. They
should come from a separate data base (e.g. MySQL).
If someone place a mouse over a city then some links should be displayed
between this city and some other selected cities. All links also should come
from a separate database.
In addition there should be possibility to zoom and move map in window.
>
Is java.script a right tool to make such application? Is there any one who
is interested to make such application?
Gogle map is not the right solutuion here.
>
The aplication in fact may work exactly as it is shown on pagewww.norwegian.no
>
Marek Staniewski
Hey, yeah this can be done with java script. It is called image
mapping and you can set coordinates to a link that corresponds to a
place on the image. This isn't the best way to do it and lots of math
functions involved depending on screen res. You can also float or
layer graphics and have functions running onMouse over which can give
you more options on how interactive and dynamic the page can be. This
is a more practical solution and it is easier to do and will look more
effective. Your third choice would be making the map as a flash
animation. That is what is on the website link you provided, but even
though the graphic is flash the action script to make the map animated
like that is java script.
Gregor Kofler
Guest
 
Posts: n/a
#3: Jun 27 '08

re: small application in java.script


Marek Staniewski meinte:
Quote:
I need to make a window, which will be later placed on the internet page.
In the window should be some map dispalyed. But this map is in fact a simple
graphic file (e.g in *.jpg format)
The cities, which appear on the map should not be attached to the map. They
should come from a separate data base (e.g. MySQL).
If someone place a mouse over a city then some links should be displayed
between this city and some other selected cities. All links also should come
from a separate database.
In addition there should be possibility to zoom and move map in window.
>
Is java.script a right tool to make such application?
*JavaScript*. Yes.
Quote:
Is there any one who
is interested to make such application?
I suppose it depends how much you are paying.
Quote:
Gogle map is not the right solutuion here.
>
The aplication in fact may work exactly as it is shown on page
www.norwegian.no
That's a Flash file.

Gregor



--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
Closed Thread