﻿<?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>《LiveSino.net 增加 Space 空间，并添加 M 群》的评论</title>
	<atom:link href="http://livesino.net/archives/505.live/feed" rel="self" type="application/rss+xml" />
	<link>http://livesino.net/archives/505.live</link>
	<description>LiveSide 中文版，关注 Windows Live, MSN 及微软等相关的产品、技术和文化</description>
	<lastBuildDate>Fri, 25 May 2012 08:53:31 +0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：任平生</title>
		<link>http://livesino.net/archives/505.live#comment-3351</link>
		<dc:creator>任平生</dc:creator>
		<pubDate>Wed, 21 Nov 2007 03:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-3351</guid>
		<description>修改后就可以运行了， http://www.rpsh.net/</description>
		<content:encoded><![CDATA[<p>修改后就可以运行了， <a href="http://www.rpsh.net/" rel="nofollow">http://www.rpsh.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：任平生</title>
		<link>http://livesino.net/archives/505.live#comment-3350</link>
		<dc:creator>任平生</dc:creator>
		<pubDate>Wed, 21 Nov 2007 03:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-3350</guid>
		<description>呵呵，修改 
if ($.browser.msie)
        {
            clientWidth = document.body.clientWidth;
            clientHeight = document.body.clientHeight;
        }

为
if ($.browser.msie)
        {
            clientWidth = document.documentElement.clientWidth;
            clientHeight = document.documentElement.clientHeight;
        }
就可以了。

那篇文章下边的 评论中说了
网页的“文档标准声明”造成的 即 
。当文档有了标准声明时， document.body.clientWidth 在网页内容不满一屏幕时，取值就会不准确。</description>
		<content:encoded><![CDATA[<p>呵呵，修改<br />
if ($.browser.msie)<br />
        {<br />
            clientWidth = document.body.clientWidth;<br />
            clientHeight = document.body.clientHeight;<br />
        }</p>
<p>为<br />
if ($.browser.msie)<br />
        {<br />
            clientWidth = document.documentElement.clientWidth;<br />
            clientHeight = document.documentElement.clientHeight;<br />
        }<br />
就可以了。</p>
<p>那篇文章下边的 评论中说了<br />
网页的“文档标准声明”造成的 即<br />
。当文档有了标准声明时， document.body.clientWidth 在网页内容不满一屏幕时，取值就会不准确。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ocer</title>
		<link>http://livesino.net/archives/505.live#comment-2911</link>
		<dc:creator>ocer</dc:creator>
		<pubDate>Sun, 18 Nov 2007 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-2911</guid>
		<description>我最郁闷的就是windows live mail的多用户密码保护貌似还没有加入...

微软怎么想的?</description>
		<content:encoded><![CDATA[<p>我最郁闷的就是windows live mail的多用户密码保护貌似还没有加入&#8230;</p>
<p>微软怎么想的?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Picturepan2</title>
		<link>http://livesino.net/archives/505.live#comment-2910</link>
		<dc:creator>Picturepan2</dc:creator>
		<pubDate>Sun, 18 Nov 2007 13:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-2910</guid>
		<description>谢谢～&lt;del&gt;我立刻修改。&lt;/del&gt;
我也没成功唉。</description>
		<content:encoded><![CDATA[<p>谢谢～<del>我立刻修改。</del><br />
我也没成功唉。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：任平生</title>
		<link>http://livesino.net/archives/505.live#comment-2909</link>
		<dc:creator>任平生</dc:creator>
		<pubDate>Sun, 18 Nov 2007 13:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-2909</guid>
		<description>恩。我个人也觉得，那个 Messenger status太不显眼了，给你个可能会更好的建议：
http://www.cnblogs.com/JeffreyZhao/archive/2007/11/10/954777.html

具体操作的代码的话，这里给的比较全：
http://www.cnblogs.com/volnet/archive/2007/11/11/955664.html</description>
		<content:encoded><![CDATA[<p>恩。我个人也觉得，那个 Messenger status太不显眼了，给你个可能会更好的建议：<br />
<a href="http://www.cnblogs.com/JeffreyZhao/archive/2007/11/10/954777.html" rel="nofollow">http://www.cnblogs.com/JeffreyZhao/archive/2007/11/10/954777.html</a></p>
<p>具体操作的代码的话，这里给的比较全：<br />
<a href="http://www.cnblogs.com/volnet/archive/2007/11/11/955664.html" rel="nofollow">http://www.cnblogs.com/volnet/archive/2007/11/11/955664.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：豪</title>
		<link>http://livesino.net/archives/505.live#comment-2906</link>
		<dc:creator>豪</dc:creator>
		<pubDate>Sun, 18 Nov 2007 12:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://livesino.net/archives/505.live#comment-2906</guid>
		<description>好
希望livesino越来越好
不过Live Messenger IM Control 处于页面太下方叻，不知道可不可以提上点。要不就没几个人会发现它叻</description>
		<content:encoded><![CDATA[<p>好<br />
希望livesino越来越好<br />
不过Live Messenger IM Control 处于页面太下方叻，不知道可不可以提上点。要不就没几个人会发现它叻</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Object Caching 236/236 objects using apc

Served from: livesino.net @ 2012-05-25 20:36:35 -->
