I don't think its feasible or recommended to have a white board sort of app on web. the reason for this is, for drawing stuff, we need to capture the mouse movements. though we can capture those events, but it will be very much costly, making round trips to server from browser for each and every small mouse movements. The work around solution for this, FYI I am not at all good as scripting, could be to use the client side scripting for capturing, holding the mousemovement data and sending it back to server, so that server can draw/plot on the panel/browser. and as for writing something, i think its text, we can have a chat application based on browser. lastly, I am not able to imagine your web based white board, how it will look like, etc., . I am giving up on this idea, if you could make it, please let us all knew about it. have a nice time, burhan. |