Jacob Rask

web stuff & who knows what else

HTML

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…

HTML5 CSS reset

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