Tag archives: css

How I debug CSS in IE6

I make my living as a Front-end Web Developer, which means I spend quite a bit of time making websites look as good in Internet Explorer 6 (IE6) as they do in other browsers. It isn’t rocket science and I’ve honed my technique to make bug fixing as quick and easy as possible.

Continue reading How I debug CSS in IE6>

Hello Google Chrome, welcome to the internet

This week saw the launch of the internet’s newest web browser, Google Chrome and what kind of frontend developer would I be if I didn’t give it a quick review?

Continue reading Hello Google Chrome, welcome to the internet>

A simple PHP HTML/CSS templating system (REDUX)

It is beyond silly to repeatedly copy and paste the same HTML into the top and bottom of every HTML file that you create. That’s why god invented include() but, the humble header/footer HTML include file needs to be extended slightly – that is, unless you want all your pages to have the same title/meta

Continue reading A simple PHP HTML/CSS templating system (REDUX)>