Why isn't United States an option on the UK “check if you need a visa” site?
While I'm sure I can find an answer to this elsewhere, I'm still just confused by this. Why would the primary government site for checking if you need a visa not list the US?
Every other country seems to be there!
visas uk
add a comment |
While I'm sure I can find an answer to this elsewhere, I'm still just confused by this. Why would the primary government site for checking if you need a visa not list the US?
Every other country seems to be there!
visas uk
4
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35
add a comment |
While I'm sure I can find an answer to this elsewhere, I'm still just confused by this. Why would the primary government site for checking if you need a visa not list the US?
Every other country seems to be there!
visas uk
While I'm sure I can find an answer to this elsewhere, I'm still just confused by this. Why would the primary government site for checking if you need a visa not list the US?
Every other country seems to be there!
visas uk
visas uk
edited Jul 13 '16 at 16:23
Karlson
41.6k791191
41.6k791191
asked Jul 13 '16 at 16:16
temporary_user_nametemporary_user_name
711716
711716
4
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35
add a comment |
4
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35
4
4
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35
add a comment |
1 Answer
1
active
oldest
votes
The dropdown list contains "USA" which is a common way to list the United States, in the same fashion as "UK" is often used for United Kingdom.
As to why is appears first in the "U" section, it is an abbreviation not a name and abbreviations are often listed before full names.
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "273"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftravel.stackexchange.com%2fquestions%2f73417%2fwhy-isnt-united-states-an-option-on-the-uk-check-if-you-need-a-visa-site%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The dropdown list contains "USA" which is a common way to list the United States, in the same fashion as "UK" is often used for United Kingdom.
As to why is appears first in the "U" section, it is an abbreviation not a name and abbreviations are often listed before full names.
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
add a comment |
The dropdown list contains "USA" which is a common way to list the United States, in the same fashion as "UK" is often used for United Kingdom.
As to why is appears first in the "U" section, it is an abbreviation not a name and abbreviations are often listed before full names.
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
add a comment |
The dropdown list contains "USA" which is a common way to list the United States, in the same fashion as "UK" is often used for United Kingdom.
As to why is appears first in the "U" section, it is an abbreviation not a name and abbreviations are often listed before full names.
The dropdown list contains "USA" which is a common way to list the United States, in the same fashion as "UK" is often used for United Kingdom.
As to why is appears first in the "U" section, it is an abbreviation not a name and abbreviations are often listed before full names.
edited Jul 13 '16 at 16:30
Kate Gregory
60.3k10163259
60.3k10163259
answered Jul 13 '16 at 16:24
user13044
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
add a comment |
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
3
3
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
Hilarious answer. Thanks. I can just picture you stabbing a finger at the screen emphatically.
– temporary_user_name
Jul 13 '16 at 16:35
6
6
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
More than a principled decision to list abbreviations first, the form is probably just listing its options in Unicode codepoint order, in which upper-case letters come before lower-case. Note also that São Tomé is sorted after Syria.
– Henning Makholm
Jul 13 '16 at 17:22
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
That's the normal sort order for a computer, and has been since, oh, the 1960s or even earlier. It takes work to override that, and programmers are lazy.
– Michael Hampton
Jul 13 '16 at 17:35
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
@MichaelHampton - As the web form is html, the drop down is most likely a cut & paste code snippet, borrowed from some other source, since as you said programmers are lazy. So no telling how it was originally generated.
– user13044
Jul 14 '16 at 0:54
add a comment |
Thanks for contributing an answer to Travel Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftravel.stackexchange.com%2fquestions%2f73417%2fwhy-isnt-united-states-an-option-on-the-uk-check-if-you-need-a-visa-site%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
It has "USA" on the list? Voting to close as unclear.
– neo
Jul 13 '16 at 16:19
@neo, nice one. Quickly spotted and voted upon. v nice
– Gayot Fow
Jul 13 '16 at 16:28
Lol yep didn't see that. Blind spot.
– temporary_user_name
Jul 13 '16 at 16:35