Edit ../wp-content/themes/default/index.php and archive.php.
Look for a line like this:
<small> <? php the_time('F jS, Y') ?> <-- by <?php the_author() ?> --> </small>
Edit to this:
<small><? php the_time('F jS, Y') ?> by <?php the_author() ?></small>
In archive.php, the by <?php the_author() ?> needs to be added.