<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>I am Tony ZHOU</title>
	<link>http://www.iamtonyzhou.com</link>
	<description>Welcome, just another weblog!</description>
	<lastBuildDate>Thu, 04 Aug 2011 15:19:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>5 Whys Quickly Getting to the Root of a Problem</title>
		<description><![CDATA[The 5 Whys is a simple problem-solving technique that helps users to get to the root of the problem quickly. Made popular in the 1970s by the Toyota Production System, the 5 Whys strategy involves looking at any problem and asking: &#8220;Why?&#8221; and &#8220;What caused this problem?&#8221; Following is an example of the 5 Whys [...]]]></description>
		<link>http://www.iamtonyzhou.com/others/5-whys-quickly-getting-to-the-root-of-a-problem-2/</link>
			</item>
	<item>
		<title>Mirror drivers don&#8217;t support Aero effects</title>
		<description><![CDATA[I finally found it’s due to the remote desktop application “LogMeIn”. It installed another display adapter driver on my computer. Disable it, and everything will be OK.]]></description>
		<link>http://www.iamtonyzhou.com/others/mirror-drivers-dont-support-aero-effects/</link>
			</item>
	<item>
		<title>Disable Annoying System Restart Notification after Windows Automatic Updates</title>
		<description><![CDATA[Run command in command window: net stop wuauserv]]></description>
		<link>http://www.iamtonyzhou.com/others/disable-annoying-system-restart-notification-after-windows-automatic-updates/</link>
			</item>
	<item>
		<title>ILLEGAL ATTEMPT TO ASSOCIATE A COLLECTION WITH TWO OPEN SESSIONS</title>
		<description><![CDATA[ILLEGAL ATTEMPT TO ASSOCIATE A COLLECTION WITH TWO OPEN SESSIONS in nHibernate. Session.Evict(object o) can make the object detached, which can solve this problem.]]></description>
		<link>http://www.iamtonyzhou.com/others/illegal-attempt-to-associate-a-collection-with-two-open-sessions/</link>
			</item>
	<item>
		<title>TooManyRowsAffectedException of nHibernate</title>
		<description><![CDATA[This problem will happen if you use trigger in one table. Set NOCOUNT ON in trigger will solve the problem,]]></description>
		<link>http://www.iamtonyzhou.com/others/toomanyrowsaffectedexception-of-nhibernate/</link>
			</item>
	<item>
		<title>&quot;waitforcatalog&quot; error on live mesh installation</title>
		<description><![CDATA[The way to solve this problem is to clear all proxy setting in your IE, sorry for the Chinese version, but I’m sure that you know how to arrive this window. Perhaps MS will solve it in the future. You can also refer to this link http://www.liveside.net/2010/06/25/essentials-installer-waitforcatalog-error-workaround/]]></description>
		<link>http://www.iamtonyzhou.com/others/waitforcatalog-error-on-live-mesh-installation/</link>
			</item>
	<item>
		<title>Four ways to Create Linq</title>
		<description><![CDATA[1, The first way, most common one. You will not see any Func&#60;&#62; delegation. class Program &#160;&#160;&#160; { &#160;&#160;&#160;&#160;&#160;&#160;&#160; static void Main(string[] args) &#160;&#160;&#160;&#160;&#160;&#160;&#160; { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; string[] videoGames = { &#34;Halo3&#34;, &#34;StarCraft2&#34;, &#34;Kinect Sports&#34;, &#34;Tomb Raider&#34;, &#34;Final Fantasy&#34;, &#34;Devil May Cry&#34;, &#34;Call of Duty&#34; }; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var subset = from g in videoGames where g.Length [...]]]></description>
		<link>http://www.iamtonyzhou.com/asp-net/several-ways-to-create-linq/</link>
			</item>
	<item>
		<title>Refactoring Diary 1</title>
		<description><![CDATA[There is no unanimous consensus yet on what constitutes a sound developing methodology. However, it is arguable that fine development has five common characteristics: SRP, COP LSP, DIP, ISP. But that’s far from enough, any book talking software design contains these five principles in the first chapter and seems explain it very well. In addition, [...]]]></description>
		<link>http://www.iamtonyzhou.com/asp-net/refactoring-diary-1/</link>
			</item>
	<item>
		<title>jQuery plugin, hint tools</title>
		<description><![CDATA[&#160; Implement a hint tools to show kind message. It has potential to be improved more powerful, but currently I believe it works well to deal with my requirements. Demo: http://www.iamtonyzhou.com/demos/jhint.sample/HTMLPage1.htm Download: http://www.iamtonyzhou.com/UploadFiles/JHint.Sample.zip The picture resources are from http://net.tutsplus.com/tutorials/javascript-ajax/build-a-better-tooltip-with-jquery-awesomeness/ I’m still finding my own background picture, tough job.:(]]></description>
		<link>http://www.iamtonyzhou.com/javascript/jquery-plugin-hint-tools/</link>
			</item>
	<item>
		<title>An excellent mockup tool &#8212; Balsamiq</title>
		<description><![CDATA[Balsamiq is a mockup tool which can enable you Create software mockups in minutes. Today, I need to provide a UI prototype to my client. At the beginning, I preferred to use Visio, but suddently I realized, depends on my former experience, it may not be a quick and decent way to draw a web [...]]]></description>
		<link>http://www.iamtonyzhou.com/others/an-excellent-mockup-tool-balsamiq/</link>
			</item>
</channel>
</rss>

