kimw1
Fri 15th May 2009, 07:11
Hello.........
Here are 5 basic rules that every web developer should keep in mind while developing a new website.
1) Banner Adverts
Don't fill half of your page with advertisements; or Don't make your users scroll a couple of times to reach your main content. It's a big turn-off. Many web surfers are now 'ad-blind', ie, they just ignore your banners advertisement. So that's a wastage of space on your website. Work on clean and creative ad placements which should be eye catching but NOT too much distractive.
2) Splash Pages
Splash page is the first page you encounter when you visit a website. Usually such pages have a big image relevant to the niche (many a times irrelevant too) with text such as "Click Here to Enter Site", "Welcome to XYZ". So that's one extra click for the user (visitor) to reach your actual site content. This is bad and you can lose a substantial amount of traffic.
3) Navigation Menu
Design a navigation menu keeping in mind all of your visitors. Not everybody would know how to work through Flash, Animation or multi-level DHTML menus. (Flash based menus are not search-engine friendly too) Also not every user would have JavaScript enabled in their browser. So it's best to make a simple HTML navigation menu. Slick CSS (+ div / ul / li) based menus are the IN thing now.
4) Breadcrumbs
(in conjunction with the above mentioned point : Navigation Menu)
Make sure the visitors know where exactly they are, on your website. Don't let the visitors confuse or play the guessing game; it wouldn't take much time for those visitors to hit the X (close) button. A suitable breadcrumb, say... when a user is on an article page, would be like :
Home » Main Category 1 » Sub-Category » Article Name
5) Multimedia
One thing is clear : Rich media content like Audio and Video consumes a LOT of bandwidth. And not everybody has a broadband connection (especially in the 'developing' or 'underdeveloped' countries). So if you ever need to include multimedia content in your webpages, make sure that it don't start streaming automatically on the page load. Also don't forget to include the controls to change the volume and control the playback.
Here are 5 basic rules that every web developer should keep in mind while developing a new website.
1) Banner Adverts
Don't fill half of your page with advertisements; or Don't make your users scroll a couple of times to reach your main content. It's a big turn-off. Many web surfers are now 'ad-blind', ie, they just ignore your banners advertisement. So that's a wastage of space on your website. Work on clean and creative ad placements which should be eye catching but NOT too much distractive.
2) Splash Pages
Splash page is the first page you encounter when you visit a website. Usually such pages have a big image relevant to the niche (many a times irrelevant too) with text such as "Click Here to Enter Site", "Welcome to XYZ". So that's one extra click for the user (visitor) to reach your actual site content. This is bad and you can lose a substantial amount of traffic.
3) Navigation Menu
Design a navigation menu keeping in mind all of your visitors. Not everybody would know how to work through Flash, Animation or multi-level DHTML menus. (Flash based menus are not search-engine friendly too) Also not every user would have JavaScript enabled in their browser. So it's best to make a simple HTML navigation menu. Slick CSS (+ div / ul / li) based menus are the IN thing now.
4) Breadcrumbs
(in conjunction with the above mentioned point : Navigation Menu)
Make sure the visitors know where exactly they are, on your website. Don't let the visitors confuse or play the guessing game; it wouldn't take much time for those visitors to hit the X (close) button. A suitable breadcrumb, say... when a user is on an article page, would be like :
Home » Main Category 1 » Sub-Category » Article Name
5) Multimedia
One thing is clear : Rich media content like Audio and Video consumes a LOT of bandwidth. And not everybody has a broadband connection (especially in the 'developing' or 'underdeveloped' countries). So if you ever need to include multimedia content in your webpages, make sure that it don't start streaming automatically on the page load. Also don't forget to include the controls to change the volume and control the playback.