What is Lorem Ipsum?

Lorem ipsum is simply Latin text. Gobbledygook, essentially. Well, not really; It does have its roots in latin text from just before the BC to BCE line, so that puts it around 2000 years old. Past that, it’s gibberish. 

Web Design Gainesville Florida
Web Design Gainesville Florida

Sometimes web developers need filler text to create web pages. Instead of just typing the word “text” over and over, random latin words tend to make things more attractive. The reason is that it mimics written english quite nicely. The word spacing is similar so the reader can conceptualize english in that space. The second reason it is a useful tool for web developers is that users/clients will see not pay attention to what the text is saying since they cannot understand it – this is beneficial when you’re trying to have a client focus on the layout only, not necessarily what is being said on a website. Here’s a quick sample of lorem ipsum:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer pulvinar augue magna, vel rutrum est lacinia eget. Morbi ultrices vestibulum eleifend. Pellentesque id faucibus magna. Nullam aliquet sollicitudin lacus at consequat. Integer tristique sem et nisl tempus congue.

More Web Design Blog Content

A Quick Way To Kill Your Facebook Marketing

Facebook is a powerful tool. With millions upon millions of reachable users it is the social media powerhouse. Sharing content is incredibly easy and businesses can so easily engage potential customers that many businesses are putting it to work for them. There are, in fact, many ways to

Good one on Sitelinks

Sitelinks also factor into your ad rank, and can influence the position of your ad on search page. Ad Rank previously took into account your max cost-per-click (CPC) and quality score, and now ad extensions and formats are another component of the calculation. Seems like a no-brainer to implement,

Responsive Design and Why it is important for your Small Business Website

Responsive design provides users with quick seamless access to the same content regardless if they are using a smartphone, a tablet, or a laptop/desktop. “Web Design is responsive design, Responsive Wed Design is web design, done right.” – Andy Clarke A responsive design website responds to the device

Budding Biologist has a new website

A cute website for a really neat childrens’ book series by budding biologist. Their new website is responsive, meaning it is mobile ready and will display correctly across all devices and all browsers. Integrated web store and using the latest in HTML 5 and CSS3 media queries. Cloud

Javascript called by PHP

Interesting little snippet. What is going on here? Livewire gives you the low down.    if($num_rowvs == 0){ echo ‘<script>// <![CDATA[ alert(“This is an alert message. I’m alerting you that you are totally awesome!”); // ]]></script>’; }   First, we’re creating a simple if statement in PHP.  Not entirely