Tips On How To Build A Website
by Umair
(Islamabad, Pakistan)
Here are a few tips that can help you alot in building a Website:
1-PICTURE IT
Here's where you actually start designing the site. Don't rush into making the pages or graphics yet. Use a paper and pencil, or even an imaging tool (MS Paint is good enough for this) and scribble your site layout first. Check out some existing Web sites for ideas. It's a good practice to keep all navigation links together. If there are too many of them, club them into logical groups. Keep important items, such as navigational links in the top 400 pixels of the page.
2-FIRST CUT
When you start designing your Web site, do not develop smaller components of the page as individual components but instead start work on the whole page as a single image. Once the main image is ready, you can separate out each element by cropping individual items. This will ensure that all the items are of the appropriate size and the final page will be easier to make.
3-TABLE SMART
In browsers, tables do not show up on a page until the content within the tables have been downloaded, making a page seem slow. Avoid nested tables and long vertical tables. Instead, stack tables on top of each other-pages then appear to load faster as each table shows up faster. In this context, it's better to place your navigational links horizontally, towards the top, as it will show up before most of the rest of the page. Keep the most important links at the top and the rest on the left, or keep top-level sections on the top and subsections on the left. To make a table stand out on a page, use a border around it rather than an image that is fixed in size.
4-STYLISE YOUR WEBSITE
Use a style sheet for your site to add consistency and to reduce page size. You won't have to explicitly define many font and paragraph tags. Avoid using inline styles-this is as good as using HTML tags-except for special cases. Use a single CSS file that has all the style definitions. Once a person visits a page, the browser will use the file from the cache for the rest of the pages.
5-MENU AND NAVIGATION SYSTEMS
Windows users might prefer having a Windows interface on the Web too. You can satisfy this need by using the menu and navigation scripts available at www.dynamicdrive.com. You can test each script before trying it on your site. Select the one that you like and following the instructions, copy and paste the code into your Web page and hey presto! You have the required menu and navigation effect on your site.
6-DOCUMENT EFFECTS
Your HTML pages need not be static. You can add cool effects to it. For instance, you can have a snowfall or flowers moving across the page randomly. Mind you, this looks good but can be irritating too. So add these effects to pages where you have lighter content, for example, a photo gallery or a personal links section.
Click here to post comments.
Join in and write your own page! It's easy to do. How?
Simply click here to return to help others on how to build a website.