This assignment was part of a technical writing class taught at Georgia Tech during 1996-96. I no longer update it but thought the information might be useful to some.
Large images take up considerable bandwidth and can take a prohibitively long time to load over a slow network connection or over a modem. Given the fact that the average person gets annoyed if a computing task takes longer than 20 seconds, the designer should minimize the use of large images and reduce the size of those images where possible.
Remember: It takes a one megabyte image nine minutes to download over a 14.4 modem. That's four and a half minutes for a 28.8 modem, under the best of conditions.Some strategies:
Some designers say that to prevent spill-off of top title banners or other wide graphics, you should limit the horizontal measurement of the graphics to 472 pixels. I think the size of your banner depends on your audience--if your audience will contain folks who are unskilled at computers, then they won't know how to resize a window and you should keep your banner to 472 pixels. But, given that many users have nice big monitors and like to open up their browser windows wide, it seems silly to restrict the banner width if you know your audience can resize a window.
An interlaced GIF first makes a quick pass, displaying a rough version of the image, and then progressively fills it in. It creates a venetian blind effect and gives the viewer a quick view of the image and immediate access to text and links. Compare an interlaced image to a non-interlaced image.
Click on the "Options" button, and another window will display:
Check the "Interlaced" check box and save the file.
GIFConverter is located at: Library Cluster/Utilities/Graphics & Animation.
Check the English 3020 folder for other utilities. Graphic Converter converts files across formats and platforms. It also allows you to edit files.
Screensnap lets you take pictures of your computer screen (useful for program manuals). To take a screen-wide picture of your screen, use Apple's built in feature: Shift-Command (the Apple key)-3. A PICT file will be stored to your hard drive.
Shareware graphics programs for Windows machines include LViewPro and WinJPEG. These can be downloaded off the Web. Then, there are commercial products like Corel Draw and Photoshop.
<IMG HEIGHT = 140 WIDTH = 140 SRC = "square_image.gif">
Do not use this command to display a large image in a small space. Not only will other browsers ignore the "height" and "width" attributes, but you will also likely distort the image and it will certainly take longer to load. Resize the image in a graphics program like Photoshop or GIF Converter.
For example: <IMG SRC = "ball.gif" ALT = "*">
| GIF |
|
| JPEG |
|
| GIF Advantages |
|
| JPEG Advantages |
|
| GIF Disadvantages |
|
| JPEG Disadvantages |
|
| Choose GIF |
|
| JPEG |
|
For more information (and some strongly expressed opinions!) on Web design, check out David Siegel's Web Wonk.