HTML is one of my favourite technologies. Functional, resilient, progressively enhanced.
Why HTML is a strategic dead end for business transactions and e-commerce (1999)
11–20 of 63 posts
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#12I can agree with this statement: "HTML provides a pretty face, but a lousy system-to-system transaction environment." Imagine if we had something like JSON, but with a more standardized schema to e.g. describe something simple like a table of data. There is so much glue code being written that does nothing else than reformatting data to something an organization can actually use. Think what it would mean if every tab…
There is a lot of glue code written because we are only transporting data through HTTP, that is the problem. A concept that has been buzzing around my head a lot lately is, what if we could model objects/actors? So that I do not only go to google.com to display some HTML, but we have a standardised RPC language I can tell it to "search this query" and it returns a structured object? The same RPC I can use to talk to…
you sound quite a bit like Alan Kay there (and that's not a bad thing IMO).
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#13> Truly powerful applications can be built using combinations of JavaScript and XML. Not only can the data and its format (XML) be shipped to another system, but the associated processing logic to validate data entered into the record or form can be shipped along as JavaScript as well.
The main thrust in this article is that scraping HTML display markup is a terrible form of data interchange between systems. Think in terms of modern banking systems that are based on screen-scraping terminal UIs of that era.
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#14(I actually remember people saying this.)
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#15Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#16I can agree with this statement: "HTML provides a pretty face, but a lousy system-to-system transaction environment." Imagine if we had something like JSON, but with a more standardized schema to e.g. describe something simple like a table of data. There is so much glue code being written that does nothing else than reformatting data to something an organization can actually use. Think what it would mean if every tab…
There is a lot of glue code written because we are only transporting data through HTTP, that is the problem. A concept that has been buzzing around my head a lot lately is, what if we could model objects/actors? So that I do not only go to google.com to display some HTML, but we have a standardised RPC language I can tell it to "search this query" and it returns a structured object? The same RPC I can use to talk to…
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#17Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#18Funny. Among other things, XML is self describing . Yeah sure. We all know how that turned out. That was the day when everybody was crazy about the Semantic Web, and for some reason XML / some convoluted format built on XML was viewed by many as "semantic", apparently because of the many intractable URLs the format called for. Y'know, URLs, or was it URIs or URNs, those little pieces of text that, even when they poin…
When I see sexp as serialization format I miss very few, same for json.. but xml wasn't that different. Just too much noise (ns,attributes) and just not enough genericity (no generic list or map) made it useless. Surprising.
Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#19Re: Why HTML is a strategic dead end for business transactions and e-commerce (1999)
#20*unless of course one system is scraping the other and has no control of what it outputs.