Striped Text Boxes Website Design Trend 2012

Published on May 1st, 2012

Placing text in long strips is a design trend I have seen in both print and web lately—usually the box is a neutral colour, but I have also seen them in bright pink and yellow. The transparency is often set to 80-90%, so the image or colour field behind them bleeds through slightly without making the text difficult to read.

Many of the striped text headlines or call to action areas are using serif fonts, which have not been prevalent online in some time. It is harder to read large blocks of type on a screen in serif, so traditionally sans-serif has been the style of choice in website design. With large headlines like these, it is possible to use a serif font, and many websites are now jumping to use classic print fonts in a new way online.

The example below shows text strips with darker coloured backgrounds and reversed out type. These give a splash to the website, but can easily become overpowering or look amateur if not used properly. When first experimenting with these sorts of text areas, choosing softer colours would be a good start, unless you have a firm grasp of colour theory and feel comfortable working with a sophisticated use of colour as design. There are fantastic website designers out there that are not the best with colour, so knowing strengths and weaknesses is a must when considering whether or not to adopt a current trend like this one.

Images are fuzzy on iPad 3 – how do I optimize for retina displays?

Published on April 1st, 2012

The new iPad 3 is out and it is gorgeous! Retina display apps jump out from the standard apps like red roses in a field of ashes. In excitement, I started looking at websites and while the text was clear and sharp, images turned into a blurry fuzzy mess.


Standard image viewed on retina


Image optimized for retina display

I have exaggerated to show those on a standard computer the vast difference between regular 72ppi web images used online and what they look like when examined on a retina display. The sharp text renders the difference even more obvious and painful.

After experimenting with many techniques, the one I found worked the best was this:

1. Decide the final pixel dimensions of the image (example: 100 x 100 pixels)

2. Create an image at 72ppi twice the size (example: 200 x 200 pixels)

3. Call the image in html with the exact width and height in css or markup for the original size (example: width:100px; height:100px;)

The result is a crisp image, even if it has text in it. I would highly recommend avoiding any text in images for retina displays, but if you must be sure to use the above method right away! This is crucial if you have a logo on your website, for example. Go right now and change that logo for retina, because otherwise it will be a fuzzy blob amongst crisp text.

As for the images themselves, I would recommend fixing the homepage first, since it gives the first impression of a website, and any crucial images next. The rest of the spot graphics and eye candy can wait, although it might be a good idea to revisit them as well.

Remember that 72ppi is 72ppi so if you create an image at a higher dpi/ppi it does not matter. The image has to be at 72dpi, but halved in size to display well on retina.

© Old Hat, New Look