Web Accessibility and Your Business

Written by Joel Padot


One ofrepparttar things I find I’m most often fighting with my peers and competitors isrepparttar 132604 need for your website to be accessible. An Accessible website is a website that caters torepparttar 132605 needs of disabled individuals and people using alternative web browsing methods like third party browsers, PDA’s, etc. As a business owner, it is important to have a website that meets at leastrepparttar 132606 minimum Web Accessibility Standards. If your website is accessible you stand to benefit from:

*Increased Market Share and Audience Reach,

*Improved Efficiency,

*Demonstrate Social Responsibility, and

*Reduce Legal Liability.

By having an accessible website you increase your website’s ability to reach people, thereby helping to increase market share. In some market populationsrepparttar 132607 number of people with disabilities can be as high as 20 percent. Some countries experience disability numbers as high as 8 to 10 percent.

An Accessible website also allows people who don’t speakrepparttar 132608 languagerepparttar 132609 website is written in have it translated to their native tongue. This, of course, makes it easier to reach a more diverse group of people.

Web Site Optimization: How To Speed Up Your Web Site By Minimizing Your GIF and PNG Image "Bit-Depth"

Written by Andy King


Web Site Optimization: How To Speed Up Your Web Site By Minimizing Your GIF and PNG Image "Bit-Depth"

Are bloated images slowing down your web site and causing you lost business? Images comprise over 50% ofrepparttar average web page so putting them on a diet is essential to improving web performance. One ofrepparttar 132601 best ways to optimize GIFs and PNGs is to minimizerepparttar 132602 “bit-depth” orrepparttar 132603 number of colors within your images.

For palette-based formats like GIF and PNG, file size is directly related torepparttar 132604 size ofrepparttar 132605 color palette, orrepparttar 132606 number of colors inrepparttar 132607 image. Asrepparttar 132608 number of colors in an image crosses a power of two,repparttar 132609 file size jumps. A 33-color image must use a six-bit palette, while a 32-color image can use a 5-bit palette. Smaller palettes mean smaller codes (representing pixel patterns), which makes for smaller files. So minimizingrepparttar 132610 number of colors in index-color images like GIFs and PNGs will minimize file size.

The compression schemes used in GIFs (LZW) and PNGs (Deflate) are dictionary-based encoding algorithms. Dictionary based compression algorithms substitute shorter codes for longer patterns of strings withinrepparttar 132611 data stream. Pixel patterns (substrings) inrepparttar 132612 data stream found inrepparttar 132613 dictionary are replaced with a single code. If a substring is not found inrepparttar 132614 dictionary, a new code is created and added torepparttar 132615 dictionary. Compression is achieved when smaller codes are substituted for longer patterns of data.

The code size is based onrepparttar 132616 number of bits per pixel, and depends onrepparttar 132617 maximum length code within your dictionary. Thusrepparttar 132618 smaller your bit-depth,repparttar 132619 smallerrepparttar 132620 codes representing your pixel pattern strings, andrepparttar 132621 smallerrepparttar 132622 file.

Choosingrepparttar 132623 right format for your images isrepparttar 132624 first step in optimizing web graphics. At lower bit-depths, banding can appear in smooth-toned images. Try quantizing your image to different palettes to minimize banding.

PNG Compression

PNG usesrepparttar 132625 deflate compression algorithm which is a newer, more efficient cousin of LZW. Deflate is designed to be free of patent problems. Deflate is a combination ofrepparttar 132626 LZ77 algorithm found in zip programs like WinZIP and gzip, and Huffman coding. Deflate typically compresses files 20 to 30 percent smaller than LZW, which isrepparttar 132627 difference you'll find between gzip and compress. PNGs use a similar substitution technique, but are generally 5 to 25 percent smaller than GIFs, although there are exceptions. In addition to horizontal "scan-line" pattern substitution PNGs sometimes substitute for vertical patterns. PNG can also truncate color palettes. In general,repparttar 132628 smallerrepparttar 132629 color palette,repparttar 132630 smallerrepparttar 132631 overal file size.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use