Posts tagged with “IE 6.0”

April 16th, 2009

CSS Snipplets for TextMate

I’m a fan of TextMate and how easy it is to extend the functionality. You can write TextMate plugins in ruby or any other language. But today I want to show you two simple snipplets I use in my everyday life.
TextMate snipplets have a great feature: the repeater—each time you type, TextMate retypes the character […]

Read on …

March 9th, 2009

HTML5 / XHTML5 with CSS for Safari, Firefox, Opera & IE

As I started a new WordPress theme, the time was right to do this in XHTML5.
1. The XHTML5 header / head
The doctype is much easier now. And it’s the first time for me to write it by hand and not via copy ’n’ paste. The doctype is as simple as:

2. Structuring the content with “header”, “nav”, […]

Read on …