Laurent Savaete
unread,Jun 16, 2012, 5:19:08 AM6/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ductus-d...@googlegroups.com
I started work on using the save and tagging widgets for text pages,
and it got a bit beyond what I first thought.
Basically, I will end up changing the whole page from a static html
form to a javascript based one (like for editing flashcard decks).
Visually, it wouldn't make much difference (except it would get a lot
more like the flashcard deck editor, which I think is good), the only
limitation would be that users with no JS would not be able to edit
pages anymore. I don't think we care much about that (not sure about
actual figures, but I think we've got around 99.5% of users with JS
enabled)
On the plus side (and I apologise for not sending out this email I
prepared a while ago about spam), using JS forms should help a lot in
staying clear of most spam (just because bots usually spam html <form>
pages, it's a lot easier than trying to figure out js code :)
I'm halfway implementing this, so hopefully I'll get it out over the
weekend, unless you guys object to that change. I'm sure I could find
a way to build a hybrid form+js solution, but I actually think it
would be worse, mostly for the spam problem.