- 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
The one that gets me is the form to pay my credit card bill online using by debit card. The fields are:
First name: Middle initial: Surname:
and I have to enter the name exactly as it is on my card. However, the name on my card is title, first initial, surname. If I enter the information they are asking for, I'm asked to try again. If I enter my title as the first name and my first initial as the middle initial, it works.
It looks like all they are doing is concatenating the contents of these boxes with spaces between them, which raises the question - why not just have a single box that says "Name (exactly as on card)"?
CAPTCHA: ratis... why is there an 'i' in that?
Admin
This is an excellent means of preventing users from right-clicking on an image. Of course, it does nothing to prevent them from downloading it, but they certainly won't be able to right-click on it!
Admin
Rightclick and download image works perfectly in my firefox (no special addons used, JS turned on)
enum Gender { MALE, FEMALE, NONE, SHEMALE, OTHER, GENDER_NOT_FOUND, ..., PROFIT!!! };
You would be surprised (I was too), but firefox doesn't do that in some special cases, but it's quite hard to reproduce :(
Admin
Admin
It says "more than two". Two characters are not more than two.
Admin
Deactivating javascript ? You mean quick-hacking with firebug then fix with a greasemonkey script. firebug+greasemonkey is the counter-WTF weapon.
But the real WTF is being a man and being called Sandy.
Admin
FILE_NOT_FOUND is missing from this "Paula" enum...
Admin
enum Gender { MALE, FEMALE, IT };
covers the possibilities well enough.
Admin
yes, but usually not so inadequate as this one: Firefox shows the popup menu before the dialog box. lame lame lame.
Admin
One of the web sites I had to use as part of my job at a previous employer used "security questions" for validation that were mostly "favorite" questions, like "what is your favorite color?", "who was your favorite teacher in school?", "what is your favorite TV show?". I filled in answers to all these, but when I had to do a password reset a few months later, it insisted I get three in a row right, and I couldn't remember what I'd answered. I don't really have a favorite color, etc. Are there really people out there who have one favorite of all these things that they would never change? I can accept the ones that ask things like "what city were you born in" or "what is your mother's maiden name". At least those would normally have a single answer. Except that my mother changed the spelling of her name, so even that I have to remember which spelling I used. (Her name was "Blind", which resulted in people routinely thinking she was identifying a handicap rather than giving her name.)
Admin
This is clearly sexist. Note that MALE>FEMALE is true.
Given the existence of cross-dressers, sex-change operations, Michael Jackson, etc, and increasing involvement of the courts in such questions, I think we will soon have laws requirng any gender field to be varchar(255) and free-form entry, so that the user can write an essay about his/her/whatever's feelings about his gender identity.
Admin
Chewbacca itself would already fail because there are 3 c's in it.
Admin
This kinda thing really annoys me.
I am often told by web forms that I must enter a valid surname. O'Connell with the apostrophe is valid; if you can't handle that then at least be honest enough and give an error message along the lines of; "Your perfectly valid surname has an apostrophe but our developers are too lazy to cope with such conditions so please lie and enter something other than your actual surname".
WTF !?
Admin
uhm www.ci.org resolves in my FF browser to http://www.compassion.com/default.htm and it seems to allow right clicking anywhere...
so, you are wrong fella!
Admin
1.Password
Admin
(robots: no cheating)
Admin
gender = { :x_chromosome => 1.0, :y_chromosome => 1.0, :male_sexual_identity => 1.0, :female_sexual_identity => 1.0 }
Admin
So... what gender is poor Mr./Ms. Barnabus?
Admin
She stated in a previous comment that she's female. It seems though that some people plainly refuse to accept that there are female developers, and still wonder about her gender :P
Admin
Here, you get your first surname from your father and your second one from your mother, always their first ones (And women do not lose their surnames when they get married).
Admin
Admin
Sandy needs to look at his passport again to find out whether she is male or female. Which reminds me... Alex could stand for Alexander as well as Alexandra (and some more obscure names). Hmmm...
Admin
Which is why the Scots used to call men "Sandy" and women "Alex". Simple, easy to remember. Unfortunately the Sassenach influence has confused things.
Chapcha: damn the english!
Admin
In all browsers? O RLY? [image] Opera 9.26, JavaScript enabled. QED.
Admin
the real WTF is to use internet explorer, of course.
Admin
I was working in a leasing company. There was a column in the database to store customer's name declared as char(20).
Now, in the risk-calculation function - the one that decides whether you'll get the lease or not - the code went like this:
if (strlen (name) > 20) return rejected;
Admin
sure it is, you just have to download the code and rewrite it to sign up... ;)
Admin
if not I wrote 'asdf' then ? Dundasdfranklin or same lastname is a not correct ? Dund asdf ranklin
Thank you
Admin
Ugg.. look at all those disgusting eval calls... how absolutely terrible. One of the more painful pieces of coding I've seen in a long time.
Admin
the real problem here is that she isn't using firefox.
Admin
anyone with enough technical experience to read and understand javascript (which isn't all that technical) should be aware of how crap IE is. you should be using firefox. then worry about the sites you can't access because of your surname.