Drag and Drop Quick Bookmarks
I have released a drag and drop bookmarks recorder, which is a set of scripts to quickly record links from websites. I have been coding Chain, the application that powers my linkage section, for awhile now and have been trying to figure out the best, fastest, easiest, and most convenient way to record bookmarks. This has led me to a whole bunch of different solutions, the best of which I think is the ability to drag and drop a link in order to bookmark it.
I originally tried to get the script to record links that are on the desktop, my desktop is full of internet shortcuts I have accumulated through the years since I din't want them to get lost in the jungle that is my Firefox bookmarks section. I think this can be done with javascript, it just happens to currently be beyond my javascript ability.
I was, however, delighted to find out you can drag links from Firefox and IE onto a text area and have them show up. So I wrote some scripts that enable a person to drag a link onto a text area and have it be automatically bookmarked. This functionality is an integral part of Chain and I have decided to release it to the public as a standalone set of scripts.
With a little modification, it could be made to upload the link to your del.icio.us account or really, wherever you want. I haven't implemented features like that since it already works for my specific needs.
I am interested to see how other developers can expand this. I usually have a window open in the corner all the time to be able to have Chain quickly bookmark links.