decorative image for this page

My del.icio.us bookmarklet

15th May 2006 22:58 | Categories: bookmarklets, del.icio.us

I like Alan Marklet’s Maker, the tool that let you create bookmarklets to add links to del.icio.us. But I wanted something more.

What I needed was something that let me either use some text I highlighted in the page, or else the description meta-tag. So I hacked the original bookmarklet and made it my own.

To Install:
1. Type in your del.icio.us user name in the textbox below, then click on ‘update link’:

2. Drag the following link to your toolbar, if your browser has one : +del.icio.us

3. That’s it!

To Use:
When you run into a page you want to bookmark, either click on the bookmarklet to take your chance with its description tag (if it’s got one), or use your cursor to highlight some text in the page, then click on the bookmarklet.

this is what fritz looks like

Email | Resume

This is a post within the site. You can navigate through posts via the links labelled 'next', or click on 'search/sitemap' at the top right handside of the page to navigate more quickly.

RSS

ampersand

Fritz is an Italian chap who's been living in London and working in the digital industry for almost 20 years. He's currently freelancing as technical lead, developer, technical architect, information architect, and producer.

In the past he's been technical director for an integrated digital agency, a chef, and author of comics.

home

PEBL Colours

2006-05-19 21:32 | Tags Projects
Type: Campaign Website
Client: Motorola

My del.icio.us bookmarklet

2006-05-15 22:58 | Tags bookmarklets, del.icio.us

I like Alan Marklet's Maker, the tool that let you create bookmarklets to ...

Finding files on the command line and doing something with them

2006-05-11 11:47 | Tags *NIX, HowTo

find a_directory -iname "*.zip" -exec unzip -d another_directory {} \; This will unzip all files from a_directory into another_directory find a_directory -iname ...