I was testing a friends web application the other day when I ran across this:
If you have ever built a database driven application from scratch, you should be familiar with this. What we have here is just 100% gibberish that my friend threw into his application just to test how the text rendered on the page. The worst part about this, was that the project I was testing for him was being packaged to show to his client later on that same day!
It is easy for a developer to fall into a wonderful world of lazy placement text but there are a lot better, and professional, ways to accomplish this. For placement text, I usually turn to a Lorem Ipsum text generator. If you are unfamiliar with Lorem Ipsum, which is also known as greeking, then I suggest reading up on this Wikipedia entry.
Lorem Ipsum in a nutshell is method of displaying placement text that looks as if it could be real words. While the text itself looks like it could be a foreign language, such as latin, it actually has no meaning at all. It truly is neat stuff, and looks a lot better than the showing a client an application you built with the text above!
If you don’t believe me, compare the two following texts:
Gibberish
Lorem Ipsum
LINKS: Lorem Ipsum Wikipedia Entry | Lorem Ipsuim – All the facts – Lipsum generator































