ā2012ā
My Year in Activities, 2012
48 more ways to use oneās time.
#7 Ā· adventure
My Year in Cities, 2012
Beside working and growing and trying new things, Iāve been in the great position to also travel a little. Iām very grateful. This year I visited 5 continents, more than 20 different countries, and probably more than 50 different citiesā¦
#6 Ā· adventure
The CSS Problem
CSS is growing too large while CSS 2 has not nearly been understood by authors. This non-sustainable growth is a big problem for CSS.
#5 Ā· Ā· development, css
On Browser Testing
The primary goal for cross-browser testing is to make sure that documents are usable and consistent across different user agents and devices. Even if you understand this to include both functionality and design, the definition of āusableā is interesting.
#4 Ā· development
HTML and Non-Script Styling
If you are to style a document differently based on whether certain technology is available, you should keep two things in mind: HTML itself is static and separation of concerns is important for maintainabilityā¦
#3 Ā· Ā· development, html, maintainability
Maintainability: One Story and Three Concerns
To make this a little story, for a long time in my career I wasnāt very concerned about maintainability. I was maintaining projects but didnāt have an idea about whether what I maintained was actually effective to maintain. I got a sense that things werenāt quite rightā¦
#2 Ā· Ā· development, maintainability
āwindow.scrollTo()ā or: When to Stay Clear of User Agents
If you were to ask me whether you as a web designer or developer should do anything about user agent issues, my answer was a clear āno.ā Itās not your responsibility. You may lack important insight into decisions made on the user agent sideā¦
#1 Ā· development