« Tacoma and creativity -- an analysis | Main | ColdFusion on MacTel »
November 06, 2006
del.icio.us bookmarklet
Below is the javascript code to put in a bookmarklet that opens the del.icio.us tag window in a seperate window so you can tag a resource in one window and see the resource in the original window. Change the YOUR_ID_GOES_HERE to whatever your del.icio.us id is. javascript:(function(){h=location.href;t=document.title;e=%22%22+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);if(!e)e="";open('http://del.icio.us/YOUR_ID_GOES_HERE?v=2&jump=close&url='+encodeURIComponent(h)+'&title='+encodeURIComponent(t)+'&extended='+encodeURIComponent(e),'delicious','toolbar=no,resizable,scrollbars,width=720,height=550')})()Posted by michael at November 6, 2006 02:13 PM