- 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
i am the poop here
Admin
JoAnne must have clicked Yes to confirm, thereby causing the scan the finish stopping and also disabling the arrow keys. She might have avoided sacking for this, had she not also left a comment about being "the poop here" in the code.
Let this be a lesson to all of you. Never click Yes to confirm, or you will be sacked!
Admin
Please sack Brad for using this Windows theme! Oh God, can't unsee!
Admin
Perhaps Brad can explain how how normally scrolls using Ctrl, Alt or Select?
Admin
Those responsible for sacking the people who have just been sacked, have been sacked.
Admin
Fake Error'ds are so lame. Any idiot can create a message box in Photoshop or worse, VB, and send it in. There should be some verification process.
Admin
Couldnt you just go to the site and look up the source code yourself if you doubt this?
Admin
This post has been completed in an entirely different style at great expense and at the last minute.
It was written by
40 SPECIALLY TRAINED ECUADORIAN MOUNTAIN LLAMAS
6 VENEZUELAN RED LLAMAS
142 MEXICAN WHOOPING LLAMAS
14 NORTH CHILEAN GUANACOS (CLOSELY RELATED TO THE LLAMA)
REG LLAMA OF BRIXTON
76000 BATTERY LLAMAS FROM "LLAMA-FRESH" FARMS LTD. NEAR PARAGUAY
Admin
Yep, http://www.usawebsolutions.com/ do not disallow the arrow keys, as Anonymous Coward noted above (although it is still a total WTF to disallow the right mouse button and CTRL/ALT). However, I'm afraid the real WTF is Brad's theme - surely the worst theme I have ever seen in my life, ever. I mean seriously...
Admin
Admin
From the page where the girl is listed as "sacked":
"if (year < 2000)
year = year + 1900;"
Really? I have to type "genitals" for the captcha test??
Admin
Maybe this has something to do with it: http://poop.sourceforge.net/
Admin
I just emailed [email protected] sending her my commiserations.
Admin
alt is used in firefox to do fine scrolling.
Admin
Well, usawtfsolutions' CAPTCHA is well - automated, complete with JavaScript validation
<input name="hdnSecretCode" type="hidden" id="hdnSecretCode" value="QXHKM" />Admin
Taken from http://www.usawebsolutions.com/jsScripts/usawebScripts.js:
function right() { alert("Sorry, Right click is disabled.") return false; }
This is the height of bad practice in my opinion. Disallowing a user access to his own context menu is unacceptable, especially considering that it serves absolutely no practical purpose to the website. You can still copy text, view source etc, you just have to take a different route. Although the funniest thing about this code is that it doesn't actually work in Firefox. After you've responded to the alert, the context menu opens anyway. So FU usawebsolutions.
Admin
Admin
I have finished posting.
Admin
"Copying and or Mimicking the Copyrighted Design and Content on this website will be in violation of International Copyright Law. Violators will be held accountable for and company will seek financial damage in accordance to International Copyright Law."
oops... Did I just infringe on the copyright of their boilerplate copyright notice?
Admin
I have finished finishing posting.
Admin
I was going to scream 'fake' on the poop shot, until I went to the site and saw it for myself. I predict the comment will be gone before lunch!
Admin
If you're using Firefox, you can disallow a site disallowing your context menu.
Tools -> Options -> Content -> the Advanced button beside Enable Javascript.
You can chose what Javascript is allowed to do, including resizing windows, disabling context menus, mucking with your status bar, etc.
Or you can go the NoScript route, and just whitelist whatever "features" are "required" to "use" the site. (whyTF do I need Javascript enabled to read the archive, text-only page of a message board?)
Admin
Should have included the rest of the bit:
function right() { alert("Sorry, Right click is disabled.") return false; }
document.onkeydown = key; document.oncontextmenu = right;
I'm still surprised people do this. It always reminds me of the bit in "Blazing Saddles" when they set up the toll booth in the middle of nowhere expecting nobody to just go around it.
There's a WTF in that code that was thankfully commented out:
/if(document.getElementById('txtSecretCode').value.toUpperCase() != document.getElementById('hdnSecretCode').value.toUpperCase()) { alert('Please Enter Correct Secret Code'); document.getElementById('txtSecretCode').focus(); return false; }/ return true; }
Admin
I'm going to put some of these messages in my app on purpose. Just because.
Admin
Anyways else see "I am a spacer. I am not semantic" on the belkin source code too?
Admin
The directors of the firm hired to continue this comment after the other people had been sacked, wish it to be known that they have just been sacked.
The credits have been completed in an entirely different style at great expense and at the last minute.
Admin
Admin
Admin
Greatest comment ever! Very well thought out.
Admin
Admin
Admin
Because seriously, either you know how many bedrooms you need or you don't. And Foxtons doesn't do no business with them undecided folks.
Admin
I hope those responsible for writing "Cafes" as "Cafe's" have been sacked too. Cafe's what???!?!?
Admin
http://ccpv.westchesterclerk.com/
Admin
the poop is still up as of now: http://catalog.belkin.com/IWCatSectionView.process?Section_Id=200340
Admin
We burned the poop? http://thedailywtf.com/Articles/We-Burned-the-Poop.aspx
Admin
There, fixed it for ya ...
Admin
TRWTF is Vista's default theme. The only thing it's missing is lens flares.
Admin
In IE (yes, I use IE at work) to get around the 'you can't click buttons' just click faster. I just click and hit the space bar, to get past the message, after a couple times, the context menu comes up.
Admin
For those that are interested, usawebsolutions disables key codes 17, 18, and 93 (ctrl, alt, and "select key" whatever that is). Right click is also disabled: function key(k)
{
var KeyID = (window.event) ? event.keyCode : k.keyCode;
if(KeyID==17 || KeyID==18 || KeyID==93) {
}
}
function right()
{
}
They removed the arrow key restriction, apparently, but their prevention of ctrl causes me not to be able to close the tab in my normal way (ctrl+w). I guess I'm too much of a power user for them.
Also, google chrome allows you to simply disable their JS popups, and resume operation normally, including copy and paste. Yay!
Admin
Dammit! I've got this website I need to build and I was just going to copy and paste all of USA Web Solutions' HTMLs, but they've made it ABSOLUTELY IMPOSSIBLE to do that now.
Dammit dammit dammit. What am I going to do?!
Their website was like the perfectest website ever...if I could have just copied and pasted their HTMLs, I would have been rich! RICH! Dammit!
Admin
Oooh, a girl that isn't afraid to dive in and inspect the source! I have to say I'm a little excited... (sorry to all the IT-literate girls out there, I know you exist, I've just never met any of you).
Admin
Newbies... Opera lets you do whatever you want even with java script on. With the exception of pressing ctrl, but you can still alt and right click.
Captcha: a saucy eros
Admin
Judging by family name, i bet the manager sacked his ex-wife?
Admin
Don't you see? Disabling right-click allows them to be more customer-focused!
Admin
The "Finished Stopping" message isn't necessarily unreasonable. Consider some large scanning machine with a computer control interface. If you hit stop, it would do some cleanup, returning some movable head to it's home state. It's very possible this would take tens of seconds to occur and thus having notification that it is complete (a la "It is now safe to shut down your computer") is completely reasonable.
Admin
Admin
And some of these, write sexy code!
Admin
Admin
Well done, but instead of "HTMLs", you should have said "codes". Apparently the new thing among people who know just enough about programming to be dangerous is to refer to source code in the plural, and to refer to a piece of code as "a code".