|
About 4822 posts are found about "julau sarawak map".
24533 bytes I having a difficulty in the part where user setting up his account. below is my code.. Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\sources\login\ucp\account.php on line 81 PHP: <div id="main"> <div class="wd2_h3">Account Settings</div> <div class="wd2_mainbox"> <?php if(isset($_SESSION['usernamejob'])) { if(!isset($_POST['modify'])){ $query = mysql_query("SELECT * FROM `employee_user` WHERE `usernamejob`='".$_SESSION['usernamejob']."'") or die(mysql_error()); $row = ... 3571 bytes Hi, I am attempting use Google Maps API to create two auto complete input boxes along with a map to mark the positions. Currently based on the examples in the Docs I have got a single input box which works with auto-complete and places a marker on the map, however I would now like to expand on this and have a second input box with does the same thing on the <strong>same map</strong>, but having trouble achieving it. The code so far is <script type="text/javascript"> function initialize() { var mapOptions = ... 2813 bytes Ok, I've got a situation where I have a database of map references, of the format 'AB 123 456' (i.e. two letters, three numbers, three numbers). I need to display each map reference as a map on a web page. I can achieve a similar sort of thing with Google Maps using a postcode, and that works quite nicely, but I need to use the map reference instead, and Google Maps doesn't seem to know what to do with a map reference. Multimap does know what to do with map references of this type, but I'm having ... 3868 bytes I'm adding infoboxes to an API-driven map for a project, and I've been bashing my head against this for a while. Maybe fresh eyes will help. Here's my markers function: function setMarkers(map, locations, marker, markershadow) { var infowindow = new google.maps.InfoWindow({ content: "holding..." }); var image = new google.maps.MarkerImage( marker, new google.maps.Size(21,25), new google.maps.Point(0,0), new google.maps.Point(11,25) ); var shadow = new google.maps.MarkerImage( markershadow, new ... 3815 bytes Hello I was just wondering what people's favourite maps are for putting into a website? and if they had any examples of sites which use a map. I am creating my first voluntary website for a charity and am not sure whether to put in a simple image map for location page or a google map? Does anyone know if google maps are very difficult? Any ideas much appreciated Thanks! Hi Kanger Google maps is great. I have used it for a number of charity sites. Is is very easy to setup. It is basically just an iframe. In ... 2802 bytes Heres the deal. I created a system that will find your current location and then pinpoint it on a google map within a website. This pinpoint works and shows up fine. Then it is supposed to find pinpoints around you based on a 5 mile radius from your current location. This does not work (it did a few days ago and just stopped). The following code are the functions to use Google's API to find your location and decide if it can or can't (this is where it seems to break but only after it finds your current ... 2222 bytes We have just launched our first web app -- iMapOnline: an online map making application which can create interactive country map, world map, or custom interactive image maps. Different from Windows software, web app might work differently for different users depending on OS and browser settings. Therefore we would be very appreciated if you check out this new web app, and tell us know if you think the interface is easy to understand, and the web app can launch quickly and work smoothly in your browser? ... 2177 bytes What is the difference between site map and ggogle site map?And benefit of using google site map? Quote: Originally Posted by myhab What is the difference between site map and ggogle site map?And benefit of using google site map? Well site map is html site map within the the site while google sitemap is an xml sitemap submitted in google webmaster tools that's why they call this as google sitemap. Quote: Originally Posted by myhab What is the difference between site map and ggogle site map?And benefit of ... 3383 bytes Hi, I'm developing a web page with a Google Maps application and there is something that I'm having trouble with. As it stands, the web page has a functional map (without any layers) and a search bar. When I look up an address, the placemark is is positioned where it is supposed to be. However, when I make a second search with a different address, the placemark of the first search remains visible so that there are two placemarks on the screen. How can I make a new placemark replace the old one? Here is my ... 4978 bytes Hello, My callback funciton doesn't seem to be working at the end of the CalculateDistances function, what am i doing wrong? <script type="text/javascript"> //<![CDATA[ var address = null; $(function () { $('.number').each(function (i) { i++; $(this).text(i); }); address = <%= Postcode %>; }); //]]> </script> <script type="text/javascript"> $(function () { initialise(); }); var geocoder; var map; var bounds = new google.maps.LatLngBounds(); var startAddress; var location1, location2; function initialise() ... 1149 bytes how to do list my business in google maps? Simple Go to maps.google.com and search your address when you find then map it with enter your complete company Name , website & address. Great, thanks. Yes I think Simple Go to maps.google.com and search your address when you find then map it with enter your complete company Name. Google Maps (formerly Google Local) is a web mapping service application and technology provided by Google, that powers many map-based services, including the Google Maps website, ... 3046 bytes Dear all, Sorry if i got a wrong thread to post this issue. I also dont know how to explain but i will all the best try it. Ok, my situation is i would like to share my map on my website using Google Map platform http://maps.google.com]Google Maps. I would like to share more place mark/icon on single map, i mean like this This is from: - http://www.tourism.gov.my/en/map/?state=melaka Currently i can 'Save My Maps' and share as public without no problem but just only can add 1 place mark/icon on that map ... 4660 bytes Hi Guys, I have a client who is travelling around the UK singing for charity. He is wanting me to set up a website with all his venues and also a map with pins to point each location out. My first idea was to custom design the image but there is too many pins to mark out and they wont look right as they will be on top of each other. My next idea was to do a slide show style. Basically my question is: does anyone know of any map system of where i can mark say 30 points on each map and can anyone recommend a ... 1287 bytes Hello, i'm trying to get a google map working by the post code you put in....... but so fair that map wont even display... <script type="text/javascript"> $(function () { initialise(); }); var geocoder; var map; function initialise() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(-29.5328037, 145.491477); var myOptions = { zoom: 4, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP } map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); function ... 2617 bytes I am planning to build a map on my site so that any visitors could also drop a pin about their locations and posting their comment/data. Do you guys know any out-of-box solution in which I can add this to the site easily? Like our one here? http://www.zeemaps.com/343100/ tom_brighten, on 09 July 2012 - 09:26 AM, said: I am planning to build a map on my site so that any visitors could also drop a pin about their locations and posting their comment/data. Do you guys know any out-of-box solution in which I ... 2245 bytes I need to create an interactive world map showing all countries. Each country needs different color settings and link to a different HTML page about that country . Also need a similar map for the US with all the 50 states. I found few websites providing a solution for this, and the imapbuilder mapping software seems easy enough to use with its map templates. H owever the problem is all the maps it generates are in flash format. I need a standard image map in HTML for this purpose, i.e. base on <map> tag to ... 5892 bytes Ok, done waiting for the "dance" I have tweeked my site and have gone up PR on my major keywords, but not as high as before florida. I was reading the google likes "sitemaps". now my silly question, what is a sitemap? i have nav buttons and text links on the site. Is it something else I need to put on the front page. Thanks here is an example of a site map: http://www.rustybrick.com/site_map.php Its a link to each page of your site on one page named the site map. SEOs like to put more text on the site map. ... 5320 bytes Hi all, I got my Google ID decades ago and embed the code on my web page. I had no problem displaying the map. But two days ago when I launch the google maps on my web page, the part of the screen that normally shows the map remains gray. The code which I've embedded is: HTML Code: <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAZ0siWEZVNHiF mraZijQZQRQuLP6W3V-H0ScFv63leCKFmQiNMhSjJKhtVApfmk6deJ4nLuclP4JqQg" type="text/javascript"></script> <script ... 1347 bytes Has anyone successfully created a heat map of the world countries using Google map? I read in few places that its possible but cannot seem to find the correct way to do it. I need to create a heat map showing world countries base on each country's unemployment rate. Some alike this swine flu map: Swine flu heat map: http://www.imapbuilder.com/customiza...wine-influenza However I would prefer a Google Map solution as I also need to zoom into country / state level, is there a Google map plug-in available for ... 943 bytes I am not a lawyer so I can't easily sift through the terms for Google maps and the yelp map to highlight a company's service area (using Google maps). I would like to use these on my website and future web design clients' websites. Is this legal? You can use Google's maps in your website to indicate the location of your business. This page indicates that you can add a map to your website: http://maps.google.com/support/bin/a...y?answer=72644 What about the yelp map? It is a google map with a highlighted ... |