Lorem Ipsum: Dummy Text For Design

When you’re putting together the design for a website, or something of that sort, it’s often helpful to put “dummy text” where content would eventually go. This allows you to get a better picture of what it will look like when you finish.

The most common dummy text is a pseudo-Latin paragraph beginning with “Lorem ipsum.” It looks something like this:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa.

Nonsensical, yes, but that’s the point. Since the 1500s or so, typesetters have used Lorem Ipsum text because it has fairly realistic spacing, rather than just repeating “This is filler text” over and over again and ending up with a block of text that doesn’t look quite natural, and because the text is nonsensical enough that the content won’t pose as a distraction from the design of the letters.

There are plenty of places to get dummy text. A couple of may favorites are

  • HTML Ipsum – Several snippets ready for copy/paste.
  • Lorem Ipsum – A dummy text generator. Pick the amount of text you need, and how it should be formatted, then copy/paste the result.

NETTUTS 960gs CSS Framework Tutorial

NETTUTS has put together a great video tutorial on the 960gs CSS grid framework, something I have been experimenting with lately. A Detailed Look at the 960 CSS Framework CSS frameworks are bloated. CSS frameworks are for people who don’t know how to code.…

Poll Results For “Are You Running WordPress 2.7 Yet?”

Back in mid December I asked whether those of you who ran WordPress whether they had upgraded to version 2.7. The results are in, if a bit late. I have determined, with the help of our informal survey, as well as from monitoring other…

BlogBuzz January 17, 2008

Markdown in PHP

HTML isn’t exactly easy for ordinary people to comprehend and use correctly, and allowing it’s use in web forms then entails measures to be taken to prevent malicious code from being inserted. The infamous John Gruber came up with Markdown, with the help of…

Anti-AdBlock Plugin

Thaya Kareeson, maker of the useful WP Greet Box Plugin, has just released Anti-AdBlock, a WordPress plugin that detects if the user is running the AdBlock Plus extension for Firefox and displays a message “humbly asking them to support your website by turning off…

Stop the U.S. Orphan Works Act

A bill called the “Orphan Works Act” is pending in Congress. If approved, the bill would adversely affect U.S. copyright law, and cause major problems for individuals. Currently, in the United States, a creative work such as a blog post, web design, podcast, video,…

When Should You Use a CSS Framework?

The web has been abuzz lately about CSS frameworks, such as 960gs and Blueprint. There have been tutorials springing up right and left, and articles discussing the merits and problems with them. What is a CSS framework? Wikipedia defines it as: A CSS framework…

“Twittar” Twitter Avatar Plugin

Smashing Magazine has released an interesting WordPress plugin called “Twittar.” The plugin, named for “Twitter Avatar,” is used in place of WordPress’s Gravatar template tag. When a comment is displayed, the plugin will check to see if the email address left matches a Twitter…

PHP Explode()

Explode() is a widely-used PHP string function that is also one that tends to mystify beginners looking at others’ code. It’s a nifty little function that you may find plenty of uses for once you know how it works. Explode() takes two arguments, a…