<?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>芳草苑 &#187; microsoft</title>
	<atom:link href="http://blog.goods-pro.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goods-pro.com</link>
	<description>草的家园，花在哪里？</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:24:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>xls is the best data import format for phpmyadmin</title>
		<link>http://blog.goods-pro.com/1853/xls-is-the-best-data-import-format-for-phpmyadmin/</link>
		<comments>http://blog.goods-pro.com/1853/xls-is-the-best-data-import-format-for-phpmyadmin/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 22:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1853</guid>
		<description><![CDATA[尽管我挺不愿意看到这个结果，但事实是 xls (Excel 97-2003 XLS Workbook) 是在 phpmyadmin 中导入大量数据的最佳选择。xls 优于 csv 和 ods (Open Document Spreadsheet) 格式，尤其是在行数据差异比较大时（比如有 empty cell）。
尽管我用 Open Office Calc 生成原始数据，但保存为 Open Office 嫡出的 ods 格式再导入时，数据变得参差不齐。我正绝望时，试着保存为 xls 格式再导入，一切 OK。
回想 microsoft 所出的各种应用程序，确实有它强大的地方，至少有一点无人能及——在各应用程序间流畅地拷贝、粘贴。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1853/xls-is-the-best-data-import-format-for-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail now open for POP3</title>
		<link>http://blog.goods-pro.com/1412/hotmail-now-open-for-pop3/</link>
		<comments>http://blog.goods-pro.com/1412/hotmail-now-open-for-pop3/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 15:49:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google mail]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1412</guid>
		<description><![CDATA[微软被人诟病得比较多的地方，一是卖得贵，二是不开放。我觉得卖什么价是微软的事情，只要它觉得有市场，谋求利润最大化不该受到指责；但我深恶痛绝不开放的行为。
用户在选择一个产品前，不会了解这个产品的所有功能和限制。只有在使用产品的过程中，不停地发掘它的功能也了解到它的限制。如果发掘了一项功能是意料之外的，那就是惊喜，如果了解到一项限制是卖方强加的（不是因为成本高昂或技术不成熟），那就是不给用户自由——希望用“不开放”去限制用户不去选择竞争对手的产品？那是不可能的。我更甚之，如果哪个卖方敢这样干，我立马改投它竞争对手的环抱。
所以，我说 Google mail 比 Hotmail 好，主要是因为 Google 远比微软开放。
今天发现，有人博文说 Hotmail 支持 POP3 了。很久没用 Hotmail 了，我也不晓得它什么时候开始支持 POP3。我赶紧试了一下，果然，Google mail 里很轻松地把 Hotmail 帐号添加了进来，而且 Google mail 一见到是 Hotmail 帐号，直接把参数给设置好了。
看来微软也在进步，不过是不是太迟了点？我从不用 Hotmail 作邮箱 (only as IM)，不过还是很高兴看到它支持了开放协议。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1412/hotmail-now-open-for-pop3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to mdb under Linux</title>
		<link>http://blog.goods-pro.com/1234/connect-to-mdb-under-linux/</link>
		<comments>http://blog.goods-pro.com/1234/connect-to-mdb-under-linux/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:28:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1234</guid>
		<description><![CDATA[虽然没有实际意义，只想挑战一下自己，在 centos 下尝试连接 Access 数据库。装好了 unixodbc (原先就在 centos 里，可能是默认被安装的) 和 mdbtools、mdbtools-odbc，搞定了一切设置，可就是出不来。
我是用 php odbc_connect 去连接 ActinicCatalog.mdb，页面一片空白，连个错误提示也没有，刚开始我还以为 web server 出问题。折腾了好久，最后，自己新建了一个很简单的 mdb 文件，终于在页面上显示出来了。
总结经验，centos 连接 mdb 需要关闭 selinux，然后，如果页面空白（连跟数据库无关的内容也不显示）不要怪自己，要么怪 mdb 里的结构太复杂，要么怪 mdbtools 能力太弱，读不出来。
大概只有微软自己知道怎么连接 mdb，第三方是不可能完全读懂它的了。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1234/connect-to-mdb-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open an mdb exclusively opened by others</title>
		<link>http://blog.goods-pro.com/1010/how-to-open-an-mdb-exclusively-opened-by-others/</link>
		<comments>http://blog.goods-pro.com/1010/how-to-open-an-mdb-exclusively-opened-by-others/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 23:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[actinic]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1010</guid>
		<description><![CDATA[Do not be over excited &#8211; my solution is not about how to open an mdb which is truly exclusively opened by others, but to cope with the situation when you can not open the mdb over the network.
For example, from time to time, Actinic crashes. And sometimes after crash, you see this message:
There was [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1010/how-to-open-an-mdb-exclusively-opened-by-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Format date in merge field</title>
		<link>http://blog.goods-pro.com/730/format-date-in-merge-field/</link>
		<comments>http://blog.goods-pro.com/730/format-date-in-merge-field/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 00:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=730</guid>
		<description><![CDATA[Formating date correctly is one of the troublesome work in all computer languages because remembering how to format is difficult.
In Microsoft Word, the formatting process is -

Press Alt+F9 to show the merge field code
Add the format string to {MERGEFIELD mydate }
The code looks like {MERGEFIELD mydate \@ &#8220;dd/MM/yyyy&#8221; }

]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/730/format-date-in-merge-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to chm file error of navigation cancelled or invalid address</title>
		<link>http://blog.goods-pro.com/704/solution-to-chm-file-error-of-navigation-cancelled-or-invalid-address/</link>
		<comments>http://blog.goods-pro.com/704/solution-to-chm-file-error-of-navigation-cancelled-or-invalid-address/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 00:09:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=704</guid>
		<description><![CDATA[最近我又对 plobe 起了兴趣，找来了一个说明文档竟然是 chm 格式。我这里用了“竟然”，因为 plobe 不是微软的技术，文档编写者却用了微软的 html help。用了微软 html help 也罢了，可它竟然打开后读不了。提示信息是：已取消到该网页的导航，或无效地址。
我试了很多办法，但都不切中要害：

修改区域和语言为中国和中文
注册文件关联
regsvr32 某些控件
从微软网站下载 hhupd.exe 来安装
降低 IE 安全级别

结果我的电脑搞得一团糟，还是没解决问题。Google 了好久（google 这回不聪明了，把好的答案藏起来了）最后解决问题的方法是：
在 CHM 文档上右键查看属性 -&#62; 常规 -&#62; 在下面有一个和属性相邻的安全：此文件来自其他计算机，可能被阻止以帮助保护该计算机。 右边有一个解除锁定的按钮。
单击一下 解除锁定 -&#62; 应用 就可以了！
BTW, I found this chm file is not worth opening and reading at all. Does it imply whoever compiles documentation in chm for a non-microsoft technology [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/704/solution-to-chm-file-error-of-navigation-cancelled-or-invalid-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get rid of annoying Windows Live ID popup</title>
		<link>http://blog.goods-pro.com/614/how-to-get-rid-of-annoying-windows-live-id-popup/</link>
		<comments>http://blog.goods-pro.com/614/how-to-get-rid-of-annoying-windows-live-id-popup/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 22:55:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=614</guid>
		<description><![CDATA[不知 Windows update 在我计算机上改了什么，最近发现浏览某些目录时，会跳出烦人的&#8221;Sign in With Windows Live ID&#8221;窗口。我 google 了一下，此症状的起因不明，但解决办法还是有的，在网上邻居或者 Documents and Settings/(username)/NetHood 里删掉 My website on MSN 就可以了。
Microsoft 因为审视一下这个问题了，这个&#8221;Sign in With Windows Live ID&#8221;弹出窗口的手法跟冒牌杀毒软件的病毒何其相似。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/614/how-to-get-rid-of-annoying-windows-live-id-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoftware is getting less usable</title>
		<link>http://blog.goods-pro.com/534/microsoftware-is-getting-less-usable/</link>
		<comments>http://blog.goods-pro.com/534/microsoftware-is-getting-less-usable/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 12:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂草]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=534</guid>
		<description><![CDATA[今天要不是为了和msn上的联系人通话，我也不会去安装msn messenger。The process of installing msn messenger turned out very frustrating.
It did not take me to Msn messenger download page straightly. Only after 5 clicks then could I find the link of download. However, because I was in a hurry, I clicked the link before I read it carefully. Only after I installed it, I [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/534/microsoftware-is-getting-less-usable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我们放弃了微软，还是微软放弃了我们</title>
		<link>http://blog.goods-pro.com/339/%e6%88%91%e4%bb%ac%e6%94%be%e5%bc%83%e4%ba%86%e5%be%ae%e8%bd%af%ef%bc%8c%e8%bf%98%e6%98%af%e5%be%ae%e8%bd%af%e6%94%be%e5%bc%83%e4%ba%86%e6%88%91%e4%bb%ac/</link>
		<comments>http://blog.goods-pro.com/339/%e6%88%91%e4%bb%ac%e6%94%be%e5%bc%83%e4%ba%86%e5%be%ae%e8%bd%af%ef%bc%8c%e8%bf%98%e6%98%af%e5%be%ae%e8%bd%af%e6%94%be%e5%bc%83%e4%ba%86%e6%88%91%e4%bb%ac/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 19:05:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂草]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=339</guid>
		<description><![CDATA[我们指的是有较高的计算机操作能力，但不是专业的IT从业人员。
微软有很好的产品，比如 Windows （不包括Vista）和 Office 。微软产品好就好在细微之处，比如双击普通文件，如.doc, .xls，打开的是文件本身；双击模板文件，如.dot, .xlt，打开的是模板的空白文档。因为.doc, .xls的默认操作是open，而.dot, .xlt的默认操作是new，要打开模板本身（编辑模板），得右击、从context menu里选择一个非默认操作open。
微软还有很多好的产品，可惜，我们都不熟悉。不知从什么时候开始，在很多应用上，我们想当然地决定不用微软的东西。真的很可惜，其实，平心而论，这是因为我们除了 Windows 和 Office，其他的微软产品都玩不转。
是我们放弃了微软，还是微软放弃了我们？
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/339/%e6%88%91%e4%bb%ac%e6%94%be%e5%bc%83%e4%ba%86%e5%be%ae%e8%bd%af%ef%bc%8c%e8%bf%98%e6%98%af%e5%be%ae%e8%bd%af%e6%94%be%e5%bc%83%e4%ba%86%e6%88%91%e4%bb%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我离微软而去</title>
		<link>http://blog.goods-pro.com/65/%e6%88%91%e7%a6%bb%e5%be%ae%e8%bd%af%e8%80%8c%e5%8e%bb/</link>
		<comments>http://blog.goods-pro.com/65/%e6%88%91%e7%a6%bb%e5%be%ae%e8%bd%af%e8%80%8c%e5%8e%bb/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 20:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂草]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/65/%e5%be%ae%e8%bd%af%e7%9a%84%e5%b8%82%e5%9c%ba%e5%8f%88%e7%bc%a9%e6%b0%b4%e4%ba%86/</guid>
		<description><![CDATA[曾几何时，我是那么地崇拜Microsoft，崇拜Bill Gates，崇拜Windows, Office, Exchange，崇拜Desktop 1000/2000/4000/8000&#8230;
现在，Windows仍然每天用，MS Office也是我用得最熟练的Office软件，vba我虽不精通，但编几个小function满足一下所谓的办公自动化的要求还是可以的。但是，考虑到将来，我今天正式作出一个痛苦的决定，不再投资时间在vba上，不再钻研Microsoft其他高深的产品，比如Microsoft Dynamics, SBS, SitePoint, etc.
省下来的时间我要全面拥抱微软产品的替代方案。对于像我这样已经被微软洗过脑的人，可能要花较长的时间来熟悉其它产品的设计思维，那就从现在开始吧。我想从最近的一个项目入手，用OpenOffice Basic替代以前的VBA，但今天玩了一整天的OpenOffice Basic， 连个对话框也没搞出来，万事开头难啊。
可能有些人早认为微软不是以后的主流，但我还没有100%确信这一点，现在退出我心里也忐忑，有点像赌博。我希望我的选择顺应了一种趋势， 我希望微软少了我就不行了，呵呵。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/65/%e6%88%91%e7%a6%bb%e5%be%ae%e8%bd%af%e8%80%8c%e5%8e%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
