Why is nobody using the ISO format for dates? http://en.wikipedia.org/wiki/ISO_8601 yyyy-mm-dd? Another benefit is that it sorts correctly in the file explorers (I used to name my photo folders like that...). Coming from a country where we typically do dd/mm I can never remember what the English standard is. I've taken to always writing the name of the month to be sure. Also, can the huge lead of the iPhone still be…
Because it's a format rarely used outside of an engineering context. If your users are 100% from a technical background, and always will be, fine. Otherwise, a lot of your users will find it difficult to parse dates in this format.
Lessons for uncultured web developers
41–50 of 114 posts
Re: Lessons for uncultured web developers
#42> Why are these US only? It’s a conundrum which we probably don’t regularly need to worry about, but it’s unusual all the same (I’d love to hear insight on why there’s no .us on these). History of the internet: it was invented as a US department of defense research project, and grew into the beast it is today. You could buy a .com address years before the internet existed outside the US. Note that .uk exists for the…
Re: Lessons for uncultured web developers
#43Yes, yes, a thousand times yes! I'm a self-proclaimed domain name pedant and this gradual decline into mainstream abuse of ccTLDs drives me mad on a daily basis.
Re: Lessons for uncultured web developers
#44> Why are these US only? It’s a conundrum which we probably don’t regularly need to worry about, but it’s unusual all the same (I’d love to hear insight on why there’s no .us on these). History of the internet: it was invented as a US department of defense research project, and grew into the beast it is today. You could buy a .com address years before the internet existed outside the US. Note that .uk exists for the…
Re: Lessons for uncultured web developers
#45> Why are these US only? It’s a conundrum which we probably don’t regularly need to worry about, but it’s unusual all the same (I’d love to hear insight on why there’s no .us on these). History of the internet: it was invented as a US department of defense research project, and grew into the beast it is today. You could buy a .com address years before the internet existed outside the US. Note that .uk exists for the…
The net was once a fun place managed by smart people, consensus, and working code. Now, a million times larger, all we can hope for is neutrality or ineffectiveness.
Re: Lessons for uncultured web developers
#46Re: Lessons for uncultured web developers
#47Why is nobody using the ISO format for dates? http://en.wikipedia.org/wiki/ISO_8601 yyyy-mm-dd? Another benefit is that it sorts correctly in the file explorers (I used to name my photo folders like that...). Coming from a country where we typically do dd/mm I can never remember what the English standard is. I've taken to always writing the name of the month to be sure. Also, can the huge lead of the iPhone still be…
One person at a time.
Re: Lessons for uncultured web developers
#48> Why are these US only? It’s a conundrum which we probably don’t regularly need to worry about, but it’s unusual all the same (I’d love to hear insight on why there’s no .us on these). History of the internet: it was invented as a US department of defense research project, and grew into the beast it is today. You could buy a .com address years before the internet existed outside the US. Note that .uk exists for the…
True, though .uk is more correct (Great Britain doesn't include Northern Ireland) and is reserved by the United Kingdom in ISO 3166
Also, Ukraine got shafted into another mismatch (UA is TLD and ISO alpha-2, UKR is alpha-3), although in their case one could say the country wasn't around when ISO codes were formulated. Some Linux distributions used to have a UK keymap which was... ukrainian. That was a lot of fun to fix (not).
Re: Lessons for uncultured web developers
#49Another lesson that might be useful is not to assume that the week starts on a particular day. I live in the UK and the general convention here is the the week on Monday. In find calendars (presumably designed in the US) that start on Sunday particularly frustrating and error-prone. Not being able to customise this is uncultured. Different cultures have different conventions, and if a seven-day week is the norm then…
Re: Lessons for uncultured web developers
#50Good list, and interesting how at least half of the points are about localisation/internationalization. The date point was good I find that one very annoying. The easiest way to work it out on forums is usually to look at the previous post and see what number goes down (day). I didn't realise the mm/dd format was only officially used in two countries. I've never understood why it's use at all, it makes much more sens…
> Is there a reason mm/dd was chosen in the US I don't know which came first, but it agrees with the way we say it out loud. "Today is September tenth." So, maybe that's why? And I think in other countries, it's said the other way around, right? "Today is the tenth of September?" That would actually be okay sounding in the U.S., too, though a little uncommon. Can you say "Today is tenth September"? That sounds very w…
You mean in english? Because in portuguese we use cardinals to refer to days, and not ordinals. "Dez de setembro de 2012"—literally: "Ten of September of 2012." I'd guess it's the same in spanish.