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

Starter Websites are Cheap

We’re offering ‘starter’ websites for as little as $175 in the coming months. This will get you everything you need, including shopping cart, to start selling online. Our targets are small, home based businesses. We understand that they don’t have a lot of capital to invest in a

What makes your website attractive to google?

What makes your website attractive to google? In 2013, Google released Search Quality Evaluation Guidelines to provide transparency in how google rates websites. The main goal of Google’s Search Quality Ratings is to provide results that represent and are beneficial to a specific user and their locale. This

Local Search Listing Management on Google

Building a strong customer base in your local community has always been one of the most significant components in the success of a business. With over 50% of Google searches completed on mobile devices, it’s more important than ever that on-the-go users can locate your business fast through

Thomas Jackson Updates

John Pailing and I have been hard at work upgrading what is already an incredible website. We have made several layout changes and are playing with a few ideas that will really add to the depth and relevance of the site. It is truly an honor to be

Preloading Images with Jquery

There are times when preloading images is an important step in keeping your site/page/program running smoothly. This is especially true in the era of mobile. Here’s a cute little snippet that does just that. function preload(yourarrayOfImages) { $(yourarrayOfImages).each(function(){ $(‘<img/>’)[0].src = this; }); } preload([ ‘img/image1.jpg’, ‘img/image2.jpg’, ‘img/image3.jpg’ ]);

WordPress Custom Post Type Category Images : Solved

If you’re a WordPress developer, you’ve probably been here. You want to use images for your categories, but they are custom taxonomies. Here’s how to solve that issue. We’re using a plugin called “Category Images” by Muhammad Said El Zahlan. Download, install and activate the plugin. Now you can