Jacob Rask

web stuff & who knows what else

Web Development

input:invalid:not(:focus)

The CSS3 User Interface Module specifies some new interesting pseudo-class selectors that are useful for enhancing your HTML5 forms. One of them is invalid. Read more…

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…