Author Archive

Nice strapline idea

24th April 2009

Screenshot of the stapline in the lower half of BAM's homepage

Spotted over on BAM’s website – each item is a link.

Progressive enhancement with CSS

24th October 2008

A good article by Aaron Gustafson on A List Apart about progressive enhancement with CSS.

He describes a way of giving older browsers a set of basic styles, rather than giving them no styles at all (which is what we currently do). This was the topic of Jon Hicks’s talk at FOWD, and I thought it was quite interesting then too.

By linking to stylesheets in different ways, you can target different browsers. You use a straight-forward link to a stylesheet that only includes type information. All browsers get this and can mostly render it fine.

You then use the @import directive which cuts out the crappiest browser to feed them a stylesheet with the layout information, where typically most problems occur.

This is, effectively, a way of progressively enhancing the styles you feed a browser.

Seems like a nice idea in theory and something we should adopt on new sites. The only real issue I can see is that the more stylesheets you have, the slower the site becomes as more assets need to be downloaded. According to Yahoo, this has a major impact on a site’s speed.

Opinions please!

Melbourne Airport

30th May 2008

I had a look at the official Melbourne airport website.

They have a few interesting things:

  • An interactive airport map (I don’t think it’s particularly well implemented. I’m sure we could do better though). This could have a place for BIA particularly around car parking.
  • The homepage has a ‘travel times’ bump, updating traffic news of how long it takes to get from the airport to the city and back. Perhaps not so applicable to BIA, but might be for other airports in the future.
  • Live flight radar lets you keep track of every flight that goes to or comes from Melbourne.

Interestingly, they don’t make a big thing out of destinations, or special offers. I wonder why? Do you think the airport business is different in Oz?


Follow

Get every new post delivered to your Inbox.