• Post Reply Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how would you fix the UI

 
author & internet detective
Posts: 41914
910
  • Number of slices to send:
    Optional 'thank-you' note:
Forget about requiring approval and such. If you could *just* fix the UI, what would you do?


image from extreme tech
 
Jeanne Boyarsky
author & internet detective
Posts: 41914
910
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
I would have an initial choice of "test" or "real" which links to the relevant options. (I'd also have some are you sure verbiage but that is out of scope of my question)

If it could only be links, I'd have two large sections with whitespace in between and the drill ones first.
 
Bartender
Posts: 9626
16
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
 
Ranch Hand
Posts: 974
11
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
This caused that Hawaiian missile attack warning.?
 
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:
Need to be clear first on what's broken?

I might would do some tweaks based on my preference, but these hardly could be treated as fix'es as we don't know what if anything is broken.
 
Saloon Keeper
Posts: 7597
177
  • Number of slices to send:
    Optional 'thank-you' note:

Liutauras Vilda wrote:we don't know what if anything is broken.


The apparent mix of demos/tests and actual warnings is a big one. The physical closeness of links -which makes clicking the wrong one more likely- is another one.
 
Jan de Boer
Ranch Hand
Posts: 974
11
  • Number of slices to send:
    Optional 'thank-you' note:

Liutauras Vilda wrote:Need to be clear first on what's broken?



You can think for yourself without consulting a UI specialist for this here, I imagine. Putting the disaster button close to any test or okay button without a "do you really want to do this" message, is just plain common sense. I would do that also without explicit instructions from a designer or user.
 
Liutauras Vilda
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:

Jan de Boer wrote:I would do that also without explicit instructions


I'd say that is dangerous. You know little about the system. It might linked with some sites crawling tool (used by the same users) which is looking for special wordings/phrases, sequence. Worst thing I think can happen, when developer starts deciding himself for a user, what's allowed and what's not and make decisions without anyone else's knowledge. I'd say instructions of a green light to give a go is needed.

Jan de Boer wrote:Putting the disaster button close to any test or okay button without a "do you really want to do this" message, is just plain common sense.


Which button or more precisely links you see are disaster ones and which are harmless? I wouldn't make such conclusion myself right away without knowing that. At least I'd question myself before re-arranging.

If I were allowed to do something on my semi-free choice, I'd standardise naming convention at first, would make it consistent. So it would become much more apparent which links could be potentially grouped together as they presumably related in some sense to each other.









 
Jan de Boer
Ranch Hand
Posts: 974
11
  • Number of slices to send:
    Optional 'thank-you' note:

Liutauras Vilda wrote:Worst thing I think can happen, when developer starts deciding himself for a user, what's allowed and what's not



No I disagree. Strongly even. If it is unacceptable it will come out in an end test or a review. For simple things common sense is enough, otherwise I can also step myself to other people and ask. I do not implement something which I think is just dead wrong because I got instructed that way. I am that cheeky I think I sometimes do know it better than the designer or the user. Not doing mayor things without feedback of course, but nevertheless.
 
Tim Moores
Saloon Keeper
Posts: 7597
177
  • Number of slices to send:
    Optional 'thank-you' note:

Liutauras Vilda wrote:Which button or more precisely links you see are disaster ones and which are harmless?


Given that some links have "TEST" or "DEMO" in them, while others don't, I'd second Jan that it is pretty obvious that there's an issue here. It's not up to the developer to decide how to fix it, but to whomever implemented this it should have been obvious that a red flag needs to be raised, and that a redesign is in order.
 
Liutauras Vilda
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:

Tim Moores wrote:Given that some links have "TEST" or "DEMO" in them, while others don't, I'd second Jan that it is pretty obvious that there's an issue here.


But one link contains DEMO and TEST in the same link. Other link contains only TEST. So in the former, is DEMO TEST is a 3rd category? (assuming Test and Demo exist separately), or link was named ambiguously and only DEMO or TEST need to be there?

That was my point I mentioned earlier - to standardize naming convention, so it would become actually apparent what is what. Currently I'm unclear. Demo and Test to me have very close relation.
 
Liutauras Vilda
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:

Earlier, I wrote:Currently I'm unclear. Demo and Test to me have very close relation.


Every Thursday in our building alarm (fire) being tested. What they say over the speakers are: "Fire alarm is about to be tested, please ignore further announcements...".

Now imagine they say: "Fire alarm is about to be demo tested..." (not really make sense to be honest at the moment) or "Fire alarm is about to be demoed..." - kind of same. Or at least not apparent what is meant here and what exact differences could be.

Agree about the grouping of the links. But that would be my second step after the standardization.
 
Liutauras Vilda
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:
To my best knowledge, after I standardized a bit and introduced some convention, as a second step as mentioned I'd group them probably similarly to that:

To me is much more clearer now what is here.
 
Jan de Boer
Ranch Hand
Posts: 974
11
  • Number of slices to send:
    Optional 'thank-you' note:

Tim Moores wrote:It's not up to the developer to decide how to fix it.



Even that depends on the subject. If you are in a small startup company, there is often not a sharp line between designers, sales people and management. I have fixed issues like this quite some times myself. It takes a bit of guts feeling to know what to ask, what to do yourself, what could be important. But I generally think a programmer should not just be a brick laying mason that does not think and only carries out assignments. But maybe that is Dutch mentality? We are not very hierarchic.
 
Tim Moores
Saloon Keeper
Posts: 7597
177
  • Number of slices to send:
    Optional 'thank-you' note:

Jan de Boer wrote:Even that depends on the subject.


Of course. I was talking about the example at hand, nothing else.
 
Liutauras Vilda
Marshal
Posts: 8880
638
  • Number of slices to send:
    Optional 'thank-you' note:

Jan de Boer wrote:I have fixed issues like this quite some times myself.


So how would you fix this in question?
 
Jan de Boer
Ranch Hand
Posts: 974
11
  • Number of slices to send:
    Optional 'thank-you' note:

Liutauras Vilda wrote:

Jan de Boer wrote:I have fixed issues like this quite some times myself.


So how would you fix this in question?



I would start with putting a CRLF between the links. That most probably cannot do any harm and avoids mis-clicking. If somebody complains we'll discuss it. I think that is just a detail though. The main thing is, if I see something plain wrong, I will act. No matter what the hierarchy is, and no matter whether it is my task or roll, or not. Not just in my job by the way. Also in my life outside work. Sometimes people are happy with it, sometimes they get mad at me. So be it.
 
Jeanne Boyarsky
author & internet detective
Posts: 41914
910
  • Number of slices to send:
    Optional 'thank-you' note:

Jan de Boer wrote:This caused that Hawaiian missile attack warning.?


Yes. And given that we are techies, I thought it would be a nice case study to discuss.

There are good ideas in this thread.
 
    Bookmark Topic Watch Topic
  • New Topic
vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |