I was trying to make it nice/beautiful but gave up after a while and am now more interested in its functionality. In particular, the Bookmarking feature.
To use the Bookmarks page requires registering with a valid email; then log-in and click the More link to find the Bookmarks page. I haven't a page to delete your account as yet, but send me a pm and I'll delete your details afterwards - unless you find it useful
I couldn't find a bookmarking site that I liked - they were too cluttered and didn't concentrate on the bookmarks' list itself. I also wanted to be able to sort them by clicking on a column heading.
The following bookmarklet can be used to add a new bookmark by clicking a button:
Code: Select all
javascript:(function(){window.open('http://andrewg.comule.com/bookmarks.php?toadd='+encodeURIComponent(window.location.href));})()