Please implement updates that occur without having to refresh the page.\
Using ajax is quite simple. Just use xml to process requests without updating the page.
Here is an example of ajax in action:
http://www.w3schools.com/php/php_ajax_database.aspThis could be implemented in forum topics, in messages, post edits, etc.
For example, when someone messages you, xml processes that query so that you see the message without having to refresh the page.
I could write some code if necessary.