<?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 for Wenbo</title>
	<atom:link href="http://www.wenbowang.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wenbowang.com</link>
	<description>User Experience and Product Management</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:23:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Recipe Design by Wenbo</title>
		<link>http://www.wenbowang.com/2010/03/recipe-design/comment-page-1/#comment-15</link>
		<dc:creator>Wenbo</dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://wenbowang.com/?p=159#comment-15</guid>
		<description>WoW this is a really helpful link! Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>WoW this is a really helpful link! Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe Design by Mathew Sanders</title>
		<link>http://www.wenbowang.com/2010/03/recipe-design/comment-page-1/#comment-14</link>
		<dc:creator>Mathew Sanders</dc:creator>
		<pubDate>Thu, 19 Aug 2010 05:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://wenbowang.com/?p=159#comment-14</guid>
		<description>You should check out &quot;Cooking for Engineers&quot; -- they&#039;ve adapted a similar grid approach to communicating the ingredients and the method: 

e.g. 
http://www.cookingforengineers.com/recipe/104/Kelloggs-Rice-Krispies-Treats</description>
		<content:encoded><![CDATA[<p>You should check out &#8220;Cooking for Engineers&#8221; &#8212; they&#8217;ve adapted a similar grid approach to communicating the ingredients and the method: </p>
<p>e.g.<br />
<a href="http://www.cookingforengineers.com/recipe/104/Kelloggs-Rice-Krispies-Treats" rel="nofollow">http://www.cookingforengineers.com/recipe/104/Kelloggs-Rice-Krispies-Treats</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to remind users not to quit before registration finishes by playfish</title>
		<link>http://www.wenbowang.com/2009/07/how-to-remind-users-not-to-quit-before-registration-finishes/comment-page-1/#comment-2</link>
		<dc:creator>playfish</dc:creator>
		<pubDate>Sat, 20 Mar 2010 22:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=11#comment-2</guid>
		<description>i was beginning to suppose i could possibly end up being the only student whom thought about this, at the least at this point i recognize i&#039;m not crazy :) i&#039;ll make it a point to have a look at a number of other threads after i get a little caffeine in me, it really is complicated to read without having my coffee, I was unbelivably late last night practicing facebook poker and after getting my fill with a few ales i wound up burning off all my facebook poker chips cheers :)</description>
		<content:encoded><![CDATA[<p>i was beginning to suppose i could possibly end up being the only student whom thought about this, at the least at this point i recognize i&#8217;m not crazy <img src='http://www.wenbowang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i&#8217;ll make it a point to have a look at a number of other threads after i get a little caffeine in me, it really is complicated to read without having my coffee, I was unbelivably late last night practicing facebook poker and after getting my fill with a few ales i wound up burning off all my facebook poker chips cheers <img src='http://www.wenbowang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vertical text rotation with css by wenbo</title>
		<link>http://www.wenbowang.com/2009/10/vertical-text-rotation-with-css/comment-page-1/#comment-7</link>
		<dc:creator>wenbo</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=63#comment-7</guid>
		<description>Thanks for reading. I made a sample file and it passed testing in firefox 3 latest version &amp; safari. Try it out.

&lt;html&gt;
&lt;p&gt;&lt;head&gt;&lt;br /&gt;
  &lt;title&gt;test vertical css&lt;/title&gt;&lt;br /&gt;
  &lt;style&gt;&lt;br /&gt;
  .v&lt;br /&gt;
  {&lt;br /&gt;
font-size:100px;&lt;/p&gt;
&lt;p&gt;-webkit-transform: rotate(-90deg);&lt;br /&gt;
  -moz-transform: rotate(-90deg);&lt;br /&gt;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);&lt;br /&gt;
  }&lt;br /&gt;
  &lt;/style&gt;&lt;br /&gt;
  &lt;/head&gt;&lt;/p&gt;
&lt;p&gt;&lt;body&gt;&lt;/p&gt;
&lt;p&gt;&lt;p class=&quot;v&quot;&gt;&lt;br /&gt;
  1231231231231&lt;br /&gt;
  &lt;/p&gt;&lt;br /&gt;
  &lt;/body&gt;&lt;br /&gt;
  &lt;/html&gt;&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for reading. I made a sample file and it passed testing in firefox 3 latest version &#038; safari. Try it out.</p>
<p>&lt;html&gt;</p>
<p>&lt;head&gt;<br />
  &lt;title&gt;test vertical css&lt;/title&gt;<br />
  &lt;style&gt;<br />
  .v<br />
  {<br />
font-size:100px;</p>
<p>-webkit-transform: rotate(-90deg);<br />
  -moz-transform: rotate(-90deg);<br />
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);<br />
  }<br />
  &lt;/style&gt;<br />
  &lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;p class=&quot;v&quot;&gt;<br />
  1231231231231<br />
  &lt;/p&gt;<br />
  &lt;/body&gt;<br />
  &lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vertical text rotation with css by dream</title>
		<link>http://www.wenbowang.com/2009/10/vertical-text-rotation-with-css/comment-page-1/#comment-6</link>
		<dc:creator>dream</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=63#comment-6</guid>
		<description>Thanks for your post. It is really helpful.

However it is not working in Mozilla 3.0 version. COuld you please let me know whats the workqaround for this to work in mozilla 3.0 and safari 2.0.

Thanks again for your help.</description>
		<content:encoded><![CDATA[<p>Thanks for your post. It is really helpful.</p>
<p>However it is not working in Mozilla 3.0 version. COuld you please let me know whats the workqaround for this to work in mozilla 3.0 and safari 2.0.</p>
<p>Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fun and usability by yy</title>
		<link>http://www.wenbowang.com/2009/10/fun-and-usability/comment-page-1/#comment-3</link>
		<dc:creator>yy</dc:creator>
		<pubDate>Tue, 22 Dec 2009 00:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=58#comment-3</guid>
		<description>interesting</description>
		<content:encoded><![CDATA[<p>interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone in Mainland China by iphone in Korea &#171; Wenbo Design</title>
		<link>http://www.wenbowang.com/2009/12/iphone-in-mainland-china/comment-page-1/#comment-11</link>
		<dc:creator>iphone in Korea &#171; Wenbo Design</dc:creator>
		<pubDate>Mon, 21 Dec 2009 07:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=127#comment-11</guid>
		<description>[...] Resume            &#171; iPhone in Mainland China [...]</description>
		<content:encoded><![CDATA[<p>[...] Resume            &laquo; iPhone in Mainland China [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vertical text rotation with css by wenbo</title>
		<link>http://www.wenbowang.com/2009/10/vertical-text-rotation-with-css/comment-page-1/#comment-5</link>
		<dc:creator>wenbo</dc:creator>
		<pubDate>Mon, 14 Dec 2009 05:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=63#comment-5</guid>
		<description>very glad it can be of use to you. :-)</description>
		<content:encoded><![CDATA[<p>very glad it can be of use to you. <img src='http://www.wenbowang.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vertical text rotation with css by Vandereij</title>
		<link>http://www.wenbowang.com/2009/10/vertical-text-rotation-with-css/comment-page-1/#comment-4</link>
		<dc:creator>Vandereij</dc:creator>
		<pubDate>Tue, 08 Dec 2009 17:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=63#comment-4</guid>
		<description>Yes, mate!

You saved my life. This was the only good answer I found and It worked!
Thanks</description>
		<content:encoded><![CDATA[<p>Yes, mate!</p>
<p>You saved my life. This was the only good answer I found and It worked!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A more usable subtle alert by wenbo</title>
		<link>http://www.wenbowang.com/2009/10/a-more-usable-subtle-alert/comment-page-1/#comment-10</link>
		<dc:creator>wenbo</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://wenboixd.com/?p=74#comment-10</guid>
		<description>Thanks for the reply. Yes, color blindness is an important concern, according to stats, more than 10% of the total population suffers from certain types of color-blindness. Great point.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. Yes, color blindness is an important concern, according to stats, more than 10% of the total population suffers from certain types of color-blindness. Great point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
