0
votes
0answers
13 views
How does Visual Studio populate its Add References dialog?
This is a deliberate repost of an earlier question. The reason why I'm posting a question that has already been answered is I beleive it wasn't answered completely.
My question is …
0
votes
0answers
9 views
Adding a dynamic location to Windows 7 library [closed]
I would like to link my documents, music, videos, etc stored on my external hard drive as locations in my Libraries. I have succeeded in doing so, however, whenever I want to eject …
2
votes
3answers
74 views
How do I wait for location.href to finish in JavaScript?
The JavaScript below code has two steps.
Step 1: go to .pdf, .doc, .exe or something which not html native. If location.href has took over the browser window then there is no n …
11
votes
5answers
987 views
Keeping history of hash/anchor changes in JavaScript
I'm currently implementing a JavaScript library that keeps track of the history of changes to the hash part in the address bar. The idea is that you can keep a state in the hash pa …
0
votes
1answer
67 views
Firefox logs invalid URL?
I'm writing an extension for firefox. Using dom.location to keep track of visited search results pages, i'm getting this url http://www.google.com/search?hl=en&source=hp&q= …
1
vote
2answers
49 views
City Country State Datebase
I am looking for a good City, Country State database
It does not have to be crazy detailed, something that has a good coverage of Cities and their corresponding State,Countries in …
-1
votes
1answer
16 views
where is onet.xml ?
i create the site collection by central administration , i want see its ONET.XML. where is that exist ?
Also as per my knowledge the master page declaration is declare in onet.xml …
1
vote
1answer
20 views
how to find if mapkit failed to get userlocation?
I want to find that if mapkit failed to get user location(fails to show blue blob at user location) and show alert and then relocate the location again.i don't want to use coreloca …
0
votes
1answer
23 views
how to set mapkit’s default annonation location?
I want to pass cordinates to default blue blob of mapkit.but it gives error? how do i show blue blob at my desired location?
0
votes
2answers
65 views
C# - How do I access the WLAN signal strength and others?
Many scientists have published papers documenting how devices connected via WLAN can be tracked by measuring its Signal Strength, Time Of Arrival, Round Trip Time, etc. Any idea ho …
0
votes
1answer
12 views
Windows Service : most appropriate location of the service specific files (database)
I have a windows service that hosts a WCF end-point that is a front-end for a SQL Server CE database.
At the moment I have it at:
Environment.GetFolderPath(Environment.Specia …
1
vote
3answers
62 views
Determine locations mentioned in shortish (500 to 1000 words) piece of text using PHP
I'd like to find a way to take a piece of user supplied text and determine what addresses on the map are mentioned within the text. I'd be happy to use a free web service if it ex …
0
votes
1answer
42 views
Windows Azure geo-location
I’m doing some research into the capabilities of Windows Azure for an European company. One of their concerns is that data will be processed/stored by servers in the USA. (Regardin …
0
votes
1answer
46 views
CLLocationManger gives old location. How to get the new location?
Hi,
I am using the CLLocationManger to update the current location. Though its giving me the location but the location I am getting is of much older timestamp. I am facing the pr …
4
votes
5answers
137 views
How to calculate distance between two places? Is there any service available by Google Map for iphone?
I want to put facility to display distance between two places selected by user.
Is there any sample source code / service available to do so?
Thanks in advance.
