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 […]
Category: Uncategorized
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. […]
Accessible JavaScript: Making the user object
For many "accessible JavaScript" would be an oxymoron, but in principle JavaScript could be as accessible as anything else if the author was very careful or if the user agent would know more of what is going on. …
Can HTML5 make accessibility usable?
Following up the discussion on Accessible drag and drop using WAI-ARIA, I think HTML5 may be a huge win for accessibility. HTML4 was filled with good intentions, HTML5 should be filled with good implementations. HTML4 became a W3C standard 11 years ago. By now […]