[ge-talk] Bookmarks and email
Jackson, Anthony
ajackson at tandbergtv.com
Wed Dec 20 05:19:04 EST 2006
> So I'm hoping for some shared solution that can deal with these
situations.
> Firefox is working on a database system for its bookmarks and history.
Maybe
> that can be abstracted out of the browser?
Why not just use a mysql database for this? Then anything that needs
the data can just implement a mysql interface to get it/update it/add to
it. The only thing that would have to be agreed is the table formats.
The other advantage of using mysql is that you don't necessarily need to
use a local mysql server on the machine you're using. If you use a
remote server, then your bookmarks become accessible to you from
anywhere in the world (assuming you use a compatible browser and have
the login credentials for the database).
Regards,
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.bug-br.org.br/pipermail/glasselevator-talk/attachments/20061220/e00a9de7/attachment.html
More information about the glasselevator-talk
mailing list