Design 1 min read

Wrong direction

In Milan, like in many other cities, public transport tickets have a magnetic strip on the side that is used to check their validity by means of electronic readers.

Even now, some years after the introduction of the new tickets, a lot of people still insert their tickets in the readers in the wrong direction, and can’t pass the turnstiles until they get it right. The technical reason for that is the magnetic strip placed on one side of each ticket so that it can be read by a machine, but it’s a poor design choice forcing people to pay attention to a puny detail such as this.

What is even more frustrating, is that there exists a trivial solution to this problem, and it is the one that has been adopted in Paris: tickets there are symmetrical, and the magnetic band is placed in the middle, so that it can be read in any direction.

A ticket for public transport in Paris

They did a good job, because they left behind an old convention (having a magnetic band on the side, which probably makes sense with cards you have to swipe) and chose a less common placement, putting less constraints on the experience.

Related Posts

View All Posts »
What’s wrong with Milan’s Open Data initiative

What’s wrong with Milan’s Open Data initiative

3 min read

I spent some time playing with the Open Data published by the City of Milan, aiming to visualize public transport coverage. While I managed to create a heatmap, I was left unsatisfied by the data presentation and format. The initiative is promising but could be dramatically improved by adopting modern standards like GeoJSON instead of Shapefiles and including simple preview capabilities.

1 min read

Even if modern trains are getting more and more friendly to passengers, many of them are still terribly lacking if we consider this aspect, at least in Italy. As I’m writing this post I’m travelling t...

1 min read

While I still read books on my way to work, I recently started reading online articles and blog posts using my phone as well. This morning, while I was reading a column on Alertbox on iPhone, I notice...

2 min read 3 comments

Although pagination is a widely diffused pattern, some times it can still be a bit confusing, when it comes to blogs. Most blogs (and many news sites) have a couple of links at the bottom of the page,...