Lately I felt more like doing quick, tumblr style posts rather than long form pieces. And, in view of the fact that I mostly write about CSS/HTML stuff, the idea grew to start something anew. Enter Bricss.
continue reading …Posts Tagged ‘CSS’
-
Managing CSS for a big ass website – at Netlog3
Had a great time again yesterday at the fourth edition of Barcamp Antwerp. When I was thinking about possible subjects, I recalled a question I sometimes get: How is it like to manage CSS for a big ass website like Netlog?
continue reading … -
CSS World Clocks20
Back when the WebKit team implemented CSS animations in their engine, I started tinkering on a CSS powered clock. Nothing spectacular, just a nice gimmick. But I wanted to do a little more with my bare bones clock. So what better way to spend the Easter Sunday afternoon making world clocks with nothing but HTML and CSS?
continue reading … -
End of an era3
Almost a year ago, I wrote a draft of an article about Flash, and how its days were numbered. I never got round to finish it, but as I witnessed quite a few bloggers queueing up to carry Flash’ coffin to the grave recently, I thought I’d revisit it.
continue reading … -
CSS inheritance – remember your parent0
Time for a little CSS puzzle! Today I was faced with an issue I couldn’t find a quick solution for. Fortunately a developer had a good suggestion …
continue reading … -
To hell with Web Safe Fonts3
It’s time to leave the notion of “web safe fonts” behind us. Here is my presentation from Barcamp Antwerp last saturday, on alternatives to the current approach to fonts on the web.
continue reading … -
Background fallbacks2
RGBA colors are a very cool part of the CSS3 spec, but maybe you refrained from using RGBA because you wanted to support older browsers? Well, there is a perfectly simple fallback mechanism: provide two backgrounds.
continue reading … -
CSS variables/constants0
Over at the excellent css3.info blog, there’s some discussion about the concept of CSS variables or constants. There are two rather different proposals on the table, but I’m not really in favor of the idea in general.
continue reading … -
Fronteers 2008: what’s next for HTML, CSS and IE?5
Extended notes from the excellent Fronteers 2008 conference in Amsterdam. With lots of tasty news about the future of front-end development from industry insiders.
continue reading … -
Border-radius: a tale of two browsers5
A couple of years ago, the web was bursting with tutorials on how to make rounded corners with as little HTML/CSS/Javascript/images as possible. But then came the
continue reading …border-radius
property. So what’s keeping this little piece of beauty from being universally implemented?