Way To Create An Interactive Map ?
May 23, 2011
I need to create an interactive map similar to the one on this site: [url]
It is a map of a fictional area ( a real area but there are fictional buildings and characters on it) so I don't think google maps plugins are suitable.
In other words, I need a map where by clicking the objects on the map, a popup window pops up with additional information about the 'scene' or a 'character'.
In addition, the map will be dark from the beginning and more and more sites and characters will be revealed on it every week.
View 4 Replies
ADVERTISEMENT
Nov 3, 2009
We have a master list of hundred songs we can draw from in our database. I have already created a php / mysql / ajax (maybe not needed here) combination which populates the page with a table of a master list of items. Currently when the worship leader clicks on the name of the song it is moved to a new table, and then that list gets placed in a database and emails get sent to the appropriate people.
Two things I can't quite wrap my head around:
In the master list I would like to be able to get jquery to filter the master table by letter. i.e. songs starting with Q only with the added ability to show all again... Of course if the last song with Q was just selected the list should automatically go back to showing all. I was doing this with Ajax, but feel this is a waste as jQuery can handle this directly. After the list is in the new table I would like to be able to do something like: [URL].
View 1 Replies
View Related
Apr 14, 2010
I want to create a interactive map viewer likeGooglemaps using my own custom map image. On clicking a location on the map, a small popup displayed showing some data. I aslo want a zooming and panning functionality. note that i am using aLinuxserver. The application must not use flash.
View 1 Replies
View Related
Jun 22, 2007
Is there a way to create a bookmarklet that discerns the shift (or
ctrl) key state at the time the javascipt is launched?????
View 1 Replies
View Related
Jan 19, 2011
Has anyone implemented an interactive map using jquery? The general idea is that when the user hovers over a bullet on a selected city, it would bring up a lightbox type of thing, which would have multiple images in the lightbox which the user can then select and link to a seperate page depending on which image they clicked. Would this be possible using jquery or would javascript be required?
View 9 Replies
View Related
Jun 17, 2010
I would like to have an interactive table - that means that I would like to have table with option of editing it with <input>. Something like that:
<table border="1">
<tr>
<td>1234</td><td>2345</td>
</tr>
</table>
And when I will click on the text inside the table I would like to have option of editing it. How do that?
I tried somthing like that but it doesn't work properly:
$('td').html('<input value=' + $('td').text() + '>');
$('input','td').blur(function()
{
$('td').text($('td').val());
});
View 5 Replies
View Related
Aug 4, 2010
I am a novice jQuery user and I was assigned a job to create an interactive map for a website. I want to make a simple nap, but I have no idea where to start. I am trying to make a simple map (as attached) so when a user comes to a homepage, the map would be visible. Then when the cursor is rolled over the map, different states appear in different color and when clicked, the user is taken to another page. Sounds simple, but I cannot find any useful info.I do not want anyone posting any codes, I want to try to do it myself.
View 2 Replies
View Related
Jan 8, 2010
I'm looking for 5-radio button replacement. The user should be able to slide a slider between values from 0 to a 100. Text will appear under it that will say "I strongly agree" "I agree somewhat" "I am indifferent" "I disagree" "I strongly disagree" depending on the values of the slider (they should change in real-time). Unfortunately I do not have the skill to make one, especially one that has a good browser-compatibility. Does anyone know any good snippets? I'll keep searching on google and post back if I find one.
View 14 Replies
View Related
Sep 13, 2011
how one could create a category picker just like gumtree (preferably in jquery):Specifically the points How clicking on a category opens another to the right How clicking on a category appends a variable like "#cat-10201" into the url (and vice versa) How css lists are used instead of form select menus (making it easily styled) How clicking on a deep subcategory automatically preselects all parent categoriesI'm not looking for anyone to actually code it for me (that would be outrageous :p) but tips on how it's actually structured and steps on how it can be coded I can do PHP and I know CSS also
View 1 Replies
View Related
Apr 26, 2009
I am working on some web projects that make use of still frame images that are put together to create animations. These animations are then used as building blocks to create an interactive application, I am hoping to get input on a current project that was just completed by a javascript programmer I am working with.
I am looking for ways to make development of these types of applications more efficient in the future, I am considering using jquery or some other framework. I am very interested to hear anyone's input on this. Something I have been thinking of is making a "code repository" of sorts where snippets of code are saved for use in future projects that may require similar effects.[URL]..
View 5 Replies
View Related
Feb 11, 2011
I am evaluating client side web development tools for developing professional and stable Rich Internet Applications. What are my options in terms of technologies and the advantages and disadvantages of them.Also, can I just use HTML5 and CSS3 to develop my web 2.0/ RIA website?
View 1 Replies
View Related
Nov 19, 2010
i have working with an aplication and like you can see, by clicking in a line at the right, each one displays a different image. When the image is loaded, there's a javascript code for re-measurement, for adjusting to the available screen area.but unfortunately the result is the image is loaded at its original size. The objImage.src is well retrieved from AJAX, like i can test with the alert: the getsrc.php?id="+img opens a MYSQL query on the database and returns the matching path to the img id, which is set before.
View 9 Replies
View Related
Aug 3, 2005
I am trying to use xmlhttprequest to make my aspx page more interactive.
its a page with a slideshow where the user can rate the pic, send a comment of this pics and other stuff...
when the user rate or comment a pic, the server side script works properly, but when im going to work with the response (xmlhttprequestObject.responseXML), it all screw up...
this is some part of my scripts: Code:
View 1 Replies
View Related
Mar 2, 2011
What I'd like to make is: a button, when rolled over, opens a world map over the page... each continent on the world map is a rollover, and that rollover reveals a list of company locations in that area.
View 13 Replies
View Related
Oct 22, 2005
I have an excel sheet with a graph and cells.If i change the value in
the excel cells the graph will reflect.Now i am going to implement this
functionality in html page.I successfully saved this as interactive
html page.Now my requirement changes a bit.The excell cells will not
visible to others.i have a text box,If i change the value in text box
the excel template cell value need to change.
I did the follwing steps for creating interactive html page
1.go to and click save as webpage link
2.selected selection:sheet option button .
3.click the publish button.
View 2 Replies
View Related
Oct 22, 2005
I have an excel sheet with a graph and cells.If i change the value in
the excel cells the graph will reflect.Now i am going to implement this
functionality in html page.I successfully saved this as interactive
html page.Now my requirement changes a bit.The excell cells will not
visible to others.i have a text box,If i change the value in text box
the excel template cell value need to change.
I did the follwing steps for creating interactive html page
1.go to and click save as webpage link
2.selected selection:sheet option button .
3.click the publish button.
View 5 Replies
View Related
Jan 28, 2011
I need to fill a form field when I click on part of region map. I think that jquery is solution at this issue but i don't know how it work. I'don't know how to join map to form field.
View 20 Replies
View Related
Jul 19, 2010
I've been interested in the internal structure of jQuery for as long as I can remember, but it can be overwhelming at the best of times, so I've recently made-good on my plans to create a visual, interactive breakdown of the physical code:
[Code]...
View 3 Replies
View Related
May 3, 2010
For my web assignment we have to put in interactive elements into our web pages. The one I'm having trouble is a confirm button for a form, (it doesn't send any info as we have not been taught any php or any form of server side scripting yet). What I have want the button to do is to check that all feilds have been entered info if they then thank the user and close pop up div, if not request the user to enter info into all fields.
My code does sort of I want but doesn't thank the person if it is all filled instead it says please enter info into all feilds and then closes.
View 2 Replies
View Related
Dec 16, 2011
I have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.
User will write some input, it will be added to file in specific place.
I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)
Create a temporary copy of edited file and create a unique temporary link to it.
I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?
Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.
I can find a specific word in xml file, but how to change it?[code]...
View 3 Replies
View Related
Oct 21, 2005
I am loading a frame on the right from a simple text menu in a frame on
the left.
What I would like is to be able to show the user which menu item they
selected last for example emboldening the item or showing a marker
against it.
Could anyone post a snippet of code or a link that might just point me
in the right direction.
View 8 Replies
View Related
Feb 27, 2006
I need the create a password script. The password script must have 4 users each with different log in locations.
View 4 Replies
View Related
Dec 14, 2006
I have a problem and I don't understand why this is happening.
Code:
calendar = document.createElement("div");
calendar.setAttribute("id", "calendar");
table = calendar.createElement("table");
After I create table element nothing apears on the screen.
View 4 Replies
View Related
Dec 22, 2006
My problem is to create a <spantag in the div tag with the name
"favoriten".
In the first step I create the span tag in the "hinzufügen" function
in my JS. The function is called when someone clicked a picture on my
site (onclick).
After that the span tag is create, but not exactly in my div
"favoriten"... The span tag is create on the top of my site.. Code:
View 1 Replies
View Related
Apr 17, 2007
I'm trying to create a php form which is auto completed after onchange
action of a drop down.
I've created a js file and linked it to a PHP file, which is linked
with a XML file.
Inside the PHP - after i tried to print the response and got a blank
one:
var response = xmlHttp.responseText;
alert(response);
I've tried to print after creating the DomDocument, but it probably
doesn't work, because it doesn't print anything:
<?
$q=$_GET["q"];
$xmlDoc=new DomDocument();
print $q;
.....
.....
?>
If i put the print $q before the Dom creation: $xmlDoc=new
DomDocument(); it does print.
How can i create the DOM without an error? where is my mistake?
View 1 Replies
View Related
Apr 19, 2009
<img src="img/Timezones_optimized.png" width="956" height="396" usemap="#locationmap" alt="World Map" />
<map id="locationmap" name="locationmap">
<script type="text/javascript">
[Code]....
As you can see I am simply trying to get the javascript to write an area for the image map but I can't get it to display.
I know the code looks pointless but what I want to do eventually is use an array of locations to dynamically create the areas.
View 1 Replies
View Related