• (cs) in reply to dhromed

    "Blocked script" in unparsed HTML.

    There's a WTF right there.

  • MaDeR (unregistered) in reply to Xepol

    Xepol:
    "If it ever gets the users, the wild exploits 'll grow too, and then we'll see if amateur hobbiests working for free in their spare time pitted against pernacious spammers, trojan, and virus writers hunting for zombies while peddling porn are really up the challenge.  It ought to be interesting."

    I always want to meet corporacionist mindless drone - you look like one. It ought to be interesting.

    (and since when developers of firefox are "
    amateur hobbiests working for free in their spare time"?)

  • vdboor (unregistered) in reply to allanc

    "Should have used JavaScript for greater compatibility."

    Real webprogrammers should realise that not everybody likes their JavaScript features, and have JavaScript disabled. How will your site work then?

  • (cs) in reply to vdboor
    Anonymous:
    "Should have used JavaScript for greater compatibility." Real webprogrammers should realise that not everybody likes their JavaScript features, and have JavaScript disabled. How will your site work then?


    Much better. Anyone who has ever built anything in software can tell you that everything worked perfectly until the users came along. Eliminating more users, then, increases the probability that the system will operate without error ;-)
  • Blaze6947 (unregistered) in reply to fatgeekuk

     Umm, you obviously don't understand what "With" blocks are for anymore then writer of this useless "With" block.

    Using a "With" block with VBA does not cause memory leaks. Not cleaning up your object references does that among other things.

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconUsingWith.asp

     

  • Blaze6947 (unregistered) in reply to fatgeekuk

    My post was in regards too fatgeekuk is not online. Last active: 4/11/2005 2:26:41 PM fatgeekuk  post.

  • (cs)

    Truly, he has ascended to The Next Level. I never realised IE to be a powerful IDE the way he does. My small brain cannot fathom his ways; I am not worthy to receive the title "HTML Programmer".

  • (cs)

    For what it's worth, VBScript doesn't work in Mac IE either. Wonderfully accessible link there!

  • (cs) in reply to fatgeekuk
    fatgeekuk:

    "WITH" blocks are the spawn of satan...

     

    all the books talk about them...

     

    None of the books say you should never use them.

     

    For instance, when using WITH blocks in excel VBA work, it promotes memory leaks that eventually (or not so eventually) bring down excel in an exception error.

    VBA -> WITH generates memory leaks.

    trusting Microsofts GC also creates memory leaks. you MUST clean up your object references before exiting routines if you want a stable (haha) environment.

    Holy crap!  That entire post is a joke, right?  Please make it clear when you are being sarcastic, otherwise someone might think that you are actually serious when you post jokes like this and you might end up looking like an idiot .... Luckily, we can safely assume that you are joking here since no one can possibly be that misinformed. 

  • fatgeekuk (unregistered) in reply to Jeff S

    Nope, no joke...

    Lessons learned the hard way writing VBA/Excel for over 3 years.

Leave a comment on “HTML Programmer”

Log In or post as a guest

Replying to comment #:

« Return to Article