The country tag has no wiki summary.
-1
votes
2answers
18 views
Proper order for country in a web address entry [closed]
What do most people feel the proper order of country within an address entry forum. Seems like most sites put it after City, State, Zip but in doing that it doesn't allow you to change the State to ...
0
votes
1answer
16 views
how to passing post variable values into array?
i have a code which is not working properly i want to when user's select country from drop down select list? After form is submitted value should be store into courier array?
For Example
if user ...
0
votes
2answers
30 views
API to call Countries and States
I want to create a drop down of country list using PHP as Web Service and HTML. I don't want to create the list by writing an Array but by using an API. As in the next drop down I want to display the ...
0
votes
0answers
30 views
Improve loading speed of dynamic contents over the world
I've a website that redistributes dynamic contents.
It takes the data from a database and then it generates dynamic images with them.
Data being updated about every 3 minutes.
My server is located in ...
-1
votes
1answer
28 views
Php if selection by origin visitor (ip adress)
i have this code in my shopping cart (magento 1.6.2)
<?php if ($this->getQuote()->getSubtotal() < 41.28): ?>
<?php $subtotalamt = $this->getQuote()->getSubtotal(); ?>
...
0
votes
2answers
71 views
Create a dropdownlist with countries name
I want to create a dropdownlist that will contain the names of countries.
I have tried this:
ViewBag.country =
from p in
...
0
votes
0answers
44 views
<a> hover links to highlight countries in jvectormap
I just started using the Jquery plugin jVectorMap showing the world map and highlighting a select list of countries. What I want to happen is that I also have in <li> form the title of each ...
-2
votes
0answers
21 views
What country/provider can I host a web server(a pirate bay clone for ex) in that will not respond to US/RIAA/MPAA pressure/actions? [closed]
I am working on a very helpful web app related to streaming video for BitTorrent swarms and am worried about legal threats/actions I will receive from "the man"/big business/RIAA/MPAA/anyone with ...
0
votes
0answers
25 views
When do we get support for other countries like Sweden in PayPal PayPal Mobile SDK 1.04
Today we can only use a U.S. PayPal accounts for live account when using the IOS SDK and REST API's. What are the plans for rolling out more country support like Sweden?
Is it possible for me to use ...
-5
votes
0answers
27 views
Need to identify countries based on city addresses [closed]
I have a list of addresses based on cities that I need to identify their countries. Right now I copy each address in google map, and find out the country. Does anybody know a place in the internet ...
0
votes
0answers
52 views
Mark country on map based on name Google Maps V2 Android?
I have included google maps v2 in my app and I was wondering is it possible to pinpoint a country on the map by providing the country name? For example I might want to pinpoint France on the map ...
0
votes
1answer
30 views
How to get the current country of the view area?
Following part of code delivers me the country where my marker (not draggable) is set …
for (var i = 0; i < results[0].address_components.length; i++) {
if ...
0
votes
1answer
18 views
Magmi - Country_of_origin not importing
we have recently started using Magmi and it's a great tool. we did notice, however, that country_of_manufacture field was not being imported properly. Is there a different column heading that we need ...
0
votes
1answer
30 views
Country_of_manufacture Importing Problems
We have recently started using Magmi to import products...needless to say, this is a great tool. We did, however, notice that country_of_manufacture attribute is not importing. Does anyone know what ...
0
votes
0answers
44 views
Why is my application not available in the USA? [closed]
I've developed an Android application and I'm from the UK. Some people in the USA have been trying to download it and have been getting the "This app is not available in your country". Why is this?
0
votes
1answer
521 views
HTML/Javascript/PHP Country and State List
I have a script that is getting the country the user selects and then puts the corresponding states in the state box.
Here is my Javascript code in the head:
<script type="text/javascript" ...
1
vote
1answer
94 views
GeoIP for C++ is there a lib for this?
I have looked and looked and I can't seen to find a C++ version of GeoIP. I know there is a version of it in C, but I can't seem to get it working with Micosoft Visual Studio 2012 C++
I have tried:
...
0
votes
0answers
83 views
Insert PHP Variables into Javascript dropdown list
I don't know very much of JavaScript... I want to know how can i insert php variables in JavaScript.
Here is my code:
function fillCategory(){
// this function is used to fill the category ...
-1
votes
1answer
266 views
Get all usa state in state drop down listin in magento registration
I hope you all are doing well,
I am working in magento 1.6.0.1.
My current site is just for USA, so in registration page don't need country drop down list,and must display all USA state in state drop ...
1
vote
1answer
140 views
NSLocaleCountryCode returns nil
I have a bugreport that states a crash in the following line, where client is an instance of NSMutableDictionary
[client setObject:[[NSLocale currentLocale] objectForKey:NSLocaleCountryCode] ...
0
votes
0answers
44 views
Change website redirect country? (.com changes to .fr)
Whenever I visit my page (which is a proxy) and visit a website that redirects to the country site (example is Google), it will redirect to the French site. The server is located in France, but I live ...
0
votes
0answers
187 views
jQuery Masked Input Plugin - Issue on Blur
I'm using the Josh Bush (DigitalBush.com) masked input plugin. I'm encountering strange behavior when applying a new mask on an input which already had a mask applied.
The scenario is as follows:
...
0
votes
0answers
12 views
IP2Country Detection for German TMobile Clients
i have a shop which runs on ASP.NET 4.0 and does IP to Country Detections.
For german TMobile Customers i get the following Headers, which leads to US as the detected Country:
HTTP_X_FORWARDED_FOR ...
1
vote
2answers
153 views
Jvectormap 1.2.2 color issue
I am using the latest Jvectormap (1.2.2) but can't find any examples of setting all the country colors. I believe in the previous version it was simply "color:", but now this has been discontinued?
...
0
votes
0answers
79 views
App overcome Page Country Restrictions
Is there a way for an app to overcome Country Restrictions and view public data of it, using PHP api? Is there a way to view if a page has Country Restrictions enabled and about which countries? I ...
2
votes
2answers
74 views
Is it possible to restrict an application distribution on Amazon appstore based on the country?
I want to publish an Android application on the Amazon Appstore, but I need to restrict availability and distribution of this application to Canada only.
Is it possible?
0
votes
2answers
79 views
Basic styling of Localizable.strings in iOS
From an Android background, I would have thought that it is possible to add a basic styling to iOS Localizable.strings by using HTML markup like over here:
...
0
votes
2answers
60 views
Display image from an array based on a variable
Depending on the user's country, I want to load the flag image for the country thats stored in an array. Currently I only know the switch method, like so:
$countryFlags = array("afghanistan.png", ...
1
vote
1answer
34 views
gem countries use Regexp
I use the country gem from hexorx, here is the link to gem
Countries gem
I see in the code country.rb, that give Regexp as a parameter for searching country is possible. The Problem is, i even don't ...
0
votes
1answer
318 views
Google Places Autocomplete API Country Restriction
First time poster here. Having some trouble getting the country restriction working on a search field. My code is currently:
<script type="text/javascript"
...
0
votes
1answer
312 views
Use different home address to sing up for Google Checkout in order to sell apps on Play Store
My country isn't on the list of supported countries for merchants so when I try to sign up for Google Checkout it says
We do not currently support seller accounts from this location. If you have ...
0
votes
1answer
137 views
Android MapView (google maps) v1 focus by Locale or country name
when you go to Google maps in the browser you can type a country name and the map focuses on that country. Is it possible to get this on a MapView? I'd like my MapView to initially focus on user's ...
1
vote
2answers
68 views
API design: country state
In my API, for the country field I used the two-letter (ISO 3166-1 alpha-2)
But what about states? What code can I use?
1
vote
0answers
44 views
AWSTATS User (ip address) per country
In my installed version of AWSTATS there is the geoip extension but i don't want to see how many pages per country was visitated but I need to see How many visitors per country, visitors intedend as ...
-4
votes
3answers
799 views
PHP - Detect country [duplicate]
Possible Duplicate:
package for detecting users contry in php?
Geo Location based on IP Address - PHP
i want to detect my visitors country
And i has searching the solution from Google
...
0
votes
1answer
72 views
Restrict geocoder to country
How to restrict a country using the geocoder?. I used this code, trying to just look at U.S., but it returns results from Italy and other countries.
Geocoder geocoder = new Geocoder (getActivity(), ...
-2
votes
1answer
100 views
IP to country using PHP - issue with code [closed]
I am trying to output an IP-to-country lookup using PHP. I am a complete beginner, so excuse my blunt mistakes!
When I do the following, nothing happens! What am I doing wrong?
<?php
$country = ...
0
votes
1answer
150 views
Translate the Properties File from one language to another using ResourceBundle
I have message.properties file. by default it will load as English when I use Locale and Resource Bundle in Java file. Now, I need to specify the Country Code or Type in Locale, Then the ...
0
votes
1answer
193 views
Is there any API for getting all countries and passing country get all States/Region and again passing State/Region get all cities in it
I am creating a web page in asp.net where I have to populate all countries in a dropdown. On selecting one country I need to populate all States/Region in that country to another dropdown. finally on ...
3
votes
1answer
93 views
Unable to sort an array in Ruby code [closed]
The following code found that it was not be able to sort an array.
For some reasons, the last item "Aland Islands" was located in the last for this array, but it should be located in between ...
-2
votes
2answers
107 views
Hoe to block an ip range of a country through blogger account
I have to stop click bombing and unusal clicks from a Country. Can you tell me any HTML and javasript code to do such thing in my blogger, so that my adsense acount never get banned again.
1
vote
3answers
79 views
Remeber the country user entered
I have got stuck on how to make the form remember what country the user has entered.
Finally it will be for a database but I want also to verify that the country has been entered.
Upon testing I ...
0
votes
3answers
475 views
Convert .txt to .sql - Contains a list of country, state, city, .. names
I've been googling a lot for a SQL database with all (or the many as posible) the cities of the world,
But the best I've found is a .txt file with a format such as:
-1049671 Kassel ...
-1
votes
1answer
185 views
Gem countries select helper
I am trying to use the gem countries from hexorx. I really don't know how to bring that in the select helper. I tried to use the helper country_select like this
<%= f.country_select :country, ...
0
votes
0answers
31 views
Unable to switch language/country order in drop down
I'm fixing the page whereby the language has changed from English to Chinese. But for some reason, when I change the text and link, the flag sprite did not. Can anyone show me how to put this in ...
0
votes
0answers
96 views
Add whitelist IP to a restricted country
We have an application what is only going to be available in the UK - so using the Developers console, under 'Settings' - 'Advanced' I have put United Kingdom in the 'Country restrictions' settings ...
0
votes
0answers
59 views
How to provide region specific content (in-app purchases) for an iOS?
I am wondering how you would go about creating a region-specific app that offers in-app purchases. I know one solution would be to release multiple geographically restricted versions to the app store ...
-2
votes
1answer
60 views
How to get the domain country? [closed]
I'm having trouble understanding how certain websites use various domains for each website. In a nutshell how does say for instance myspace have uk.myspace.com, fr.myspace.com etc?
Do they put the ...
1
vote
1answer
168 views
Seo - Different approaches to country specific content [closed]
I am at a bit of a crossroads and would appreciate some advice. My site will hopefully be visited by people from different countries. I cannot afford or aquire the country code specific domains that I ...
0
votes
2answers
205 views
Data for mysql table for European states
I need to create a mysql database consisting of two tables 'country_master' and 'state_master' which contains all the countries of europe and its corresponding states.
country master table contains ...





