Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8701
| From | Scott Sauyet <scott.sauyet@gmail.com> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? |
| Date | 2011-11-29 05:32 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <fa2a6c74-9194-47ee-9c5c-ac78ac490eae@e2g2000vbb.googlegroups.com> (permalink) |
| References | (5 earlier) <9jd8ddF78nU1@mid.individual.net> <2m35d75k71mht8jlabjs9ll7jgnnnpndvb@4ax.com> <9ji0aeFr5nU1@mid.individual.net> <4ed4001d$0$29377$a8266bb1@newsreader.readnews.com> <9jjfi9Fi9vU1@mid.individual.net> |
Jörg Weule wrote: > I want an editor for JSON data respecting a given JSON schema like > tinymce is respecting xhtml. A canonical binding to database tables > would be nice to store the data at the web server. Such editors probably exist, although I've never come across one. But your requirements raise the question of whether you also would be better off with a document-oriented database such as Couch or Mongo. This might be cleaner than "a canonical binding to database tables." > I'm running a website for a jazz club where each concert has one or more > bands. Each band hat musicans, a text, some images and web links... One other possibility, and one that I used in a somewhat similar circumstance, is to make the edit interface for a concert essentially be a sample page (or page section) in which the fields that need to be updated are visibly highlighted in some manner to make it clear that they can be edited. Then an edit-in-place technique would let the user edit the fields, immediately seeing the results. I had really good feedback from users for such a technique. -- Scott
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-26 21:08 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-26 21:27 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-26 22:45 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-26 23:08 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-26 23:27 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-26 23:32 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-26 23:43 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Bart Lateur <bart.lateur@telenet.be> - 2011-11-27 20:27 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-28 18:56 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Denis McMahon <denismfmcmahon@gmail.com> - 2011-11-28 21:41 +0000
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-29 08:22 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Scott Sauyet <scott.sauyet@gmail.com> - 2011-11-29 05:32 -0800
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Denis McMahon <denismfmcmahon@gmail.com> - 2011-11-29 18:05 +0000
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-29 23:59 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Arno Welzel <usenet@arnowelzel.de> - 2011-11-30 12:35 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Denis McMahon <denismfmcmahon@gmail.com> - 2011-11-30 11:42 +0000
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-30 14:53 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Arno Welzel <usenet@arnowelzel.de> - 2011-12-02 13:52 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Arno Welzel <usenet@arnowelzel.de> - 2011-11-28 01:58 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Jörg Weule <weule@7b5.de> - 2011-11-26 23:31 +0100
Re: JSON schema ??? SQL-Binding ??? HTML-Form-Binding ??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-26 23:34 +0100
csiph-web