Idiomatic expressions are locutions specific to a language, often colorful, and sometimes with the value of a popular saying. Most of the time, they cannot be translated word by word, but remain a good way to measure the cultural proximity of two languages. Besides, knowing the most used idiomatics of a language is a funny and interesting stage of its learning, as they tell a lot about its popular culture and its history rooted in a given time and place.
The world of web technologies is shifting, always renewn, and at the same times always grappling with the same issues, whether it is about development, setting up processes or translating content. That space is dedicated to experience sharing.
Sunday, January 29, 2012
Sunday, January 22, 2012
The evolution of web browsers
This dynamic visualization shows on the same timeline the apparition of each main web browser and their different versions, highlighting the technologies they support (flash, CSS, ajax…) and the current acceleration of the HTML5 tags support. We can even see how the browsers interfaces looked like in the past.
Saturday, January 14, 2012
Code-switching between English and Spanish
Bilinguals, and multilinguals alike, often tend to switch between languages when the opportunity arises. While sometimes this phenomenon comes from an uneasiness in a specific situation when one language better fits the needs, it is always a sheer pleasure to speak in that intermingling mode with someone else who knows the involved languages. You can directly translate idiomatics which would not make any sense in the word-by-word translation but are a genuine word game you have to decipher in real-time. Most of the time, otherwise, multilinguals have to put strict barriers between each language, thus they kill this way that freedom of speaking in tongues which can be so joyful.
Sunday, January 8, 2012
Advanced jQuery Form validation (4): Display error message for grouped fields
After having discovered conditional triggers and learnt more about where to display error messages, we are going to display an error message for a group of fields.
In that example, two fields are related and at least one of them is required. In other words, each of those two fields is required if the other is empty. These two fields can be of any type, but we'll focus here on an input text and a textarea. Of course, we could have used a radio button to indicate that specific behavior, but we would like to keep it simple on the interface and limit the number of form elements.
Sunday, December 18, 2011
Star Trek languages
The linguistic richness of the Star Trek universe is particularly important, with three main languages: Klingon (designed by the linguist Marc Okrand), Romulan (or Rihannsu invented by the author Diane Duane), and Vulcan (developped by Mark R. Gardner). Those three artlangs have their own writing system, combining beauty and strangeness.
Saturday, December 10, 2011
Check a chromosome region with jQuery validator
A chromosome region is the part of a chromosome defined either by anatomical details, especially by banding, or by its linkage groups, and divided in bands and subbands. In other words, these regions have been defined to talk about the location of a gene. The regions p and q are respectivelly used for the short arm and the long arm of the chromosome.
Here are some examples of chromosomal regions: 13q14, 1p12, 1p12.3
1p12.3 means on the short arm (p) of the chromosome 1, region 1, band 2, subband 3.
Sunday, December 4, 2011
Hyphenation on the web
Basically, hyphenation is the splitting of words with dashes at the end of text lines. By using it, the text displayed on the screen can by gracefully justified or lined-wrapped, and shown in a neat column.
Up to now, there were two ways to get them: either setting soft hyphens in HTML from the server side (telling the browser where it can cut words by inserting the ­ character) or using a javascript library to hyphenate your text on the client side. You can now do it directly with CSS3 styling.
Subscribe to:
Comments (Atom)