<?php query_posts('orderby=date&showposts=4&author=$curauth->ID'); ?> 
<? while (have_posts()) : the_post(); ?>  
<?php the_title(); ?> 
<? endwhile; ?>