Expanding text boxes, font-sizing, and readability within Clarify
February 11, 2008
While talking with a customer recently, they were showing off a "feature" that they had implemented. Whenever they added a note to a case, they have some ClearBasic code that automatically uppercases the entire text of the note before saving it to the database. I shuddered. They asked me if we could do this in our DovetailAgent application. I said Yes, we can, but No, I won't do it. I think he was a bit shocked.Why won't I do this? Because that's coupling your content to its presentation. There's already been much written on this topic, so I won't expand on it here.After I dug into it a bit more with the customer, it turns out that the reason they did this was because the case history is hard to read, and they felt that uppercasing all the text made…