Archive for February, 2008

Table Drag and Drop JQuery plugin

Wednesday, February 20th, 2008 by DenisH




I’ve been using JQuery for a while now and really agree with its tag line that it’s the “The Write Less, Do More, JavaScript Library”. We’ve also got this code for dragging and dropping table rows that has proved very popular, so it seemed natural to combine the two and wrap up the table drag and drop as a JQuery plugin. (more…)

People are like lawnmowers?

Tuesday, February 19th, 2008 by DenisH

When managing a project, it’s important to be able to work out what sort of people you have on the project. There are many ways to do this, but I find it useful to use the lawnmower analogy. (more…)

Poll: A yes/no question in a web form, which control(s) would you use?

Wednesday, February 6th, 2008 by DenisH

We’re creating a web application that asks a number of questions about pumps (as it happens). Some of these questions are typical yes/no questions. But we need to make sure the user makes a positive choice. We don’t want to impose a choice on them. Which controls would you use?

Here’s the question with the three options we’ve currently got:

Do you need a sealless pump?
Do you need a sealless pump?

Do you need a sealless pump?

Jakob Nielsen at useit.com in his article Checkboxes vs Radio Buttons tells us that radio buttons are used “when there is a list of two or more options that are mutually exclusive and the user must select exactly one choice” and a single checkbox is used “for a single option that the user can turn on or off”. But this case is a little special since we don’t want the user to forget to select something. The nice thing about using the radio buttons or the drop-down is that you have a way of detecting if the user has actually chosen anything yet. On the whole though, the drop-down list is probably the least user-friendly though perhaps the easiest to generate programmatically.

Which control set should you use for a yes/no question on a web form (where there is no default answer)?

View Results

Loading ... Loading …

(This poll is a great WordPress plugin developed by Lester Chan)