By now you ought to know that I love cycling and bikes. I’m also pretty keen on web design. So when a bike manufacturer I really like gets a new website, I’m excited.

Condor Cycles, the iconic London bike builder, race team and brand name, had a ‘coming soon’ holding page on its site for most of 2007 - for so long, in fact, that I almost got in touch to offer my services. But I just checked back, and they’ve relaunched!
Here are some of the things wrong with the site:
- Sloppy code: the visual elements of the site rely on Flash, and there’s no text content, or keyword or description metadata, so it’s no surprise the site doesn’t show up on the first page of Google for a search for ‘london bike shop’.
- Dodgy user interface: I know what they were trying to do with the ‘virtual catalogue’, but the Flash page turner tool is fiddly to use and doesn’t encourage browsing, even if there are additional buttons for ‘next page’ and ‘previous page’ on certain screens. What happens if I want to download an image of one of the bikes or email to a friend? I can’t.
- The ’store opening hours’ page opens in a new window. A minor point, arguably, but the issue that prompted this post. Here’s why you shouldn’t do this on a single domain - or indeed ever.
So why use Flash, really? Can it be easy for Condor staff to update details in their catalogue? No - there’s no product database feeding into the site. In 2009 when their new bikes are launched, they’ll have to start over.
What Condor needs, to do justice to their excellent store, solid reputation and superb bikes, is:
- A clear, accessible site designed in standards-compliant HTML and CSS, to boost its search engine rankings and improve navigability.
- A better catalogue system that displays pages to the browser transparently, with unique URLs per product, and which the store staff can update easily.
Next time I’m in to pick up new inner tubes, it may be time for a quiet word with the manager…
Following on from my post on Flat-hunting with Flash, I’ve just noticed another odd usage of Flash on the Curzon Cinemas website. In this case it isn’t so much about Flash not being the right tool for the job; it merely highlights an unnecessary cosmetic application of Flash on a site that really doesn’t need it.

On the site, try switching to the non-Flash version via the link in the bottom right-hand corner. The non-Flash home page looks pretty similar to the Flash version, except:
- the content is constrained to the viewport and the four columns of info become scrollable
- the image blocks at the bottom of the page are thus kept in view
- there’s a cascade effect as the page loads and the text drops into view
My angle on this is:
- if the main reason for wanting to constrain the content to the viewport is keeping the image blocks in view - why not bring them further up the page?
Curzon has a perfectly functional HTML website with a nice URL structure that helps its performance on Google. Each HTML page can be viewed in Flash or non-Flash - but if you’re in Flash mode and you navigate away from the original page, the URL doesn’t change, which is potentially confusing for the unsavvy.
The point is that Curzon didn’t need to deploy Flash. Improvements in the home page structure would remove the need for keeping all content in view at once, by prioritising more popular content (i.e. what’s on now - not what’s on in a fortnight). The cascade effects are initially cute but actually become tedious when you’re really looking for information. There’s no value added by what would have taken extra time and expense in development.
The very presence of a non-Flash option implies an awareness that some visitors might find it annoying, or inconvenient, and would prefer to view the site normally - which is not great web strategy.
For a good example of a beneficial implementation of Flash, check the superb Barbican home page.

A favourite of mine, this page displays ever-changing content inside a set of 6 vibrantly colour-coded windows. In this case, Flash is used to add visual dynamism to a rigid HTML table grid; it’s effective and attractive, but it’s used sparingly.