| bio | website | |
|---|---|---|
| location | Findlay, OH | |
| age | 22 | |
| visits | member for | 1 year, 8 months |
| seen | May 14 at 16:09 | |
| stats | profile views | 5 |
I like to write code and solve problems. I'm not an expert yet, but I hope to be one, one day.
Check out my personal project over at http://iplay.codeplex.com
|
May 3 |
comment |
Buttons instead of radio buttons or a dropdown This is exactly how jquery mobile renders Radio buttons in a horizontal control group. See the section on "Horizontal Radio Button Sets" here: api.jquerymobile.com/checkboxradio |
|
Apr 9 |
comment |
How should I handle playing multiple alarms? @JonW Good question. They are single sound clips (< 1s each). I'll update my question. |
|
Mar 22 |
comment |
How to make a progress-speed bar more understandable? @ruda.almeida I agree. Best answer here because it points out the flaw in the question. |
|
Mar 12 |
comment |
What is the best way to represent the difficulty level in a children's game? @Seraphim'shost but isn't that silly? The question is how to make the choice clear, not to present them with an ambiguous option that becomes clear once they make the wrong choice. |
|
Mar 4 |
comment |
Should I use Yes/No or Ok/Cancel on my message box? We've come full circle. The question regarding the top comment has been posted here, which linked me to this question. |
|
Mar 1 |
comment |
What explains the current shift from glossy UIs to matte UIs? As for "most iOS icons have the same gloss effect," I think this follows the trend. Xcode allows the developer to specify that the icon is "prerendered" which prevents the addition of the gloss icon. I went through and checked the apps on my iphone and a surprisingly small (because it defaults to being on) number have the gloss, meaning iOS devs are trending toward the flat design too. Even some Apple designed apps don't have it. |
|
Feb 14 |
comment |
What reason could Nintendo have had for putting the A and B buttons the wrong way round? I still always refer to "2" as "A" and "1" as "B" when holding a Wiimote sideways, like a nintendo controller. Confuses the hell out of my wife. |
|
Feb 5 |
comment |
How can users be prevented from pouring water into the bean compartment of a coffee machine? Our office full of engineers came up with a solution to this: a sticky note that says "Do not add water to machine" |
|
Dec 31 |
comment |
How should large table columns be handled on a responsive design? These are some good points. The clickable column headers to sort, and the user's ability to reorder columns and add filters already exist, as default functionality, albeit not in a drag and drop form. I was debating whether or not there should be a horizontal scroll. This would definitely allow the most data to show in the table and look the most uniform with additional columns. I originally really liked the idea of having no horizontal scrolling - but I'm not an experienced designer, so that's why I'm asking this here! Thanks! |