Minimal markup seen from a data point of view rather than a document point of view. I wouldn’t say it is XML’s fault as such, but it being used for a purpose it is less than ideally suited for, a consequence of early oversell […]
Month: August 2009
How clever are smartphones really?
Last issue of New Scientist published a paean to IPhone named Appland: How smartphones are transforming our lives. It follows a traditional NS pattern of being ahead of the curve for science and behind it with technology. The author was elated, and there is […]
Minimal Markup
I have earlier proclaimed markup an [necessary] evil. A more constructive way of putting it is to say that markup should always be minimal. You should use as much markup as you need, and no more. Markup is something we add to aid machines. […]
Conditional Comments in HTML5?
Where we are Four years ago I wrote a small piece on conditional comments in IE7, and whether there should be an institutionalised Opera CSS hack, in the style of @opera or @browser opera. While IE's standards support isn't stellar, it is still better […]
Returning to space
More musings on manned and machine space travel in Travel to Mars? I hope not.
“There’s No App for That”
The joys of a managed platform.
SVG 2.1: Foreshadow support
Well over four years ago Opera made the first native SVG implementation, with the first useful implementation the following year, and Safari and Mozilla got into the game. By 2007 SVG became a browser business and earlier limited use of SVG faded into the […]
The Missing Link: Connecting Boxes
There is one basic document functionality that none of HTML, CSS, nor SVG can do. None can represent one box, another box, and a link between the two. The most fundamental feature of HTML is the hyperlink, But while 〈a id="one" href="#two"〉Linking to #two〈/a〉 […]
HTML5 token support
One common situation when registering a new account with a service (say my.opera.com) is that it requires email confirmation from you to activate that account. This is part of a handshake, where both parties present their credentials and confirm who the other one is. […]