W3C Community Groups and Business Groups [Was: Re: Proposal: Navigation of JSON documents with html-renderer-script link relation]

2011-06-29 Thread Arthur Barstow
Kris, Sean - in case you were including the W3C re appropriate next step to advance this proposal, please note the W3C's new Community Groups and Business Groups proposal has now advanced to the Beta stage: W3C Community Groups and Business Groups http://www.w3.org/2010/12/community/ Beta

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-05-11 Thread Kris Zyp
Is there an appropriate next step to advance this proposal? It seems like there is interest in this approach. Does it need to be written up in a more formal spec? Thanks, Kris On 2/18/2011 10:03 AM, Sean Eagan wrote: Very exciting proposal! I hope my comments below can help move it along.

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-19 Thread Kris Zyp
Wow, +1 to basically everything you said, excellent refinements. The only thing I would add/argue is that I don't think that automated parsing of JSON is really all that important. Writing JSON.parse(event.responseText) isn't really that hard, and it puts syntax errors into the hands of the

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-18 Thread Sean Eagan
Very exciting proposal!  I hope my comments below can help move it along. Regarding media type choices, the following two snippets from RFC 5988 are relevant: 1) “Registered relation types MUST NOT constrain the media type of the context IRI” Thus the link context resource should not be

Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Kris Zyp
Increasingly, web applications are centered around JSON-based content, and utilize JavaScript to render JSON to HTML. Such applications (sometimes called single page applications) frequently employ changes to the hash portion of the current URL to provide back/forward navigation and

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Anne van Kesteren
On Fri, 11 Feb 2011 14:48:26 +0100, Kris Zyp k...@sitepen.com wrote: Increasingly, web applications are centered around JSON-based content, and utilize JavaScript to render JSON to HTML. Such applications (sometimes called single page applications) frequently employ changes to the hash portion

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Kris Zyp
On 2/11/2011 6:55 AM, Anne van Kesteren wrote: On Fri, 11 Feb 2011 14:48:26 +0100, Kris Zyp k...@sitepen.com wrote: Increasingly, web applications are centered around JSON-based content, and utilize JavaScript to render JSON to HTML. Such applications (sometimes called single page

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Julian Reschke
On 11.02.2011 14:48, Kris Zyp wrote: Increasingly, web applications are centered around JSON-based content, and utilize JavaScript to render JSON to HTML. Such applications (sometimes called single page applications) frequently employ changes to the hash portion of the current URL to provide

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Kris Zyp
On 2/11/2011 7:15 AM, Julian Reschke wrote: On 11.02.2011 14:48, Kris Zyp wrote: Increasingly, web applications are centered around JSON-based content, and utilize JavaScript to render JSON to HTML. Such applications (sometimes called single page applications) frequently employ changes to the

Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-11 Thread Julian Reschke
On 11.02.2011 15:40, Kris Zyp wrote: ... Sounds very interesting. Did you consider making the link point to an HTML(+Script) page, and placing the JSON object into that pages script context somehow? Yes, I had considered that. However, I believe that most webapps that would use this API