Category Archives: Usability

Two types of websites

Something I have noticed over the years is that there are fundamentally two uses of the Web: web pages, and web applications. Each are created, developed, and maintained very differently. It is useful to understand which you are creating before … Continue reading

Posted in Observations, Usability | Leave a comment

How to optimize images

In this series, I have been going through several techniques web developers can use to improve the performance of their websites.  Previously I discussed using sprite images to reduce HTTP requests during page load.  This article will show several things … Continue reading

Posted in Performance, Usability | Leave a comment

Using CSS sprite images

Previously, I discussed how the #1 problem with slow-loading websites is often the number of separate HTTP requests, and I demonstrated the method I use to optimize requests for JavaScript and CSS.  Now lets talk about images. Images and icons … Continue reading

Posted in Performance, Usability | Leave a comment

Speeding up your site

We’ve all had the experience of visiting a website that includes elements and widgets from all over the place.  When I encounter a site like this, I often amusedly watch the status bar on my browser: “Loading 7 of 231 … Continue reading

Posted in Usability | Tagged | Leave a comment

Writing for the web

The Internet is awash with information, and people are in a hurry.  Research has consistently shown that people don’t read on the web; they scan.  What can we learn from this?  There are styles we can employ when writing for … Continue reading

Posted in Usability | Leave a comment