This plugin can create a nice list of all your posts in an archive page. Simply create a new WordPress page called Archives or whatever you want and put the function call given on that page. (You might also have to get a plugin to execute PHP in WordPress pages for this to work.) You will see a list of your post titles classified by month.

The problem is, if you have 700 posts like me then it will make over 700 queries to your database to display the page. Massive database load.

http://www.sporadicnonsense.com/