Category Archives: Flash

Content is Queen?

No, I’m not into content strategy all of a sudden. It’s just that from a human-computer interaction point of view, user experience is really important. And that means that the experience of browsing content is of paramount importance.

Now, not all content is equal; news organisations should pay more attention than others, for example. Surprisingly enough, lately I’ve come across many news organisations that fail to successfully deliver content in a usable way. I mean, look at this:

content image

Actual content at a news org website covering one sixth of the browser window.

The actual content covers one sixth (approximately, I didn’t count pixels) of the window! The article is this narrow column at the left hand-side of the page. The rest of the screen doesn’t matter to me, and I didn’t ask for it. Widgets, ads, and all these irrelevant things that were supposedly caused by Flash ads are still here, unblockable though, as they’ve been implemented in JavaScript. Where’s my news story? Why do I have to scroll so much?

I see this type of design more and more at news websites; no offense to the one I got the screenshot from—does it actually happen increasingly or is it just me? Let me know what you think! 😉

Prototyping for User Experience

Flash Catalyst has facilitated a workflow of iterative design and development. However, Flash Builder remains a powerful tool and can be used to assist in prototyping. Prototyping has the advantage of giving us insight about end-users needs.

This is the topic of an article of mine published at Flash & Flex Developer’s Magazine, January 2011. Download the magazine for free here: http://ffdmag.com/magazine/1582-html5-what-will-html5-mean-for-streaming

Pagination, Web Traffic, and Usability

(or another story about why usability and functionality go together)

Pagination is a method of breaking content into multiple pages. We are all familiar with search engines, that give their results paginated: 10 results in page 1, 10 more in page 2, etc. Actually, pagination became widely known because of that use. Some HTML e-book-like pages had an early version of pagination too, even since 1996 (no clue what happened before). And, of course, fora (or forums, as some would say–yikes) use pagination a lot.

Functionality

However, nowadays we can see pagination everywhere. It is a feature which is easy to implement. As a result, websites use it a lot. Especially for news portals (tech, politics, everything else), it has become a must.

The functionality served by this component is to deliver content avoiding cognitive overload: if the content of a page is too much and the reader might get lost, we can make the reader’s life easier by breaking the pages into more than one.

This functionality is served very well in search results and fora/discussion groups. The content delivered there is a list of distinct items. The content of each page doesn’t depend on the previous pages. So, the content is delivered, and cognitive overload is avoided at the same time.

News portals though, are quite different. There, a news story has to be readable. That is, apart from usual writing techniques, there has to be a reasonable flow in the reading process. Let me give you an example.

Some time ago, I came across a technews portal with amazing content. Let’s call it “IWN” (not a real name). I started to visit the portal regularly and signed up for their newsletter. However, it was terribly difficult to read. Why? Pagination.

Overuse

Pagination is terribly overused in IWN. See the example below, showing the last lines of one of their pages:

textPagination screenshot

Overuse of Pagination example

A quite short article has 5 pages! This does not serve the functionality of pagination, for two reasons:

  1. The content is not really delivered to the reader. The reader has not a visible and usable option of seeing all the content. They see a part of the content only, which leads to:
  2. cognitive overload! In each page the reader has to remember the content of the previous pages, or the page they’re reading doesn’t make sense. Moreover, if they want to look at a previous paragraph, they have to reload many pages until they find it.

Some readers may have additional cognitive overload. I, for one, was feeling like I was getting robbed when I was visiting IWN. They were stealing my web traffic. This thought was persistent, and I couldn’t concentrate on what I was reading. Their practice of using pagination in order to increase their traffic made me never visit this technews portal again. Despite their amazing content.

Am I overreacting? They have used pagination in other cases too, so the “web traffic robbery” assumption is doublechecked:

paginationSlideshow screenshot

Pagination instead of a slideshow

Guess what happens when you want to see the next image: a new webpage loads! That’s really annoying, tedious, and time-consuming. There are numerous slideshow components out there, and there’s also the best practice for such use: Flash.

Overall, overuse of pagination can make a site lose some of its traffic. I daresay, such a site would lose readers who really care about its content, which is a pitty. Maybe it’s more of a shame than a pitty, since, ironically, they do that to force increase their web traffic.

Good Use

It is very easy, with little–almost no–effort, to apply good practices. In the first screenshot, if the reader click “Print” they’re linked to the full article, with no menus, etc. However, this workaround is known to a minority of web visitors.

Adding an extra link to this full version costs nothing and offers a lot. See an example of this use below:

good use of pagination by newScientist

Good use of pagination by NewScientist

Both “Read full article” and “PRINT” lead to similar pages. Or, if the reader prefers, they can stick with the pagination. Here we can see that pagination is not used simply as a feature, but its functionality is well served.

Moreover, the choice is up to the reader to decide the way the contect will be delivered to them.

Combining the use of slideshows or Flash components, we can see how pagination can be applied without being annoying. Thus it can be applied without leading to loss of web traffic in any way.

Websites and Flash Catalyst

In the January issue of  Flash & Flex Developer’s Magazine you can find my article with title Creating Flash Websites using Flash Catalyst. Flash Catalyst is explored as an easy way to create Flash websites. An example is presented, where a site dedicated to Ingmar Bergman is built with Flash Catalyst.

website_screenshot

Website Screenshot

Here you can find the Flash Catalyst source file for this site:

Bergman site FXP source file