<?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>Usability Counts &#124; User Experience, Social Media &#187; Rich Media</title>
	<atom:link href="http://www.usabilitycounts.com/tag/rich-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usabilitycounts.com</link>
	<description>Usability, User Experience, Social Media, and Content Management</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'usabilitycounts_ru35le'});	}</script>	<item>
		<title>What&#8217;s Your Platform, Kenneth: How Usability Should Be Considered When Selecting A Rich Media, Web Or Native Application Environment</title>
		<link>http://www.usabilitycounts.com/2008/07/16/whats-your-platform-kenneth/</link>
		<comments>http://www.usabilitycounts.com/2008/07/16/whats-your-platform-kenneth/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:00:08 +0000</pubDate>
		<dc:creator>Patrick Neeman</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Native Applications]]></category>
		<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.usabilitycounts.com/?p=168</guid>
		<description><![CDATA[Once upon a time, I worked for an internet postage company. Seems like decades ago, but it&#8217;s core product was a Windows application that allowed the user to print postage (think of it, the equivalent of actual money!) from your computer. Due to the USPS&#8217; requirements, the security for the client was off the charts [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, I worked for an internet postage company. Seems like decades ago, but it&#8217;s core product was a Windows application that allowed the user to print postage (think of it, the equivalent of actual money!) from your computer. Due to the USPS&#8217; requirements, the security for the client was off the charts &#8212; even higher than 128-bit encryption.</p>
<p>We actually tried to do the impossible, which was print from a web-based client, and we got it to work. It&#8217;s wasn&#8217;t production level code, but with a few tweeks here or there, we could have hit that mark. There was no indication if we were going to be allowed to release that client, but the usability wasn&#8217;t too bad, especially for skunkworks project.</p>
<p>Soon after that experiment, the company purchased another company that developed a shipping client for shipping centers. It was pretty advanced for it&#8217;s time: it did all the AJAX stuff before Jesse James Garrett got rich off of coining the term AJAX. Other than a few glitches, it seemed to work pretty well.</p>
<p>Except it didn&#8217;t.</p>
<p>When you visited the clients that used the application, they hated it, and here&#8217;s why:</p>
<ul>
<li>It was slow</li>
<li>Performed poorly over DSL</li>
<li>Was a bloated mess and a fragile application.</li>
<li>The web client worked only on Internet Explorer 5.0, and as soon as 5.5 was installed, the application broke.</li>
</ul>
<p>So what are the lessons? I always thought the internet postage client should have been a web application, and conversely the shipping application should have been native to Windows, because almost every one of these locations had a Windows system. As much as I keep repeating that the web is a fad, I think it depends on the following on what you select to be the platform to develop on:</p>
<h3>Who&#8217;s the audience?</h3>
<p>The needs of a bunch of workers telemarketing day in and day out are much different than a sales guy that&#8217;s going to make 10 sales calls a day. The telemarketers are going to want hot keys, they definitely don&#8217;t want to use a mouse, the latency means less phone calls, which means less money in their pocket.</p>
<p>That&#8217;s usability that costs the company in revenue, so they&#8217;re going to want a rich or native application. The sales guy making those 10 calls doesn&#8217;t mind taking a minute or two longer to futz over a dial up connection or a slow DSL connection, so a web application is just fine. It&#8217;s the difference between a casual vs. an expert user.</p>
<h3>What&#8217;s their platform?</h3>
<p>Take a good look at the audience&#8217;s technology before you select the platform. Is the audience has a bunch of different platforms and technologies they are working with, that&#8217;s an easy answer &#8212; go with a web application. If they are on fast connections, look at Flash. If they are on a single platform (Windows, for instance), a native application isn&#8217;t a bad idea.</p>
<h3>How fast is their connection?</h3>
<p>Native applications, once installed, don&#8217;t have to be downloaded again. Rich media applications have to be downloaded through a web browser, usually in one chunk. Web applications have latency depending on the connection. Which would you rather be using while working in Alaska, depending on how much data you have to push around?</p>
<h3>How often does this need to be updated?</h3>
<p>There are advantages, of course, to a web-based application, because you don&#8217;t have to worry about backwards compatibility, a code base that&#8217;s branched all to hell, and 18 different flavors of windows. If you are going to update the application every day, a native or even a rich media application might not be the way to go. However, if there are long cycles between updates, and there&#8217;s a way to push the updates cleanly, then a native application is okay.</p>
<p>All of the above should be considered even before selecting a development platform, because each affects usuability. It&#8217;s about the appropriate technology for the appropriate audience, something developers forget.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.usabilitycounts.com/2008/08/25/myspace-mondays-los-angeles-angels-network/" rel="bookmark" title="August 25, 2008">MySpace Mondays: Los Angeles Angels Network</a></li>
<li><a href="http://www.usabilitycounts.com/2008/11/14/cloud-computing-what-does-it-mean-for-user-experience-a-lot-and-its-all-good/" rel="bookmark" title="November 14, 2008">Cloud Computing: What Does It Mean For User Experience? A Lot. And It&#8217;s All Good.</a></li>
<li><a href="http://www.usabilitycounts.com/2008/08/18/myspace-mondays-how-to-improve-your-myspace-application/" rel="bookmark" title="August 18, 2008">MySpace Mondays: How To Improve Your MySpace Application</a></li>
<li><a href="http://www.usabilitycounts.com/2008/06/23/myspace-mondays-causes/" rel="bookmark" title="June 23, 2008">MySpace Mondays: Causes</a></li>
<li><a href="http://www.usabilitycounts.com/2008/07/14/myspace-mondays-free-stuff-times/" rel="bookmark" title="July 14, 2008">MySpace Mondays: Free Stuff Times</a></li>
</ul>
<p><!-- Similar Posts took 6.720 ms --></p>
<img style='display:none' id="post-168-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://www.usabilitycounts.com/2008/07/16/whats-your-platform-kenneth/',title:'What&#8217;s Your Platform, Kenneth: How Usability Should Be Considered When Selecting A Rich Media, Web Or Native Application Environment',tweet:'Once upon a time, I worked for an internet postage company. Seems like decades ago, but it&#8217;s c',description:'Once upon a time, I worked for an internet postage company. Seems like decades ago, but it&#8217;s c'})"><script type='text/javascript'>document.getElementById("post-168-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://www.usabilitycounts.com/2008/07/16/whats-your-platform-kenneth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySpace Mondays: Flash Photo Viewer</title>
		<link>http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/</link>
		<comments>http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:00:48 +0000</pubDate>
		<dc:creator>Patrick Neeman</dc:creator>
				<category><![CDATA[MySpace Mondays]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.usabilitycounts.com/?p=148</guid>
		<description><![CDATA[The real goal of MySpace opening up their site to external applications is so developers will extend the profiles and give the end users more functionality to view their MySpace content. Flash Photo Viewer is a good example at an attempt to extend the functionality.
Flash Photo Viewer is exactly what it&#8217;s titled: an application built [...]]]></description>
			<content:encoded><![CDATA[<p>The real goal of MySpace opening up their site to external applications is so developers will extend the profiles and give the end users more functionality to view their MySpace content. Flash Photo Viewer is a good example at an attempt to extend the functionality.</p>
<p>Flash Photo Viewer is exactly what it&#8217;s titled: an application built in Flash that loads on your photos on your home page, profile and canvas so you can view all your photos in a scrollable list, and see a larger version of a photo in the primary window. Click on that photo, and a new window displays the full version of the photo. While you view the profile or home page, the viewer goes into slideshow mode.</p>
<p>The application isn&#8217;t very complex, but it doesn&#8217;t have to be &#8212; it does exactly what it advertises.</p>
<p>The application design has a few issues though. It looks the the developer didn&#8217;t build separate Flash applications for the User Home Page, User Profile and Canvas, so the size of the slideshow controls is painfully small on the profile and home page. Additionally, the interface is clunky, not polished.</p>
<p><strong>Application rating </strong><strong>(1 to 5, 5 being highest)</strong><strong>:</strong></p>
<ul>
<li><strong>Usefulness: </strong>4</li>
<li><strong>Usability: </strong>3</li>
<li><strong>Fun Factor: </strong>4</li>
<li><strong>Stability:</strong> 4</li>
<li><strong>Monetization Opportunities:</strong> 3</li>
</ul>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.usabilitycounts.com/2008/04/07/designing-an-effective-myspace-open-social-application/" rel="bookmark" title="April 7, 2008">Designing an Effective MySpace Open Social Application</a></li>
<li><a href="http://www.usabilitycounts.com/2008/05/12/myspace-mondays-truth-box-review/" rel="bookmark" title="May 12, 2008">MySpace Mondays: Truth Box Review</a></li>
<li><a href="http://www.usabilitycounts.com/2008/05/19/myspace-mondays-pokey-review/" rel="bookmark" title="May 19, 2008">MySpace Mondays: Pokey Review</a></li>
<li><a href="http://www.usabilitycounts.com/2008/05/05/myspace-mondays-own-your-friends-review/" rel="bookmark" title="May 5, 2008">MySpace Mondays: Own Your Friends Review</a></li>
<li><a href="http://www.usabilitycounts.com/2008/06/02/myspace-mondays-myheritage-celebrity-look-alikes/" rel="bookmark" title="June 2, 2008">MySpace Mondays: MyHeritage Celebrity Look-alikes</a></li>
</ul>
<p><!-- Similar Posts took 5.781 ms --></p>
<img style='display:none' id="post-148-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/',title:'MySpace Mondays: Flash Photo Viewer',tweet:'The real goal of MySpace opening up their site to external applications is so developers will extend',description:'The real goal of MySpace opening up their site to external applications is so developers will extend'})"><script type='text/javascript'>document.getElementById("post-148-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTip Sundays: Ted &#8211; Ideas Worth Spreading</title>
		<link>http://www.usabilitycounts.com/2008/06/29/quicktip-sundays-tedcom/</link>
		<comments>http://www.usabilitycounts.com/2008/06/29/quicktip-sundays-tedcom/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 16:00:01 +0000</pubDate>
		<dc:creator>Patrick Neeman</dc:creator>
				<category><![CDATA[QuickTip Sundays]]></category>
		<category><![CDATA[Filtering]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.usabilitycounts.com/?p=137</guid>
		<description><![CDATA[
Use Rich Media With A Purpose
This is not a criticism &#8212; this is actually a compliment. Ted.com does an amazing job making Flash relevant with this page design, using large images are very prominent business and social leaders to create a very visual experience. Select an option on the left (say, technology), and the page [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.usabilitycounts.com/wp-content/uploads/2008/07/ted.jpg"><img class="alignnone size-medium wp-image-138" title="ted" src="http://www.usabilitycounts.com/wp-content/uploads/2008/07/ted.jpg" alt="" width="460" height="385" /></a></p>
<h3>Use Rich Media With A Purpose</h3>
<p>This is not a criticism &#8212; this is actually a compliment. Ted.com does an amazing job making Flash relevant with this page design, using large images are very prominent business and social leaders to create a very visual experience. Select an option on the left (say, technology), and the page reshuffles like a tag cloud to present new speakers. They could have built this using DHTML &#8212; the page still would have been fairly heavy &#8212; but it&#8217;s really aimed at an audience that already has a fat pipe to serve up this content.</p>
<p>Content can be ordered and sized by different faceted filters (woo hoo!), and if the visualization mode is too much for you, you can resort to a list view (how Web 1.0). You can even view the number of comments and times each was emailed to friends.</p>
<p>Another tip: it would be even cooler if the boxes could be dragged around and re-ordered to see certain topics large.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.usabilitycounts.com/2008/09/21/quicktip-sundays-alltop/" rel="bookmark" title="September 21, 2008">QuickTip Sundays: Alltop</a></li>
<li><a href="http://www.usabilitycounts.com/2008/10/24/cms-fridays-the-dangers-of-faceted-search/" rel="bookmark" title="October 24, 2008">CMS Fridays: The Dangers Of Faceted Search</a></li>
<li><a href="http://www.usabilitycounts.com/2010/01/17/quicktip-sundays-the-tag-cloud-and-letting-the-data-speak-for-itself/" rel="bookmark" title="January 17, 2010">QuickTip Sundays: The Tag Cloud And Letting The Data Speak For Itself</a></li>
<li><a href="http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/" rel="bookmark" title="July 7, 2008">MySpace Mondays: Flash Photo Viewer</a></li>
<li><a href="http://www.usabilitycounts.com/2009/06/07/quicktip-sundays-the-mobile-version-of-usabilitycountscom/" rel="bookmark" title="June 7, 2009">QuickTip Sundays: The Mobile Version Of UsabilityCounts.com</a></li>
</ul>
<p><!-- Similar Posts took 6.112 ms --></p>
<img style='display:none' id="post-137-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://www.usabilitycounts.com/2008/06/29/quicktip-sundays-tedcom/',title:'QuickTip Sundays: Ted &#8211; Ideas Worth Spreading',tweet:' Use Rich Media With A Purpose This is not a criticism &#8212; this is actually a compliment. Ted.co',description:' Use Rich Media With A Purpose This is not a criticism &#8212; this is actually a compliment. Ted.co'})"><script type='text/javascript'>document.getElementById("post-137-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://www.usabilitycounts.com/2008/06/29/quicktip-sundays-tedcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Roadmap For SilverLight 2: Release In The Fall</title>
		<link>http://www.usabilitycounts.com/2008/04/07/updated-roadmap-for-silverlight-2-release-in-the-fall/</link>
		<comments>http://www.usabilitycounts.com/2008/04/07/updated-roadmap-for-silverlight-2-release-in-the-fall/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 17:06:15 +0000</pubDate>
		<dc:creator>Patrick Neeman</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Rich Media]]></category>
		<category><![CDATA[SilverLight]]></category>

		<guid isPermaLink="false">http://www.usabilitycounts.com/?p=11</guid>
		<description><![CDATA[Sure, it&#8217;s a moving target, but all software releases are realistically moving targets (personally, I would rather have a stable environment and text-alignment that works than a rushed product out the door). Ashish Thapliyal has published a roadmap of the next releases of SilverLight, plus why some of the items (like GIF support) are missing and will [...]]]></description>
			<content:encoded><![CDATA[<p>Sure, it&#8217;s a moving target, but all software releases are realistically moving targets (personally, I would rather have a stable environment and text-alignment that works than a rushed product out the door). Ashish Thapliyal has <a href="http://blogs.msdn.com/ashish/archive/2008/04/03/silverlight-roadmap-questions.aspx" target="_blank">published a roadmap</a> of the next releases of SilverLight, plus why some of the items (like GIF support) are missing and will be for a while.</p>
<p>Be forewarned &#8212; the differences between Beta 1 and Beta 2 will be drastic, according to him.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.usabilitycounts.com/2008/08/03/quicktip-sundays-southern-california-edison/" rel="bookmark" title="August 3, 2008">QuickTip Sundays: Southern California Edison</a></li>
<li><a href="http://www.usabilitycounts.com/2008/04/05/to-the-person-who-applies-they-better-understand-the-market/" rel="bookmark" title="April 5, 2008">Expression Program Manager: To The Applicant, Understand The Market</a></li>
<li><a href="http://www.usabilitycounts.com/2008/08/27/dont-make-the-user-feel-stupid-a-lesson-in-user-experience/" rel="bookmark" title="August 27, 2008">Don&#8217;t Make The User Feel Stupid: A Lesson In User Experience</a></li>
<li><a href="http://www.usabilitycounts.com/2009/02/06/cms-fridays-the-ugly-truth-about-cms-migrations/" rel="bookmark" title="February 6, 2009">CMS Fridays: The Ugly Truth About CMS Migrations</a></li>
<li><a href="http://www.usabilitycounts.com/2008/08/18/myspace-mondays-how-to-improve-your-myspace-application/" rel="bookmark" title="August 18, 2008">MySpace Mondays: How To Improve Your MySpace Application</a></li>
</ul>
<p><!-- Similar Posts took 6.431 ms --></p>
<img style='display:none' id="post-11-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://www.usabilitycounts.com/2008/04/07/updated-roadmap-for-silverlight-2-release-in-the-fall/',title:'Updated Roadmap For SilverLight 2: Release In The Fall',tweet:'Sure, it&#8217;s a moving target, but all software releases are realistically moving targets (pers',description:'Sure, it&#8217;s a moving target, but all software releases are realistically moving targets (pers'})"><script type='text/javascript'>document.getElementById("post-11-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://www.usabilitycounts.com/2008/04/07/updated-roadmap-for-silverlight-2-release-in-the-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expression Program Manager: To The Applicant, Understand The Market</title>
		<link>http://www.usabilitycounts.com/2008/04/05/to-the-person-who-applies-they-better-understand-the-market/</link>
		<comments>http://www.usabilitycounts.com/2008/04/05/to-the-person-who-applies-they-better-understand-the-market/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 20:12:41 +0000</pubDate>
		<dc:creator>Patrick Neeman</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Rich Media]]></category>
		<category><![CDATA[SilverLight]]></category>

		<guid isPermaLink="false">http://www.usabilitycounts.com/?p=9</guid>
		<description><![CDATA[I work with a lot of rich media developers at my current position, and we&#8217;ve been trying to make the journey to SilverLight, a new technology by Microsoft (and a competitor of Flash). It does some really cool things (the whole non-compiled thing will be a plus once they work out some of the details.
I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I work with a lot of rich media developers at my current position, and we&#8217;ve been trying to make the journey to SilverLight, a new technology by Microsoft (and a competitor of Flash). It does some really cool things (the whole non-compiled thing will be a plus once they work out some of the details.</p>
<p>I&#8217;m not saying it&#8217;s a me-too technology &#8212; there are some very obvious advantages to it, beginning with standardizing on a programming language people actually use instead of something specialized like ActionScript, but we&#8217;ve had the hardest time adjusting to the workflow, and a lot of designers are afraid of this much like they are afraid of Flash CS3 Professional because it is such an adjustment. It was hard enough just moving over to the whole motion graphics world, and now many designers and developers are expected to relearn the application to a certain extent.</p>
<p>To the person who <a href="http://msdnrss.thecoderblogs.com/2008/04/04/looking-for-talented-program-managers-to-join-our-team/" target="_blank">applies for this job</a>, please remember how your job is better adoption in following ways:</p>
<ul>
<li>It&#8217;s not enough just to have timelines &#8212; the application really should be easy to use for designers because they are not programmers</li>
<li>Make some of the interactions easier to explain like, &#8220;how do you make a button so it has the multiple states&#8221;, maybe even adding wizards like, &#8220;create a new button&#8221;</li>
<li>Produce a product that can actually align text better (text alignment should be one of those 1.0 items, not on the 3.0 product list)</li>
<li>Cater to the designers that ditched Flash when it moved to Actionscript 2 to Actionscript 3</li>
<li>Most of all, it&#8217;s about user adoption and talking to your audience &#8212; if you don&#8217;t do that, no one will use it</li>
</ul>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.usabilitycounts.com/2008/07/07/myspace-mondays-flash-photo-viewer/" rel="bookmark" title="July 7, 2008">MySpace Mondays: Flash Photo Viewer</a></li>
<li><a href="http://www.usabilitycounts.com/2008/11/24/whats-your-visual-kenneth-the-value-of-wireframes/" rel="bookmark" title="November 24, 2008">What&#8217;s Your Visual, Kenneth: The Value Of Wireframes</a></li>
<li><a href="http://www.usabilitycounts.com/2010/03/05/why-i-dislike-flash/" rel="bookmark" title="March 5, 2010">Why I Dislike Flash</a></li>
<li><a href="http://www.usabilitycounts.com/2008/05/26/myspace-mondays-you-want-your-applications-to-be-viral-design-great-applications/" rel="bookmark" title="May 26, 2008">MySpace Mondays: You Want Your Applications To Be Viral? Design Great Applications.</a></li>
<li><a href="http://www.usabilitycounts.com/2010/01/07/consultant-thursdays-should-user-experience-designers-know-design-or-programming/" rel="bookmark" title="January 7, 2010">Consultant Thursdays: Should User Experience Designers Know Design Or Programming?</a></li>
</ul>
<p><!-- Similar Posts took 7.234 ms --></p>
<img style='display:none' id="post-9-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://www.usabilitycounts.com/2008/04/05/to-the-person-who-applies-they-better-understand-the-market/',title:'Expression Program Manager: To The Applicant, Understand The Market',tweet:'I work with a lot of rich media developers at my current position, and we&#8217;ve been trying to ma',description:'I work with a lot of rich media developers at my current position, and we&#8217;ve been trying to ma'})"><script type='text/javascript'>document.getElementById("post-9-blankimage").onload();</script>]]></content:encoded>
			<wfw:commentRss>http://www.usabilitycounts.com/2008/04/05/to-the-person-who-applies-they-better-understand-the-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.484 seconds -->
