Roller bookmark bookmarklet
Grok Headline matches for Roller bookmark bookmarklet
Anyone Want a Feedster Bookmarklet ?
Anyone Want a Feedster Bookmarklet ?
03/19/2003 10:27 PMAnyone Want a Feedster Bookmarklet ?
I was thinking it would be really useful to just highlight some
text on a webpage and click a bookmarklet in your browser link
bar and have it do a feedster search. Matt Mower gets all the
credit for this idea. And, well of course, Bottom Feeder
who already has this working.
Anyway ... I just update to IE 6 which seems to have disabled
bookmarklets. I can drag it to the links bar andeven though I
say Yes its ok to add it, it seems to just disappear into the
void. Anyone know anything?
So I have most of the code for this but I can't test the pesky
thing. Arrggh!
Bookmarklet flood
Bookmarklet flood
03/20/2003 11:58 AMOne more bookmarklet for today. It makes a simple DOM inspector of
active window and it's document. Tested in IE6/XP,...
Bookmarklet bonanza
Bookmarklet bonanza
03/20/2003 08:32 AMTwo excellent new bookmarklets by Ian Lloyd, extending our own show
divs with colour. Show and label divs with ids...
Bookmarklet request
Bookmarklet request
04/18/2004 07:03 PMAnyone know if it would be possible to create a bookmarklet that
emulates an EyeDropper style
application: as you move it around the page it shows you the hex
colour code for the pixel directly under the mouse pointer? I'm pretty
sure it can't be done but I'd love to be proved wrong.
Bookmarklet Heaven
Bookmarklet Heaven
07/08/2004 05:31 PMWeb
Development Bookmarklets: Thanks for Si
mon Willison for pointing us at this amazing page of
bookmarklets that let you play with the CSS and JavaScript of any
page.
These bookmarklets let you see how a web page is coded
without digging through the source, debug problems in web pages
quickly, and experiment with CSS or JS without editing the actual
page.
Some killer bookmarklets:
- Computed styles. As near as I can tell, this one lets you
click on an element and displays the styles applied to it both
directly and inherited from higher up the cascade.
- Generate source. Displays the entire DOM tree as formatted
text.
- View variables. Displays all JavaScript variables and functions
in scope on the page.
- Shell. Gives you a JavaScript shell in the current page
scope.
Great, great tools here. Incidentally, these are only the "Web
Development" bookmarklets. There are hundreds of
bookmarklets on the site. Some of them are jaw-droppingly good,
and worthy of their own post.
If you don't know how a bookmarklet works, just pick one you like,
then drag it to the bookmark bar on your browser. Find a page where
you want to use it, and click the bookmark.
Click here to comment on this entry
"The bookmarklet works for me "
"The bookmarklet works for me "
05/12/2004 09:38 AM"bookmarklet generator"
"bookmarklet generator"
09/17/2004 08:31 PMProblems with your bookmarklet?
Problems with your bookmarklet?
03/13/2003 10:15 AMNote: This problem should only affect those who downloaded version 2.2
yesterday, before 10:00 pm (when we slipped in the...
WorldCat Goes Bookmarklet!
WorldCat Goes Bookmarklet!
09/24/2004 09:17 AMworldcat
bookmarklet - get it
"Thanks to Steven Cohen
and Michael Fagan and Andrea Mercado [and me, and
Michael and Andrew whose emails with
similar code I didn't get til this morning], the WorldCat Lucky Bookmark lives! While I agree with Sarah that we can't expect our
patrons to grok the bookmarklet thing, as much as we might like them
to, this one is [nominally] for staff. Go nuts team!
Lucky 'Cat [in same window]
Lu
cky 'Cat [in new window] " [librarian.net]
And as always, Jon
Udell provides more help:
"I could have switched LibraryLookup over to this technique, but
never did because it only works with Amazon. I've always liked the
idea that LibraryLookup can also work with isbn.nu and All Consuming and other book
sites. (It'd be cool if they all emulated Amazon's metadata pattern,
but they don't.) Still, in the context of this excellent new WorldCat
hack, I thought the non-ISBN-dependent solution might be useful. So
here it is:
Amazon/Google/WorldCat bookmarklet: A/G/W (drag to linkbar) "
Most excellent - nice work, everyone! Another ringing endorsement
for open, web services-based back-ends for library catalogs.
Password Generating Bookmarklet
Password Generating Bookmarklet
09/07/2004 10:24 AMPassword generator
bookmarklet: This is pretty brilliant. Boo
kmarklets are the neatest things.
I wrote a bookmarklet to make up passwords for me. It asks for my
master password, which is all I have to remember, and uses it to make
a unique password for each site. It even types the password into any
password fields on the current page for me, whether I'm registering
for a new account or logging in on a subsequent visit. [...]
How does it work? It gets the hostname from the page's URL and
mixes it together with your personal master password using a little
cryptographic magic we call MD5. It will always get the same result if
given that hostname and master password, but will never get that
result if either changes. (Well, once in a few billion times it
might.)
Just don't lose sleep at night worrying about MD5 cracks.
Click here to comment on this entry
"Password generator bookmarklet"
"Password generator bookmarklet"
09/08/2004 03:10 AMMuch improved bookmarklet - Wists, new
features
Much improved bookmarklet - Wists, new
features
03/14/2005 04:33 PMThanks to some fantastic work by Adam Michela at Axentric, there is a
much improved 'add to Wists' bookmarklet which...
Bookmarklet for Searching Google News
Bookmarklet for Searching Google News
05/16/2004 05:48 PMI am always messing around making tools for Google. And when I make
them (and they work) I want to share them with you. First because
you're the greatest readers...
The bookmarklet solution to the password
problem
The bookmarklet solution to the password
problem
09/06/2004 02:38 PMAnyone who makes heavy use of the internet has run in to
the password problem: dozens of user accounts on sites with varying
degrees of trustability, leading to an unmanageable proliferation of
username and password combinations. The temptation is to use the same
combination on multiple sites, but doing so opens you up to the
horrifying prospect of a security flaw in one site compromising al of
your other accounts.
I was burnt by this a few years ago: a small community
forum on which I was a member was cracked, and my account was then
used to log in to another larger forum to which I had administrator
acccess. Thankfully no permanent damage was done, but it taught me a
valuable lesson in password security. Since then I've maintained a
number of different combinations each with a different level of
associated trust: if my account on Joe's random forum is cracked it
won't lead to the compromise of my Amazon account!
Even different tiers of passwords aren't ideal though, and
that's why Nic Wolff's Password generator
bookmarklet (via 43 Folders) has
me so excited. Nic's bookmarklet pops up a JavaScript prompt box
asking for your "master" password, then MD5s it against the domain of
the current login page and inserts the resulting hash in to any
password fields on the page. A single password can be used for dozens
of sites without any risk of a compromise of one account affecting the
others. It's brilliant.
There are a couple of minor flaws in the bookmarklet: the
master password prompt is in plain text rather than masking your input
with asterisks, and the bookmarklet could leave you high and dry if a
site changes the domain on which their login form resides without you
noticing. The first could be solved by extending the bookmarklet to
append a "master password" field to the page using the DOM, while a solution to the
second would require some kind of server-side store of the domains at
which the initial accounts were created.
Quibbles aside, it's an ingenious solution to a pervasive
problem.
Nic Woolf's single-signon bookmarklet
Nic Woolf's single-signon bookmarklet
09/07/2004 12:16 PM
As has been
widely noticed
in recent days, Nic Wolff's
password generator is a
brilliant hack. It hashes a passphrase with the domain name of the
site you're on and fills in the password field on the page. Each
site's password is unique; you need only remember a single passphrase;
the passphrase is only handled locally. Sweet.
...Bookmark Manager
Bookmark Manager
04/20/2004 04:40 AMpyBKM 0.2 released
Bookmarklet tool by Michael Fagan called
URLInfo
Bookmarklet tool by Michael Fagan called
URLInfo
08/27/2004 01:47 PMMichael Fagan has
put out a coolio new
tool - for all you blogging nerds. It's called URLInfo.
Sweet Google Results Scraper in a Bitty
Bookmarklet
Sweet Google Results Scraper in a Bitty
Bookmarklet
06/24/2004 06:16 AMDavid Crossman has made a sweet little Google hack for all you folks
who want comma-delimited Google search results. And it's in a
bookmarklet! It's available at http://hacks.oreilly.com/pub/h/1079 .
Run...
ActiveURLs Bookmark Explorer v1.1.0
ActiveURLs Bookmark Explorer v1.1.0
12/03/2003 09:52 AMBookmark Explorer is handy and powerful Bookmark Manager, Online /
Offline browser, Web-site Monitoring tool and Personal Search Engine.
Checks your favorite Web-pages and notifies you if new content was
found. Highlights new web-content. Organizes your bookmark collection.
Saves up to 10 web-snapshots for each bookmark and you can view it
offline even if web-page become unavailable. Nice Win-XP user
interface. Program can work in system tray. [Shareware $39.95 30
Days 3.62 MB]
Bookmark Context Menu
Bookmark Context Menu
03/13/2003 10:14 AMAsa lets us know of Pierre's excellent recent work with context menus
now working in the bookmark menu in Phoenix. Here's a screenshot from
the latest nightly build: I've been waiting for this one for ages
since I have most of my bookmarks in folders in the bookmark menu.
It...
Web-scale bookmark manager
Web-scale bookmark manager
06/17/2004 02:15 AMHyperlinkomatic is a new web-based bookmark manager that tries to
scale up your favorites list to something that can cope with the
modern, ginormous web.
LinkLive-bookmark Manager
Live-bookmark Manager
04/06/2005 12:02 AMScreen-shots added
BBMG: Better Bookmark Gateway
BBMG: Better Bookmark Gateway
12/28/2004 03:17 PMNo new devel planned
"Bookmark synchronizer for Firefox"
"Bookmark synchronizer for Firefox"
06/18/2004 08:48 PMwuhLinks - bookmark manager
wuhLinks - bookmark manager
12/29/2003 01:38 PMRelease 0.1
My Bookmark Link Library
My Bookmark Link Library
06/01/2004 05:27 PMNew version in CVS
A URL shortcut to Safari's bookmark
manager
A URL shortcut to Safari's bookmark
manager
09/23/2004 11:08 AMI'm using Safari 1.2 (v125) on Mac OS X Version 10.3.5. If I type
bookmarks: (include the colon!) in the address bar, I'm taken to
Safari's bookmark manager.
Without the colon, I'm taken to http://www.bookmarks.com.
Getting Firefox to Live Bookmark Your
RSS Feed
Getting Firefox to Live Bookmark Your
RSS Feed
12/28/2004 06:53 PMSorry stole the headline but their was no better explanation for
the story. I have been doing some research on OPML today and found
some cool info on Live Bookmarking RSS feeds. [NukeTown
Blog]
10.3: Instantly add a bookmark to the
menu in Safari
10.3: Instantly add a bookmark to the
menu in Safari
11/12/2003 01:08 PMSafari 1.1 v100 (the one that comes with Panther) now allows one to
add a bookmark directly to the bookmarks menu, instead of always
asking where to put it. One can perform this instant addition by
either holding shift while ...
Bookmark Backup for Mozilla Firebird
Bookmark Backup for Mozilla Firebird
10/28/2003 11:07 PMIn scanning the MozillaZine Forums some while ago I happened upon a
utility that automates Bookmark Backup. It's currently version 0.1.2
and available at this site. Here's a summary of what the plugin does
and how it works, from it's author (Pike): An extremely basic
extension that creates a backup...
MSN Bookmark Manager & Tabbed MSN
Search Coming Soon?
MSN Bookmark Manager & Tabbed MSN
Search Coming Soon?
03/17/2005 03:44 AMThanks to Sam1504 for the heads up
MSN is currently working on "MSN Favorites" allowing users
to do the following:
HTML and IE based service for roaming favorites
Drag & Drop Favorites link from almost any page, link or
URL
Word Wheeling through favorites
‘Suggest More’ searches from Favorites and Word Wheeling
Tabbed Search results
Saved Searches as Favorites
Roaming favorites is a great addition to Microsoft's MSN Services and
will allow users to fully store and reference search queries and
favorite sites anywhere and easily.
View: MSN Favorites
It seems Microsoft's MSN department is busy developing a tabbed
version of MSN Search for use inside web browsers.
With the tabbed interface becoming more popular Microsoft are clearly
considering its uses across a range of products. Later this summer
Microsoft will release Internet Explorer 7 with tabbed browsing and
it's expected that MSN Search with the tabbed interface will be
launched later this year too.
View: MSN Tabbed Search
News source: Neowin's BPN
Read full story...
Open OmniWeb 5 bookmark folders in tabs
Open OmniWeb 5 bookmark folders in tabs
08/23/2004 12:31 PM
If you use OmniWeb 5 (which, IMHO, is the best browser ever!) and
group your bookmarks into folders in the toolbar, then a simple
double-click on the folder opens each of the enclosed sites in a new
tab -- and fast, too!
NetNewsWire Save Bookmark In Omniweb
AppleScript
NetNewsWire Save Bookmark In Omniweb
AppleScript
09/25/2004 01:18 PM
Jonathan Wight posted a script that saves the current browser page in
NetNewsWire as a bookmark in OmniWeb.
I love scripting. The latest beta of NetNewsWire is more scriptable
than 1.x—and it’s a safe bet that it will get more and
more scriptable in later versions.
One of the common scripting feature requests we got was a way to
export subscriptions as OPML, so we added an export subscriptions
command. You can choose whether or not it should be flat or with
groups. This way you could automate a blogroll, for instance, or
export your OPML file to share it with another aggregator.
We added a bunch of other things too—including the ability to
script the browser, as Jonathan found.
One script I’d love to see someone write is an Email-this-Story
script. It should pay attention to whether you’re looking at a
news item or a web page. This is a common feature request, and
it’s the kind of thing that a script can do quite well:
there’s no need to wait for us to add the feature.
Another feature some people have asked for is a way to launch their
weblog editor—MarsEdit, ecto, etc.—from within NetNewsWire
but without creating a new post. That’s pretty easy to
do: write a one-line script that reads tell application
"MarsEdit" to activate. Save it and put it in
NetNewsWire’s Scripts folder. (If you use another weblog editor,
replace the name MarsEdit with your weblog editor’s name in the
script.)
ActiveURLs Bookmark Explorer 1.0.148
Beta Released
ActiveURLs Bookmark Explorer 1.0.148
Beta Released
10/29/2003 06:05 PM
Interarchy 7.2 adds Bookmark Bar, Auto
Uploads
Interarchy 7.2 adds Bookmark Bar, Auto
Uploads
07/15/2004 04:57 PM
Australian developer Stairways Software announced on Thursday the
release of Interarchy
7.2, an upgrade to the company's file transfer application that
adds a Bookmark Bar for navigation to frequently-visited locations and
an Auto Upload feature that allows the software to remember the
pairing of a local folder with a remote destination. In addition,
support for Safari has been improved in the contextual menu, allowing
you to use Interarchy to download files from a Web page, proxy FTP now
has an "Apply to all" option and a new preference called "Always open
folders in a new window" has been added. This is a free upgrade for
owners of Interarchy 7.x; new users will need to pay US$39 for the
full version. The application requires Mac OS X v10.2 or higher.
Replace text with icons on Safari's
bookmark bar
Replace text with icons on Safari's
bookmark bar
03/13/2003 10:23 AM
The following hint was emailed to me by macosxhints reader close2me,
and I found it interesting enough to write up and post with additional
detail.
Want to get more sites on your Safari bookmark bar? Or are you more
of an i...
iPodder X Adds AAC Format, Bookmark
Support
iPodder X Adds AAC Format, Bookmark
Support
02/01/2005 09:35 PM
By Brad Cook, MacCentral
Open Camino bookmark folders in tabs via
a nudge
Open Camino bookmark folders in tabs via
a nudge
09/08/2004 10:57 AM
I have set up a bunch of folders on Camino's Bookmarks toolbar, and I
like to load all the pages at once -- I had been using a control-click
on the folder and then selecting Open in New Tabs.
I was surprised to find that j...
A 'Save Tabs as Bookmark Folder' script
for Safari
A 'Save Tabs as Bookmark Folder' script
for Safari
09/22/2004 09:52 AM
I've been frustrated with Safari's lack of a "Save tabs" as bookmark
folder method. Combining a couple of posts mainly this one, I wanted
to share a solution. First, download, compile and save this
safari_tabs script in you...
Grok Description matches for Roller bookmark bookmarklet
GrokA matches for Roller bookmark bookmarklet
Beyond Bookmarks
Beyond Bookmarks
01/08/2004 07:41 PM
Beyond Bookmarks
h
ttp://www.sciencedaily.com/releases/2003/12/031223071958.htm
People are using the Web more than ever for their work-related
and personal research, but keeping track of valuable URLs is just
getting harder. William Jones and Harry Bruce at the University of
Washington's Information School and Susan Dumais of Microsoft Research
looked into the many tricks that people use to save "found"
information (bookmarking, sticky notes, self-addressed e-mail, etc.)
but concluded that most people don't use any of them when it comes
time to revisit a page. They just go through the original search
process all over again. "Our results so far tell us the tools for
keeping track of Web pages don't mesh well with how people work with
the Web," says Jones. The researchers found that even when offered an
enhanced "Add to Favorites" option to a Web browser, it was largely
ignored by students in the test group. As a result, the researchers
are developing a conceptual framework for how people stockpile
information, dubbed the "personal anticipation of information need,"
or PAIN. "People are motivated by PAIN," quips Bruce. The team is also
addressing the problem of "information fragmentation" -- vital info is
often scattered across e-mail, files, contact information, Web
references, etc. -- with a "My Life" personal taxonomy intended to
provide techniques and tools for organizing this hodgepodge of data.
"We live in the Information Age, and the effective use of information
is the key to prosperity," says a program officer at the National
Science Foundation, which is funding the effort. "This project
provides the theoretical underpinnings for a human-centric information
environment that will enable individuals, families, organizations and
societies to continually build upon their experience and gain control
over the seemingly endless volumes of information confronting them."
Change Your Old Bookmarks
Change Your Old Bookmarks
01/23/2004 02:20 PM
Hey folks, if any of your are subscribed to the RSS feed under the
old deanebarker.net domain name, you need to get that changed to
gadgetopia.com right quick. DNS on deanebarker.net is changing as we
speak, as that site is going to become my personal blog sometime in
the future.
If you don't change the domain name, this may be the last post your
aggregator can find. Whether that's a blessing or curse, I leave to
you to decide.
Click here to comment on this entry
online-bookmarks 0.4.0
online-bookmarks 0.4.0
07/16/2004 01:40 AM
A tool for storing bookmarks and favorites online.
online-bookmarks 0.4.2
online-bookmarks 0.4.2
08/01/2004 03:20 PM
A tool for storing bookmarks and favorites online.
Social Bookmarks
Social Bookmarks
04/15/2005 09:44 AM
Hoarding a goldmine of bookmarks? Share your killer taste in websites
or keep your bookmarks to yourself - online.
In this week's Freeloader Friday we'll
take a look at the best new "social bookmark" services on the web, and
look at the freeware that support them.

Womcat Bookmarks 2.7
Womcat Bookmarks 2.7
09/23/2004 03:54 PM
A Web bookmark manager that uses RSS to share bookmarks.
Womcat Bookmarks 2.6.5
Womcat Bookmarks 2.6.5
12/31/2003 01:35 AM
A Web bookmark manager that uses RSS to share bookmarks.
Organize Your Bookmarks
Organize Your Bookmarks
08/12/2004 04:00 AM
G4 Tech TV Aug 12 2004 8:11AM GMT
Are Bookmarks Dead?
Are Bookmarks Dead?
01/25/2004 09:24 AM
What's Next: Now Where Was I? New Ways to Revisit Web
Sites: There is a $378,000 study underway to figure out why no one
uses heir bookmarks.
...bookmark lists have become "information closets" that
hold a jumble of sites people never return to. Only hyperorganized
users sort sites into folders, clean out dead links or click on
inscrutable addresses to figure out why they were bookmarked in the
first place
And, not to beat a dead horse or anything, Microsoft is again going
to rei
nforce my point that taxonomies just may be dead and you really
just need good search.
...a senior researcher with Microsoft who is also part
of the University of Washington team, has helped develop a program
called Stuff I've Seen. The software is designed to help people recall
documents like e-mail messages and Web sites through a unified search
interface. Keyword search results include related Web sites already
visited, regardless of whether they have been
bookmarked.
Click here to comment on this entry
Womcat Bookmarks
Womcat Bookmarks
01/09/2004 09:55 PM
freshmeat.net: Project details for Womcat Bookmarks is a program that
maintains Web bookmarks in a set of hierarchical folders. It can
output the bookmarks as an HTML page and as an RSS 2.0 file that can
be placed on a Web site. The RSS file maps folder names into the
"category" element. It can download other RSS files, treating them as
categorized bookmarks to create a local database of Web bookmarks that
can be browsed by subject. It supports RSS discovery by allowing
posting RSS file URLs as new items....
online-bookmarks 0.2.0
online-bookmarks 0.2.0
05/09/2004 07:57 PM
A tool for storing bookmarks and favorites online.
online-bookmarks 0.2.4
online-bookmarks 0.2.4
05/22/2004 05:10 PM
A tool for storing bookmarks and favorites online.
Netscape-Bookmarks-1.6
Netscape-Bookmarks-1.6
09/15/2004 11:38 PM
Womcat Bookmarks 2.6
Womcat Bookmarks 2.6
11/01/2003 01:59 AM
A Web bookmark manager that uses RSS to share bookmarks.
What are live bookmarks?
What are live bookmarks?
09/14/2004 06:37 PM
mozilla.org/products/firefox/live-bookmarks.html
track this
site | 4 links
Bookmarks Synchronizer
Bookmarks Synchronizer
07/02/2004 11:26 AM
Yesterday during the Mozilla love-in, Gadgetopia reader Tomas hipped us to the Bookmarks Synchronizer Extension. I hadn't
heard of it before, but it's a great extension. Basically, you give it
an FTP site, and it will upload a copy of your bookmarks. Add it to
another copy of FireFox (at home, for instance), and you can use it to
keep the two copies in sync.
It also has an option to only synchronize a folder instead of the
whole bookmarks tree. That would be a great way for a team to share a
common list of bookmarks. I work with a group of folks who are all
learning .NET. Whenever someone finds a site with good information, we
e-mail the links around to each other. The bookmarks extension would
be even better.
Click here to comment on this entry
online-bookmarks 0.4.4
online-bookmarks 0.4.4
09/06/2004 03:51 AM
A tool for storing bookmarks and favorites online.
online-bookmarks 0.2.6
online-bookmarks 0.2.6
06/05/2004 08:47 AM
A tool for storing bookmarks and favorites online.
online-bookmarks 0.1.5
online-bookmarks 0.1.5
11/15/2003 04:32 PM
A tool for storing bookmarks and favorites online.
online-bookmarks 0.1.11
online-bookmarks 0.1.11
12/04/2003 03:36 PM
A tool for storing bookmarks and favorites online.
Smart Folders, Bookmarks, And More
Smart Folders, Bookmarks, And More
07/05/2004 08:43 PM
Here's Mail
2.0.
del.icio.us - Social Bookmarks
del.icio.us - Social Bookmarks
12/26/2004 07:26 AM
del.icio.us - Social Bookmarks
http://del.icio.us/
del.icio.us is a social bookmarks manager. It allows you to easily
add sites you like to your personal collection of links, to categorize
those sites with keywords, and to share your collection not only
between your own browsers and machines, but also with others. Once
you've registered for the service, you add a simple bookmarklet to
your browser. When you find a web page you'd like to add to your list,
you simply select the del.icio.us bookmarklet, and you'll be prompted
for a information about the page. You can add descriptive terms to
group similar links together, modify the title of the page, and add
extended notes for yourself or for others. You can access your list of
links from any web browser. By default, your links are shown to you in
reverse chronological order, with those you've added most recently at
the top. In addition to viewing by date, you can also view all links
in a specific category (you define your own categories as you add the
links), or search your links for keywords. What makes del.icio.us a
social system is its ability to let you see the links that others have
collected, as well as showing you who else has bookmarked a specific
site. You can also view the links collected by others, and subscribe
to the links of people whose lists you find interesting. This has been
added to the tool section of Research Resources
Subject Tracer™ Information Blog.
Bookmarks Seen by Search Engines?
Bookmarks Seen by Search Engines?
04/07/2005 03:29 PM
Bookmarks for standards testing
Bookmarks for standards testing
05/30/2004 07:03 PM
Joe Clark has put together an enormous list of standards
and accessibility bookmarks (via WebSt
andards.org).
Sync Bookmarks Utility
Sync Bookmarks Utility
12/11/2003 05:04 PM
Version 0.8.1 Released
Firefox Live Bookmarks == IE CDF?
Firefox Live Bookmarks == IE CDF?
09/20/2004 01:06 PM
William Slabbekoorn (see his comment in Firefox
RSS Support) duplicates Firefox Live Bookmark feature for IE
with a bit of server-side
ASP code that transforms RSS into CDF. You remember CDF don't
you? If
my feed was in CDF format, server-side component wouldn't have been
necessary which
makes Live Bookmarks as uncrappy and useful as CDF.
Below is a partial screenshot of my feed displayed as
IE's 'Live Channel':
Full
screen version from
William Slabbekoorn (Local
Copy).
IMHO, false praises are worse than no praise at all.

"Charles Darwin stickers and bookmarks"
"Charles Darwin stickers and bookmarks"
03/24/2005 01:50 PM
Paste multiple bookmarks into Safari
Paste multiple bookmarks into Safari
08/31/2004 09:45 AM
I just discovered that Safari will allow the pasting of multiple
bookmarks into a new bookmark folder, and it became a HUGE boon to
productivity for me. In my case, it went like this .... I was reading
my weekly Apple Develop...
Create eparators for Safari's Bookmarks
bar
Create eparators for Safari's Bookmarks
bar
07/20/2004 09:42 AM
If you've customized the toolbars in Cocoa applications such as Apple
Mail, you're probably familiar with the separator item that you can
place on the toolbar to divide it into categories. It would be great
to have a similar ...
Create separators for Safari's Bookmarks
bar
Create separators for Safari's Bookmarks
bar
07/20/2004 11:25 PM
If you've customized the toolbars in Cocoa applications such as Apple
Mail, you're probably familiar with the separator item that you can
place on the toolbar to divide it into categories. It would be great
to have a similar ...
Roller bookmark bookmarklet