Tagged Questions
2
votes
1answer
62 views
Does (should?) changing the URI scheme name change the semantics?
If we take:
http://example.com/foo
is it fair to say that:
ftp://example.com/foo
.. points to the same resource, just using a different mechanism for resolving it (and of course possibly a ...
4
votes
1answer
362 views
Can a single simple language such as Clojure replace Html + JavaScript + CSS + Flash + Java Applets …? [closed]
Please do not dismiss the idea right away. I know that it is hard to compete with a mainstream approach that already works (mostly), so my question is partly "academic".
I also am aware that ...
-2
votes
1answer
253 views
Compatibility of current web standards with current browsers [closed]
I am trying to study the compatibility of current web standards:
HTML5 > FOUND
XHTML
CSS3 > FOUND
HTML DOM > FOUND
JavaScript
XML
AJAX (I know this is not a standard but I would like to include it ...