I absolutely thought I could enter a question and have the site's users decide for me like a strawpoll. I can't even decide what to put in the choices list. Man.
[0] - http://www.hichapp.com/
61–70 of 92 posts
I absolutely thought I could enter a question and have the site's users decide for me like a strawpoll. I can't even decide what to put in the choices list. Man.
[0] - http://www.hichapp.com/
I like this idea in general (I have an Android app that does the same thing as your page, except it uses draggable sliders). Here are some things I believe you could improve about the implementation: - There's no explanation behind the math of weighing that's done. "these scores were calculated based on your ratings for each choice and the weight you gave to each factor" isn't an explanation. "(e.g., "super important…
Tip: if you input something and press "enter", it will reset the form. You should attach the event listener to the form's onSubmit, and not to the button's onClick.
Is there some book of best web dev practices where stuff like this is written down?
So then you might look up the documentation for the submit event on forms: https://html.spec.whatwg.org/multipage/form-control-infrastr...
And then realize that adding the onclick handler on the submit button handles one use case (clicking the button), but a more general solution would be to add the onclick handlers on the form itself.
Then maybe you start thinking, huh, what happens when someone tabs to a button and presses enter, does the onclick handler work there? And so on and so on...
So the answer for where it's written down, it's in the documentation. But most people these days can't be bothered with things like reading documentation and textbooks and reference manuals, so, uh, I guess you just need to have a little bit of experience combined with an attention to detail?
I absolutely thought I could enter a question and have the site's users decide for me like a strawpoll. I can't even decide what to put in the choices list. Man.
I like this idea in general (I have an Android app that does the same thing as your page, except it uses draggable sliders). Here are some things I believe you could improve about the implementation: - There's no explanation behind the math of weighing that's done. "these scores were calculated based on your ratings for each choice and the weight you gave to each factor" isn't an explanation. "(e.g., "super important…
Would you mind sharing your app?
https://play.google.com/store/apps/details?id=org.geuss.deci...
I absolutely thought I could enter a question and have the site's users decide for me like a strawpoll. I can't even decide what to put in the choices list. Man.
I know of someone who built something kind of similar [0]. (I’m not affiliated in any way). [0] - http://www.hichapp.com/
Simple look with standard form elements works well.
I absolutely thought I could enter a question and have the site's users decide for me like a strawpoll. I can't even decide what to put in the choices list. Man.