Slashdot Mirror


User: Jasperke

Jasperke's activity in the archive.

Stories
0
Comments
14
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 14

  1. Re:scratch on Mastering Ajax Websites · · Score: 1

    XPATH is too slow for me, I really gave it a fair try in my AJAX applications.

    JSON is not just string manipulation, it is a subset of the literal object notation of JavaScript. I think JSON doesn't make very much sense in other programming languages, but hey we're talking JavaScript now.

    I think this is a really great and fast way to get data from the server:

    var responseDataObject = eval(xmlHttp.responseText);

  2. Re:How to become an AJAX Expert on Mastering Ajax Websites · · Score: 1

    Hell no!
    I'm using AJAX already for ages, I'm a _real_ AJAX Expert...

    Hmmm oke, I guess you're right...

  3. Re:scratch on Mastering Ajax Websites · · Score: 1

    Parsing XML in JavaScript is not very efficient, you better use some JSON techniques.

    It's more elegant to get XML from the server, but AJAX is here to make the user experience better, so lets keep things up to speed in our AJAX applications.

    Jasper.

  4. Re:You've GOT to be kidding... on Mastering Ajax Websites · · Score: 1

    Well,
    simply using javascript in HTML doesn't make it DHTML. DHTML is the dynamically adding/changing HTML. A simple onclick="alert('foo')" is not DHTML.

    I agree DHTML is HTML and javascript. But there's a little more needed than JUST HTML and javascript, to make it DHTML.

    Sorry for being unclear.

    Jasper.

  5. Re:scratch on Mastering Ajax Websites · · Score: 1

    I don't see any XML parsing in this sample...

    function updatePage() {
        if (xmlHttp.readyState == 4) {
            var response = xmlHttp.responseText;
            document.getElementById("zipCode").value = response;
        }
    }

    I think the "xmlHttp.responseText" is just a plain string, not XML.

    Jasper.

  6. Re:You've GOT to be kidding... on Mastering Ajax Websites · · Score: 1

    DHTML is not "just Javascript and HTML", DHTML is about creating and modifying HTML dynamically.

    Jasper.

  7. Re:Photos show it running Windows? on Mobile Phone with PC running Linux 2.6 · · Score: 1

    Better image here.

    Running Linux, with a Windows-button on your keyboard? Showing a Outlook Express screenshot?

    This smells a bit fishy to me...

    Jasper.

  8. Re:In general, Microsoft seems sloppy. on Latest SP2 News · · Score: 1
    Where I work software is created only (99%) by the ideas of marketers...

    If you can make a feature that makes money, just do it! (And if you can get a customer to pay for all the develop time of that feature, then you're a genius ;))

    Executing code within Word documents or email seems insane from our perspective, but it's a _really_ awsome feature you can sell. So ...

    ... shutup and go make that feature!

    PS: I worked for another company that was driven by technologie instead of marketers, it was a programmers heaven... but I went broke. (Geez, how come?)
  9. Re:In general, Microsoft seems sloppy. on Latest SP2 News · · Score: 5, Funny

    I think it's funny, because it happens very often...

    Developers vs Rest-of-company:

    Pre-release-phase:
    Rest-of-company : Come on, we _need_ SP2 now!
    Developers : But it isn't finished yet...
    Rest-of-company : If we don't get it NOW, we will ... (Fill in some very good reason, like getting fired ;))
    Developers : Oke, but there are too many problems with SP2...
    Rest-of-company : We'll release some hotfixes, just give it to us _NOW_!
    Developers : *shrugs* Oh well... Just don't forget we warned you guys...

    Post-release-phase:
    Rest-of-company : WHOA, There is a problem with xxx. How is that possible?
    Developers : Well, SP2 just isn't quite finished yet...
    Rest-of-company : Not finished? What the f**k?!
    Developers : We told you so, before the release, but...
    Rest-of-company : I don't want to hear that, just go and work on the hotfix...
    Developers : *shrugs* Oh well...

  10. Re:Where is SP2... on Latest SP2 News · · Score: 2, Insightful

    Problem? Problem? How can you call that a problem?

    You just don't realize how lucky you are...

  11. kb328874 on Windows XP SP2 Goes Gold · · Score: 1
  12. whereis biff? on Top Ten Linux Configuration Tools? · · Score: 1

    whereis biff? crypt at source. biff cut yacc tail, yacc cut biff finger.

    "awk!," sed biff.
    "ar, ar!" sed yacc.
    ksh, bash! man cut head, kill yacc at last, make strings.
    exit crypt, find mail from su. od. "date? yes." biff find su nice. make time, date. find su at wall. tee, talk.
    ed: "tip: find jobs, biff."
    "yes, make tar," sed biff.
    su, biff date more: touch, strip, sleep.
    "su, inetd perl," sed biff.
    "yes!" sed su.

    --
    Shamelessly stolen from:
    http://www.netfunny.com/rhf/jokes/92q1/unix ,.html

  13. Re:ports? on Handtop PC Announced Using Transmeta Processor · · Score: 1

    What a bummer you couldn't find it...

    Read the specs (again?) here,
    it says: "USB 2.0 port"

    Jk.

  14. Apple would winn a lawsuit on Apple Claims Ownership of Shareware · · Score: 1

    "without using the employer's equipment, supplies, facilities"

    My guess is that Apple would win a lawsuit. They probably caught him using his company ibook. ... or even a company pen.

    - Jk.