A closer look at the max-width property
by Mike Badgley on July 27, 2010
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 (…)
CSS3 Lessons: Multiple Background Images
by Mike Badgley on July 16, 2010
The CSS3 background property has been completed enhanced from it’s CSS 2.1 predecessor, with some really interesting new features that I plan on investigating in future articles. For the purposes of this article, I’ll be looking at the multiple image ability of the background-image property.
Is your video content getting indexed?
by Mike Badgley on July 9, 2010
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 (…)
A manageable method for creating CSS image sprites
by Mike Badgley on July 8, 2010
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 (…)