Displaying 2 results from an estimated 2 matches for "gasperfm".
Did you mean:
gasper
2005 Sep 14
13
table sorting/manipulation library?
I have a library I''ve developed that I believe is the most flexible and
useful table sorting/striping/row-selecting library around.
Big features:
Single and multiple-level sort
Arbitrary sort criteria (IP address, date, etc.)
Works with table headers that are > 1 row or column large
Stripe tables and/or enable row selecting
Row selecting supports drag-select and SHIFT-click
No extra
2005 Sep 15
1
server push?
Has anyone done much work with server-side push and AJAX/J? (XML or JSON)
As best I can tell, the ideal solution to this would be
the multipart/x-mixed-replace MIME type. Mozilla''s XMLHttpRequest now has
support for this, so this is on people''s minds, but how to make it work on
the server end?
You have to keep a connection open.....and a process on the server to go
with it.