Posted by Offer Tsuriel on October 26, 2009
- Never use underline in body text as a reader will think it’s a hyperlink.
- Avoid extensive use of italics as it is difficult to read on screen, but they can add variety.
- Agree a standard for capitalization of headlines and link text. Generally, sentence case: ‘A.mazing new product released’ is best since it is most scannable. Title case ‘A.mazing New Product Released’ and all caps is ugly (and more difficult for readers to scan) . However, all caps can be attention grabbing if selectively used.
WAIT! There is more to read… read on »
Posted by Offer Tsuriel on
Here is an example of some general traps to avoid when using fonts.
The XYZ Company offer you the opportunity to take part in our online competition exclusively for customers who have made several purchases over the last year.
E-consultancy (2007) recommends these approaches to typography best practice.
- WAIT! There is more to read… read on »
Posted by Offer Tsuriel on

Fast loading website
Research from Akamai (2006) shows that content needs to load rapidly -within four seconds otherwise site experience suffers and visitors will leave the site. The research also showed, however, that high product price/shipping costs and problems with shipping were both considered more important than speed. However, for sites perceived to have poor performance, many shoppers said they were less likely to visit the site again (64%) or buy from the e-retailer (62%).
These practical tips for designers developed by accessibility specialist Trenton Moss of Webcredible (Webcredible, 2004) show how approaches to coding pages can make a difference. So make sure your site designers optimize for speed, not simply focusing on visual design.
- Layout your pages with CSS (Cascading Style Sheets)’ not tables
- Don’t use images to display text
- Call up decorative images through CSS
- Use contextual selectors (use classes to format)
- Use shorthand CSS properties
- Minimize white space [within code]. line returns and comment tags
- Use relative call-ups Remove unnecessary META tags and META content Put CSS and JavaScript into external documents Use / at the end of directory links.