Advantages of a Simple Design by :
Tyler
Easily maintainedIf a design flaw is found for a particular browser, it's far easier to find and fix the problem in the HTML source of a simple design, compared to a complex one. Browser compatibilityAll of the browsers out there, from Mozilla to Internet Explorer will display a layout differently. Distortion of an original design can be kept to a minimum by removing the amount of complex tables, cells, formatting tags, images, etc. Bandwidth efficientImages, flash, and tags wasted on creating a complex design all require bandwidth. Bandwidth costs money. With a bandwidth efficient, simple layout a website can have more visitors while saving on costs of bandwidth in the long run. Page load timeSome visitors will be using a 56k or slower modem. A 12kb page loading for a visitor using high speed internet will take less than a second. That same page will take four seconds to load with a 56k modem.
|