I really like the visual effect where a new element seems to push an old element out of the way. Pretty common thing recently.
here is a static example.
http://github.com/
However, I’m trying to do it with recently updated products. Also would like to use scriptaculous if at all possible with periodically_call_remote using ruby on rails.
Without writing the code for you, here are the pieces you need to build:
render :partialAjax.PeriodicalUpdaterto grab the html, and update the div with new itemsmovethe existing elements down to accomodate the new ones, but do it slowly. I recommend you get the first two bullets working and then worry about the effects).There’s no specific need to use
periodic_call_remote, it can be done entirely with unobtrusive javascript.