Youth culture killed my dog 16 to 20 of 22 articles Change bannerposts rsscomments rss

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.


|

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
|

Polls polls polls   12 Jul 04
[print link all ]
This great site covers all of the major Bush v. Kerry polls. It answered several questions that I had as well as a few I had never thought to ask.
|

Shuffle up and deal   11 Jul 04
[print link all ]
[1,2,3].sort_by {rand}

from: www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/106044

Also check out: extensions.rubyforge.org/rdoc/index.html


|

 

Copyright © 2008 Leslie A. Hensley