1. Easy publishing with the WordPress bookmarklet

    WordPress includes a bookmarklet for easy publishing. Use it on a page you want to write about and you get the Write Post form with the title and selected text already filled in. To get the advanced editing form for the new post I applied the WordPress Bookmarklet Hack.

    I also added a line of JavaScript in the <head> part of the bookmarklet.php file to bring the edit window in front automatically:

    <script type="text/javascript">window.focus();</script>
    

    Then I changed the bookmarklet itself to remove the window settings from the created window. That changes the editing window to a complete browser window with all parts available. This is done by changing:

    'scrollbars=yes,width=600,height=460,left=100,top=150,status=yes'
    

    of the bookmarklet to:

    ''