Common Web Designing Mistakes

ADVERTISEMENTS

I have mentioned here a few mistakes that are commonly made by web designers:

  1. Frames: A few years ago, frames were the in thing. They allowed one or two parts of your site stay constant while only one frame changed.As a result people used to use them for fast loading of pages.But with the growing popularity of search engines, it became a known fact that Framed sites were not being properly indexed.

    When a search bot visits a site with frames it indexes only the main frame ignoring all the other frames, leading to sites with frames dropping rapidly in search engine rankings. This is one of the reasons why frames are no longer popular.

    Another reason is that bookmarking a site with frames is not easy.

  2. Page Title: Most designers leave their page title as ‘Welcome to Mysite.com’. Now this is a very bad idea as it depends almost entirely on the page title whether or not a visitor clicks on your site on a search result. Your page title should be a very short description of your site.Most search engines only displays a part of a long page title, so make sure you keep it below 65 characters.
  3. Page size: Huge pages take too much time to load and thus you could loose visitors. Keep your page sizes less than 100 KB.
  4. Flash: Using Flash on your site to make it more attractive is a good idea but make sure you keep an eye on its size. Flash based sites are not spidered and thus it tends to loose visitors.Always remember that text loads before graphics and most people will scan through whatever appears on your site first and decides whether the content is what they are searching for. Even if you have relevant contents neatly dispalyed using Flash menus, many people may not stick around long enough to see this.

    If you have Flash intros on your site, make sure you include a ‘Skip Intro’ option.

    The loading time problems will no longer be a problem once everyone starts using broadband.

  5. Colors: I have seen many web sites use colors that don’t match. It only proves that the designer does not have a good color sense.:idea: Tip: Choose a color (preferbly your sites logo color) and use its dark and light versions. If you decide to go for a dark background then use light text and dark text for a light background.

    A white background with black text is universally considered the most readable.

    You must always use Web safe colors on your site. You can use the Web safe color table from here.

  6. Outdated Pages: You should always update the content on your site. A site that was last updated over a couple of months will loose visitors.
  7. Navigation: Many times I have come across sites that have poor navigation. All pages of your site should be linked to your homepage and other major sections of your site. Create a navigation bar and use it on all pages of your site.
  8. Animations: Marquees, like frames, are outdated and are not considered as good design anymore.Even Animated GIF images should not be used much. They are considered as advertisements by many. They will only make your site look unprofessional.
  9. Tables: Yes, tables are outdated too. Tables make our pages load slowly. Use XHTML with CSS and your site will be much faster.
  10. Images: Images help make our site more attractive. But always make sure you optimize its size by reducing the number of colors. You can do this with programs like Adobe Photoshop.Use the height and width attribute of the image tag so that pages won’t have to wait till the image is loaded completely.

    Use JPG for Photographs and GIF for artwork.

  11. Javascript: Javascript helps to add more functionality to our site. But too much of it will increase page load time.
  12. Music: A light music in the background is fine but keep an eye on its size.
  13. Browser Support: Most web designers only check their designs on their favorite browser. Your visitors may be using another browser so check your designs in all major browsers like IE, Firefox, Opera and others. Also, it is a good idea to check your designs on Lynx, a text-based browser in Linux, to see how it will look like to a search engine bot.
  14. Scroll bars: In professional web designing, scroll bars should not be visible on the homepage especially horizontal scrollbar. Homepages should fit the screen. To prevent scrollbars you can design your homepage at a resolution of 770 x 434 pixels.
  15. Contents: I have seen many websites that take a lot of time to load just because they have included a lot of graphics. There should be a fine balance between text and graphics.A good rule of thumb is the ratio of 80:20, i.e, 80% text to 20% graphics.
  16. Advertisements: Advertisements are not part of web designing. I have mentioned them here because a lot of people are using them to earn extra money. Just make sure you don’t clutter your pages with a lot of advertisements.Text based advertising is much better than image based ones. Animated advertisements are disliked by many and you could loose visitors using them. I recommend Google AdSense as their ads are based on the content of the web page

What other mistakes can a Web Designer make? Please share your tips here via comments.

banner

Search JohnTP.com or view a random post

To receive this blogs articles for FREE on your email inbox, just enter your email address below and click 'Go':

Enter your email address: or .

Find out what I am doing currently by .

14 responses so far,

  1. 1

    Sark

    January 17, 2006 at 1:33 pm

    I would agree, except for the web safe colours bit. Infact looking at your CSS you havent stuck to this rule.

    The websafe colour gives greatest accessability as all colours can be displayed in 16bit (I think), and its pretty much only PDAs and mobile phones that have this limitation now. They are still there for a reason, I just wouldnt agree that its the be all and end all of colour selection.

    Also table based layouts, good for tabular data, a mistake for design.

  2. 2

    johntp

    January 17, 2006 at 11:27 pm

    Yes, I have used a few colors on my site that are not web-safe. At the time of designing this site, I could not find a good web-safe color that matched properly with the other colors.

    Anyways, thanks for reminding me.

  3. 3

    Jeffrey

    February 1, 2006 at 4:15 pm

    Actually I would venture to say that Flash should only be used if absolutely necessary to promote your idea or educate your users. Flash intros are going away in terms of popularity IMHO. A better use of Flash is for user interactivity or for rich applications. If that’s the case though a site should always provide a non-flash alternative that provides as much functionality from the with-flash site as possible

  4. 4

    cellphone

    April 8, 2006 at 12:36 am

    Howdy everyone, I’m Audrey, super nice blog site, lots of great info, Thanks a lot!

  5. 5

    johntp

    April 8, 2006 at 12:42 am

    You are welcome

  6. 6

    Pierre Lourens

    July 27, 2006 at 7:10 am

    Good article, but so you know, this site does not display correctly on Firefox for Mac. I agree with matching colors the most, and to add. Never use brown with another color, except different shades of brown. Some colors just don’t mix.

  7. 7

    John T P

    July 27, 2006 at 7:19 am

    Pierre Lourens- Yes, I know my header does not display well on browsers under Mac. I will try to fix it soon :-)

  8. 8

    Iam4real

    July 29, 2006 at 6:10 pm

    I’d say experimenting with different colors will do the tricks. Sometimes Blue does match with Red . And sometimes Brown does match with different colors. You can ask Superman what he thinks.

  9. 9

    zooplah

    August 11, 2006 at 3:31 am

    I have a few comments:
    1) The thing about frames not being indexable doesn’t make sense. Surely search engines would rank the framed pages higher than the frameset, so your actual pages would still get found. You could add some JS and PHP/CGI for kicking back into the frameset if you’re that adament about a framed layout.
    2) Tables aren’t outdated. They’re merely for tabular data. If you’re using tables and spacer images for layout, then a decade ago called…
    3) I’m not convinced about the home page not having scrollbars. I think it depends on the type of site. News sites by all means should have a page full of excerpts of the latest stories. Ditto with blogs. Some sites shouldn’t really have a front page at all.

  10. 10

    mahjs

    August 12, 2006 at 5:28 pm

    I allways mix colors, but it works, so is it good or should I change my strategy?

  11. 11

    Amey jahagirdar

    October 27, 2006 at 2:39 pm

    hey it’s really gud post



Copyright ©2005-2008 JohnTP, All rights reserved.