Category Archives: HTML

Rounding Corners on Websites

There are many many ways to do this floating around, here is just another that I have used in the past. It uses one large image file (which will be cached after the first use) and focuses on simplification of HTML markup.

Optimising Your Site’s CSS, JavaScript, Images and Server Settings

The speed at which a site loads these days is becoming less of an issue, but still I occasionally visit a site where I think “wow, that’s slow!” and look at the requests it is making in Firebug to see what on earth is going on. Often it’s a simple case of loads and loads of individual requests being made for js files, css files and (large) images. We can do something about this!