- 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
look like someone tried to level up ghosting in ultima online
Admin
This is something along the lines of #define true random(1,1000, false) in C++, a post departure joke or trolling by a former staffer. I think it's great.
Admin
Pure genius!
Admin
Noooooooice! I'm using this! :D
Admin
Reminds me of the good old days when the only way to adjust the size of textboxes in Netscape was by fiddling with the maximum number of characters it could display. Now THAT required web design skills.
Admin
Then there's the pre-Google SEO methodology: write your personal favorite word(s) to elevate in the same color as the page background, thus invisible to readers but picked up by AltaVista's word-counting algorithm.
Admin
Ah, the good old days of webdesign where people manually layed things out with characters.
Got a table? Whole series of " " again and again to get things to vertically align - right until someone changes the browser window size. Easier fix was using
, but nobody knew that.Admin
Meh. it used to be worse. On early versions of IE, you could push a partial page of text out if you followed it with 2049 spaces or somesuch. One less space and your intro logo would not show up, ever. Also, !!important,really,amIE99
Admin
Are you sure this isn't ASCII-art as watermark? The hidden image can be made visible by selecting the whole page with ctrl-a.
Admin
Real pros use
Admin
Of course, " " is just as good in some places, and many a web page has LOTS of these littered around the place!
Admin
o.O
Admin
I used this trick once with some financial reporting from PHP - pad out the averages with 'n' so the columns lined up nicely to the right. Bit ugly, but the Ns justified the means.
Admin
Change the name of this site to TheDailyRemy.com
Admin
You're going to hell for that one
;)
Admin
All the browsers? Don't you mean the only one that was in common use?
Admin
Here's an easier way to get it /right/ ;-) Billing Address Information
Billing Address 1:<font color=white>City2..</font><input type="text" name="BillStreet1">
Billing Address 2:<font color=white>City1..</font><input type="text" name="BillStreet2">
Billing City:<font color=white>Address 12..</font><input type="text" name="BillCity">
Admin
Hmm, I think they are clueless on font spacing and just trial-and-errored the characters needed.
The correct WTF for 100% foolproof foolish alignment is:
Billing Address 1:<font color=white>City2</font><input type="text" name="BillStreet1">
Billing Address 2:<font color=white>City1</font><input type="text" name="BillStreet2">
Billing City:<font color=white>Address 12</font><input type="text" name="BillCity">
Admin
Ever seen a secretary formatting a word document using the Space and Enter key? No, no one does it this way ;-)
Admin
I'll pay that, clever.
Admin
That's not a WTF, that is true genius... Assuming you're working with browsers that didn't have other reliable options.
Admin
Someone should try that and see how it scales when the user sets larger font sizes or uses a strange resolution.
I bet it works a lot better than many of the "modern" techniques used by sites today.
Admin
Would have been solved if HTML had implemented TAB characters from day one.