Re: [whatwg] unexpected use of the CORS specification

2009-11-08 Thread Mike Ressler
I think that Silvia was implying that a URL shortening service could respond with Access-Control-Allow-Origin:*http://www.w3.org/TR/cors/#access-control-allow-origin-response-heaor some such header to signal to the browser that this domain serves resources in a cross-origin fashion. This would

Re: [whatwg] framesets

2009-10-16 Thread Mike Ressler
PB, I think the point Rimantas is making is that you aren't bookmarking that node. The fact that one node in the treeview represents one table row leaves out the reality that the node contains a URL and that clicking on the node simply submits a URL to your application and awaits an HTML

Re: [whatwg] framesets

2009-10-12 Thread Mike Ressler
itself preventing the bookmarking of the link. What would preventing bookmarking by the browser accomplish that an onclick handler that rewrites the URI of the link not accomplish? Mike Ressler On Mon, Oct 12, 2009 at 11:21 AM, Peter Brawley p...@artfulsoftware.comwrote: Ian, I quoted Andrew

Re: [whatwg] framesets

2009-10-12 Thread Mike Ressler
? Mike Ressler On Mon, Oct 12, 2009 at 12:01 PM, Peter Brawley p...@artfulsoftware.comwrote: Mike, Can you explain what you mean by A DB row is a tree node and it must be possible to block bookmarking of such rows. a little more? From my understanding, a developer could accomplish

Re: [whatwg] framesets

2009-10-11 Thread Mike Ressler
the request to edit (or view) that leaf entry. Would that solve your bookmarking dilemma? I like the idea of a tree control (very much), but I was confused about the bookmarking issue. Mike Ressler On Sun, Oct 11, 2009 at 12:31 PM, Peter Brawley p...@artfulsoftware.comwrote: Edouard, 1) Your