4. Minimize the use of GraphicsA site with a lot of graphics will take forever to load. Even though graphics make sites better but it is always better to minimize the use of them for many reasons including but not limited to the following :
A lot of Graphics make your site or pages take forever to load which will make the visitor of your website close the page or hit the back button .
Search Engine Spiders have problems with graphics because they will not be able to index any page that has a lot of graphics .
Of course you can use small, yet fast loading graphics instead of the big ones . Also You can use them as a table or cell background but make sure that the text is readable before the background image is loaded.
And don't forget to use the ALT tag for all of your images.
5. FlashFlash is is much like the graphics . Even though Flash brings your site to life but avoid using a lot of it on your site because that will make it load forever.
You can use small Flash animations and also You should give the url of the Flash Plug-in for the visitors who haven't got the Flash Player on their computer.
After all You want people to be able to see your Flash animations .
So don't over use it because they say Flash is evil.
6. FramesFrames are not good for many things including but not limited to the following :Search engines have problems with them .The links can be opened into the wrong frame.Distracting scroll bars are displayed when the content doesn't fit it.
And many other things but There are many reasons which make us sometimes use Frames on our websites which some are the following:
Frames enable us to manage sites easily. Suppose you want to update the header of your website ,if you designed it with just an html then You will have to update all of the pages on the site but Frames made that easy by just updating one page and You will not have to update the rest.
There are many alternatives to the frames . You can use PHP Includes to include the desired file to the desired location .You can use this code to do so .
<?php include('filename.php'); ?> . Where the filename.php will be the file name which you want to include.
But The page which you are going to insert the code must be saved as yourpage.php and have .php file extension
Also You can use Extended Server Side Includes which is like the PHP by using the following code <!--#include virtual="yourpage.html"-->
But The page which you are going to insert the code must be saved as yourpage.shtml and have .shtml file extension. .So avoid using Frames on any part of your site.
7. Organize Your site files wellIt is good to organize your site files well and divide them into categories for easy file management.
For example suppose you have a lot of products and then you can organize them as follows products/product1/ or products/nameofproduct/ So the url of the product will be like http://yourcompanyname.com/products/product1 or http://yourcompanyname.com/products/nameofproduct/ In that way You can organize your web files easily .
8. Use Limited Color OnlyAvoid using many colors on your site . Limit your colors to four or six .
9. LinksYour links should be descriptive . And should be readable . Also Use one color for all of your major links .
These were some tips which is necessary to use for designing an eye catching website. After all We all want to design great sites .
Authors Web Site:Kooshin - a company providing affordable web hosting and web design solutions to small to medium sized businesses and individuals.