Kwebble : Blog

Label: bookmarklet

  • Creating upgradable bookmarklets

    Gepubliceerd op 26 september 2008 in Programming.

    I haven’t seen this technique before, but the implementation of Reading Blinds bookmarklet, a tool to focus your eyes on reading a page, really eases maintenance of a published bookmarklet.

    Instead of embedding the JavaScript code in the link, this bookmarklet uses the DOM to add a script link the <head> of the page. This gives the developer an easy way to release improved version, just update the file and all users will automatically use the new version.

    • bookmarklet
    • javascript
  • GmailThis!

    Gepubliceerd op 6 november 2007 in Links.

    GmailThis! is een handige bookmarklet om eenvoudig de huidige pagina in je browser via je GMail account te e-mailen.

    • bookmarklet
    • gmail
  • Easy publishing with the WordPress bookmarklet

    Gepubliceerd op 20 augustus 2005 in Programming. 2 reacties

    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:

    ''
    
    • bookmarklet
    • javascript
    • wordpress
  • Rubrieken

    • Artikelen
    • Foto's
    • Links
    • Media
    • Overheid
    • Programming
  • Recente Berichten

    • Stanford Web Applications course lectures
    • The importance of knowing Unicode
    • “If you are not paying for it, you’re not the customer; you’re the product being sold.”
    • Inzage in je gegevens bij Facebook
    • Tuning Oracle UCM 11 & Site Studio performance
  • Abonneren

    • Atom feed Artikelen
    • Atom feed Reacties
  • Archief

© Rob Schlüter - Contact