Tips for defensive Web Designing

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Recently, I perused a book titled “Defensive design for the Web” by 37signals.com.It contains a number of useful guidelines for Web Designing followed by illustrative examples. Some of the

notable points are listed below:

About Error Messages
1)Error messages should be distinctly noticeable.
2)Color, Icons, Text should be used to highlight/explain problem area.
3)Error identification should be consistent throughout the system.
4) Need for back and forth clicking in error pages be eliminated.
5) Custom “404-Page not found ” pages should include following information:
a) company’s name and logo.
b) reason for displaying that page.
c) links back to home/other pages.
d) search engine.
e) email links so that problem can be reported.

LinkShare  Referral  Prg

About Web forms
5) Required fields should be highlighted in the form.
6) Sample entries, drop-downs, formatting hints should be provided.
7) Entries should be validated ASAP both at the client and the server.
8) Use of “Reset” or “Clear” button be discouraged and the “Submit” button be disabled after it is clicked to avoid multiple form submissions.
9) Entries made in the form needs to be saved periodically
to handle premature drop-outs.

About URL redirection
10) Near-miss URLs should be successfully redirected using sub-domain wild cards(*) etc.
e.g. addresses like www3.abc.com or www2.abc.com can be directed to abc.com.

Use of HTML ALT tags for images
11)As usual, ALT tags should contain concise but precise description of the images being used so that users withslow Internet connection or with text-only browsers may use it without hindrance. Moreover, it aids Search Engine Crawlers to grant high ranking to thepage.

Enjoyed this post? Why not leave a comment about your opinion/Tips related to the post to make it lot more informative orSubscribe to my RSS feeds!

2 Comment(s)

  1. Really nice tips ! i like the points on web !

    Sankaranand | Oct 2, 2007 | Reply

  2. Nice post…. i love the tip u hav given above

    XXLKlintonLobby | Mar 19, 2008 | Reply

Post a Comment

RSS

This blog has been fine-tuned with 7 WordPress Tweaks.