Bookmark Sync  Bookmark Sync

go to home page Student Projects full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish by Roedy Green ©1996-2009 Canadian Mind Products
This essay is about a suggested student project in Java programming. This essay gives a rough overview of how it might work. It does not describe an actual complete program. I have no source, object, specifications, file layouts or anything else useful to implementing this project. Everything I have to say to help you with this project is written below. I am not prepared to help you implement it; I have too many other projects of my own.

I do contract work for a living, which could include writing a program such as this. However, I don’t do people’s homework for them. That just robs them of an education.

You have my full permission to implement this project any way you please.

This is a project for someone who enjoys sleuthing. You will have discover for yourself how various browsers store their bookmarks (aka favourites), and ideally how ad-ons work for each browser.

The basic idea is simple. When you add a bookmark to one browser, or change its properties it should as soon as possible be reflected in all your other browsers. Similarly, there should be a way to delete a bookmark from all your browsers, but probably not as a direct side effect of deleting it from one.

How might you implement this? Put all your bookmarks and associated information in an SQL database (or possibly an ordinary ini file, properties file or csv file). Then from that regenerate the bookmarks in the format preferred by each browser and copy that on top of the official bookmark list.

You have to detect changes and merge them into the main database, perhaps using a version control system to help you with the merging.

In an advanced version, you might write ad-ons that run in each browser that instantly propagate bookmark changes to the database and instantly pick up changes from the database, so that when two browsers are running, they stay in sync.

For advanced users you should be able to configure parts of your bookmarks you don’t want propagated or you don’t want to appear in only certain browsers. You might then be able to manage bookmarks for several people, with some parts in common and some parts personal.


CMP homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.58] The information on this page is for non-military use only.
You are visitor number 11. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/project/bookmarksync.html J:\mindprod\project\bookmarksync.html