Web standards

  • I’ve got my own HTML tag!

    The HTML5 Specification introduces a new element called “mark”. I’ve created a little site to explain how the mark tag can be used, I’ll be adding examples to it very shortly. In the meantime, if the mood takes you why not visit http://mark-element.info Read note →

  • Quick tip for using XHTML Strict with ASP.net

    One thing that has always infuriated me with .net is it’s insistence on adding an invalid name attribute to the asp.net form*. About a month ago I found a nice easy cure for this, so I thought I’d share it. All you need to do to stop .net adding the name attribute to the form… Read note →

  • Using lists as an alternative to image maps

    eyes ears mouth oh my! Some time ago I got asked how to produce an “accessible alternative to an image map“. As long as Image Maps are implemented correctly there’s no reason why the shouldn’t be accessible however they may not always be the most appropriate or semantic way to mark up your content. In… Read note →

  • Push for POSH

    Just when you thought we had enough abbreviations in web development another one comes along. This one is POSH! POSH stands for Plain Old Semantic HTML. It’s a phrase first coined on the microformats IRC channel and promoted forward by John Allsopp, Tantek Çelik, Jeremy Keith, and Chris Messina. The thinking behind this abbreviation is… Read note →

  • Ffffffliping floats!

    I’ve been having various problems over the past few days with CSS floats. more specifically, either background images on containing elements not appearing or floated elements acting as if they’ve run out of room in the parent element and dropping down on to “the next line”. The cause of this is the fact that I… Read note →

  • Web Standards Project announces “Street Team”

    Details are sketchy (or non-existent) at the moment but WaSP have recently announced a new initiative called “Street Team”. The idea is that together we create a number of tasks – challenges if you will – to help the promotion of web standards in your local community. Things that will help get the word out… Read note →

  • Good golly miss Molly!

    Molly E. Holzschlag knows her stuff; She’s been working in the webstandards arena since before there was even an arena to work in! I’ve seen her speak a couple of times, first at CSS for designers back in 2005 and then last year at @media 2006 where she spoke about internationalisation. Molly never fails to… Read note →

  • Web Accessability Petition

    It’s not like me to post anything political, but I’ll make an exception for this. In the UK the Disability Discrimination Act (1995) covers access to services for disabled people; the part of the act that covers websites came into force in 1999. The act states that “reasonable adjustments” to ensure that their service is… Read note →

  • A change of theme

    I decided it was time for a change of theme. I know I’ve only had the blog going for a couple of months, but I’ve not been entirely happy with the look of the site since the word go. The old “Almost Spring” theme was OK but not quite what I was after. The new… Read note →

  • Get ready for IE7 – now

    The IE team have Today announced on their blog that IE7 (Seven) will be pushed out to Windows XP users using MS automatic update (contrary to what Chris Wilson told Vitamin). This will happen some time in the fourth quater of this year. I believe this has huge implecations for anyone that develops commercial sites,… Read note →