﻿<?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>Felix Woo &#187; Windows</title>
	<atom:link href="http://www.felixwoo.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.felixwoo.com</link>
	<description>世界因我存在</description>
	<lastBuildDate>Thu, 10 Nov 2011 11:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PHP的mail函数通过Windows的SMTP发送邮件失败的解决方案</title>
		<link>http://www.felixwoo.com/archives/414</link>
		<comments>http://www.felixwoo.com/archives/414#comments</comments>
		<pubDate>Sun, 15 Feb 2009 14:11:33 +0000</pubDate>
		<dc:creator>Felix</dc:creator>
				<category><![CDATA[开发技术]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.felixwoo.com/?p=414</guid>
		<description><![CDATA[今天调试WordPress的邮件发送功能，总是提示：SMTP server response: 501 5.5.4 Invalid Address。用telnet测试SMTP是没有任何问题的，原因必定在WordPress的php邮件发送类中。轻松Google到了原因：原来Windows的SMTP服务不支持Name&#60;address@domain.com&#62;这样的邮件格式，必须直接写成address@domain.com。于是把WordPress的class-phpmailer.php中的这行 1 $from&#91;0&#93;&#91;1&#93; = $this-&#62;FromName; 注释掉就OK了。]]></description>
			<content:encoded><![CDATA[<p>今天调试WordPress的邮件发送功能，总是提示：SMTP server response: 501 5.5.4 Invalid Address。用telnet测试SMTP是没有任何问题的，原因必定在WordPress的php邮件发送类中。轻松Google到了<a href="http://www.moorlandit.net/index.php/2009/01/php-mail-function-problem-on-windows-server-86" target="_blank">原因</a>：原来Windows的SMTP服务不支持Name&lt;address@domain.com&gt;这样的邮件格式，必须直接写成address@domain.com。于是把WordPress的class-phpmailer.php中的这行</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$from</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">FromName</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>注释掉就OK了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felixwoo.com/archives/414/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP和98系统声音组成的音乐</title>
		<link>http://www.felixwoo.com/archives/253</link>
		<comments>http://www.felixwoo.com/archives/253#comments</comments>
		<pubDate>Mon, 18 Feb 2008 15:40:32 +0000</pubDate>
		<dc:creator>Felix</dc:creator>
				<category><![CDATA[视频播客]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[微软]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[编曲]]></category>
		<category><![CDATA[铃声]]></category>
		<category><![CDATA[音乐]]></category>

		<guid isPermaLink="false">http://219.234.88.162:81/?p=253</guid>
		<description><![CDATA[虽然是小日本做的，不过还是要赞叹一下如此精妙的编曲。 MP3下载地址：http://www.felixwoo.com/download/xp_sounds_attempt.zip 用来做手机铃声是个不错的选择。]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/dsU3B0W3TMs&amp;rel=1" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/dsU3B0W3TMs&amp;rel=1"></embed></object><br />
虽然是小日本做的，不过还是要赞叹一下如此精妙的编曲。<br />
MP3下载地址：<a title="http://www.felixwoo.com/download/xp_sounds_attempt.zip" href="http://www.felixwoo.com/download/xp_sounds_attempt.zip" target="_blank">http://www.felixwoo.com/download/xp_sounds_attempt.zip<br />
</a>用来做手机铃声是个不错的选择。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felixwoo.com/archives/253/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>微软Windows Vista中国发布会归来</title>
		<link>http://www.felixwoo.com/archives/189</link>
		<comments>http://www.felixwoo.com/archives/189#comments</comments>
		<pubDate>Thu, 30 Nov 2006 22:50:43 +0000</pubDate>
		<dc:creator>Felix</dc:creator>
				<category><![CDATA[闲言碎语]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[微软]]></category>

		<guid isPermaLink="false">http://219.234.88.162:81/?p=189</guid>
		<description><![CDATA[今日微软三大核心产品Windows Vista、 Office System 2007和Exchange Server 2007在北京同时发布，这也是微软历史上规模最大的一次产品发布。我有幸参加了此次盛况，见证了这个革命的时刻。 发布会场定在国贸的中国大饭店，一大早我便动身做准备，比上班还积极。我是翻山越岭啊，跋山涉水啊，好不容易才来到了传说中的中国大饭店。 本以为这么盛大的活动，这么有派头的公司肯定会在饭店门口拉满横幅标语，再夹道迎接客人的到来。没想到不仅饭店门口毫无喧嚣，进了大堂连个活动指路牌都没有。让人感到微软公司实在有失水准。坐电梯下到地下一层才发现了微软的招牌，留影纪念。 然后在入口签到并领取资料。 沿着指路牌进入会场 被阵阵锣鼓声吸引进了主会场，这个开场真土... 然后就是几位领导人发表重要讲话 首先就是张亚勤博士，别看他是博士，一说话就能看出是典型的中国农民，那乡土气息赤裸裸的扑面而来。 相比较而言麦肯锡大中华区总裁高安德先生的访谈则更有感染力。在访谈过程中他还送出了一部dopod智能手机... 联想公司的大中国区总裁陈绍鹏则更为大方，竟然送出了一台联想最新型号的预装了Vista的笔记本，估计得到笔记本的那人是个托。 然后就是由微软公司首席运营官凯文特纳(Kevin Turner)进行Vista以及新版Office和Exchange的演示。从他的介绍得知，Vista很多功能都是有微软中国研发的，比如语音识别语音合成等，还现场演示了语音控制与识别，实在是酷，感觉识别率比当年IBM的ViaVoice要高很多。而且还可以通过语音控制鼠标，首先是把屏幕划分成9个区域，朗读其中一个区域的数字后再把该区域继续划分为9个区域，以此划分到最终目标按钮后鼠标就移动到了目的地，呵呵，有意思吧。 上午的最后环节就是产品正式发布了，主会场前方用激光投射了OVE三个字幕，代表了Office、Vista和Exchange，最后前面又投射出一个L，这就是微软送出的LOVE。 下午的活动分为了4个会场，我主要参加的就是跟企业信息化相关的内容。而且看到了仰慕已久的SharePoint专家、微软MVP涂曙光，比照片上要帅一些。 今天的收获还是很丰富的，得到了微软的一件毛衣，一件衬衫，回答问题还得到了两个微软水杯。打算在淘宝上拍卖一个，1元起拍，感兴趣的朋友可以去看看。http://auction1.taobao.com/auction/0/item_detail-0db2-9ea8945ad80b62a6c8eedf06ee544c5e.jhtml 下午的技术讲座一直持续到晚上将近7点，不过仍然感觉意犹未尽。微软新的Vista、Office、Exchange以及SharePoint必将带来革命性的变革。同时，让我想到国内很多做办公自动化(OA)的厂商其实越来越难以生存，很多他们还在视为发展方向的技术在微软其实早就已经实现了，他们怎么能追的上微软的脚步！？试想如果国内的这些软件公司不靠人脉关系和产业内部的自我保护还如何生存？再看看金山的WPS，目前还停留在单机和个人的应用上，而微软的Office则已经完美的实现了各种通讯方式的统一和企业员工无缝的协同工作，金山提供的仅仅是产品，而微软提供的才是真正的解决方案。短短一天的时间，让我不仅感受到了微软新产品所带来的激情，也让我不禁感叹何时才能为中国的软件付出激情。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.felixwoo.com/wp-content/uploads/attachments/200611/30_225309_mslove.jpg" target="_blank"><img src="http://www.felixwoo.com/wp-content/uploads/attachments/200611/30_225309_mslove.jpg" alt="http://www.felixwoo.com/wp-content/uploads/attachments/200611/30_225309_mslove.jpg" /></a><br />
今日微软三大核心产品Windows Vista、 Office System 2007和Exchange Server 2007在北京同时发布，这也是微软历史上规模最大的一次产品发布。我有幸参加了此次盛况，见证了这个革命的时刻。</p>
<p>发布会场定在国贸的中国大饭店，一大早我便动身做准备，比上班还积极。我是翻山越岭啊，跋山涉水啊，好不容易才来到了传说中的中国大饭店。</p>
<p><a href="http://static.flickr.com/99/310296147_87496e7060.jpg" target="_blank"><img src="http://static.flickr.com/99/310296147_87496e7060.jpg" alt="http://static.flickr.com/99/310296147_87496e7060.jpg" /></a></p>
<p>本以为这么盛大的活动，这么有派头的公司肯定会在饭店门口拉满横幅标语，再夹道迎接客人的到来。没想到不仅饭店门口毫无喧嚣，进了大堂连个活动指路牌都没有。让人感到微软公司实在有失水准。坐电梯下到地下一层才发现了微软的招牌，留影纪念。<br />
<a href="http://static.flickr.com/101/310280266_e3ed61069a.jpg" target="_blank"><img src="http://static.flickr.com/101/310280266_e3ed61069a.jpg" alt="http://static.flickr.com/101/310280266_e3ed61069a.jpg" /></a></p>
<p>然后在入口签到并领取资料。<br />
<a href="http://static.flickr.com/116/310279727_f3c939babc.jpg" target="_blank"><img src="http://static.flickr.com/116/310279727_f3c939babc.jpg" alt="http://static.flickr.com/116/310279727_f3c939babc.jpg" /></a></p>
<p>沿着指路牌进入会场<br />
<a href="http://static.flickr.com/122/310279842_93139e4a67.jpg" target="_blank"><img src="http://static.flickr.com/122/310279842_93139e4a67.jpg" alt="http://static.flickr.com/122/310279842_93139e4a67.jpg" /></a></p>
<p>被阵阵锣鼓声吸引进了主会场，这个开场真土...<br />
<a href="http://static.flickr.com/122/310279887_865594960e.jpg" target="_blank"><img src="http://static.flickr.com/122/310279887_865594960e.jpg" alt="http://static.flickr.com/122/310279887_865594960e.jpg" /></a></p>
<p>然后就是几位领导人发表重要讲话<br />
首先就是张亚勤博士，别看他是博士，一说话就能看出是典型的中国农民，那乡土气息赤裸裸的扑面而来。<br />
<a href="http://static.flickr.com/120/310279905_21b8d7911f.jpg" target="_blank"><img src="http://static.flickr.com/120/310279905_21b8d7911f.jpg" alt="http://static.flickr.com/120/310279905_21b8d7911f.jpg" /></a></p>
<p>相比较而言麦肯锡大中华区总裁高安德先生的访谈则更有感染力。在访谈过程中他还送出了一部dopod智能手机...<br />
<a href="http://static.flickr.com/115/310279982_e21d0a60d0.jpg" target="_blank"><img src="http://static.flickr.com/115/310279982_e21d0a60d0.jpg" alt="http://static.flickr.com/115/310279982_e21d0a60d0.jpg" /></a></p>
<p>联想公司的大中国区总裁陈绍鹏则更为大方，竟然送出了一台联想最新型号的预装了Vista的笔记本，估计得到笔记本的那人是个托。<br />
<a href="http://static.flickr.com/103/310280009_0cf227a025.jpg" target="_blank"><img src="http://static.flickr.com/103/310280009_0cf227a025.jpg" alt="http://static.flickr.com/103/310280009_0cf227a025.jpg" /></a></p>
<p>然后就是由微软公司首席运营官凯文特纳(Kevin Turner)进行Vista以及新版Office和Exchange的演示。从他的介绍得知，Vista很多功能都是有微软中国研发的，比如语音识别语音合成等，还现场演示了语音控制与识别，实在是酷，感觉识别率比当年IBM的ViaVoice要高很多。而且还可以通过语音控制鼠标，首先是把屏幕划分成9个区域，朗读其中一个区域的数字后再把该区域继续划分为9个区域，以此划分到最终目标按钮后鼠标就移动到了目的地，呵呵，有意思吧。<br />
<a href="http://static.flickr.com/120/310280043_cc9246390e.jpg" target="_blank"><img src="http://static.flickr.com/120/310280043_cc9246390e.jpg" alt="http://static.flickr.com/120/310280043_cc9246390e.jpg" /></a></p>
<p>上午的最后环节就是产品正式发布了，主会场前方用激光投射了OVE三个字幕，代表了Office、Vista和Exchange，最后前面又投射出一个L，这就是微软送出的LOVE。</p>
<p>下午的活动分为了4个会场，我主要参加的就是跟企业信息化相关的内容。而且看到了仰慕已久的SharePoint专家、微软MVP涂曙光，比照片上要帅一些。<br />
<a href="http://static.flickr.com/104/310280126_913b565888.jpg" target="_blank"><img src="http://static.flickr.com/104/310280126_913b565888.jpg" alt="http://static.flickr.com/104/310280126_913b565888.jpg" /></a></p>
<p>今天的收获还是很丰富的，得到了微软的一件毛衣，一件衬衫，回答问题还得到了两个微软水杯。打算在淘宝上拍卖一个，1元起拍，感兴趣的朋友可以去看看。<a title="http://auction1.taobao.com/auction/0/item_detail-0db2-9ea8945ad80b62a6c8eedf06ee544c5e.jhtml" href="http://auction1.taobao.com/auction/0/item_detail-0db2-9ea8945ad80b62a6c8eedf06ee544c5e.jhtml" target="_blank"><span style="color: #ff0000;">http://auction1.taobao.com/auction/0/item_detail-0db2-9ea8945ad80b62a6c8eedf06ee544c5e.jhtml</span></a><br />
<a href="http://static.flickr.com/115/310280341_bfa584d836_m.jpg" target="_blank"><img src="http://static.flickr.com/115/310280341_bfa584d836_m.jpg" alt="http://static.flickr.com/115/310280341_bfa584d836_m.jpg" /></a></p>
<p>下午的技术讲座一直持续到晚上将近7点，不过仍然感觉意犹未尽。微软新的Vista、Office、Exchange以及SharePoint必将带来革命性的变革。同时，让我想到国内很多做办公自动化(OA)的厂商其实越来越难以生存，很多他们还在视为发展方向的技术在微软其实早就已经实现了，他们怎么能追的上微软的脚步！？试想如果国内的这些软件公司不靠人脉关系和产业内部的自我保护还如何生存？再看看金山的WPS，目前还停留在单机和个人的应用上，而微软的Office则已经完美的实现了各种通讯方式的统一和企业员工无缝的协同工作，金山提供的仅仅是产品，而微软提供的才是真正的解决方案。短短一天的时间，让我不仅感受到了微软新产品所带来的激情，也让我不禁感叹何时才能为中国的软件付出激情。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felixwoo.com/archives/189/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>关于Windows Vista</title>
		<link>http://www.felixwoo.com/archives/78</link>
		<comments>http://www.felixwoo.com/archives/78#comments</comments>
		<pubDate>Sat, 23 Jul 2005 19:39:14 +0000</pubDate>
		<dc:creator>Felix</dc:creator>
				<category><![CDATA[闲言碎语]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[微软]]></category>

		<guid isPermaLink="false">http://219.234.88.162:81/?p=78</guid>
		<description><![CDATA[　　Windows Vista，Longhorn的大名，下一代操作系统，WinFS/Indigo/Avalon，令人期待，热血沸腾…… 　　从Windows 2003开始微软就不再使用年代作为操作系统的版本了。Windows XP中的XP是Experience的所写，意思是增强用户体验。而新一代的操作系统命名为Vista（n.景色、展望）微软的解释为：“Today, we live in a world of &#39;more&#39; -- more information, more ways to communicate, more things to do, more opportunities -- and at the same time, more responsibilities. Increasingly, we all turn to our PCs to help us with that. At the end of the day, what you&#39;re after is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.felixwoo.com/wp-content/uploads/attachments/200507/23_193934_vista.jpg" target="_blank"><img src="http://www.felixwoo.com/wp-content/uploads/attachments/200507/23_193934_vista.jpg" alt="http://www.felixwoo.com/wp-content/uploads/attachments/200507/23_193934_vista.jpg" /></a><br />　　Windows Vista，Longhorn的大名，下一代操作系统，WinFS/Indigo/Avalon，令人期待，热血沸腾……</p>
<p>　　从Windows 2003开始微软就不再使用年代作为操作系统的版本了。Windows XP中的XP是Experience的所写，意思是增强用户体验。而新一代的操作系统命名为Vista（n.景色、展望）微软的解释为：“Today, we live in a world of &#39;more&#39; -- more information, more ways to communicate, more things to do, more opportunities -- and at the same time, more responsibilities. Increasingly, we all turn to our PCs to help us with that. At the end of the day, what you&#39;re after is a way to break through all the clutter to focus on what you want to focus on, what you need to do. What you&#39;re trying to get to is your own personal Vista -- whether that is trying to organize photos, or trying to find a file or trying to connect and collaborate with a number of people electronically.”看样子Vista将给我们带来更快更方便获得我们想要信息的方式。</p>
<p>　　随着Windows Vista明年的发布，相信Vista将成为2006年最时髦的单词。就像XP发布后，什么office xp、style xp等等软件都冠名XP。2006，不知道又会有多少的Vista诞生。在我看来，微软帝国带来的已经不仅仅是软件了，而是更广泛的文化影响和生活方式的改变。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felixwoo.com/archives/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

