I created a shortcode for time.ly's "all in one event calendar app" that makes a paginated list of upcoming events with out all the java script and user options.
I posted about it here. (Its still a work in progress)
As it is now it loads before all the content, I'm guessing because the file returned at the end includes echo's. I'd prefer if it always loaded after the posted content regardless of where it is typed on the page. Is it possible to force a short code to load after page content?

the_contentin the shortcode and then just return$content . $something_else? – mrwweb Aug 2 '12 at 22:05