location

Change window location Jquery

I am using ajax to load my website content and want to update the window location when ajax is successful. How can I update the window location to "/newpage"?? I need users to be able to go back and to refresh. Is this possible?? ...

What is a good CMS to use for a Location Based Directory?

I am looking to create a site that contains a directory of places. Each place will include all the basic address information (Street, City, State, etc), and a short description. The end user will be able to search the directory by State, Zip Code, etc. I was wondering what you would recommend as the best CMS to tackle this? Thanks fo...

Typical time and horizontalAccuracy of iPhone CLLocation in practice

I'm wondering if anybody has done thorough empirical testing of the iPhone's ability to find its location. Obviously the performance and accuracy will depend on the type of area one is in (urban vs suburban vs remote). Just testing from the Simulator, I get a horizontalAccuracy of < 100 meters (98 meters) in a few seconds. I believe it ...

Android - how to get location of friend

Is there a way I can access the data in Google Latitude to return the location of a fellow Latitude user? ...

Calculate whether one coordinate is within range of another

I'm writing a Windows Phone 7 app that needs to be location aware. Specifically I want some (c#) code to run when the phone comes within a (fixed) range of a particular location, say 0.5 miles. I have all the lat / long data for the physical locations in memory. I will be using the Geo Coordinate Watcher class to get the devices curre...

Magento email template location?

I've been trying to send an email from my magento module but for some reason I can't get the template to work: The template is set as follows: $emailTemplate = Mage::getModel('core/email_template')->loadDefault('application_status_email'); The headers and all are being sent correctly. I've created a file called application_status_e...

Where is the .vssettings for Visual Studio Express?

Which directory is this file located in? Reason I ask is, I want to back up my settings. ...

Can't obtain location data, unless it's direct GPS Fix

Starting this morning my application can not obtain CLLocation data unless direct GPS Fix established. I received few dozen complaints from SouthEast Asia and all my US customers are out of luck since the midnight. I noticed that Echophone and Zillow apps are malfunctioning too. Apple's own Maps.app does not check CLLocation's timestamp ...

Search for location.hash inside block

We are on the page http://site.com/movies/#posters <div class="content"> <div id="posters"></div> </div> I'm trying to use this code, for jump to block with id posters and add class active to it: $(location.hash).addClass("active"); It works good, but has a problem. If there is a link like <a href="http://site.com/movies/actual...

Points of Interest API / Webservice

I have a requirement to show points of interest on a map within an iPhone app I am working on. I'm using MapKit to display the maps and get the users location. I've been unable to find a suitable webservice to retrieve places or points of interest (restaurants, shops, hotels, etc) to display on the map. I know it can be done, because ...

asking if user wants to use Location Services

How does the process of "asking if user wants to use Location Services" work? I read here that a dialog at the installation appears, which asks the user if Location Services should be allowed or not. Does it mean that there is nothing to do for the developer, because the user can change this behavior in settings? So there is no "asking ...

Drupal location CCK field does not save.

Hi! I have installed Location, GMAP, GMAP Location and Location CCK modules. I needed Location CCK because I could not force ordinary location to show in specific field group. It looks like it is attached statically to the main group (I have defined field groups as a tabs and do not want to show location information on the main tab). A...

Please Help me for gtting the current location of the Android phone.

Please Help me for creating an application for getting the current location of the android phone. Thank you. ...

where deos foursquare or gowalla, get thier location data from?

i know foursquare uses google maps api, but how do they retrieve all the business location from google maps, do they save every location on thier database or just access it when a user checks in? sorry if i have confused you, but im so curious!! :)) ...

Drupal Location CCK map does not center at location point.

I have applied and configured CCK Location module to show node location on map (GMap, GMap location modules). However there is small issue that map does not show location at the centre (address marker is off the screen and user must scroll through the map to find it ;-). It looks like map is centred one map screen off to the left (to t...

Android Service - Cannot access location

Hello Experts, I am new to Android ... so just exploring ... I created an application that starts a service. This service has to access the Location. I am currently unable to do so ... I have given permission to my Manifest file .. I think the issue is that the application has the permission, but the Service does not ! What happens i...

js windows.location.replace not working with a hash in URL

Ok, I have an ajax call which takes care of some server side settings (I'm using this for log in, language switches...), if, and only if, server side settings are actually changed as a result of this call, I want to refresh the current page. ( without reposting POST form data, should we be on a page right after a POST). A simple JS in t...

How do you access the current location of an iframe?

The problem is I'm using an iframe to process a login form via POST over https, but the parent hosting the iframe is http (although in the same domain) is this doable? I can't test this quite yet because I can only use https in our staging environment. Thanks function process_form(f){ var l = $("iframe#loginFrame"); i...

Multiple VirtualHosts files for same ServerName in Apache

I have a subdomain with many projects. Also, for some reason (don't ask me why) I have separate Location directives for each subfolder under that subdomain. This project folders are created dynamically through a bash script, along with an Apache VirtualHost file. So let's say I create another project, it would be at subdomain.mydomain.c...

canot replace a form to the center of the page

I have a form within the body. And I'm trying to replace the form at the middle/center of the screen. Is there a proper way to do that in CSS? ----------------------- - - - - - - - M - - - - - - - ---...