How does stackoverflow create the slidedown effect to alert a user of a change ?
I think they use a timed event: jQuery Timed Event
Which sends an AJAX call to the SO severs: http://api.jquery.com/jQuery.ajax/
And then shows it in the div using the effect Andy E mentioned