Sticky notes associated with web page - how to?
Posted
by volvox
on Stack Overflow
See other posts from Stack Overflow
or by volvox
Published on 2009-07-28T07:54:10Z
Indexed on
2010/05/13
3:14 UTC
Read the original article
Hit count: 199
delphi
I have this idea for a project. Associated with any web page, i want to create notes that will be saved locally in a database, the notes will be reloaded automatically from that database the next time i visit the same page.
Creating the note is easy, but i'm looking for how to link the notes to the web page url and how to keep aware of the active web page. Any idea?
(Note: i have come to this searching on the internet: http://webkit.org/demos/sticky-notes/ - this is part of WebKit Open source projects) - this is about what i'm looking for.
Thank.
© Stack Overflow or respective owner