| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 10 at 19:14 | |
| stats | profile views | 9 |
|
Oct 7 |
comment |
Should date validation allow “091011”? @TomasCokis curious, how do you say a date? As mentioned before, in the US, we say something like May fifteenth, 2012, how would you say that? |
|
Sep 30 |
comment |
scale or rating design I'll look into those, but as i stated in other comments, the Jungian types are used in an algorithm to come up with a personality type for a person. Jungian is only a small portion though. I need to keep the form as small as possible though. Would there be a way to give a description and have the user select what they are? I've never heard of the big five, so i really don't know. |
|
Sep 30 |
comment |
scale or rating design i have actually tried this, but for some users it was hard to understand what to do. While i do care about the overall result, i do want to know what the user thinks where they find themselves at. This can later to be proved useful in an algorithm that is used. |
|
Sep 30 |
comment |
scale or rating design @GaryFranceschini I can't really give you the setting because it's proprietary, but it's basically a calculation about the person's personality. Jungian portion is only a small part of it. Like you said, i didn't come up with the calculation, I am only implementing it. |
|
Sep 30 |
comment |
scale or rating design interesting. ill have to look into that option. |
|
Sep 28 |
awarded | Commentator |
|
Sep 28 |
comment |
scale or rating design @Doc please keep the dumb comments off stack exchange. You have no idea how this data is being used. ty. |
|
Sep 28 |
asked | scale or rating design |
|
Sep 28 |
awarded | Supporter |
|
Sep 28 |
comment |
nice way to display a text message for two dates (range) I like that, never really thought about it, but it does make it very easy to read just like that. |
|
Sep 20 |
comment |
How easy should I make it to delete content? You could also have an option for the user to override the confirmation. You could also have an undo option, basically move the data over to another location (create your own recycle bin), once they exit the app then actually delete the files. |
|
Sep 20 |
comment |
What is the best way to indicate to the user to type/select production numbers I'd have to agree with the slider option. I tried it one time and it's not very user friendly for most. I personally think it's the easiest way with the least amount of work, but some people just don't get it. |
|
Sep 20 |
awarded | Scholar |
|
Sep 20 |
accepted | Options of options in web form |
|
Sep 20 |
comment |
Options of options in web form So i decided to stick with the accordion. I styled it differently and made it collapsible and by default all options are collapsed. Seems to flow better now and I'm liking it. Hopefully it will be more user friendly and people won't miss it. I may do some A/B testing to see what works better, but ill post it here so other people will know. |
|
Sep 17 |
awarded | Student |
|
Sep 17 |
comment |
Usage of Golden Ratio If you are really worried about, there are some websites that use a 960px grid. This splits up nicely into whatever size. Then you can use the 2:3 ratio (or 3rds) pretty easily, which is close to the golden ratio. So in this case you can use 640px and then 320px for the remainder. This grid works nicely because it's divisible by every number except 7 and 9. |
|
Sep 17 |
asked | Options of options in web form |
|
Sep 15 |
comment |
Is the idea of user registration flawed if we can't provide any real value for it? Off topic, but awesome username! |
|
Sep 15 |
comment |
Least obstructive text input boxes within text @Viraj that sounds like a nice idea. todd says to keep an input box, but you should just be able to style an input box with an underline and thats it. I would keep the input boxes there, but just restyle them. something like background-color: transparent; border-style: solid; border-width: 0px 0px 1px 0px; |