View Single Post
Old 04-25-2011, 07:23 AM   #154
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,460
Karma: 8025600
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kiwidude View Post
You have a preference on the gui?
I assume this is aimed at me?

Yes. C) None of the above.

I prefer screenshot 2, but changed to something like the following:
Click image for larger version

Name:	Clipboard01.png
Views:	794
Size:	2.6 KB
ID:	70465
I didn't bother to write code to center the radio buttons in the grid.

This example shows 2 things. The first is the use of common column labels, making explicit the coupling implicit in columns. The second is introduction of soundex for author names, which seems reasonable, given that soundex was invented for names.

I prefer the column layout even if you don't want to add soundex for authors. In this case I would have two empty holes in the grid. What I am trying to achieve is common headers.

An alternate that might work better for me is shown below. This one avoids the notion of columns and rows, instead using groups. I think this layout reduces the semantic coupling between the two sets of options caused by the row/column layout.
Click image for larger version

Name:	Clipboard02.png
Views:	918
Size:	3.4 KB
ID:	70464
However, both of your proposals work. I won't be unhappy if you pick either one.

Last edited by chaley; 04-25-2011 at 07:46 AM. Reason: Make last sentence clearer.
chaley is offline   Reply With Quote