stefan.grothkopp.com

Relax - This won't hurt. 
Filed under

my projects

 

posterous to gmail bookmarklet

I created a bookmarklet that lets you post to posterous by gmail when you call it.

create a bookmark with the following as url:

javascript:(function(){var b="";var t= "";var s="";var d=window.getSelection()+'';if (d.length>0) b='"'+d+'"'+"\n\n";b=b+document.location; var m=document.getElementsByName('keywords');for (var i=0; i<m.length; i++) { t+=m[i].content+',';     } t = t.split(","); s=document.title;if(t && t.length>0) {s+=" ((tag:";for(var i =0; i<t.length && i<5;i++) s += t[i]+',';s = s.substr(0,s.length-1);s +="))";} window.setTimeout('document.location = "http://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=0&body='+encodeURIComponent(b)+'&to=post@posterous.com&su='+encodeURIComponent(s)+'";',0);})();

If you click it you will be redirected to a gmail compose page.
The title of the page you were currently on will be the mail subject, up to 5 meta-keywords will be included with the tag-command.
Any text you select before clicking the link will be included in the mail, too.
I just tested it on firefox 3 on linux, so please let me know if there are any bugs on other platforms.

Loading mentions Retweet
Filed under  //   bookmarklet   code   gmail   my projects   posterous  

Comments [1]

goosh is open source

it took a long time but I finally released the sourcecode of goosh.org as open source.
You can find it here:
http://code.google.com/p/goosh/.
Directions to get the code via svn are at
http://code.google.com/p/goosh/source/checkout.
I released Goosh unter the Artistic License/GPL.

Loading mentions Retweet
Filed under  //   code   goosh   my projects   open source  

Comments [18]

goosh.org

goosh.org is a command-line search-engine interface (mostly for google), that I wrote last year.

I would have included an iframe to test it right here, but posterous wont let me :(

So you have to follow the link to goosh.org.

Loading mentions Retweet
Filed under  //   code   goosh   my projects  

Comments [8]

musicmesh

musicmesh.net is a project from 2 years ago.

Loading mentions Retweet
Filed under  //   music   my projects  

Comments [0]