Questions tagged [countries]
131 questions
0
votes
1 answer
Add hours based on country of origin
So I have a column displaying the country of origin from each Facebook post.I also have the time creation of the post.What i want to do is to add 3 hours for every Arabian post. Then i want to add 5 hours for Russian posts.Let's say i have 12…

thanos
- 25
- 3
0
votes
1 answer
Where can i find a comma separated list of countries in swedish?
I am currently building a web app which includes a form with a drop down menu with a list of all the world's countries in Swedish. I know that these libraries exist but the thing is that I need to populate the list using SQL. I have found comma…
0
votes
1 answer
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, so I need to load the current information first and…

Saikios
- 3,623
- 7
- 37
- 51
0
votes
1 answer
How to generate country graphics?
I've got a pet project for which I need graphics of the outlines of certain countries (mostly European countries). I want to dynamically generate country graphics like the image below. Prefferably in a combination of JavaScript, HTML and CSS. I've…

Mathijs
- 367
- 1
- 4
- 14
0
votes
1 answer
Rails: Phone numbers - international prefix
I am using countries gem and country-select gem.
I have an attribute in my phones table called :country_code. I ask users in the new phone form to pick their country:
<%= f.input :country_code, label: false, wrapper: :vertical_input_group do %>
…

Mel
- 2,481
- 26
- 113
- 273
0
votes
1 answer
Circular dependency on Gemfile
I'm having this error while running bundle install:
Your Gemfile requires gems that depend on each other, creating an infinite loop. Please remove gem 'casein' and try again.
The error started when I added the gem countries to Gemfile.
I think…

Paulo Cesar
- 2,250
- 1
- 25
- 35
0
votes
1 answer
Regions / states / provinces icons pack png
Does someone knows where to find Regions / states / provinces icons pack in png with there respective ISO names ?
I found https://github.com/stevenrskelton/flag-icon/tree/master/png/75
but they have 7 countries with regions ( au, br, ca, de, es, ru,…
user2986055
0
votes
1 answer
Retrieve android's OS country list
I am writing an alarm Clock application in android, and I wonder if there is any single way to retrieve android os's countries and cities list along with the GMT setting or can I use native app's setting so that my application work without getting…

Muzirocks
- 9
- 5
0
votes
1 answer
combox, showing label if empty
I'm just trying to get values into a datagridview selection items from a drop menu. I got it, but when I got a Item which one no contains value I wanna show a label...the example does, but then, the other drop menu loses the items...I mean, I wanna…

Lalooh Flores Cruz
- 15
- 1
- 5
0
votes
1 answer
Retrieve a list of state phone code for Android
I'm looking for a way to populate a spinner with a list of country phone number code with their names.
i.e.
+1 United States
+44 United Kingdom
Can I retrieve it from the Android OS?

Endri Bisek
- 1
- 2
0
votes
2 answers
fill a aspx combobox with a list of countries in swedish?
can anyone tell me how to fill a aspxcombobox with a list of countries in swedish?
I have manage to do this with an english list of countries.
my code:
public static List getCountryList()
{
List cultureList = new List();
…

Christer
- 1
0
votes
1 answer
rails, countries gem - not saving to database
i can't seem to be able to get the selected country to save to database. I've included a string column country_code in the model database.
i'm rending a partial here:
<%= f.label :country_code, "Country Traveled:" %>
<%= f.country_select…

gitastic
- 516
- 7
- 26
0
votes
1 answer
Textbox currency several countries
I found out that from these lines of code we could get the currency of Canadian.
Dim value As Decimal = ourTextbox.text
Dim positiveValue As Decimal = ourTextbox.text
Dim customCurrencyInfo As CultureInfo =…

gumuruh
- 2,544
- 4
- 33
- 56
0
votes
1 answer
Wordpress - Redirect visitors from a specific country?
My client wants to redirect visitors from his country to a specific page and he doesn't want them to be able to see the site unless they enter the PIN on that specific page.
What's the best way to do this?

Zannix
- 1,473
- 3
- 16
- 26
0
votes
1 answer
rearrange countries wherever used
I have a multi store website and I need to change the order of countries based on store. Like for my Israel store, Israel must be at the top, and for US store US must be at the top.
Is there any possible way to do so in magento? I'd found an answer…

Mohammad Faisal
- 5,783
- 15
- 70
- 117