- 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
Heh this reminds me of the web dev company I once almost worked for. They had solved all of the IE, HTML and Javascript problems by making "websites" in pure Flash.
NOW HOW 1337 IS THAT?
Admin
Yawn, Matt better start getting used to being a developer.
Admin
How usefull!
Admin
And that's why I use NoScript... so that morons can't run code on my computer.
Admin
Admin
re: A simple javascript to detect IE6 and resize the window to 800x600 would have solved the issue.
Learn to deal!
WTF do you think I actually did? I uncommented a javascript line that detected browser versions and called different nav scripts and walked away - and the orignal problem was specifically that the site always rendered at 800X600 and anything else broke the "only" nav script.
Admin
In the beginning there was HTML and people who hated style loved it. Grotesquely ugly pages of glaring text assaulted the world and all was good.
Then people with style and design sense started using tables to make their pages not look like poo and this angered the people with no design sense. They were then forced to put thought into displaying their information, they couldn't just regurgitate it onto the page.
So! The evil anti-design people created CSS and told the designers they should use that... except they didn't bother to ask anyone with any sense and so the new "functionalaity" was less functional than the old, working tables.
Heck the terrible new system couldn't even do vertically centering! And that made the inventors happy again as their true intention was to destroy the ability for designers to make pages look nice.
That's when designers stopped listening to a-holes that come up with standards that don't actually address their needs and were only created to STOP them from doing what they want.
Oh, and that's why this guy put in 700 tables. Some jerks at WC3 didn't think he should actually have any control over the look of his site but they realized they needed to PRETEND they were addressing the problems of tables.
Admin
Admin
Ha! We've been calling it Screamweaver for a while. Probably for the same reason.
Admin
assuming each row/column is empty, by my (probably slightly incorrect) calculations, there would be over 150,000 terabytes of data for just the tags. I don't know what TRWTF is exactly, but I'm pretty sure it is related to this.
Admin
Using IE6 and 800x600 is not a problem. It used javascript, so they could have simply hacked the security and launched the browser themselves. Extra points for detecting if missing and then downloading and installing it first.
Admin
Admin
Admin
By the way, thinking about it, contracting it has to it's is only done if the has is the auxiliary verb in the perfect aspect, isn't it? Contracting it in "It has a certain ring to it." sounds terribly wrong.
Admin
Obviously posted by someone who doesn't know javascript.
Admin
Wow that's weak!
Admin
i've read several counterpoints regarding the whole no-table-for-layouts fad. one can argue that CSS was not made to create layouts, either. Its a STYLE sheet. There is no web standard for the layout itself. Only how to represent what's in the layouts.
Admin
I would like to see a link to this site so we can see how well Matt did in the end.
Admin
The Real WTF is that he uses Dreamweaver.
I guess you've never seen stylesheets loaded by JavaScript. I remember a guy asking me the other day about a problem he had on a site he was troubleshooting: When he loaded the page on IE, one time out of ten, a form button would disappear. The HTML was all there and whatnot, but the button wouldn't appear. When he asked me, I guessed that a JavaScript loaded stylesheet raced against another stylesheet causing the formatting error. Turned out I was correct.Admin
Yep, "its" is a totally anomalous possessive form. After all, the other possessives are:
he's her's our's your's there's (British English), they're's (US English)
and last not least
my'ne
I call them the nomalous possessive forms.
Admin
Sorry i'm late to the party. I've not been here for a while. I still feel a need to dispel the "I need tables for layout" myth.
how do you do that with only 3 columns?
here how to do it with 3 divs and a little css.
It works best, surprisingly, in IE7. firefox and chrome mess up the right column at smaller resolutions.
Admin
Wouldn't the fact that it messes up in Firefox confirm, rather than dispel, the myth that one should use tables for layout?
Admin
<html> <body> <div</span> id="PrimaryOuter"> <div</span> id="Primary"> <div</span> id="PrimaryGlow" class="glow"> <div</span> id="MainContent"> <div</span> class="CommentContainer">
<div</span> class="CommentBody">
<div</span> class="CommentBodyText">
<blockquote</span> class="Quote">
Quoted text
Comment text
</body>
</html>