Let\'s just say that I have many controls on my Form, and when a User clicks on one of them, its height will expand. This means that, currently, when this clicked-control expands, other controls below
I am writing a android application that will hopefully let me and a few friends see where each other are. It requires each phone to send the gps coordinates to each other. Is there anyway to do that i
I have read several theads, blogs and forum but I didn\'t find the solution I want a Proximity Alert so:
i\'m using the following code: $(\'a[href*=\"somelinktext\"]\').click(function(e) { e.preventDefault();
Is there a way to request location updates from a locationManager at specific intervan and to ignore minDistanc开发者_高级运维e? I\'ve tried
Creating a location dimension table for the DW; I am familar with date/time but for location I am using these columns: Continent, Country, Region, City, Postal. Now the question is what if a record do
I am using asp.net ValidationSummary. my form is 1.5 of the screen which means user can not see the complete form at a time and s/he has to scroll. The ValidationSummary is located at the bottom of th
I\'m trying to migrate an old FBML app to iFrame using the new PHP SDK and GRAPH API, but cannot figure out - how to find the visitor\'s city.
LocationManager locationManager; String context = Context.LOCATION_SERVICE; locationManager = (LocationManager)getSystemService(context);
I have a map view in my application which - among other things - displays the location of the user. Therefore my application will show the location arrow on the status bar but when I go to another vie