Jacob Rask

web stuff & who knows what else

Lately at the blog

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…

Useful HTML5 resources

Interested in HTML5? I have compiled a collection of links to resources for HTML5 developing, and some recent news in the topic. Read more…

jQuelements — fixing <q> for IE

A solution to add proper quotation marks, including different quotation marks for different languages, around the q element in all major browsers. Accomplished with CSS for most browsers and a small jQuery script for IE prior to version 8. 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…