<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>Muthu Online</title>
	<link>http://muthuonline.com</link>
	<description>web hacker | life streamer | interaction designer@sun | micro blogger | user researcher  et al in bangalore</description>
	<pubDate>Thu, 15 May 2008 12:16:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Eye movement simulator</title>
		<link>http://muthuonline.com/archives/2008/05/15/eye-movement-simulator/</link>
		<comments>http://muthuonline.com/archives/2008/05/15/eye-movement-simulator/#comments</comments>
		<pubDate>Thu, 15 May 2008 09:03:44 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Cognitive Psychology</category>
	<category>eXperience Design</category>
	<category>Usability</category>
		<guid>http://muthuonline.com/archives/2008/05/15/eye-movement-simulator/</guid>
		<description><![CDATA[	The image below displays a simulation of  human eye movement in the form of heat maps.
	
	The Feng-GUI heatmap service is an automatic alternative to eye-tracking. Unlike eye-tracking or click-based heatmaps, Feng-GUI creates heatmaps based on an algorithm that predicts what a real human would be most likely to look at. 
	Read their explanation on [...]]]></description>
			<content:encoded><![CDATA[	<p>The image below displays a simulation of  human eye movement in the form of heat maps.</p>
	<p><img src="http://farm3.static.flickr.com/2105/2494536104_252ff30ef2_m.jpg" width="240" height="133" alt="eye movement heat map" /></p>
	<p>The Feng-GUI heatmap service is an automatic alternative to eye-tracking. Unlike eye-tracking or click-based heatmaps, Feng-GUI creates heatmaps based on an algorithm that predicts what a real human would be most likely to look at. </p>
	<p><strong>Read their explanation on <a href="http://feng-gui.com/faq.htm">how accurate their algorithms are&#8230;. </a></strong></p>
	<p><a href="http://kingsley2.com">via kingsley</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/05/15/eye-movement-simulator/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Structure of a RSS Feed</title>
		<link>http://muthuonline.com/archives/2008/05/13/structure-of-a-rss-feed/</link>
		<comments>http://muthuonline.com/archives/2008/05/13/structure-of-a-rss-feed/#comments</comments>
		<pubDate>Tue, 13 May 2008 07:30:19 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Web Technologies</category>
	<category>AJAX, DOM, JavaScript, CSS, XML, XHTML</category>
	<category>Code is Poetry</category>
	<category>Social Software</category>
		<guid>http://muthuonline.com/archives/2008/05/13/structure-of-a-rss-feed/</guid>
		<description><![CDATA[	


	Sample RSS 2.0 Feed 
	
  

	http://webdesign.about.com/rss2.0feed/
An example of a simple RSS feed. This is the description of the feed itself, not an item.
	
	http://webdesign.about.com/rss2.0feed/entry.html
This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.
http://webdesign.about.com/rss2.0feed/entry.html

	

  

	&#160;
	How to Build an RSS File from Scratch
	Let them know that &#8230; [...]]]></description>
			<content:encoded><![CDATA[	<p><style type="text/css"><br />
<!--<br />
body,td,th {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 12px;<br />
}<br />
.style1 {<br />
	font-size: 14px;<br />
	font-weight: bold;<br />
}<br />
--><br />
</style></p>
	<p class="style1"><strong>Sample RSS 2.0 Feed </strong></p>
	<p>
  <textarea name="textarea6" cols="40" rows="18"><rss version="2.0"><br />
<channel></p>
	<link>http://webdesign.about.com/rss2.0feed/<br />
<description>An example of a simple RSS feed. This is the description of the feed itself, not an item.</description></p>
	<p><item></p>
	<link>http://webdesign.about.com/rss2.0feed/entry.html<br />
<description>This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.</description><br />
<guid>http://webdesign.about.com/rss2.0feed/entry.html</guid><br />
</link></item></p>
	</link></channel><br />
</rss><br />
  </textarea>
</p>
	<p>&nbsp;</p>
	<p><span class="style1">How to Build an RSS File from Scratch</span></p>
	<p>Let them know that &#8230; </p>
	<p>&nbsp;</p>
	<p>this is an XML File </p>
	<p>
  <textarea name="textarea" cols="40" rows="1">< ?xml version="1.0" encoding="utf-8"?><br />
  </textarea>
</p>
	<p>&nbsp; </p>
	<p>this is an RSS 2.0 document </p>
	<p>
  <textarea name="textfield" cols="40" rows="2"><rss version="2.0"><br />
</rss><br />
    </textarea>
</p>
	<p>&nbsp;</p>
	<p>with a channel </p>
	<p>
  <textarea name="textarea2" cols="40" rows="2"><channel><br />
</channel><br />
  </textarea>
</p>
	<p>  containing a &lt;title&gt;, &lt;link&gt; &amp; a &lt;description&gt;</p>
	<p>
  <textarea name="textarea3" cols="40" rows="6"></p>
	<link>http://webdesign.about.com/rss2.0feed/
	<p><description>An example of a simple RSS feed. This is the description of the feed itself, not an item.</description><br />
  </link></textarea>
</p>
	<p>&nbsp;</p>
	<p>and an &lt;item&gt;, item &lt;title&gt;, item &lt;link&gt;, item &lt;description&gt; </p>
	<p>
  <textarea name="textarea4" cols="40" rows="12"><item></p>
	<link>http://webdesign.about.com/rss2.0feed/entry.html
	<p><description>This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.</description></p>
	<p><guid>http://webdesign.about.com/rss2.0feed/entry.html</guid></p>
	</link></item></textarea>
</p>
	<p>&nbsp;</p>
	<p>
  <textarea name="textarea5" cols="40" rows="1">close necessary tags<br />
  </textarea>
</p>
	<p>&nbsp;</p>
	<p><strong>Related Links </strong></p>
	<ol>
	<li><a href="http://webdesign.about.com/cs/rss/a/aa052603a.htm" onclick="zIlb(this)">What is RSS?</a></li>
	<li><a href="http://webdesign.about.com/od/validators/l/bl_validation.htm#rssvalidator" onclick="zIlb(this)">Validate Your RSS Feed</a></li>
	<li><a href="http://webdesign.about.com/cs/rss/ht/htpromorssfeed.htm" onclick="zIlb(this)">How to Promote Your RSS Feed</a></li>
	</ol>
	<p>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/05/13/structure-of-a-rss-feed/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>User Interaction on Touch Screen Mobile Phones</title>
		<link>http://muthuonline.com/archives/2008/05/02/user-interaction-on-touch-screen-mobile-phones/</link>
		<comments>http://muthuonline.com/archives/2008/05/02/user-interaction-on-touch-screen-mobile-phones/#comments</comments>
		<pubDate>Sat, 03 May 2008 04:36:53 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>eXperience Design</category>
	<category>Mobile Phones</category>
	<category>Apple iPhone Tricks,Bugs,Hacks</category>
		<guid>http://muthuonline.com/archives/2008/05/02/user-interaction-on-touch-screen-mobile-phones/</guid>
		<description><![CDATA[	Gestures
	Tap
	Double tap
	Flick
	Drag
	Pinch open
	Pinch close
	Touch and hold
	Two-finger scroll
	
	Read more  about Apple iPhone UI Guidelines
]]></description>
			<content:encoded><![CDATA[	<p><strong>Gestures</strong></p>
	<blockquote><li>Tap</li>
	<li>Double tap</li>
	<li>Flick</li>
	<li>Drag</li>
	<li>Pinch open</li>
	<li>Pinch close</li>
	<li>Touch and hold</li>
	<li>Two-finger scroll</li>
	</blockquote>
	<p>Read more  about <a href="http://developer.apple.com/documentation/iPhone/Conceptual/iPhoneHIG/Introduction/chapter_1_section_1.html#//apple_ref/doc/uid/TP40006596-CH1-SW1">Apple iPhone UI Guidelines</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/05/02/user-interaction-on-touch-screen-mobile-phones/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>How to forward SMS on iPhone?</title>
		<link>http://muthuonline.com/archives/2008/04/30/how-to-forward-sms-on-iphone/</link>
		<comments>http://muthuonline.com/archives/2008/04/30/how-to-forward-sms-on-iphone/#comments</comments>
		<pubDate>Thu, 01 May 2008 04:46:21 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Mobile Phones</category>
	<category>Apple iPhone Tricks,Bugs,Hacks</category>
		<guid>http://muthuonline.com/archives/2008/04/30/how-to-forward-sms-on-iphone/</guid>
		<description><![CDATA[	Try installing this
	More cool &#038; useful iPhone apps 

]]></description>
			<content:encoded><![CDATA[	<p>Try installing <a href="http://www.iphoneskinning.com/2007/12/isms-sms-text-manager-for-iphone.html">this</a></p>
	<p><a href="http://www.iphoneskinning.com/">More cool &#038; useful iPhone apps </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/30/how-to-forward-sms-on-iphone/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>ஊக்கம்  உடைமை</title>
		<link>http://muthuonline.com/archives/2008/04/22/%e0%ae%8a%e0%ae%95%e0%af%8d%e0%ae%95%e0%ae%ae%e0%af%8d-%e0%ae%89%e0%ae%9f%e0%af%88%e0%ae%ae%e0%af%88/</link>
		<comments>http://muthuonline.com/archives/2008/04/22/%e0%ae%8a%e0%ae%95%e0%af%8d%e0%ae%95%e0%ae%ae%e0%af%8d-%e0%ae%89%e0%ae%9f%e0%af%88%e0%ae%ae%e0%af%88/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:39:36 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>தமிழ்</category>
	<category>Blog Bloggers Blogging</category>
		<guid>http://muthuonline.com/archives/2008/04/22/%e0%ae%8a%e0%ae%95%e0%af%8d%e0%ae%95%e0%ae%ae%e0%af%8d-%e0%ae%89%e0%ae%9f%e0%af%88%e0%ae%ae%e0%af%88/</guid>
		<description><![CDATA[	குரல் எண் : 591
அதிகாரம் :  ஊக்கம்  உடைமை
	&#8220;உள்ளம் உடைமை உடைமை பொருளுடைமை
நில்லாது நீங்கி விடும்&#8221;
	மன உறுதியுடைமை ஊக்கம ஆகும். அது இல்லாதபோது பொருள் உடைமை நிலைக்காது
மறைந்துவிடும்
	wish i could embed google indic transliteration widget into  wordpress

]]></description>
			<content:encoded><![CDATA[	<p>குரல் எண் : 591<br />
அதிகாரம் :  ஊக்கம்  உடைமை</p>
	<p>&#8220;உள்ளம் உடைமை உடைமை பொருளுடைமை<br />
நில்லாது நீங்கி விடும்&#8221;</p>
	<p>மன உறுதியுடைமை ஊக்கம ஆகும். அது இல்லாதபோது பொருள் உடைமை நிலைக்காது<br />
மறைந்துவிடும்</p>
	<p>wish i could embed <a href="http://www.google.com/transliterate/indic/Tamil#">google indic transliteration widget</a> into  wordpress
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/22/%e0%ae%8a%e0%ae%95%e0%af%8d%e0%ae%95%e0%ae%ae%e0%af%8d-%e0%ae%89%e0%ae%9f%e0%af%88%e0%ae%ae%e0%af%88/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Usability Tests on Mobile Phones</title>
		<link>http://muthuonline.com/archives/2008/04/22/usability-tests-on-apple-iphone/</link>
		<comments>http://muthuonline.com/archives/2008/04/22/usability-tests-on-apple-iphone/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:57:12 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>User Centered Design</category>
	<category>eXperience Design</category>
	<category>Usability</category>
	<category>Mobile Phones</category>
	<category>Apple iPhone Tricks,Bugs,Hacks</category>
		<guid>http://muthuonline.com/archives/2008/04/22/usability-tests-on-apple-iphone/</guid>
		<description><![CDATA[	Here&#8217;s the executive summary of  usability test findings conducted on 3 next-generation smartphones: the Nokia N95, the HTC touch, and the Apple iPhone.
	Users with no smartphone experience conducted a series of 8 tasks on each device in order to determine how the devices fared in terms of overall usability. The study also assessed user [...]]]></description>
			<content:encoded><![CDATA[	<p>Here&#8217;s the <a href="http://www.perceptivesciences.com/press/synopsis.php">executive summary of  usability test findings</a> conducted on 3 next-generation smartphones: the Nokia N95, the HTC touch, and the Apple iPhone.</p>
	<p><strong>Users</strong> with no smartphone experience conducted a series of 8 tasks on each device in order to determine how the devices fared in terms of overall usability. The study also assessed user perceptions of the devices in terms of ease of use, quality, pleasure-to-use, complexity of function-set, appropriateness for business use, and personal purchase preference.</p>
	<p><strong>Main Findings:</strong><br />
<img align="right"  hspace="5" src="http://www.computerworld.com/common/images/article/phone_comparison/phone_pics_2.jpg" alt="" />• Participants completed more tasks successfully using the iPhone than they did using either the HTC Touch or the Nokia N95.<br />
• Participants successfully completed tasks twice as fast (on average) on the iPhone as they did on the HTC Touch or Nokia N95.<br />
• Participants were more interested in purchasing the iPhone for themselves, although the HTC Touch and iPhone were both selected as being appropriate for business users. Users perceived the iPhone to be more complex than the Nokia N95 in terms of the number of features and functions offered.<br />
• In addition to user testing, our cognitive psychologists conducted a heuristic review based on a qualitative scoring of each device along five dimensions (global navigation, usability/information architecture, ergonomics, look-and-feel, and breadth of functionality). The iPhone scored higher on the expert review than both the HTC Touch and Nokia N95.</p>
	<p><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9037858&#038;pageNumber=1"><br />
 iPhone did seem to live up to its hype.</a></p>
	<p>Feature comparison <a href="http://www.gsmarena.com/compare.php3?idPhone2=2088&#038;idPhone1=1827">Apple iPhone vs Nokia N95</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/22/usability-tests-on-apple-iphone/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Using ethnography  to design for BOP</title>
		<link>http://muthuonline.com/archives/2008/04/21/using-ethnography-to-design-for-bop/</link>
		<comments>http://muthuonline.com/archives/2008/04/21/using-ethnography-to-design-for-bop/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 02:12:41 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>User Centered Design</category>
	<category>eXperience Design</category>
	<category>Mobile Phones</category>
		<guid>http://muthuonline.com/archives/2008/04/21/using-ethnography-to-design-for-bop/</guid>
		<description><![CDATA[	Interesting read, on how Nokia used ethnography to design for BOP among other stuff like using ethnographers as user emissaries instead of brand emissaries. 
	&#8220;&#8221;This sort of on-the-ground intelligence-gathering is central to what’s known as human-centered design, a business-world niche that has become especially important to ultracompetitive high-tech companies trying to figure out how to [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://blog.valerieromley.com/2008/04/ethnography-and-bop.html">Interesting read</a>, on how Nokia used ethnography to design for BOP among other stuff like using ethnographers as user emissaries instead of brand emissaries. </p>
	<blockquote><p>&#8220;&#8221;This sort of on-the-ground intelligence-gathering is central to what’s known as human-centered design, a business-world niche that has become especially important to ultracompetitive high-tech companies trying to figure out how to write software, design laptops or build cellphones that people find useful and unintimidating and will thus spend money on. </p>
	<p>Several companies, including Intel, Motorola and Microsoft, employ trained anthropologists to study potential customers, while Nokia’s researchers, including Chipchase, more often have degrees in design. </p>
	<p>Rather than sending someone like Chipchase to Vietnam or India as an emissary for the company — loaded with products and pitch lines, as a marketer might be — the idea is to reverse it, to have Chipchase, a patently good listener, act as an emissary for people like the barber or the shoe-shop owner’s wife, enlightening the company through written reports and PowerPoint presentations on how they live and what they’re likely to need from a cellphone, allowing that to inform its design.</p></blockquote>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/21/using-ethnography-to-design-for-bop/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>How to attach &#038; email multiple photos contextually on iPhone</title>
		<link>http://muthuonline.com/archives/2008/04/18/how-to-attach-email-multiple-photos-contextually-on-iphone/</link>
		<comments>http://muthuonline.com/archives/2008/04/18/how-to-attach-email-multiple-photos-contextually-on-iphone/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 04:14:42 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Apple iPhone Tricks,Bugs,Hacks</category>
		<guid>http://muthuonline.com/archives/2008/04/18/how-to-attach-email-multiple-photos-contextually-on-iphone/</guid>
		<description><![CDATA[	Looks like this aint possible, without jumping to an e-mail client. Grrrr&#8230;.

]]></description>
			<content:encoded><![CDATA[	<p>Looks like this aint possible, without jumping to an e-mail client. Grrrr&#8230;.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/18/how-to-attach-email-multiple-photos-contextually-on-iphone/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Cool iPhone Apps</title>
		<link>http://muthuonline.com/archives/2008/04/17/cool-iphone-apps/</link>
		<comments>http://muthuonline.com/archives/2008/04/17/cool-iphone-apps/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:01:05 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Bangalore</category>
	<category>Apple iPhone Tricks,Bugs,Hacks</category>
		<guid>http://muthuonline.com/archives/2008/04/17/cool-iphone-apps/</guid>
		<description><![CDATA[	Fring : Voip on iPhone
	


	To be updated&#8230;

]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.fring.com/"><strong>Fring</strong></a> : Voip on iPhone</p>
	<p><object width="425" height="355"><br />
<param name="movie" value="http://www.youtube.com/v/tESDbzu4X3I&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/tESDbzu4X3I&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
	<p>To be updated&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/17/cool-iphone-apps/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>handheld.photo.eXperience</title>
		<link>http://muthuonline.com/archives/2008/04/17/optimal-display-sizes-lead-to-better-mobile-phone-experiences/</link>
		<comments>http://muthuonline.com/archives/2008/04/17/optimal-display-sizes-lead-to-better-mobile-phone-experiences/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 07:43:06 +0000</pubDate>
		<dc:creator>Muthu</dc:creator>
		
	<category>Voice of the User - VOU</category>
	<category>eXperience Design</category>
	<category>Mobile Phones</category>
	<category>Gadget Design</category>
		<guid>http://muthuonline.com/archives/2008/04/17/optimal-display-sizes-lead-to-better-mobile-phone-experiences/</guid>
		<description><![CDATA[	.Photo.eXperience { resolution: 2MPx; display: 3.5&#8243;; device: apple iPhone; mode: fullscreen; interaction: touchscreen;  sensor : autorotate} 
	>
	.Photo.eXperience { resolution: 7.2MPx; display:  2.5&#8243;; device: sony w 55; interaction: hard keys;} 
]]></description>
			<content:encoded><![CDATA[	<p>.Photo.eXperience { resolution: 2MPx; display: 3.5&#8243;; device: apple iPhone; mode: fullscreen; interaction: touchscreen;  sensor : autorotate} </p>
	<p><strong>></strong></p>
	<p>.Photo.eXperience { resolution: 7.2MPx; display:  2.5&#8243;; device: sony w 55; interaction: hard keys;} </p>
]]></content:encoded>
			<wfw:commentRSS>http://muthuonline.com/archives/2008/04/17/optimal-display-sizes-lead-to-better-mobile-phone-experiences/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
