Blog

UX – User feedback is costly

 

I came across this experience during my research for a property.

The website asks its user to give a feedback free, that too by calling them. WTH! First of all, I came searching for a property, which I didn’t get as expected. I have other service providers to get my job done. Why will I sit here and call you, that too spending my money to fetch you more business?

user feedback is costly

Feedback is very important to create better user experience but user feedback is always costly. Users gives free feedback only when they are completely upset about your website, or when they are extremely pleased with the services. So if the business needs a feedback from user, reward the users.

What you say?

A Simple Responsive Design Experiment

Wherever you read about latest web market,you may hear

  1. Responsive Design
  2. Adaptive Design
  3. RESS
  4. Multichannel Branding

and the list of jargon goes on!

The core concept behind all of them says that “Make one single website, which will work across all user environments. User environment can be a 22″ monitor, a tablet, or a smartphone etc.”

Recently I tried a CSS Media Query which will demonstrate how the page works in two different screen sizes.

Here is the demo and source code.

css-media-query-experiment-demo

css-media-query-experiment-demo

User Interface Development Process

Information Architecture
Visual Design
HTML+CSS+Javascript
Integrate backend
Go Live
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script><script type="text/javascript">// <![CDATA[
$('document').ready(function(){
 
});
// ]]></script>

Facebook UI Bug

Another UI bug which I came across.

In Facebook groups, ‘Edit Settings and Search Box‘ looses alignment when the Group Name is long.