<?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>I&#039;mISV &#187; 用户体验</title>
	<atom:link href="http://www.imisv.com/tag/ue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imisv.com</link>
	<description>Micro ISV 的生活和工作记录</description>
	<lastBuildDate>Wed, 01 Dec 2010 18:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Windows Phone 7 UE</title>
		<link>http://www.imisv.com/2010/02/the-windows-phone-7-ue/</link>
		<comments>http://www.imisv.com/2010/02/the-windows-phone-7-ue/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:10:16 +0000</pubDate>
		<dc:creator>R</dc:creator>
				<category><![CDATA[微型独立软件开发商]]></category>
		<category><![CDATA[用户体验]]></category>

		<guid isPermaLink="false">http://www.imisv.com/2010/02/the-windows-phone-7-ue/</guid>
		<description><![CDATA[http://www.lukew.com/ff/entry.asp?791 http://www.lukew.com/ff/entry.asp?1003 Find some thoughts on Windows Phone 7 NUI from these two blog entries. One thing here I want highlight is : NUI: objects (intuition) –contextual, fast few, unmediated]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lukew.com/ff/entry.asp?791">http://www.lukew.com/ff/entry.asp?791</a></p>
<p><a href="http://www.lukew.com/ff/entry.asp?1003">http://www.lukew.com/ff/entry.asp?1003</a></p>
<p>Find some thoughts on Windows Phone 7 NUI from these two blog entries.</p>
<p>One thing here I want highlight is :</p>
<blockquote><p>NUI: objects (intuition) –contextual, fast few, unmediated</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.imisv.com/2010/02/the-windows-phone-7-ue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interns Create Google Pinyin?</title>
		<link>http://www.imisv.com/2009/06/interns-create-google-pinyin/</link>
		<comments>http://www.imisv.com/2009/06/interns-create-google-pinyin/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 03:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[思考]]></category>
		<category><![CDATA[用户体验]]></category>

		<guid isPermaLink="false">http://www.imisv.com/2009/06/interns-create-google-pinyin/</guid>
		<description><![CDATA[最近下载了Google新发布的Google拼音输入法2.0版本。在安装Google拼音输入法2.0版本时遇到了问题：双击安装文件时得到错误提示“需要管理员权限才能安装”。 我在公司的计算机上使用分配给我的Windows域帐户登录，当然这个域帐户是在计算机本地管理员组当中的，也就是说具备管理员权限。虽然看不到Google Pinyin的源码，但也可以大概猜到安装程序在判断运行程序的帐户权限时不能正确得判断域帐户在本地机器上的权限，无法正确地在使用域帐户的情况下安装。 下面是一些同样的问题报告： http://www.google.com/support/forum/p/pinyin/thread?tid=1062bb3d6b2bcacf&#38;hl=zh-CN http://www.google.com/support/forum/p/pinyin/thread?tid=4eee1bdaf4987072&#38;hl=zh-CN 解决方法也不难，用本地管理员帐户Run as，或者直接登录本地管理员帐户再运行安装程序。但是有一点需要注意，Google Pinyin在安装完成后可能需要重启计算机，重启后必须再使用本地管理员帐户登录，好让Google Pinyin完成一些必须的配置工作，这样才能完成安装。 企业中的Windows环境通常会使用Active Directory，不过看来Google中国没有用（他们应该都用的是Linux？）。这个安装程序的问题应该非常容易被捕捉到，而Google China的开发团队将包含该问题的安装程序发布，可见其质量控制水准之业余。不知其开发团队中一个正式工带几打实习生，一个测试人员服侍多少开发人员。 联想到当初的偷词库乌龙(http://tech.163.com/07/0408/19/3BJ2ABN4000915BF.html)，也许我们只能说：恶都是实习生做的。 &#160; Google China released latest 2.0 version of Google Pinyin, a Chinese input method for Windows. A bug in setup file preventing users install it using &#8230; <a href="http://www.imisv.com/2009/06/interns-create-google-pinyin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>最近下载了Google新发布的Google拼音输入法2.0版本。在安装Google拼音输入法2.0版本时遇到了问题：双击安装文件时得到错误提示“需要管理员权限才能安装”。</p>
<p>我在公司的计算机上使用分配给我的Windows域帐户登录，当然这个域帐户是在计算机本地管理员组当中的，也就是说具备管理员权限。虽然看不到Google Pinyin的源码，但也可以大概猜到安装程序在判断运行程序的帐户权限时不能正确得判断域帐户在本地机器上的权限，无法正确地在使用域帐户的情况下安装。</p>
<p>下面是一些同样的问题报告：</p>
<p><a title="http://www.google.com/support/forum/p/pinyin/thread?tid=1062bb3d6b2bcacf&amp;hl=zh-CN" href="http://www.google.com/support/forum/p/pinyin/thread?tid=1062bb3d6b2bcacf&amp;hl=zh-CN">http://www.google.com/support/forum/p/pinyin/thread?tid=1062bb3d6b2bcacf&amp;hl=zh-CN</a></p>
<p><a title="http://www.google.com/support/forum/p/pinyin/thread?tid=4eee1bdaf4987072&amp;hl=zh-CN" href="http://www.google.com/support/forum/p/pinyin/thread?tid=4eee1bdaf4987072&amp;hl=zh-CN">http://www.google.com/support/forum/p/pinyin/thread?tid=4eee1bdaf4987072&amp;hl=zh-CN</a></p>
<p>解决方法也不难，用本地管理员帐户Run as，或者直接登录本地管理员帐户再运行安装程序。但是有一点需要注意，Google Pinyin在安装完成后可能需要重启计算机，重启后必须再使用本地管理员帐户登录，好让Google Pinyin完成一些必须的配置工作，这样才能完成安装。</p>
<p>企业中的Windows环境通常会使用Active Directory，不过看来Google中国没有用（他们应该都用的是Linux？）。这个安装程序的问题应该非常容易被捕捉到，而Google China的开发团队将包含该问题的安装程序发布，可见其质量控制水准之业余。不知其开发团队中一个正式工带几打实习生，一个测试人员服侍多少开发人员。</p>
<p>联想到当初的偷词库乌龙(<a title="http://tech.163.com/07/0408/19/3BJ2ABN4000915BF.html" href="http://tech.163.com/07/0408/19/3BJ2ABN4000915BF.html">http://tech.163.com/07/0408/19/3BJ2ABN4000915BF.html</a>)，也许我们只能说：恶都是实习生做的。</p>
<p>&#160;</p>
<p>Google China released latest 2.0 version of Google Pinyin, a Chinese input method for Windows. A bug in setup file preventing users install it using a Windows domain account, the setup file reports &#8216;Need Administrator Privilege to install&#8217; even the domain account is in local administrator group.</p>
<p>The only way to bypass this bug is to install the application with a local administrator account, as it was designed and tested before released to public.</p>
<p>This defect reflects that Google Pinyin development team is not a mature or professional team. The QA process is poor and developers may lack of common concepts of Windows Platform.</p>
<p>Remember the Google Pinyin stole Sogou Pinyin&#8217;s dictionary when it was initially released in 2007?</p>
<p><a title="http://www.pcworld.com/article/130502/google_admits_using_outside_source_for_chinese_app.html" href="http://www.pcworld.com/article/130502/google_admits_using_outside_source_for_chinese_app.html">http://www.pcworld.com/article/130502/google_admits_using_outside_source_for_chinese_app.html</a></p>
<p><a title="http://www.pcworld.com/article/130562/sohu_threatens_to_sue_google.html" href="http://www.pcworld.com/article/130562/sohu_threatens_to_sue_google.html">http://www.pcworld.com/article/130562/sohu_threatens_to_sue_google.html</a></p>
<p>The evils are all from interns?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imisv.com/2009/06/interns-create-google-pinyin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

