Delicious bookmarklet in new foreground window
For bookmarking I use the delicious bookmarklet. It’s a nice tool, but I was always annoyed by the bookmarking interface opening in the same tab. I made some slight changes to the javascript so that opens in a new window on the foreground (inspired by a blog post on The Plug Automatic). It allows me to still see the website while I bookmark it. If I want to copy a sentence or look for tag ideas on the bookmarked page I can still do so, without loosing everything I already entered in the form.
Here is the code:
javascript: (function(){ d=document; te=getSelection()+''; t=encodeURIComponent(te); u=encodeURIComponent(d.location.href); ti=encodeURIComponent(d.title); w=open('http://del.icio.us/new/CHANGEME?v=4&jump=close&url='+u+'&extended='+t+'&title='+ti,'delicious','location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=850,modal=yes,dependent=yes'); setTimeout('w.focus()',1000) })();
To adapt it for your use, just drag and drop this link: “Add to del.icio.us” to your toolbar and replace “CHANGEME” by your delicious username. Simple but useful
Update : Added a trick to close the window automatically after submitting (found on Hugo’s Blog)
Blog reloaded
Here it is ! The pre-alpha version of my new blog design.
I’m not done at all with the customizing, but at least, it’s online again.
Here’s a preview of some things I want to change in the next weeks:
- Separate my techno (in English) and my perso notes (in French) into 2 blogs again (see rss feeds at the bottom) (EDIT: Done √)
- Move my ‘about me’ pages to a section of this blog
- Add some of information through the services I use on the web : Twitter, Plazes, Last.fm and of course, del.icio.us !
- Fix all the things that don’t work yet and many other small tweeks
- EDIT : validate the HTML and CSS !
Barcamp Lausanne | My talk titled “When location meets the web”
Here are the slides of my today’s presentation at barcamp titled “When location meets the web”
Here is the PDF version [7.9Mo]
If you want to follow :
the links I find about geolocalization on delicious
all the links I find on delicious (username: lejoe)
where I am on plazes
pictures I take on flickr
what I do on twitter
what events I attend
what I listen to on last.fm
where I work on Xing or Linked In (doesn’t change that often, and I’m happy about it
)
all the rest on facebook!
… feel free to add me to your network!

