I would like the content in my website to change depending from w开发者_如何学Chere the request is coming(location). Would it be a nice idea to do it based on the IP Address? Is there any other way to
I have a MapPolygon which covers a certain area on the Silverlight Bing Maps control, and I would like to know if a particular Location is located within this MapPolygon.
I\'m building a web application that requires users to provide their location (similar to the way Facebook does it). I\'m not sure on the best way to implement this. I require the ability to search th
The LocationManager API on Android seems like it\'s a bit of a pain to use for an application that only needs an occasional and rough approximation of the user\'s location.
In this example, alert is blank; I want to 开发者_StackOverflow中文版read the location of iFrame, I am using object.src for this but it work only if I set its src attribute. But I set iFrame\'s locati
I am wondering if the Location.distanceTo method will use the accuracy field of the Location object when approximates the location, or do I have to add by my own the errors to these fields. The usage
I have a strange problem to which I could not find a solution. In order to clarify my problem, I did a simply test page:
I am trying to make a JFrame appear on mousePressed Location but I keep failing and it get\'s annoying :( Any ideas what isn\'t working?
I have a class which generates a form and controls. The controls vary between buttons, radio controls, check boxes and labels. The idea is to neatly create the form with a label above each control. Th
This checks \"if we are on movies.php page\": if (location.href.match(/movies.php/)) { // something happens