Agreed - iteration #1 is now checked in: just the user's timeline (not
the public timeline or tags/words) is now updated by a JavaScript
function using jQuery.
This is my first go at using jQuery - I have to say, I'm pretty
impressed with it!
Cheers,
Darren
David Pollak wrote:
I'm pretty sure that the contents of the Message JSON objects does not give
all the information necessary to render them in the UI (e.g., complete
information about the user that posted the message).
Let's iterate in terms of additional information necessary, server-side
parsing/digestion of the XML, etc.
Also, over time, it would be cool to build up a browser-side set of messages
so ESME has more and more of a GMail feel to it.
On Sun, Jan 4, 2009 at 2:14 AM, Darren Hague <[email protected]> wrote
Hi Mrinal,
I'm making good progress right now, in that the basic JS-client update
mechanism is working. Today I want to work on bugfixes to the code (it's
pretty rough & ready at the moment), so I hope to be able to check something
in by the end of today. Once that's done, it's open to anyone with better
design skills than mine to improve the UI - I'm just focusing on the
JS-based Comet update technology.
Cheers,
Darren