Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
5answers
611 views

Can aptitude for learning Programming paradigms be influenced by culture or native language's grammar?

It is well known that different people have different aptitudes regarding various programming paradigms (e.g. some people have trouble learning non-procedural, especially functional languages. Some ...
14
votes
1answer
134 views

Scalable international geocoding solutions

We want out website to support international geocoding. We are wary of using APIs that throttle and/or cap requests, which could leave us with our pants down as the service gains volume. How do ...
13
votes
15answers
4k views

Keyboard layout for international programmers?

I think everybody who had to program using a standard German (or any other international) keyboard layout on Windows (or Mac) will complain about the conundrum of either having all special characters ...
11
votes
7answers
757 views

How should an American software developer go about finding a job overseas?

Are there any tech recruiters who specialize in international placement? Any websites? I've looked around on Craigslist, but it seems like a lot of the ads in English are for American companies ...
9
votes
4answers
8k views

How to localize my APP with Xcode 4?

i just update to xcode 4. Normally, we localize our APP by doing this: Add Localizable.String file to project, and "Get Info" , then "make it localized" , then we add translation. But in Xcode 4 , ...
6
votes
3answers
177 views

Facebook Credits and Foreign currency

I am developing an application that uses FB Credits as a currency, however, my clients are going to be paying in their local currency (ILS, israeli sheqel). I know the rate for 1 credit is 10 cents, ...
3
votes
4answers
106 views

What is a proper way for naming of message properties in i18n?

We do have a website which should be translate into different languages. Some of the wording is in message properties files ready for translation. I want now add the rest of the text into these files. ...
3
votes
2answers
211 views

Guide to international postal address formats

Where can I find a guide to different postal address formats that are used in the major countries in the world? For example, in the U.S. one format is: street_number street_name street_type city, ...
3
votes
3answers
254 views

gVim + US-International: Not combining dead keys with space

I am using "United States-International" on Windows 7, which causes problems in combination with gVim 7.3. In the US-International keyboard layout the keys " and ' are dead keys, that means, you can ...
3
votes
1answer
2k views

Does WPF's TextBox support spell-check dictionaries for the Netherlands?

The RichTextBox supports a spellcheck option which is very nice. (SpellCheck.IsEnabled = true) But I cannot seem to get it to another language. (I live in the Netherlands.. ;)) Does any of you have ...
3
votes
9answers
410 views

Storing content in multiple languages? E.g. English, French, German

How should I store (and present) the text on a website intended for worldwide use, with several languages? The content is mostly in the form of 500+ word articles, although I will need to translate ...
2
votes
1answer
49 views

bash language output

In my english linux system, I have $ diff a b Only in b: bmm.awda Common subdirectories: a/c and b/c Only in b: gsegwehh Only in a: Link to t Only in b: new file (4th copy) Only in a: r Only in a: t ...
2
votes
3answers
261 views

Help identifying international phone numbers in string in PHP

I am trying to write a function that will pull valid phone numbers from a string that are valid somewhere on the planet. This is for a truly international site for an organization that has locations ...
2
votes
2answers
279 views

Multi-language support

We have developed a site that needs to display text in English, Polish, Slovak and Czech. However, when the text is entered into the database, any accented letters are changed to english letters. ...
2
votes
1answer
400 views

Content-Disposition Special Characters

I have encountered an issue when trying to serve files with spanish tildes, related to the Content-Disposition encoding. The file name is "qué hacés ahora.docx" So far, the ASP.NET MVC way of ...
2
votes
2answers
60 views

Why are non-ascii characters still disliked in function / var names?

When I see a small program which is written for some students, I often see something like this: (haskell, german): ueber = "What the haeck!" instead of über = "What the häck!" As many modern ...
2
votes
2answers
82 views

Strategy for supporting international keyboards in Flash/Flex

I have an Flash/Flex application that is showing weird behavior when used in conjunction with international keyboards. For example, I have extended TextInput in this app to allow for special behavior ...
2
votes
4answers
486 views

How do you convert posted “english” characters from international PC's in ASP.NET? (ex 2205)

I have a WebForm search page that gets occasional hits from international visitors. When they enter in text, it appears to be plain ASCII a-z, 0-9 but they are printed in bold and my "is this text" ...
2
votes
4answers
2k views

International weather API (PHP)

I'm looking for the best (free/cheap) international weather PHP API out there. Any suggestions?
2
votes
1answer
417 views

Using an international keyboard in iPhone app

I need to be able to force a different international keyboard, without the user manually having to go into the Settings application and enable that keyboard. For example, the user only has English ...
2
votes
5answers
132 views

how to get the googlebot to get the correct GEOIPed content?

OK. This problem is doing my head in. And I dont know if there even IS a definitive answer. We have a website, lets call it mycompany.com. It's a UK-based site, with UK based content. Google knows ...
1
vote
2answers
96 views

Need a paid SMS sending interface for INTERNATIONAL transactional SMSes

I am looking for a Paid, Premium service that will allow me to RELIABLY send transactional SMS-es INTERNATIONALLY. Not only to the United States and Canada, but to all over the world. I've been ...
1
vote
0answers
48 views

Using WPF keyboard accelerators with international keyboards

I have a WPF app in which I use the standard underscore format (e.g. "Open _File") to associate alt-key presses with my menu items. However, when I set my keyboard to, say, Arabic, it does not work as ...
1
vote
1answer
435 views

MaskedEditExtender for international phone number

A page contains ajax MaskedEditExtender for international phone number. How do I setup MaskedEditExtender? It can allows me to input phone numbers like +1(454)123-45-67 or 8(113)123-45 or ...
1
vote
0answers
196 views

Android App Sales in Mainland China? [closed]

Since google apps do not sell in China. Only Taiwan, and hong kong.....When is google planning on selling Android apps in China? Right now, there are dozens of Chinese companies that allow developers ...
1
vote
3answers
868 views

jQuery event.keyCode 0 when Swedish keys å, ä and ö are pressed

I have an html form with a lot of text fields that all take only one character (think crossword puzzle). When a letter is entered in an input field, I use jQuery to jump to the next one. This works ...
1
vote
2answers
692 views

Ruby On Rails: pluralize for other languages

I am building apps for a non-english audience. Right now, I use english nouns to name my models, yet I prefer to use native dutch ones. As the convention uses the plural of the class name for tables, ...
1
vote
1answer
145 views

Absurd problem displaying silverlight video player on differing domains

I'm having a problem displaying two silverlight movies from different domains. They are both in the bindings of IIS, both are redirected to my private computer/server and both are loading a ...
1
vote
1answer
518 views

Problem with Japanese/International Characters with IIS7 URL Rewrite

I have a friend with a Japanese blog, using wordpress, he has the pretty url. Basically domain.com/postname. Well an example of a url might be. "domain.com/テスト". His blog is hosted on an Apache web ...
1
vote
3answers
3k views

How do I detect a NumberDecimalSeparator in a KeyDown event (C#)

I'm trying to see if the user has pressed a decimal separator in a text box, and either allow or suppress it depending on other parameters. The NumberdecimalSeparator returns as 46, or '.' on my US ...
1
vote
4answers
1k views

Batch renaming of files with international chars on Windows XP

I have a whole bunch of files with filenames using our lovely Swedish letters å å and ö. For various reasons I now need to convert these to an [a-zA-Z] range. Just removing anything outside this range ...
0
votes
0answers
23 views

Connecting to MySQL on AWS via Query Browser While Outside the U.S

I am running MySQL on an Amazon AWS Instance. I was able to previously connect to the MySQL Database via MySQL Query Browser. Now I am traveling outside the U.S. and I am having trouble connecting via ...
0
votes
1answer
41 views

How to add support for special character like (ą ę ó ÿ ż, etc) to file-io via getBasename()

I need to modify the function below for better international character support. It reads a directory of .txt files and imports those files into the site using file_get_contents() and getBasename(). ...
0
votes
1answer
45 views

I'm using gwt and I can't capture international characters using a keypress event listener

onkeypress doesn't seem to capture characters such as vowels with accents eg "á". My application has a listener for keypress events. I run it on development mode and I'm using chrome and firefox on a ...
0
votes
1answer
103 views

How do I enable the Japanese keyboard on the iPhone simulator?

I have a UITableview with a UISearchBar, which contain Japanese words, and I want to test if it works to search Japanese words with Japanese keyboard. I can't find how to change the default keyboard ...
0
votes
0answers
57 views

hosting a magento/website instance on multiple international server

We have a magento website running and we would like to go international. So instead of just selling international we would like to have local server (IPs) and domains for each country (.com, .uk, ...
0
votes
0answers
10 views

Where/how to host a webapp (RoR) to for international users

I'm fairly new to hosting, but I was curious on how to host a webapp that makes it easily accessible internationally (i.e. low latency). We have an RoR app we've hosted locally (based out of ...
0
votes
0answers
21 views

Recognize International data roaming

Is there a way to recognize if the data traffic is running under international data roaming? On some new devices I've seen in the options the possibility to turn on/off the national data roaming and ...
0
votes
2answers
1k views

Create custom international keyboard for iPhone

Is it possible to take advantage of the international keyboard feature for the iPhone and create a custom keyboard that can be used over the entire phone not just within a particular app? Similar to ...
0
votes
1answer
173 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 ...
0
votes
2answers
142 views

UI Phone number accpeting - international format

Are there any standards for phone number across the world. I would like to create one UI to accept the phone number Depending on country the phone number accepting dialog should be changed like in US ...
0
votes
1answer
84 views

Adding multi-language support to web app from the start

I'm about to start a PHP/MySQL based web app and before I start coding I wanted to know how do I incorporate multi-language support? I figured I should develop with the international audience in mind ...
0
votes
2answers
455 views

Is there an international weather forecast API that is not limited for non-commercial use only?

The question is in the title: I'm looking for a weather forecast API, but all I find (Yahoo Weather, TheWeatherChannel, ...) is strictly prohibited for commercial use. I have come across weather.gov ...
0
votes
1answer
636 views

What is the Phone Number format for incoming calls from India

I have an Android application that shows the location based on the area code of a caller. For example, any phone number with the area code 212 is New York. I would like to let users in India use the ...
0
votes
3answers
112 views

programming/selling mobile apps internationally

If I'm looking to sell my app in other markets other than the U.S. on both Android and iOS, do I need to do anything inside the app coding-wise? I don't imagine that I need to but I just want to make ...
0
votes
1answer
74 views

International merchant account services…exchange rate conversions

I'm not sure if this is where to post this but I couldn't find any answers. Hoping some developers have run accross this before. I am building a subscription based product that can be used ...
0
votes
2answers
268 views

Javascript regex alphabetic with few international characters

I need a javascript function for validating alphabetic input with a few extra characters from the Italian languages, namely: àèéìòóù I saw a regex before with something like: ...
0
votes
1answer
60 views

How good I need to know english to work for international IT company? [closed]

English isn't my native language but my dream is to work for international company as a PHP (ZF) programmer. Please tell me, how good I need to know English to work without any communication problems? ...
0
votes
1answer
525 views

International Assist on iPhone

Does anyone know if the International Assist feature on the iPhone works when dialing a number using the tel:// URL scheme from an application? For those unfamiliar, IA automatically prefixes the "+1" ...
0
votes
1answer
474 views

Validating international zipcode formats

Does anyone have validation code for zipcodes for all countries around the world. I found mostly US, Canada and UK validation scripts in Javascript. And can you give me any suggestions on how to ...

1 2