- 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
Sounds like the title of a Pretty Things track from their late 60's early 70's era.
Admin
did anyone bother to look where is this place on what3words?
Admin
Did Adam get his rebate?
Admin
Princess Death Clowns would make an awesome band name, if people still made bands. The real question is, what is the purpose of switching these names?
Admin
Somewhat unusually, this was very easily googled and not changed at all. The princesses, clowns and DEBRA are all there. Rural king battery rebate dot com in case anyone is interested.
Admin
Sadly, it's not found on what3words.
Happily, TIL about what3words, and what the three words are for my apartment and my desk at work.
Admin
Surely you mean "entrée"?
Admin
It always irks me to see a else-if chain written and indented this way, instead of each case on the same level...
Admin
Scissors cuts paper. Paper covers rock. Rock crushes lizard. Lizard poisons Spock. Spock smashes scissors. Scissors decapitates lizard. Lizard eats paper. Paper disproves Spock. Spock vaporizes rock. Rock crushes scissors. Death kills clowns. Clowns strangle Princess. Princess throws rock. Rock knocks out death. Death burns paper. Paper irritates clowns. Clowns annoy Spock. Spock overcomes death. Death takes princess. Princess kisses lizard. etc.
Admin
I know of at least one C pretty-print formatter that would inflict that sort of indentation on my code. My boss at my old job wanted everyone to format their code using that pretty-print tool on their code before checking it in, but happily showing her the output of a large if/else-if block convinced her that exceptions could be made to the rule.
Admin
Could you paste example of what you have in mind? (indents in article seemed regular to me)
Admin
If I had to guess, some control has three states. At least this is client side and not the typical retarded WebForm roundtrip-on-every-keypress-and-mouseclick pattern.
Admin
plot twist: the previous developer was a juggalo
Admin
It's really not such a bad site. The problems that it has are problems that can be readily fixed.
Admin
TRWTF is the lengths to which Adam went for a $10 rebate.
Admin
TRWTF is the lengths Adam went to for a $10 rebate.
Admin
Noob question: Can someone explain why the mouse over function is terrible? My guess is that its taking some URL and changing some image to use that as a source.
Admin
What was the bug exactly? Hadn't deal with JS for a long while, but this code seems pretty basic and I don't see any issues with forward compatibility. Maybe modern browsers refuse to execute code if it's a WTF?..
Also, eval'ing a function parameter to change image source?!
Admin
Alas, princess.death.clown isn't in what3words. princess.depth.clown is someplace in the middle of nowhere in far north Canada.
Admin
Given that it's in a function "doTheme", I think it's setting up a rotation of three skins for site called "princess", "death", and "clowns". with the idea that each access would rotate into a new one.
Admin
You mean princess-death-clowns.tumble.com? Relevant XKCD: https://xkcd.com/1025/
Admin
This site has a lot of more WTF. Look at the beginning of the phone field validation:
// if(isNull(frmName)) { frmName="frmSubmit" } if(frmName.length<1) { frmName="frmSubmit" }; var myval=document[frmName][fldname].value;
Admin
A classic WTF is also a home-brewn e-mail verification (instead of using the regex you can google easily). Also on this site. Quote:
Admin
Anyone up for a game of rock, paper, scissors, lizard, Spock, princess, death, clown?