Slashdot Mirror


User: dsnader

dsnader's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Multiple platform/browser support on Yahoo! Releases Firefox version of Toolbar · · Score: 1

    With a Yahoo toolbar for IE and Firefox on both Windows and Linux, it's actually been very handy as a bookmark manager. I use it to manage a single set of bookmarks on windows at work, my laptop, and my linux deskop.

  2. Amazon is selling them too on Arrests Made Near D.C. Over Modded Game Consoles · · Score: 3, Informative

    There are more of these "illegal consoles" on Amazon.com for $500. They are listed as used, so they don't come directly from Amazon, but some of the ads openly say they are preloaded with games.
    Used XBoxes

  3. Yahoo bookmarks on Cross Platform Browser Bookmark Autosyncing? · · Score: 1

    I use Yahoo bookmarks with a javascript link that automatically bookmarks the current page. I've added the following bookmark to my toobar in Firefox and IE:

    javascript:q=location.href;p=document.title;void (o pen('http://bookmarks.yahoo.com/config/edit_bookma rk?.url='+escape(location.href)+'&.name='+escape(d ocument.title)+'&.protocol=http%3a//&.folder=1&.sa ve=Save&.action=ab&.bmprop=1&.src=bookmarks&.done= '+escape(location.href), 'bookmarks', 'resizable=yes,scrollbars=yes,toolbar=no,width=700 ,height=500'));

    Then, whenever I click the link, it adds the current page to my Yahoo bookmarks.