January 25, 2008

HTML 5 - Web developer’s paradise

W3C HTML Working Group has recently released HTML 5 working draft. This is a very important step forward; the same is available for review and comment at http://www.w3.org/TR/2008/WD-html5-20080122/

The new standard addresses the need of web application developers in more pro-active way:

  • Basic template facility has been implemented with facility to repeat elements
  • There are also new elements for navigation, headers, footers, figures, and dialog
  • Client-side persistent storage functionality (JavaScript APIs for key/value pairs & embedded SQL databases)
  • Support for server-sent events, which will facilitate persistent connections to remote data sources

Some old features like frames have been removed.

Let us see how soon new browsers start supporting these new features of HTML 5. Currently the Opera browser has the best support (though it does not support all features) for HTML 5.

Footnote:

There is an overall trend to make HTML more developer friendly so that complex web applications are developed as per W3C standards and are compatible on different browsers on different mediums. With Bill Gate’s prediction coming in about different shapes and sizes of computers in this decade which will make computers more intuitive (like the table PC), this seems to be moving in the right direction.

So let’s think, how your website will look and take shape (as per device specific browser compatibility) when displayed on a coffee table as the people sitting around it mumble the name of your company!

Abhishek

Permalink • Print • Comment

January 16, 2007

Simplify contact forms for better conversion

Eoghan McCabe has covered some good conversion tips in his blog post - User Interface Simplicity Gone Wrong.

He has explained how website conversion rate can shoot up if the contact forms are simple and to-the-point. Everyone is in a hurry and people hate filling in long forms. Web site visitors are impatient and one should not expect them to fill in long forms. They get frustrated very easily and messages like “Zip code has been left blank. Kindly provide the same and re-submit the form” can simply put them off! They are doing a favor to you by getting in touch with you and not the other way round. I have been a strong advocate of a simple form, so that the initial contact can be made without much effort in few seconds.

I have been using the simple contact form for few years now and I have experienced the jump in conversion since then :)

However, I would additionally suggest that -

1. Include couple of contact fields as well like Name, Email, Project Details (Phone number is optional as many people may not like to disclose their phone number to an unknown person)

2. Include a link to the privacy policy or at least make the visitor feel safe enough that his information will not be sold out!

3. Put this contact form in every page of the website

4. When a contact form has been filled and submitted, a feedback must be generated in form of a “Thank you message”. This make the user confident that his action has yielded a positive result.

5. DO NOT put a “Reset” button below the form. I have seen countless websites where they have a stupid “Reset” button which gets pressed by a person-in-a-hurry and results in wiping out the entire effort of filling up the form.

6. Set a “tab” preference in the correct order, so that when a user presses “tab” after filling in one field, he is taken to the next field. the sequence must be correct and end with the “Submit” button.

It do a lot of good to your website and conversion!

Abhishek

Permalink • Print • Comment