Opera's Haakon Wium Lie On CSS, Web Standards, and More
mikemuch writes "The standard that eventually became CSS was originally submitted to Tim Berners-Lee et al by Haakon Wium Lie, who continues to have new ideas for the web formatting language. The latest proposal from the current CTO of Opera Software is the CSS Generated Content for Paged Media Module. Lie sat down with PCMag to discuss not only this scrollbar-free browsing initiative, but a wider range of Web topics, including thoughts on powers like Apple and Google. A teaser from the story: 'At Opera, we sometimes wake up in the morning and see a new Google service that could have been optimized if we could have worked with them in the development phase. It seems they're more eager to put out things and see what sticks.'"
But is he referring to optimized in general, or specifically for opera. Because honestly if he means just for opera why would google even bother? I anticipate that he meant in general however.
and I don't believe that Haakon last name is "On"
Neither does he. He thinks his name is God.
For that matter, why was he lying?
This is how rumors get started.
So that his nose would get long enough to reach the keys on the keyboard.
As you can see from the specification page, Bert Bos also worked on the CSS spec. Bert and Håkon also wrote a book together "CSS: Design for the Web" covering CSS. It's not as practical as some CSS books, but it certainly covers the spec and explains why things are the way they area. (especially the first edition of the book)
http://www.w3.org/TR/2008/REC-CSS1-20080411/
MidnightBSD: The BSD for Everyone
The whole idea of CSS was to separate content from presentation. But it never lived up to that promise for me. It would be more accurate to say that it separates content from *font* presentation. What would be REALLY useful to me is a way to separate out the actual layout of the page from the content. I can do this now with php (and I do it on most of my sites now), but it would be nice to have it native to html/css. The way I have it set up is that the header of the page (with all the header graphics, page background image, sidebar graphics, etc.) are in a separate file, as is the footer. So to change the entire look of all my pages and subpages on the entire site, all I have to do is edit those two files. That was supposed to be the kind of thing that css could do, but in practice I can only do it by making my pages php files and using an include statement to bring in the header and footer html. Sure, I can change the fonts with a separate css file, but that's pretty trivial.
SJW: Someone who has run out of real oppression, and has to fake it.
Whats a Wium ? Some new Nintendo console
Opera's Haakon Wium Lie On CSS, Web Standards, and More
You lie!
"Somebody has to do something. It's just incredibly pathetic it has to be us."
--- Jerry Garcia
I'm not saying it's impossible, but I haven't seen multi-column layout with images spanning columns done in JavaScript. You reach some walls in JavaScript.
Can anybody figure out what he's trying to say there? You wouldn't even need Javascript - you'd do that with some very basic CSS. I don't see the problem he's trying to point out.
The standard that eventually became CSS was originally submitted to Tim Berners-Lee et al by Haakon Wium Lie
which was in October 1994 BTW.
Making the O in On lowercase would make it more readable.
"Opera's Haakon Wium Lie on CSS, Web Standards, and More" or "Opera CTO, Haakon Wium Lie, on CSS, Web Standards, and More"
I read it first as "fib" and how someone at Opera was distorting something about CSS. The summary is clearer in the use of capitalization that Lie is his last name.
Well, there's spam egg sausage and spam, that's not got much spam in it.
CSS is an awful standard with nebulous overrides and unclear behavior. The fact of the matter is you basically have to use a visual editor just to get the CSS correct and even then it looks different or has some tweaks on every browser. Mystery white space and unclear inheritance, the fact that "height: 100%" basically never works for anything, and to add to that the fact it's not really a format like anything else used in web development (maybe a little JSON esque?) just emphasizes how bizarre it is. Oh, and how you can't use variables or get parameters or perform operations in normal CSS (screen width in pixels, divide by 2, etc.) just further illustrates how much of a half-assed BS standard it is.
Personally I've been doing every piece of CSS in SCSS (SASS) because at least you can do mixins so you don't have get confusing inheritance and you have some simple logic/operations/variables with some nice hookups to JavaScript so you can do things like calculate things based on screen size. Still doesn't solve random mystery white space and anything measured in "em" coming out to totally random sizes or "inline" not actually putting things in-line etc. etc. etc...
"It seems they're more eager to put out things and see what sticks" I guess he's not aware that this is Google's standard mode of operation as a business. Does this man live in a box, developing a browser nobody needs?
Blame American-Style Titles Where Every Word Is Capitalized.
That's by no means universal. My (US) publisher does not capitalise prepositions in titles.
I am TheRaven on Soylent News
... and made the word "and" all lowercase
Indeed. I clicked on this because I was curious what someone from Opera was saying about CSS, Web Standards and more, that were lies. I was disappointed.