The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
11 views

Best way to create cascading drop down lists for countries

I have a question regarding the cascading drop down lists for countries. Basically what I would like to create a 3 drop down lists, first DDL will have the countries to select, when the country is ...
-3
votes
1answer
112 views

MySQL world countries table [closed]

What I need is, MySQL table with following fields: Country name Country name's code (like uk for United Kingdom) Nationality (like Russian for Russia) official language (like arabic for UAE) for ...
1
vote
1answer
133 views

Get City Names of a Country/State

On Lot of websites we select country from a select list and next select list shows us the list of cities of that country. I have am trying to search method provided by any api which gives the name of ...
1
vote
1answer
71 views

how to geochart countries and cities on a same map

I am facing a specific issue with the Geochart API from Google. I want to Geochart countries, obviously, but several cities too. These cities have a country code, but it doesn't work if I don't use ...
0
votes
3answers
219 views

Languages, countries and cities database

Is there that kind of database but with all languages, countries and cities? languages id, name, iso 1, English, en_GB 2, Български, bg_BG countries id, name, lang, iso 1, United Kingdom, en_GB, GBR ...
0
votes
2answers
59 views

PHP - Dynamically generated text - Adding “the” before certain countries

I doubt there is a PHP function for this, but I'd like to at least ask just in case something does exist. I'm building a site which relies on the user's country, and that country is being ...
0
votes
1answer
283 views

Magento tax rates multiple countries

I whant to change our Magento CE 1.7 Shop to an multistore. So 2 countires an each has its own store but based on same products. Now the 2nd country has different tax rates but the gross price should ...
3
votes
2answers
49 views

Where to list Puerto Rico? [closed]

When listing countries and states in a form (be it in a webapp, an OS app, mobile app, etc.), where should Puerto Rico be listed. In the country list or the state list? Puerto Rico is not a country ...
1
vote
2answers
482 views

Get Longitude and Latitude from Country Name

I have Gmaps embedded in my site which pulls out a list of dealers from my database around the world and plots their location with a marker based on the dealer postcode in Gmaps. This works great ...
-1
votes
1answer
245 views

select country and city any method [closed]

I have a page for user registration, but I don't want the user type the city and the country because he maybe type with errors (something like "mexico d,f" other user can type "Mexico D.F.") so I was ...
6
votes
1answer
114 views

Processing of mongolian names

There are several countries (Turkey, Mongolia, Kyrgyzstan etc.) where generally men's name can be without middlename and instead of it used words like "oglu, uulu" etc. For example "Michael oglu ...
1
vote
1answer
252 views

Get States list of states according to selected country

I want to retrieve names of all the states list of a particular country which is selected from a drop down menu. I know how to retrieve the list of all countries via apple code but now i want the ...
0
votes
0answers
77 views

countries gem priority using names

I started using countries gem and I'm wondering how to use priority properly. In my view I'm trying to set an option before another like this: <%= f.country_select :country, 'Italy', :prompt ...
-3
votes
1answer
196 views

MongoDB - Countries list [closed]

I am wondering if someone has a JSON with all the countries and states of countries in the world. If someone knows please let me know. I am currently coding it by hand, could do with some help if ...
1
vote
1answer
41 views

Geocode to language

I'm looking for an API that returns which language is spoken in country of the given coordinates. Does anyone know if something like that exists? Thanks, Jelle
2
votes
1answer
478 views

Districts/Sublocalities: List of, or how to get using Google API

I am desperately trying to find a list/database of districts or sublocalities for all cities of the world. I use the list of all cities of the world from maxmind.com, however, they do not provide ...
1
vote
0answers
38 views

People from a certain county have problems with registering in my Android app

I have built a small game for Android, which have gotten a good amount of users. The app will support both singleplayer (with highscore, stats) and multiplayer, so in order to do this I need users to ...
3
votes
3answers
2k views

Retrieve a list of countries from the android OS

I'm looking for a way to populate a spinner with a list of countries with their names. Can I retrieve it from the Android OS? Can someone please provide me an example?
0
votes
1answer
71 views

Show contact person per country & city

I'm working on a website with different contact persons in different countries & cities. What I would like to achieve is when a visitor visits a page with info about France - Paris, the script ...
1
vote
1answer
326 views

Django ManyToMany filter

I have a Region infrastructure modeled as follows: Each region has a ManyToMany of countries, and optionally states (if it's a region within the US) from django.contrib.auth.models import User from ...
1
vote
0answers
114 views

VPN including the most countries possible (updated) [closed]

I'm looking for a VPN software that includes the most countries possible for remote testing purposes, as I'm not able to travel to each location to make sure everything works. I have used OverPlay ...
0
votes
5answers
1k views

Country/city dropdown list in the web-page

Where can I find a database of European countries and related cities to implement country/city dropdown list (dynamic) in the web-page? UPDATE: I´m interested in some database that I can utilize from ...
-1
votes
1answer
432 views

database of countries and cities [closed]

it's been several days I'm looking for a database of countries and cities around the world but I can not find anything. I want to use it in the form of my application.
1
vote
2answers
757 views

Where can I get a list of country names in native languages?

I know that there are lists of country names in various languages available separately, but I would like to have a list of countries where each country is named how the inhabitants of the country call ...
8
votes
2answers
2k views

List of world countries, states and their counties / districts / regions

Please suggest sites for downloading list of world countries, states and their counties / districts / regions. No need for cities.
1
vote
0answers
359 views

Safari: dropdown reloads the page onclick on magento checkout [solved] [closed]

i've a weird problem with my checkout on safari: a click on the country-dropdown reloads the checkout page and we start from beginning (country dropdown on second step > billing). I noticed that the ...
1
vote
1answer
274 views

Drawing maps in WPF

I want to draw a map in WPF without using any third party controls. I need each and every state of all the countries, and based on certain conditions I want to color them. How can I get the polygon ...
0
votes
2answers
522 views

setting up a countries table for Rails i18n

In preparation to internationalize our Rails app, I'm finding we need to create a countries table and model that would contain (among other things) the default locale for each country. I found a 4 ...
0
votes
1answer
374 views

Partial display on mapkit view

I'm facing an issue with MapKit for too long now and I really need your help to find where the problem might come from... I'm drawing countries borders on a mapkit view. To do so, I add a customized ...
0
votes
1answer
295 views

iPhone - overlaying countries and regions limits onto GoogleMaps MKMapView

I'm searching a way for overlaying a MKMapView with countries and regions limits, as I can colorize them. I've found many (not soooo many) KMZ files, but I'm stuck. How may I use them to overlay my ...
1
vote
1answer
72 views

currently viewed country in google maps

I need a way to figure out what country (if any) the user is currently viewing on the map. If multiple countries are view'd just return "". I've been working on this for a while, and know how to use ...
1
vote
1answer
426 views

Using ISO 3166-1-alpha-2 as authoritative country list?

Is this an authoritative list of countries I can use for my application? http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm English country names ...
0
votes
1answer
178 views

System defined list of countries?

Similar to how it works for time zones, is there a system defined way of listing out countries? something which is periodically updated to keep up with the times? I need to generate a list: ISO ...
0
votes
1answer
428 views

List of countries for USPS API

I'm going to use the USPS API for international shipping rates, but the list they provide is nearly 500 countries long. The listings include: Fernando Po (Equatorial Guinea) Hashemite Kingdom ...
1
vote
2answers
341 views

Multiple iPhone App Versions for Different Countries

I created an app and it is currently live in the app store for all countries. I would like to roll out a different version of my app for the UK, the only difference being the cities users see. Is it ...
0
votes
1answer
123 views

Allowing Users to create custom groups of Countries

I'm working on a project for a customer, and one of the requirements is that Users should be allow to assign to each Product (in their case, a Node) a Country or a Region, where the Region is simply a ...
0
votes
1answer
1k views

Googlemaps Reverse GeoCoding Get Country Name, UK Countries

I am using google maps Api V3 and using reverse geocoding to find the name of a country clicked on. This appears to work fine for most countries except the countries within the UK. The UK consists of ...
0
votes
1answer
519 views

Draw google maps radius and get countries

I like find all countries within a set radius (variable) from a defined address (variable) with google maps. Drawing a radius on a map is easy, but getting the mapped countries looks difficult. Does ...
0
votes
1answer
358 views

iphone programming, List of cities and countries for searching

Hi there I am wondering if there an inbuilt or available api to gather a list of countries and cities for an iphone app? I am looking to add a search bar where the user can type in a part of city ...
0
votes
4answers
4k views

An open source SQL database for the list of towns cities by country? [closed]

I am looking for a list of towns, cities by country (the countries I mean here are all countries that exist on planet Earth). Is there any open-source SQL database available online which I can ...
3
votes
2answers
715 views

Good source of country names in different languages? (for use in multilingual forms)

I am building a multilingual web application with a possibility to change the interface language on the fly. This implies, among many other things, a country name selector on registration/profile ...
5
votes
6answers
6k views

Database of Countries and their Cities

I need a database of Countries and their Cities. any idea where i can get it. or any one can share it with me ? Like this http://www.worldcitiesdatabase.com/world-cities.aspx
0
votes
1answer
507 views

ASP.NET MVC: Cities list and store selected city in cookie

I have list of cities on my site, this list placed in Site.Master and look like: <a id="<%= selectedCity.CityId %>"><%= selectedCity.Name %></a> <ul> ... <li ...
0
votes
1answer
274 views

how can I make a simple interactive web map (bigger than what google Chart API allows)

I have a spreadsheet with: URL, 2 digit country code, Main Value, Less important values ... I just want to make a simple map that can be bigger than what Google Charts API allows (that one is limited ...
0
votes
1answer
820 views

Dependency between comboboxes in php/jquery

Languages: PHP,JQuery,MySQL The question is "simple", I have a triple dependency with php and jquerys, the code works great, for inserting new information, but now I would like to make an update, ...
0
votes
0answers
196 views

godaddy hosting/ need to block other countries

can anyone tell me how to do this? I tried an .htaccess file but don't think that worked. I put it in a subfolder of my hosting root folder.
11
votes
8answers
9k views

Any Reliable API available to determine User's city and country from IP address

Heyy guys I wanted to check if anyone knows of a reliable API that we can use to determine the user's city and country from his IP address. My search on Google led to ...
4
votes
6answers
11k views

How to list all countries and its states/provinces in php? [closed]

Is there any quick guide/reference to list all the countries and its states/provinces? Like when I click US, it will list: Alabama, alaska etc
2
votes
2answers
3k views

magento - Allow Countries - What does this mean?

ok... so I feel really stupid asking this question.. but just wondering about the Allow Countries drop down in the admin panel.. What exactly does this mean? Does it mean that only certain countries ...
0
votes
3answers
5k views

Auto-populating a list box of country names using jquery and the box's click event

My form has a list box that asks for the user's country but I only want to populate the list box, via an AJAX call, if the box doesn't already show the user's country. Initially the list box contains ...

1 2