Jacob Rask

web stuff & who knows what else

CSS

Effective CSS editing with Vim

I use the Vim text editor to write and maintain all of my code. In this article I describe some benefits Vim has for CSS coding in particular, and how to add autocompletion for different languages in Vim. And did you know that you can validate your CSS and HTML code from inside Vim? Read more…

Tabbed navigation with :target

Using the CSS3 target pseudo-class, you can easily hide and show elements with a simple anchor link, without having to use any JavaScript at all! Read more…

Easy HTML5 image replacement

An easy way to markup a HTML5 header and style it with a neat image replacement technique. Read more…

HTML5 CSS reset

Some basic (re)setting of CSS properties, adapted for use with HTML5 documents. Read more…