sorry, this is a little off-topic, but i dunno where to post instead:
i have to write a little chat system. ive already done this some time before as a server/client tcp/ip model but it got a horrible user interface.
now i have the target to make a more intuitive interface and im searching for some suggestions.
in my old chat i had the good ole’ style:
a big textarea in the middle for output, on the right some pull-downs for choosing font, color etc, on the left a list of all clients, a text field for input and some window-menus.
the main change shall be on the client-list. i want some graphical addons (e.g. avatar, not only text, all clickable for more details in a frame, banning etc). but how to display the clients ? in a list could be somehow bad to use. perhaps a system of internal windows, one for clients, one for chat ?!?
how would you like to use such a chat ? any additional things ?