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.
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.
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.62] | ![]() | ||
| You are visitor number 11. | |||
| 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 | ||