<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web International Awards &#187; flash</title>
	<atom:link href="http://www.webia.info/category/articles/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webia.info</link>
	<description></description>
	<lastBuildDate>Tue, 09 Aug 2011 15:42:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Graceful flash degradation, reloaded!</title>
		<link>http://www.webia.info/articles/graceful-flash-degradation-reloaded/</link>
		<comments>http://www.webia.info/articles/graceful-flash-degradation-reloaded/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:07:25 +0000</pubDate>
		<dc:creator>Bogdan Pop</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[degradation]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=582</guid>
		<description><![CDATA[
A couple of weeks ago I talked about graceful flash degradation: what it means, issues that arise while developing in flash, and how to fix them properly. This is the second article on the topic. Before we continue, make sure you're familiar with the first article on flash degradation, because this article contains examples to [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/nyt_flash.jpg" title="New York Times Photojournalism section: flash version"><img src="http://www.webia.info/wp-content/uploads/2009/09/nyt_flash.jpg" alt="NYT photojournalism section, flash version" /></a></p>
<p>A couple of weeks ago I talked about graceful flash degradation: what it means, issues that arise while developing in flash, and how to fix them properly. This is the second article on the topic. Before we continue, make sure you're familiar with the first article on <a href="http://www.webia.info/articles/usability/graceful-flash-degradation/">flash degradation</a>, because this article contains examples to emphasize what the previous article described.</p>
<h2>Good flash degradation from New York Times</h2>
<p>We previously stumbled upon UEFA's site and a wine company's website. Today we are looking upon a newspaper's website. The name is self explanatory, New York Times being the largest metropolitan newspaper published in the United States. Having that weight attached to their necks, they knew their online presence must be perfect. And it is. </p>
<p>New York Times has an online photojournalism section which is built in flash. It is consisted of a series of posts, each around an image. Each post has apart from the image, a brief paragraph describing the picture, where it was taken and so on. A nice feature is the small sneak peak to the next and previous articles, which are visible in the left and right sidebars of the article you are currently viewing. However, I don't think this was a feature they specifically developed, as the full screen mode lacks it.</p>
<p>What really matters here is that they also have a non flash version of the site which kicks in if you do not have the necessary plugins. They also let you know that if you want to fully enjoy the features of the site, you should install flash player. Flawless solution. Great job for New York Times, but perhaps more congrats should go to the site developers, whoever they are.</p>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/nyt_non_flash.jpg" title="New York Times Photojournalism section: non-flash version"><img src="http://www.webia.info/wp-content/uploads/2009/09/nyt_non_flash.jpg" alt="NYT photojournalism section, non-flash version" /></a></p>
<p>If you have any other examples or pointers please leave them in the comments section bellow. If you liked this article you can subscribe to the full content <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">rss feed</a> and stay updated as we post new information.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/graceful-flash-degradation-reloaded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Graceful flash degradation</title>
		<link>http://www.webia.info/articles/usability/graceful-flash-degradation/</link>
		<comments>http://www.webia.info/articles/usability/graceful-flash-degradation/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:18:00 +0000</pubDate>
		<dc:creator>Bogdan Pop</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[degradation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=487</guid>
		<description><![CDATA[
It has been quite some time since I last wrote an article here, and I hope you all enjoyed the summer and summer holiday. I read a lot of blogs each day and I must say that there's a decent amount of articles about javascript, content, and how to properly code a site when using [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/uefa_flash.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/09/flashplayerlogo.jpg" alt="flash player logo on artwork" /></a></p>
<p>It has been quite some time since I last wrote an article here, and I hope you all enjoyed the summer and summer holiday. I read a lot of blogs each day and I must say that there's a decent amount of articles about javascript, content, and how to properly code a site when using javascript. You have to be careful because of those people who disable javascript or use old browsers that don't have such features. However, I haven't seen any articles describing some short guidelines as to what you should do when developing a site in flash.</p>
<h2>Issues with flash developing</h2>
<p>The first issue that has to be taken into consideration here is that while many people have flash player installed, its version may be an older one, and the site or web app you are building with flash 10 may not work correctly, or at all on some people's computers. Moreover, there are individuals that don't have flash player installed, just like the ones without javascript. </p>
<h2>How to handle flash generated problems</h2>
<p>The easiest option would be to develop a html version of the site. Though this is ok, the costs of such a solution grow as the site grows. This is ok for small sites or sites that are not updated frequently. What happens when you have a big site, with content updated on a daily basis?</p>
<span id="more-487"></span>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/uefa_flash.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/09/uefa_flash.jpg" alt="eufa.com screenshot" /></a></p>
<p>One interesting solution, which I definitely like is the one adopted by UEFA (Union of European Football Associations). Their website is not entirely flash, but has many flash sections. One of them is a content slider, which could have been built using javascript. They used flash and that is ok too, but how they fix search engine issue that come by using flash. How can people using mobile devices like the iPhone - which doesn't have flash - browse their website and read valuable content?</p>
<p>The solution is quite simple. UEFA's website displays all content headlines as plain text. Those headlines were previously bundled with images in the flash content slider. Moreover, the headlines appear in the same area of the site, leaving the layout uncrippled. Another important feature is that they also display a small button telling their visitors that if they want to fully enjoy the site they should install flash player. They also link to Adobe's download page.</p>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/uefa_non_flash.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/09/uefa_non_flash.jpg" alt="uefa.com screenshot" /></a></p>
<p>UEFA does a great job making a well developed website, but they have their own pitfalls. During the UEFA Champions League and UEFA Europa League draws, which took place last week, their live coverage of the event had only flash versions, rendering blank pages for users without flash player. Mobile users had to make phone calls in order to find out the group of their favorite team.</p>
<p>A website that does a bad job about non flash user experience is <a href="http://www.vinuldenunta.ro" target="_new">vinuldenunta.ro</a> . Such users do see something other than a blank page. They are presented with a small paragraph which unfortunately isn't formatted in any way, leaving the impression the site is under construction. No information is provided regarding the cool flash version of the site that is hidden to them.</p>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/09/vinuldenunta.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/09/vinuldenunta.jpg" alt="vinuldenunta.ro screenshot" /></a></p>
<h2>Pointers for better flash developing</h2>
<ul>
<li>1. If possible, provide a non flash version of the site</li>
<li>2. If important content is displayed within flash, make sure it is available for users that do not have flash player</li>
<li>3. Don't use flash for navigation, and if you do, provide a secondary navigation menu using html</li>
<li>4. If you only have flash version, make sure you let non flash users know about that</li>
</ul>
<p>The above are just some basic pointers, but sticking to them will insure a high quality website. If you have any other examples or pointers please leave them in the comments section bellow. If you liked this article you can subscribe to the full content <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">rss feed</a> and stay updated as we post new information.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/usability/graceful-flash-degradation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

