11
edits
| Line 558: | Line 558: | ||
== Simplify paramterised URLs == | == Simplify paramterised URLs == | ||
Where a url is parameterised - simplify to base address & provide a drop-down to each parameter with its value). Copy to clipboard will need to reconstruct full URL | Where a url is parameterised - simplify to base address & provide a drop-down to each parameter with its value). Copy to clipboard will need to reconstruct full URL | ||
---- | |||
Like in the Explorer? I don't think this is good, because in the Explorer a directory can contain several subdirectories, but a parameters value in a query string normally is atomic. | |||
To check if I have correctly understood: You got an URI "http://example.org/index.php?parameter=value&secondparam=anothervalue". And now you want that the values of parameter an secondparam are hidden and are only shown on hover? Or do you want that the whole query-string is hidden and there's a dropdown with two elements: parameter=value / secondparam=anothervalue? I think both isn't really necessary (and not quite logic). Furthermore, what to do with seo-uris? How would you split up "http://example.org/bug/for:firefox/3.7a1pre/cri;blo/res:fix" (some fictional uri, that doesn't make quite sense...)? | |||
[[User:Nikic|Nikic]] 14:22, 27 October 2009 (UTC) | |||
== completely missing the obvious... == | == completely missing the obvious... == | ||
edits