Skip to main content

Web Design Tips

Web Design is an art, yet following basic steps can help lead even a non-artist to a good design. For the novice or the expert, there is always more to learn with these web design tips.

Web Design Tips

1. Graphic Design of the Site

There is a saying "First impression is the last impression." The design of the site is one of the most important aspects to be considered while creating a web page. If the design is good and easy to understand then visitors are more likely to view many pages of the site. An ugly, unclear site is likely to result in pages being closed without looking at the content at all. The layout of the entire site should be consistent and each web page should look as a part of one web site. The same content presentation style and color scheme should be followed throughout the pages of the site. The content of the site should be divided into logical sections. For purely artistic sites, there are obviously exceptions to these rules. For sites aiming to make money these guidelines should almost always be followed.

2. Limit the Use of Plug-ins Required to View Your Site

Try to avoid the use of extra components which the user needs to download to view the web page. People tend to avoid downloading unnecessary plug-ins and they might close the web page without viewing it if they have to download and install a new plug-in. However, some external components have become very common. Components such as Java Applets, Shockwave and Flash components, and Active X components are becoming standards for web development.

3. Avoid Unwanted Tools and Effects

Don't use every tool that is freely available on the market. Page statistics buttons are common, yet most decent web hostsprovide the same service with no advertisements required. People also use effects like fade-ins and outs, which can slow down a user looking for information. This is a potential source of irritation.

4. Clear and Concise Content on Web Site

In most cases, the content of a site should be clear so that the visitor knows from the very first page what the site is intended for. To reach the most visitors, the information should be clearly conveyed without the use of jargon that an average person might not understand.

5. Update the Site Regularly

If you want people to revisit your website then make it a point to regularly update your site. If visitors always find new information on your site then they are likely to visit again. If the information is always stagnant then it is very difficult to keep a visitor's long-term attention.

6. Limit the Use of Graphics

Using many images can cause page downloads to be slow. Slow web sites are irritating to visitors on slow connections and fast connections alike. Further more, search engines do not index text in images.

7. HTML Coding Standards

Proper coding standards should be followed for cross browser compatibility. For example, many people omit the use of alt tag for images and people with slow internet connectivity might have problems viewing the images. If alt tag is present then at least the visitor will know what is missing. Proper height and width attributes ensure the page is viewed correctly as the page loads. http://www.w3.org/ provides a widely used standard.

Web design tips can help you over a hump with a site. Use them to get the most bang for your buck.

Comments

Popular posts from this blog

How to find who is invisible or blocked you on Google Gtalk

So guys are you ready to know that which of your friend has blocked you on google talk. Whenever you noticed a contact in your Gtalk/Google Talk has not been online for some time, have it ever crossed your mind you’ve been blocked? If you are curious in finding out who actually blocked you in Gtalk, here’s a workaround you can try. This following method we attempt to show make use of a chat client call Pidgin. STEPS TO FIND WHO IS INVISIBLE OR BLOCKED YOU ON GOOGLE CHAT: 1. Download, Install Pidgin Click here to download Pidgin chat client. If you already have Pidgin installed, you may skip this step. 2. Configure Pidgin for GtalkYou’ll probably start with the below screen. Click the Add button. "Accounts -> Manage Account" will also bring you to the same screen. Let’s add Gtalk to Pidgin. Configure Pidgin Welcome Screen Clicking Add will allow you to add new Gtalk account. The following two screenshots show what you need to fill up for Basic and Advance tab, pay...

How to download Youtube videos

Here I'm going to tell you all how to download youtube videos without having youtube downloader in very easy way. Step 1 : Suppose this is ur youtube video link http://www.youtube.com/watch?v=ZtL4qfp6Ehk Step 2 : Now all you have to convert youtube into voobys Means http://www.voobys.com/watch?v=ZtL4qfp6Ehk Step 3 : Download the video

How to write a FaceBook Application in 10 minutes June 18

Writing F8 apps is where it’s at right now. Everybody knows it. The userbase is huge and now we have a (free) API to. Everything is good….but the documentation. I As far as I can tell, Facebook allows you to create applications that appear to the user in 2 different areas. 1 - The profile. This the ‘main user page’ as far as Facebook is concerned. Here is where your main summary details are displayed and your comments wall. It would be great to have your widget displayed here, but the big limitation is that applications that use javascript are not allowed here (You must use FMBL, the facebook version of HTML). Too bad for me. What we can do is display a small ad to take the user to the Canvas page. 2 - The ‘Canvas page’. This is an entire page that your application gets to use (you can have multiple pages if you want). On these pages you can choose to display content from another website through an iframe, so that is what we’re going to do. Ok, thats it for the overview. Start...