Save data to a database
Save data to a database (MySQL, for example). It avoid image growing size.
Save data to a database (MySQL, for example). It avoid image growing size.
We are about to try Fotonotes within our social network and would like the ability to lock the notes (if you uploaded/own the picture) to prevent ...more »
We are about to try Fotonotes within our social network and would like the ability to lock the notes (if you uploaded/own the picture) to prevent any new notes from being added. The original picture owner should be able to add/edit/delete the notes if locked. It would just prevent anyone else from doing so.
« less full details »
If we get to a point where the client js is being refactored, I think it would be good to wrap everything up as properties of a single global ...more »
If we get to a point where the client js is being refactored, I think it would be good to wrap everything up as properties of a single global fotonotes object rather than the 40+ variables and functions currently being added to the global scope. Some -- especially the DragResize code -- could quite easily conflict with other applications on the page.
« less full details »
I'm a little concerned about maintenance of fotonotes doing its own AJAX request code in the JavaScript. I wonder whether it might be prudent ...more »
I'm a little concerned about maintenance of fotonotes doing its own AJAX request code in the JavaScript. I wonder whether it might be prudent to leverage Google's or Dojo's or (insert your favorite)'s instead.
« less full details »
I've seen there is no total compatibility with all navigators. I think it is fundamental. Thank you
To Allow links on title and content tags I suggest a small modification on FNClient v 0.6.0 (07/02/2006) on file library.fnretrieve.inc.php from ...more »
To Allow links on title and content tags
I suggest a small modification on FNClient v 0.6.0 (07/02/2006) on file library.fnretrieve.inc.php from line 151/153 where replace the existing lines
$annotation['title'] = $title[1];
$annotation['content'] = $content[1];
into
$annotation['title'] = str_replace(array("&", "<", ">"), array("&", "<", ">"), $title[1]);
$annotation['content'] = str_replace(array("&", "<", ">"), array("&", "<", ">"), $content[1]);
« less full details »
hi,
possibility to change color of the frame and the color of the writing
Is it possible to have a function that will tell you if a photo has notes? ... and even better how many notes..
Thanks
Please HELP ME. I dont knoe how to use the fotonotes to my site. Please let me know
Social Web