A picture is worth a thousand words and a second visit to a website. Some thought must go into the graphics used on your site. A poorly designed graphic distracts from the sites content but the lack of graphics can be worse.
When adding graphics to a web page keep in mind the size of the image file and how it will contribute to the speed that the page will display on the visitors browser. Use a graphic program to "optimize" your images before adding them to the page. Try to get your clip art image down under 15 kilobytes if possible and keep photo's around 45 kilobytes. You may want to provide a larger version as an option.
Generally use the .gif format for clip art with 256 colours or less, use .jpg for photos or images with a large range of colours and .png for either.
The GIF format allows you to define one colour as transparent which is usually used as the background colour. The GIF format can also be used to create animations.
The JPEG format allows you to set the level of compression. Though highly compressed images produce smaller file sizes the image quality also deteriorates. Software applications that will assist you with optimizing your images but it still takes some trial and error to get that image perfect.
The PNG format allows you to optimize images and set transparency. PNG also supports alpha transparency or the ability to set a range of colours transparent and the percentage of transparency though not all browser support this.
It is possible to control the text flow around images by adjusting the align' attribute. If you can't get that image in the exact place consider putting the text and image in separate cells in a table.
Always use the alt' attribute to add a text definition for your images. These will be the words that text browsers display and the words that audio browsers read.
I have placed these two categories together as they often come under the category of multimedia. They also involve more complex web designs, often involving some programming or plugins. MPEG is an attempt to create a common standard out of the dozens of sound and animation standards available. MPEG 3 has provided a common format for multimedia content as most multimedia players recognize it, it involves very little training to use and is simple to incorporate into a site.
There are many different formats for animation but Flash and GIF animations stand out a commonly used formats. Macromedia produces Flash, a multimedia development program, which creates applets that can be placed on most web servers. The web page visitor must have a Shockwave plugin installed to view the animation.
A plugin is a helper program that is installed on your computer and is used by your web browser to display this multimedia content.New browsers install plugins automatically that will accept "streaming media" without any special requirements. As technology advances browsers can download newer plugins to display the newest multimedia content.
A simple solution to placing multimedia content on your website is to use gif animations. GIF animations are a series of images or frames setup to display one after the other. There are many graphics programs that allow you to assemble and create images then save them as .gif files. Treat them as you would any other plain (large) .gif image once it has been saved.
There are also many different formats for audio/video. Microsoft's MediaPlayer, RealNetwork's RealPlayer and Apple's QuickTime are three of the most popular multimedia players, each with their own formats. Many servers support MediaPlayer, RealPlayer and QuickTime formats but you may want to double check that it is possible to stream the multimedia presentation. Streaming allows the player to begin playing the presentation once part of it has been downloaded and continue playing the presentation as the rest download.
To create a multimedia presentation a program is required.
MPEG is another economical way to place multimedia on your site. You will probably have to purchase a development program but placing the content on a website can be as simple as creating a link and most multimedia players (including the one that comes with Windows) will play it.
A designer that wishes to serve multimedia content to their visitors will need to learn some basic programming techniques to set it up. Multimedia content can be added to a page with the <EMBED> tag and/or the <OBJECT> tag.
Updated December 1, 2007