<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Debate of Flash, Usability, and Standards</title>
	<atom:link href="http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stefan Koenig</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-60938</link>
		<dc:creator>Stefan Koenig</dc:creator>
		<pubDate>Tue, 03 Jul 2007 20:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-60938</guid>
		<description>I like flash a lot:
- you can build sites as you want them to be
- you can serve greate usability
- and even accessibility is given with just one plug in

but flash is front-end, so there will never be a social site 100% made in flash (you still need a db back-end etc.)  ;o)

Anyway, i&#039;ve read of ways to make a flashsite even with the ability to use browsers back button and that SE can crawl the content. I will put it on my list and try to code an example over the summer (if i find some bored spare time). untill then i will stick to CSS + xHTML + JS (a.k.a. Ajax) :o)</description>
		<content:encoded><![CDATA[<p>I like flash a lot:<br />
- you can build sites as you want them to be<br />
- you can serve greate usability<br />
- and even accessibility is given with just one plug in</p>
<p>but flash is front-end, so there will never be a social site 100% made in flash (you still need a db back-end etc.)  ;o)</p>
<p>Anyway, i&#8217;ve read of ways to make a flashsite even with the ability to use browsers back button and that SE can crawl the content. I will put it on my list and try to code an example over the summer (if i find some bored spare time). untill then i will stick to CSS + xHTML + JS (a.k.a. Ajax) <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Skinner</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-52212</link>
		<dc:creator>Jesse Skinner</dc:creator>
		<pubDate>Tue, 12 Jun 2007 21:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-52212</guid>
		<description>Ouch, sounds painful, Andrew.

I think you&#039;re absolutely right - the site needs to be built in HTML. How can you convince your bosses? Talk about Search Engine Optimization - Google will never find individuals pages if they&#039;re tucked behind Flash interfaces and have no text content. And talk about Ajax - sounds like they&#039;d appreciate some buzzwordy goodness.

Hell, with Ajax and CSS, all the Flashy stuff they&#039;re doing is likely possible.. and the 1% of things that might be out of JavaScript&#039;s reach (music and video, for instance) can still be done with a bit of Flash.

Do your best, and kudos for trying. But if you face the stubbornness of a team stuck in 1998 just doing what they&#039;ve always done, you can always go along with it and enjoy watching it go down in flames. Just remember to practice your &quot;I told you so&quot; speech.</description>
		<content:encoded><![CDATA[<p>Ouch, sounds painful, Andrew.</p>
<p>I think you&#8217;re absolutely right &#8211; the site needs to be built in HTML. How can you convince your bosses? Talk about Search Engine Optimization &#8211; Google will never find individuals pages if they&#8217;re tucked behind Flash interfaces and have no text content. And talk about Ajax &#8211; sounds like they&#8217;d appreciate some buzzwordy goodness.</p>
<p>Hell, with Ajax and CSS, all the Flashy stuff they&#8217;re doing is likely possible.. and the 1% of things that might be out of JavaScript&#8217;s reach (music and video, for instance) can still be done with a bit of Flash.</p>
<p>Do your best, and kudos for trying. But if you face the stubbornness of a team stuck in 1998 just doing what they&#8217;ve always done, you can always go along with it and enjoy watching it go down in flames. Just remember to practice your &#8220;I told you so&#8221; speech.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-51733</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 11 Jun 2007 14:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-51733</guid>
		<description>If you haven&#039;t already, you should read the first 5 chapters of &quot;Web Accessibility Web Standards and Regulatory Compliance&quot;. (&lt;a href=&quot;http://www.friendsofed.com/book.html?isbn=1590596382&quot; rel=&quot;nofollow&quot;&gt;http://www.friendsofed.com/book.html?isbn=1590596382&lt;/a&gt;
It really sets the stage as to why not considering accessibility will hobble your site. After that, you&#039;ll probably want to read the whole thing. He makes many compelling arguments you could probably use as ammo in your workplace interactions on this subject.

He&#039;s really opened my mind to the fact that accessibility isn&#039;t all about disabilities, it&#039;s about different abilities and making a site that accommodates them.

It blows my mind that social sites are being made that aren&#039;t accessible - they&#039;re social sites! You want tons of people to visit them so why would you make it so they cant visit? That would limit revenue!</description>
		<content:encoded><![CDATA[<p>If you haven&#8217;t already, you should read the first 5 chapters of &#8220;Web Accessibility Web Standards and Regulatory Compliance&#8221;. (<a href="http://www.friendsofed.com/book.html?isbn=1590596382" rel="nofollow">http://www.friendsofed.com/book.html?isbn=1590596382</a><br />
It really sets the stage as to why not considering accessibility will hobble your site. After that, you&#8217;ll probably want to read the whole thing. He makes many compelling arguments you could probably use as ammo in your workplace interactions on this subject.</p>
<p>He&#8217;s really opened my mind to the fact that accessibility isn&#8217;t all about disabilities, it&#8217;s about different abilities and making a site that accommodates them.</p>
<p>It blows my mind that social sites are being made that aren&#8217;t accessible &#8211; they&#8217;re social sites! You want tons of people to visit them so why would you make it so they cant visit? That would limit revenue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Anger</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-51645</link>
		<dc:creator>Roy Anger</dc:creator>
		<pubDate>Mon, 11 Jun 2007 06:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-51645</guid>
		<description>“Could a social networking program be successful in 100% flash?”

I don&#039;t think so. Many people have grown frustrated with MySpace and its design and it doesn&#039;t even have the &#039;weight&#039; of a full flash interface. Facebook seems to be a possible MySpace killer, and its fairly light and fast and its design allows for the addition of new services and now applications. virb is another option, and it seems to be built around web standards and light, fast XHTML. I don&#039;t think the average user wants to deal with the slowness of a full flash interface for social networking.</description>
		<content:encoded><![CDATA[<p>“Could a social networking program be successful in 100% flash?”</p>
<p>I don&#8217;t think so. Many people have grown frustrated with MySpace and its design and it doesn&#8217;t even have the &#8216;weight&#8217; of a full flash interface. Facebook seems to be a possible MySpace killer, and its fairly light and fast and its design allows for the addition of new services and now applications. virb is another option, and it seems to be built around web standards and light, fast XHTML. I don&#8217;t think the average user wants to deal with the slowness of a full flash interface for social networking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-51387</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Sun, 10 Jun 2007 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-51387</guid>
		<description>I think the main  problem with this is that they have &quot;grown too big&quot; to learn the new stuff. Accessibility and usability is all about getting them (our bosses and specially our clients) educated. Just my 2 cents :)</description>
		<content:encoded><![CDATA[<p>I think the main  problem with this is that they have &#8220;grown too big&#8221; to learn the new stuff. Accessibility and usability is all about getting them (our bosses and specially our clients) educated. Just my 2 cents <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kelly</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-51224</link>
		<dc:creator>Andrew Kelly</dc:creator>
		<pubDate>Fri, 08 Jun 2007 20:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-51224</guid>
		<description>Matthijs - I agree 100% with you, which is why I am so conflicted. I just wanted to get the thoughts on how others viewed it.

Bryan - It is difficult. I&#039;m making a lot of headway with the new hires, who 2 out of 3 already share my thought process. Just a shame we&#039;re not the one&#039;s running this place.

Regardless it&#039;s amazing to me, to us get so many clients. We could be working some of the largest companies in Canada, and the flash stuff is what sells. I guess as long as things look cool, when it comes to marketing... Nothing else matters. Both from the marketing outlook, and the business outlook.

I find it fascinating though.</description>
		<content:encoded><![CDATA[<p>Matthijs &#8211; I agree 100% with you, which is why I am so conflicted. I just wanted to get the thoughts on how others viewed it.</p>
<p>Bryan &#8211; It is difficult. I&#8217;m making a lot of headway with the new hires, who 2 out of 3 already share my thought process. Just a shame we&#8217;re not the one&#8217;s running this place.</p>
<p>Regardless it&#8217;s amazing to me, to us get so many clients. We could be working some of the largest companies in Canada, and the flash stuff is what sells. I guess as long as things look cool, when it comes to marketing&#8230; Nothing else matters. Both from the marketing outlook, and the business outlook.</p>
<p>I find it fascinating though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-50860</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 07 Jun 2007 13:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-50860</guid>
		<description>Oh, I feel your pain. I took a position with a marketing/advertising agency last year, and it&#039;s been a frustrating experience. 

My #1 priority has been to ween us off of designing full-flash sites and try to educate my co-workers on why those are a such bad idea, and what the benefits of standards-based development are. 

I&#039;m making headway, but most people like to work within their comfort zone - this has been and will continue to be a slow process.</description>
		<content:encoded><![CDATA[<p>Oh, I feel your pain. I took a position with a marketing/advertising agency last year, and it&#8217;s been a frustrating experience. </p>
<p>My #1 priority has been to ween us off of designing full-flash sites and try to educate my co-workers on why those are a such bad idea, and what the benefits of standards-based development are. </p>
<p>I&#8217;m making headway, but most people like to work within their comfort zone &#8211; this has been and will continue to be a slow process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthijs</title>
		<link>http://www.devlounge.net/column/the-debate-of-flash-usability-and-standards/comment-page-1#comment-50815</link>
		<dc:creator>Matthijs</dc:creator>
		<pubDate>Thu, 07 Jun 2007 08:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/general/the-debate-of-flash-usability-and-standards#comment-50815</guid>
		<description>&quot;When the goal is to make something look good, do we need to sacrifice accessibility, and usability?&quot;
No. Why would you? They are not mutually exclusive (in my opinion).

&quot;are standards, XHTML, and CSS holding designers back from making something unique and amazing?&quot;
No. Enough examples around the net.

&quot;Is full flash sites still popular, or have they run their course?&quot;
Personally I hate them. Cannot see any use for them. Except maybe for a game on a children&#039;s site or something. Even then I would make it only a sub-part or sub-site next to a normal website.

&quot;Could a social networking program be successful in 100% flash?&quot;
Maybe, but my guess is that it is a lot more difficult. As an example. How am I going to bookmark a page to send/show it to a friend?</description>
		<content:encoded><![CDATA[<p>&#8220;When the goal is to make something look good, do we need to sacrifice accessibility, and usability?&#8221;<br />
No. Why would you? They are not mutually exclusive (in my opinion).</p>
<p>&#8220;are standards, XHTML, and CSS holding designers back from making something unique and amazing?&#8221;<br />
No. Enough examples around the net.</p>
<p>&#8220;Is full flash sites still popular, or have they run their course?&#8221;<br />
Personally I hate them. Cannot see any use for them. Except maybe for a game on a children&#8217;s site or something. Even then I would make it only a sub-part or sub-site next to a normal website.</p>
<p>&#8220;Could a social networking program be successful in 100% flash?&#8221;<br />
Maybe, but my guess is that it is a lot more difficult. As an example. How am I going to bookmark a page to send/show it to a friend?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

