The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

If I've told you once, I've told you a thousand times!

Last post 01-09-2007 6:23 PM by foxyshadis. 22 replies.
Page 1 of 1 (23 items)
Sort Posts: Previous Next
  • 01-02-2007 8:07 PM

    If I've told you once, I've told you a thousand times!

    I'm sure all know generated HTML is rarely something to be proud of. Sometimes, though, it's worse than others. This particular bit just seemed a bit... insistent. Here's a screenshot from 'vi' running in a session of PuTTY:

    Worst HTML ever!

    There were several more screens' worth of this.

     

    :(){ :|:& };:
  • 01-02-2007 8:54 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    what are you complaining about?  that looks really pretty!

     </sarcasm>
     

    Lusers - making the unthinkable a reality since 00:00:00 UTC, January 1, 1970
  • 01-02-2007 9:48 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Am I disturbed for thinking that picture would make a good logo or background?
  • 01-02-2007 9:52 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Look at it from a few meters away - it's the national flag of WTFistan. ^^.
    A monk asked Joshu: isTrue(dog.hasBuddhaNature()) ?
    Joshu replied: FILENOTFOUND
  • 01-03-2007 10:51 AM In reply to

    • skippy
    • Top 500 Contributor
    • Joined on 03-10-2006
    • Calgary, AB
    • Posts 190

    Re: If I've told you once, I've told you a thousand times!

    Cap'n Steve:
    Am I disturbed for thinking that picture would make a good logo or background?

    *insert bad joke regarding cameras and wooden tables* 

  • 01-03-2007 11:05 AM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Cap'n Steve:
    Am I disturbed for thinking that picture would make a good logo or background?

    Actually, I agree.

    Hey, fennec -- think you can take a screen of that at 1280x1024 and post it here?

     

    Agile Team-Oriented Waterfall-Centric Cowboy Coder.
  • 01-03-2007 2:41 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    The question is, were all those font tags closed properly?
  • 01-03-2007 2:45 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    This tiles:

    Image Hosted by ImageShack.us
  • 01-03-2007 2:51 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    I've needed new wallpaper for some time now. Thank you.
  • 01-03-2007 2:57 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Irrelevant:
    This tiles:

    Ooh, nice. :) 

    :(){ :|:& };:
  • 01-03-2007 2:59 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    The real wtf is that this person put quotations around the size attribute value. Don't they know that it is optional and that they could of saved lots of bandwidth.

    Arg these people make me mad :(

  • 01-03-2007 3:23 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    barfoo:
    The question is, were all those font tags closed properly?

    Actually, yes. 'tidy' tells me:

    tidy:

    line 1 column 1 - Warning: missing <!DOCTYPE> declaration
    line 1 column 350251 - Warning: unescaped & which should be written as &amp;
    line 1 column 245 - Warning: <table> lacks "summary" attribute
    line 1 column 11484 - Warning: trimming empty <font>
    line 1 column 58672 - Warning: trimming empty <font>
    line 1 column 114893 - Warning: trimming empty <u>
    line 1 column 125093 - Warning: trimming empty <font>
    .....
    line 1 column 361599 - Warning: trimming empty <font>
    Info: Document content looks like HTML 4.01 Transitional
    192 warnings, 0 errors were found!

     
    I've gone into my versioning system and found the original code. Note for added WTFiness, it's all on one line. (To be fair, it used to be all on many lines, but they were using LF line terminators and some time before I got to the file, those had been replaced - silly Macs, anyway :P). The modified file is here for comparison; only 21 kilobytes, to the original's 356 kilobytes. You may note the font is no longer Arial, Helvitica, or even sans-serif.
    I is a lazy searcher-and-replacer sometimes, and have more important (if less graphically compelling) WTFs to unWTF.

    :(){ :|:& };:
  • 01-03-2007 6:49 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Love the tiling wallpaper.
  • 01-03-2007 7:00 PM In reply to

    • stvmty
    • Not Ranked
    • Joined on 01-03-2007
    • Posts 1

    Re: If I've told you once, I've told you a thousand times!

    fennec:

    I've gone into my versioning system and found the original code. Note for added WTFiness, it's all on one line. (To be fair, it used to be all on many lines, but they were using LF line terminators and some time before I got to the file, those had been replaced - silly Macs, anyway :P). The modified file is here for comparison; only 21 kilobytes, to the original's 356 kilobytes. You may note the font is no longer Arial, Helvitica, or even sans-serif. I is a lazy searcher-and-replacer sometimes, and have more important (if less graphically compelling) WTFs to unWTF.

     wtf firefox chrashed while viewing the source code of that page :(
     

  • 01-03-2007 9:20 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Dee-lish.

    Reminds me of the crappy code in our authoring system at work. There's a plugin from '96 that we use to turn rich text (from a win32 client) into HTML. It ejaculates font tags into the stream, so many that "Hello world" ends up being about 200 bytes worth of tag markup.
  • 01-04-2007 11:35 AM In reply to

    • Beardy
    • Not Ranked
    • Joined on 01-04-2007
    • Posts 1

    Re: If I've told you once, I've told you a thousand times!

    Um, I've just looked at the source of the modified file you gave, seems like those font-tags are multiplying again.

     

    Broken regex? 

  • 01-04-2007 1:33 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    Wow. I just applied the tiled one as my wallpaper on my triple screen setup (3840x1024) and it is making me dizzy. WTF
  • 01-05-2007 4:16 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    MasterPlanSoftware:
    Wow. I just applied the tiled one as my wallpaper on my triple screen setup (3840x1024) and it is making me dizzy. WTF

    LOL. I applied it to my dual screen setup (2560x1024), turned off desktop icons, minimized everything, and called a co-worker in yesterday evening. He asked what was I trying to do to him and he about hit the whiteboard. He said it reminded him of those images that made it look like it was spinning, but is really static.

    Join us at #TDWTF on irc.slashnet.org !

  • 01-06-2007 10:11 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    You're making me jealous of your nice display setups. O_o
    :(){ :|:& };:
  • 01-07-2007 9:19 AM In reply to

    Re: If I've told you once, I've told you a thousand times!

    DustinMichaels:

    The real wtf is that this person put quotations around the size attribute value. Don't they know that it is optional and that they could of saved lots of bandwidth.

    Arg these people make me mad :(

    Despite the obvious sarcasm, I feel the need to remind people that they're not actually optional, not even in HTML.
  • 01-08-2007 7:05 PM In reply to

    • Tweenk
    • Top 500 Contributor
    • Joined on 08-12-2006
    • Poland, Warsaw
    • Posts 92

    Re: If I've told you once, I've told you a thousand times!

    Quotes around numeric attribute values are not mandatory in HTML, but are mandatory in XHTML. Quotes around non-numeric attribute values are always mandatory. In this case there are font tags, which means that this is HTML (XHTML disallows font tags IIRC), so the quotes are optional.
     

  • 01-09-2007 3:56 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    nope ... I've used <form method=POST> and had no problem with that ... :D so quotemarks aren't really mandatory for non numeric.

    I wonder if that page was made with obfuscation in mind? I would definitely crap out if I was to modify that thing...

  • Fri, Feb 30 10999 19:70 ZMIn reply to YOU

    • GIR
    • Signature
    • Joined on Thu, Jan 1 1970
    • Garbage Invasion Robot
    • Posts 666

    I'm going to sing the Doom song!

  • 01-09-2007 6:23 PM In reply to

    Re: If I've told you once, I've told you a thousand times!

    danixdefcon5:

    nope ... I've used <form method=POST> and had no problem with that ... :D so quotemarks aren't really mandatory for non numeric.

    I wonder if that page was made with obfuscation in mind? I would definitely crap out if I was to modify that thing...

    They're mandatory by the SPEC, but generations of web-kiddy idiots prevent any reasonable web browser from enforcing such niceties. 

Page 1 of 1 (23 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems