Youth culture killed my dog 14 to 18 of 22 articles Change bannerposts rsscomments rss

Borges gets DHTML   28 Jul 04
[print link all ]
Well, it’s a little bit late, but here it is: live_update.rb.

I think the client code ends up looking very nice.

        r.text_input_with_callback(proc {}) do |r2, text|
        if text.length > 1
            r2.div_named 'bar', `grep -i \"^#{text}\" /usr/share/dict/words`.gsub("\n", "<br/>")
                end
        end

You can see it in action here. I’ll post the code to the Borges mailing list, but it seems pretty dead lately.

I think this idea can pushed much further. I’ll get back to you with anything else I come up with on this front, but you have to promise to do the same.


|

Seaside gets DHTML   24 Jul 04
[print link all ]
I knew that things like autocomplete on text fields were possible, but I thought they would be clunky in practice. Even after seeing gmail in action I still didn’t get it. Well, I get it now. Try typing some things in the "Live Search" box on the right side of this page.

And now it comes to Seaside:

        What this means, effectively, is that invoking this handler makes a
        request in the background, which the webserver can respond to by
        returning a new version of any part of the current page that it likes.
        That part of the page gets swapped out seamlessly for the new version.
        The thing I like about this is that it gives all the power to the server
        side: only after having processed the request does the decision have to
        be made about what parts of the page are affected and need to be
        redrawn, and those parts can be sent back to the client.

www.cincomsmalltalk.com/userblogs/avi/blogView?showComments=true&entry=3268075684

So now I would like to get this going in Borges. If I don’t have something posted by Monday, call me out on it.


|

Nice quote   24 Jul 04
[print link all ]
        Methodologies do not succeed because they are aligned with some platonic
        Right Way to build software. Methodologies succeed because people make
        them succeed.
www.testing.com/cgi-bin/blog/2004/07/24#methodology-and-ontology
|

Java Continuations?   16 Jul 04
[print link all ]
Some people dislike Java more than I… www.cincomsmalltalk.com/blog/blogView?showComments=true&entry=3267378762

JRuby didn’t support continuations last time I checked, how about Jython?


|

Reflections on reflection - Henk Barendregt   13 Jul 04
[print link all ]
lambda-the-ultimate.org/node/view/91
|

 

Copyright © 2024 Leslie A. Hensley