Technology

New Freeview website is live

October 6th, 2008

The new Freeview website is now live and is looking so much better than it was previously. I was part of the team that assisted in the redevelopment of the site and was in charge of developing the Information Architecture for the new site. Hopefully the new visual design and structure will be welcomed with positive feedback!

Freeview

New photos page

July 24th, 2008

Just a quick tweak to existing functionality really, rather than a full-blown addition to the site. I have just finished tweaking the MooFlow functionality used for my Flickr feed in the blog section of the site and included it on a dedicated photos page so that users can scroll through my photos and enjoy a more immersive experience.

iTunes now playing functionality

July 13th, 2008

This morning I integrated a cool little piece of functionality into the blog section of Hungry Browser. In a nutshell the functionality allows me to listen to my music on my MacBook Pro through iTunes and seemlessly publish what I am currently listening to on this website. Users can click on the image for each album and will be taken to Amazon where they can purchase the album/track.

The reason for integrating this was to effortlessly share the music I am listening to with others, without having to log in to a web-based service such as last.fm.

There are two parts to this functionality, both originially developed by Brand Fuller. The first part is the iTunes integration where you install a plugin to export the music you are listening to into an external XML file that can be uploaded to your website. The second part (which I have adapted) is a PHP script that looks into the XML file and then takes the data and outputs it as HTML.

In conclusion a nice little bit of functionality.

Information architecture and data visualisation

June 25th, 2008

I came across these interesting data visualisation projects whilst working on the IA for the redesign of the Freeview website. There are some great ideas here involving the presentation and manipulation of data objects. As IA is very much about communicating ideas to clients and teams I am hoping to use some similar presentation techniques on future conceptual IA.

MooWheel

MooWheel

MSNBC Spectra Visual Newsreader

MSNBC Spectra Visual Newsreader

Reclam Literatur Doner

Literatur Doener

For more info about cool data visualisation experiments and projects check out: visualcomplexity.com

Amazon.co.uk redesign to (not quite) Web standards

May 19th, 2008

Over the past few months Amazon have been tweaking their existing site to improve the design and user experience. They have done a good job, but I couldn’t help but notice that they have only gone half the way to using Web standards in their redesign efforts. Here’s a little (non-exhaustive) summary of what they are missing:

  • The HTML isn’t really that semantic, if you remove the style sheet the content doesn’t really flow that well - a(ccessibility barrier to non-graphical browsers)
  • No DOCTYPE to inform browsers of what version of HTML they are using
  • A huge amount of page specific CSS and JavaScript, could this have been moved into an external file to be reused elsewhere?
  • They are STILL using tables for content and page layout - very inflexible, non-semantic and harder to update, increases code to content ratio (lowers SEO - although Amazon are all over SEO)
  • Page design doesn’t scale well when you increase the font size
  • No use of access keys or tab indexes so a user can’t tab logically through the navigation
  • No use of skip to content or skip navigation links

Amazon.co.uk

Amazon still provides a great online shopping experience, but you have thought that if they had gone to the trouble of redesigning their site they would have taken a few lessons out of Yahoo’s book and gone down the full Web standards route.