Click here to Skip to main content
15,920,801 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: UI developer - Does this breed exist? Pin
harold aptroot11-Jul-14 1:22
harold aptroot11-Jul-14 1:22 
GeneralRe: UI developer - Does this breed exist? Pin
chriselst11-Jul-14 2:55
professionalchriselst11-Jul-14 2:55 
AnswerRe: UI developer - Does this breed exist? Pin
Marc Clifton11-Jul-14 1:42
mvaMarc Clifton11-Jul-14 1:42 
AnswerRe: UI developer - Does this breed exist? Pin
RugbyLeague11-Jul-14 2:04
RugbyLeague11-Jul-14 2:04 
AnswerRe: UI developer - Does this breed exist? Pin
#realJSOP11-Jul-14 3:11
professional#realJSOP11-Jul-14 3:11 
AnswerRe: UI developer - Does this breed exist? Pin
Chris Maunder11-Jul-14 4:00
cofounderChris Maunder11-Jul-14 4:00 
AnswerRe: UI developer - Does this breed exist? Pin
RJOberg11-Jul-14 4:26
professionalRJOberg11-Jul-14 4:26 
AnswerRe: UI developer - Does this breed exist? Pin
Eddy Vluggen11-Jul-14 7:49
professionalEddy Vluggen11-Jul-14 7:49 
..the UI is traditionally designed by the developer, since it has to be coded. The problem lies in the word "design", which implies that someone has to choose a color and a layout and how it has to look cool.

Vunic wrote:
Can you share how UI tasks are done on your teams?
Yes, every developer writes his own, and no, not everyone knows what makes a good UI.

Find a junior-dev. Give him/her below links;


The Guidelines (NOT RULES) contain arguments on WHY stuff should be done in a certain way. It tells you when to choose a checkbox, and when you'd want a radiobutton, and the questions you should ask yourself to know which of the two would be the better choice. It explains when you want a listbox and when a combobox - both are lists from which the users selects an item, but with different optimizations. The combo optimizes space, but requires the user to click once to a) see all options, and b) click twice if the option would be changed.

The argumentation becomes repetitive and predictive after a while, and at that point you know Windows-UI expectations.

Next, the junior dev should read all UI-related articles from Joel Spolsky's blog. The blog explains UI from a user-perspective, in a simple and understandable way. Articles like this[^] one (be sure to click "next", there's six of those gems!)

Once he/she done that, you have someone who will tell you everything you did not want to know about accessability, discoverability and usability. Seriously, having a good UI is important. A good UI is something we all recognize - it's clear, simple, and elegant. It has nothing to do with animations, effects or cool colors.

It has everything to do with having a responsive and non-blocking UI (learn threading!), I recall, as VS hangs for the umptheenth time. It has to do with being able to use a program COMPLETELY without touching the mouse.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: UI developer - Does this breed exist? Pin
jschell11-Jul-14 9:41
jschell11-Jul-14 9:41 
AnswerRe: UI developer - Does this breed exist? Pin
PIEBALDconsult14-Jul-14 10:30
mvePIEBALDconsult14-Jul-14 10:30 
GeneralXKCDOTD Pin
OriginalGriff10-Jul-14 23:39
mveOriginalGriff10-Jul-14 23:39 
GeneralRe: XKCDOTD Pin
Nagy Vilmos10-Jul-14 23:42
professionalNagy Vilmos10-Jul-14 23:42 
GeneralRe: XKCDOTD Pin
glennPattonWork311-Jul-14 0:18
professionalglennPattonWork311-Jul-14 0:18 
GeneralRe: XKCDOTD Pin
OriginalGriff11-Jul-14 0:22
mveOriginalGriff11-Jul-14 0:22 
GeneralRe: XKCDOTD Pin
chriselst11-Jul-14 0:30
professionalchriselst11-Jul-14 0:30 
GeneralRe: XKCDOTD Pin
Nagy Vilmos11-Jul-14 0:52
professionalNagy Vilmos11-Jul-14 0:52 
GeneralRe: XKCDOTD Pin
JMK-NI11-Jul-14 0:46
professionalJMK-NI11-Jul-14 0:46 
GeneralRe: XKCDOTD Pin
RugbyLeague11-Jul-14 2:10
RugbyLeague11-Jul-14 2:10 
GeneralJust Waiting For The Hammer To Fall... Pin
glennPattonWork310-Jul-14 22:59
professionalglennPattonWork310-Jul-14 22:59 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
megaadam10-Jul-14 23:22
professionalmegaadam10-Jul-14 23:22 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
Karen Mitchelle10-Jul-14 23:25
professionalKaren Mitchelle10-Jul-14 23:25 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
OriginalGriff10-Jul-14 23:26
mveOriginalGriff10-Jul-14 23:26 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
glennPattonWork310-Jul-14 23:43
professionalglennPattonWork310-Jul-14 23:43 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
Rage10-Jul-14 23:30
professionalRage10-Jul-14 23:30 
GeneralRe: Just Waiting For The Hammer To Fall... Pin
Pete O'Hanlon10-Jul-14 23:34
mvePete O'Hanlon10-Jul-14 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.