city

Tiger/Lines or shapefiles of USA states and cities?

Hi folks, i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but can't seem to find any places which have the boundaries (read: LAT/LONG's) of the USA States and their cities. Our data are Lat/Long points o...

free country, city database for sql server

have anyone used this before, i need free country, city, IP database for sqlserver ...

Where can i find cities neighborhoods database?

Hey Folks, Where can i find (free/not-free) database of cities neighborhoods for MySQL ? Interested in US only areas. Any recommendations? The database would help to identify location by zipcode. I`ve already got database showing city and state. But i need to find neighborhoods around. I saw good example on site called http://www.ood...

How to get the city from a Canadian zip code?

Hi, Do you have any experience with obtaining the City from a Canadian zip code? Is there a free web service to obtain city name by passing a Canadian zip code or can a regular expression be useful? Any ideas? Thanks! ...

Cities Near By a City Webservice or PHP code

Hi All, I am building an application which takes 'City','State' ( For USA Only) and distance ( radius ) as user inputs and the output will be all the cities in that radius . Is there any free or paid web service available for this ? Thanks for your help Regards Kaveri ...

How to get city name based on IP address in java?

Is it possible to know the city name based on IP address in java? ...

Is there an API convert long/lat to city,country rather than Google API

Hi All, Is there an API convert long/lat to city,country rather than Google API? I found that geonames does not give the city. Thanks, Ling ...

What is the best way to deal with address inputs that can be from multiple countries?

Most of my websites in the past have been rather limited to the United States when it came to displaying addresses. On a project I'm working on right now, however, users can add events from all over the world. My problem is how to go about dealing with the different way in which addresses are displayed across the world. For example, City...

Normalising/Validating user's 'City' input during registration

Hello, My problem concerns validating/normalising a user's input for the combination of Country and 'City' during registration. Ideally, I want functionality similar to the OkCupid (http://www.okcupid.com/signup) registration page where this question is asked. Loss of focus on the City input field validates the input somehow, and it is ...

Teamcity CI build nunit test not reading app.config file

I have a teamcity install that runs a series of unit tests. I added an app.config file so that the library being tested can pull test config data. This works well when using the nunit GUI on my dev box. On the CI server however the n-unit tests fail because the app.config file is not being read. Is there something I need to do in team ci...

Auto populate city textfield by entering zip and vice versa

Hi guys, I've seen that this question has been posted a couple of times but nothing specific enough for me to use. I have a form (In a .php file), with a Zipcode and City textfield. I also have a seperate database which holds all zipcodes and cities for my country. (Zipcode in column 1 and city in column 2) What i would like is that ...