SIMPLE & USEFUL
A guide to web design

Availability and Efficiency

Making web sites available to as many people is possible is an important goal for any designer, as is making files that download quickly. To do both, be sparing with the size of the files and careful with their structure.

Text is the best way to do it and is also the easiest medium for creating web sites, as well as simplest and quickest to edit, proof, correct and to locate information in.

Photographs, other media than text

For comparison with files in other formats, the size of the file of a text document in html is about 2KB for contents of an average page in a book, or 200KB for 100 pages.

Here are four examples of the same photograph saved a 24 bit and an 8 bit png file and as a maximum quality and a low quality jpg files.

24bit png – 806KB
8bit png – 194KB
Maximum quality jpg – 482KB
Low quality jpg – 53KB

If you are placing photographic images in your sites, it is important to consider the size of the files and whether the lower resolution causes a loss of the meaning and feelings you want to get across.

And when you put something other than text in html up on a web site – pdfs, videos, audio files, animations, photographs, graphics – make sure:

Video and media other than text.

Application Cache

Using the application cache so that the files will be available to the user when they are offline is especially important as more and more people are using phones to access information on the internet and they are frequently without a connection or it is too expensive to use for long periods of time that reading a long text requires.

It involves including markup similar to this in the head of your page:

<html manifest="example.appcache">

and making a cache manifest file and saving it to site directory – for example:

CACHE MANIFEST
index.html
introduction.html
frostmullein.jpg
rectpercent.svg

Although most browsers do cache files, using a cache manifest means there is enough space – 4M – given to it to store 4 or 5 book length html files.