Fast publishing in wordpress

I get what you want, it will require some coding skills though.

What I did was create myself a plugin that registers a new menu page, and then I use
wp_insert_post()
function to create a post with given parameters. You can check out my plugin here:
http://www.mediafire.com/?499tk848njaz7hq

It’s for fast image posting, but I believe you can adjust it to your need.