Change the amount of posts displayed at boblog manage
only 20 posts will be displayed by default when try to manage posts at wordpress, sometimes there is a need to see more posts for bulk modification, following is a way:
find following code in the file of admin/admin_header.php:
$adminitemperpage=20
and change 20 to the number desired.