Posts Tagged “i18n”
The Trouble With hCard and Microformats in General
If you haven’t already heard of Microformats, they are a set of simple, open data formats built upon existing and widely adopted standards. Basically, they allow you to use a combination of class names to mark up data in your page along the same lines as existing data formats. So for example, you’d mark up [...]
Worry Free JavaScript Internationalization (i18n)
There’s a right way and a wrong way to go about i18n. Just to be clear, I don’t subscribe to the idea of right vs. wrong unless there’s a good reason for it, otherwise I just chalk it up to preference. Sometimes I consider something as a matter of preference until someone points out a [...]