NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
why not to use ALL CAPs (Score:1)
It's ironic that people choose to use all-caps to make something more important or visible, when they may actually be making it header to read.
I think of the road-side signs with changeable plastic letters.
All-caps work OK to emphasis things in small does, b
Re:why not to use ALL CAPs (Score:1)
Yes! All caps is a bad idea in many cases. It should be used ONLY for VERY short bits of text.
However, that’s not for the reason you cite. “Bouma shape [wikipedia.org]” has been conclusively refuted. In fact, the scrambled-middle-letters myth, while making a ridiculous claim, clearly disproves that we recognise words by their shape, because if the context provides enough clues, you can read scrambled-middle-letters words without even slowing down – despite the fact that the word shape has been completely corrupted. Microsoft Research has a very good article about this [microsoft.com]:
What happens is that we go through the text sequentially, but doing parallel recognition of short blocks of individual letters. That doesn’t mean we deal with every single letter, though – we go from tentative to partial to (sometimes) full recognition of letters, but by taking the context into account we can reduce the plausibility of occurence of most words to zero very quickly, so we can stop looking at any one block of letters quite quickly, long before we've visually determined the exact sequence of letters. F.ex., •• grammatical structure •• • sentence alone •• often enough •• dictate ••• choice •• many short words with barely any ambiguity. This is why scrambling the middle letters does not slow you down appreciably when you read text with relatively short words and low “concept density” (for lack of a better word).
You will notice that the mangling I showed is not just all caps, but also prefixes every word with the same string of letters. In fact, it didn’t even need the all caps to effectively destroy the readability of the text:
This is not a whole lot easier to read than the all caps. Why is that? It’s because we can only recognise short blocks of letters in parallel. Now pay attention to how you read this – you will notice that you are forced to scan meticulously, looking for the actual start of each word.
We jump through the text 3–7 letters or so at a time. Naturally, th• begi••••• of a wor• is mu•• mo•• impor•••• to thi• tha• its en•. What the above mangling does is that it keeps tripping you up by making the start of every word meaningless.
In summary: the all caps version is painfully slow to read because it makes the shapes of each letter much more similar, not the shape of each word.
Again, pay attention to how you read it. It forces you to go literally one or two letters at a time, instead of you letting you “surf” the text as we normally do.
Reply to This
Parent