06 July 2010 ~ 0 Comments

CSS won’t style my HTML5 markup in Internet Explorer!

CSS won’t style my HTML5 markup in Internet Explorer!

You built your whole website using html5 new shiny tags, you’re so proud of yourself, it looks great in your development browser. Time to give it a test in Internet Explorer to see what it looks like. It looks a lot worst than you was expecting… What the heck is going on?

Make html5 work under ie6, ie7 & ie8 by adding this small JavaScript code.

Continue Reading

07 October 2009 ~ 0 Comments

Wordpress Code Highlight

While I was writing the last post, I was trying to find a nice code highlighter with this requirements:

Keep Indentation: I want to code to look nice, but if it’s not indented correctly as I submit it, then it’s garbage
Support Different Languages: I’m going to be writing post about Javascript, PHP, XHTML and I need [...]

Continue Reading