Category Archives: Web Development

A closer look at the max-width property

I came across an interesting issue today with the max-width property. It’s a property that I’ve only used in a few occasions in the past – mainly due to the constraints of legacy browsers that do not support it. That … Continue reading

Posted in CSS | Tagged , , | Leave a comment

Is your video content getting indexed?

Read an interesting article the other day called Video SEO: A technical guide (by Joost de Valk) which goes into a in-depth explanation of video SEO. It is something that I had not really thought about previously – had really … Continue reading

Posted in Web Development, Web Services | Tagged , , , , , , | Leave a comment

A manageable method for creating CSS image sprites

The technique for creating and using CSS image sprites has been around for quite some time now. However, they don’t seem to be used near enough, despite the performance bonuses they can deliver. Perhaps it is due to the fact … Continue reading

Posted in Quick Tips | Tagged , , , | 3 Comments

Demo: Dynamic Cross-browser Horizontally Fluid Menu

The following is a solution that I came up with create a fluid horizontal navigation structure that met the following requirements: The navigation needed to be completely dynamic and not dependent on an update to a CSS file if items … Continue reading

Posted in JavaScript, Labs | Tagged , , , , , , , | 3 Comments

Inline-Block whitespace workaround

In response to an article written yesterday (April 26th, 2010) about the inline-block display property on Impressive Webs, there was some debate on unwanted whitespace that appears to the right of elements that are styled with this property. If you … Continue reading

Posted in CSS, Quick Tips | Tagged , , | 2 Comments