I don’t write much on this blog, but this conference needs a few lines of praise. I’m sitting in the train back home from the great beyond tellerrand conference that took place in Düsseldorf on Monday and Tuesday and some accompanying workshops on Sunday before.
I’m just wondering how to use the header and footer element the right way.
Although those elements are not meant to be presentational I most often find people using a likewise presentational structure for marking up their articles (header always on top, footer at the end) which doesn’t feels right to mee
I read Elliot’s first post of the ’new’ year a few minutes ago about joining Chris Shiflett’s idea of revitalising blogging again. This idea is great as I feel similar when it comes to blogs.
Currently I’m developing a website where I wanted to take advantage of the CSS property background-position-y to save some time and code while positioning a CSS sprite. It works great in Safari/Chrome but I was surprised that it’s not working in Firefox.
I could write a whole lot about what I achieved the last year and where I failed and what to improve in 2011. But as my goals will change over the year anyway, it’d be best to write about what is currently important to me.
While styling unordered text lists for my blog I was searching for a way to change the color of the bullets. There is no way to achieve this with the standard list style types if you don’t want to use additional markup. But there’s a solution by only using CSS – and it’s all CSS 2.1, so even IE 8 understands that.
During the weekend I thoroughly enjoyed reading the »8 Faces« magazine edited by Elliot Jay Stocks. I have to say it’s a long time since I had so much pleasure browsing and reading a magazine from cover to cover. So I felt to write a couple of lines about it.
Some time ago Tim van Damme blogged about -webkit-font-smoothing and suggested to use -webkit-font-smoothing: antialiased to improve font rendering in Safari on Mac. At this time Safari 4 was around and it seems like the new Safari 5 has improved on standard font rendering.
A couple of weeks ago, my buddy Ro asked me to redesign his Blog. Up to now he used a modified free Wordpress theme that served the purpose. But he wanted an individual theme with more personality and less unnecessary sidebar stuff und clutter filling up the page.
When I read Tim van Damme’s great article on »24 ways« about CSS animations last year, I wasn’t only impressed by what he came up with, but also immediately felt that I had to play with stuff like this on my own. So I started playing with CSS3 animations on a bookshelf.