Categories

Low-hanging fruit: SEO tips

This is the first of several, at least I intend to write several, posts outlining low-hanging fruit for different areas of web development that are commonly ignored and easily implemented for rewarding results. I’ll start with SEO.

Read more: Low-hanging fruit: SEO tips

Singling out Internet Explorer with CSS

I am constantly bemused, as I expect most web developers are, at the strange and pointless design choices (CSS bugs) various versions of Internet Explorer feature. Be it the wonderful double margin added when an element is given a left float or flawed interpretation of the CSS box model (for a more comprehensive list of IE related issues visit PositionIsEveryThing.net for an extensive list of IE bugs). So how do you fix issues in IE without breaking your pages in standards compliant browsers?

Read more: Singling out Internet Explorer with CSS