- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
Sheesh!
Admin
Admin
Failure to communicate in a sane way is nothing to do with lack of understanding of a technology. I would actually expect a sensible mechanic to open the bonnet and listen if someone made that statement... However when it comes to computers and internet, people seem to be utterly retarded. "It doesn't work" does not even begin to explain the problem. Rather frustratingly, most people who use that description then follow up with "I'm not good with computers" as an excuse for their shitty descriptions.
If you walk into a doctors office and say "I think I have a medical condition" and then refuse to answer any further questions because "I'm not good with medicine", then you can't expect the doctor to even know what part to start looking at.
Failure to communicate observations has nothing to do with jargon or terminology. It's pure stupidity, and the internet is growing it like mould on an old piece of toast.
Admin
Oh just shoot him in his voonerables.
Admin
Admin
Admin
Behold, the Col. Hans Landa of Grammar Nazis! Most impressive, sir.
Admin
I just want to thank you.
Folks like you who obviously do not grasp the fundamentals of User Interface Design are what have kept food on my family for this entire century (and the decade before that).
For the newbs who don't already know everything: if the number of choices is ~=< 5, use radio buttons. Avoid combo boxes (or "dropdown lists", which are the same thing) when the number of choices is small as they are harder to use on mobile and by older/inexperienced folks.
If the list is very long, using a filterable combobox (example) will make your users' lives easier.
Admin
What a bizarre statement. You say that radio buttons should be used "sparingly", which means that you acknowledge that there are at least some times when they are appropriate. Then, with zero information about what choices he was showing as radio buttons, the layout of the page, or anything else about the application, you conclude that radio buttons were inappropriate in this instance. How could you possibly know?
Admin
A good general rule that many people follow: Never allow complete ignorance of a subject to prevent you from having strong opinions about it.
Admin
We have to think of our customers as cars or cats. The user doesn't know what's wrong with them, and we have to tell them to bring their computer or car or cat to us so we can look at it.
Admin
? LOOK AT CAT It looks like a regular house cat.
? LOOK AT CATS EYES The cat meets your gaze with its green eyes for a moment, but then looks away shyly.
? LOOK AT CATS TAIL The cat's tail flickers back and forth slowly.
? LOOK AT CATS BODY It looks like a regular cat. It has fur, and it's not too fat. It's just a regular cat.
? LOOK AT CATS FEET You look at the cats paws. The cat uses them to walk, and to climb, and sometimes to shred its owners furniture. Its claws are currently retracted.
? LOOK AT CATS ANUS What are you, some kind of sicko?
? ASK OWNER ABOUT MEDICAL CONDITION Ask the owner? What the hell? You're a vet -- just look at the damned cat and fix it!
? LOOK AT CAT It looks like a regular house cat.
Your assistant enters the office and asks if you'll be long -- you're running over time for your next appointment.
? TELL ASSISTANT I'LL BE DONE IN A MOMENT What?
? LOOK AT ASSISTANT You don't see an assistant here.
The cat's owner is getting impatient.
? LOOK AT CAT It looks like a regular house cat.
? ASK OWNER IF CAT HAS BEEN VOMITING Ask the owner? What the hell? You're a vet -- just look at the damned cat and fix it!
? LOOK AT CATS TONGUE The cat doesn't enjoy that, but you do manage to ascertain that it does indeed have a tongue, and it appears to be like a normal cat's tongue.
? ASK CAT WHAT IS WRONG The cat does not seem interested in conversation at the moment.
The owner looks at you incredulously.
? PET CAT ON THE HEAD You pet the cat on the head. It is furry and pleasant to the touch. The cat purrs.
The owner is making an obvious show of looking at their watch.
Your assistant comes in and asks how much longer you'll be.
...
Admin
indeed, lol at u.
Let's say you need to have your form be the interface a desk human needs to use to process a very long line of, let's say, attendees of some sort. Congratulations! you have no reasonable keyboard interface, so you've made everyone wait some factor longer. However, I will concede that drag and drop is, uh, drag and drop-ier.
Or let's say you have some manual QA happening, Congratulations! the QA person will curse your name for forcing them to mouse around every time they get to your tots not teh suck page which uses drag and drop exclusively.
Admin
This reminds me though, Dungeon version 2.6 or something like that was spread all over the net, but I got Dungeon 3.0 working under NT around 1999 or so. I should put it somewhere where it can be downloaded by other old fogies who know real adventurers use text consoles.
Admin
P.S. Some time before we got the cat, the animal shelter took the cat to a veterinarian and said...
"It ain't broke. Fix it."
Admin
Dude get with the times. No one uses a mouse anymore. This is the optimal experience in the post-PC touchscreen world we live in.
[CAPTCHA damnum -- damnum to hell!]
Admin
Admin
Single-select list boxes are OK and more compact than radio buttons without the click-me annoyance of a drop down. Then it's down to designer preference.
Admin
Obviously, that's required for search and other big data operations, but many operations have a small enough set of possibilities that they can be easily downloaded and stored for local filtering.
Admin
Admin
Bjørn
Admin
See, I would expect the vet to respond by asking "What makes you think that?" If your vet doesn't, I suggest you seek one who actually knows what the heck he's doing.
Again, you don't tell the vet "I think my cat has a medical condition" -- you tell the vet "My cat isn't eating as much as usual" or "my cat limps" or "my cat keeps coughing".
And if the vet can't find a cause and nothing seems obviously wrong, he'll tell you nothing is wrong with you cat and give it back to you -- which is the vet's way of saying "CLOSED: Could not reproduce"
Admin
Yes, you do. It's an integral part of how they function.
Of course, you need a <select> box around any set of combobox elements, so it's basically the same thing...
Admin
Easy fix, works fine now: var prefix = Math.floor((Math.random() * 19999) + 1)