<?php query_posts('orderby=date&showposts=5&author=ID'); while (have_posts()) : the_post(); the_title(); echo '<br />'; endwhile; ?>