<?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; 奇技淫巧</title>
	<atom:link href="http://www.willyun.com/category/jiqiao/feed" rel="self" type="application/rss+xml" />
	<link>http://www.willyun.com</link>
	<description>互联网、用户体验及其它</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:18:19 +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>用Google自定义搜索代替wordpress默认搜索</title>
		<link>http://www.willyun.com/google-custom-search.html</link>
		<comments>http://www.willyun.com/google-custom-search.html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:35:30 +0000</pubDate>
		<dc:creator>willyun</dc:creator>
				<category><![CDATA[奇技淫巧]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[搜索]]></category>

		<guid isPermaLink="false">http://www.willyun.com/?p=22464</guid>
		<description><![CDATA[这个博客内容很少，所以搜索功能无关紧要，长期以来，我都用着wordpress的默认搜索。我自己从来就没有搜过一次，今天，突然想搜一次看看，结果体验非常差，想搜的搜不到，搜到的莫名其妙。我想，除了这个默认搜索本身比较简陋之外，可能还因为我写博文没有加标签的习惯。想起google自定义搜索，于是决定用它。 具体方法就不多说了，在外观的选项那里，有三个选择：搜索元素、IFRAME、Google托管的网页。后两种都比较好弄，把代码粘到搜索框页面和搜索结果页面就可以了，但是我要弄第一种，因为它有好几件花衣裳，穿起来比较好看。因为不考虑用回默认搜索，所以直接在search.php里修改，而且这么改，搜索框的代码就一个字也不需要动，恩，我总是喜欢偷懒。 下面就是重点了。本文归类于奇技淫巧，不上点技巧，对不起这分类。这个技巧，来自Kevin Yang同学的博客。 直接粘上代码，搜过来只是一个空白搜索框，我们需要使google自动提取关键词，所以Kevin Yang同学写了几行代码，把原代码倒数第三行的 }, true); 更换为 var match = location.search.match(/s=([^&#38;]*)(&#38;&#124;$)/); if(match &#38;&#38; match[1]){ var search = decodeURIComponent(match[1]); customSearchControl.execute(search); } }); 第一行那个s是wordpress默认的搜索参数，如果你的主题不是s，那就得改。到此为止，就算完工了，效果可以在本博客搜一下看看。如果想看专业细致的教程，请到这里：http://www.imkevinyang.com/2009/12/在wordpress中轻松集成google自定义搜索引擎.html。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="在wordpress上调用另一个网站的feed" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fcalled-feed-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/6108936.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">在wordpress上调用另一个网站的feed</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="使用WebMatrix搭建WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwebmatrix-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2012/01/08/13615477.png" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用WebMatrix搭建WordPress</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="6000人的桑拿中心" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2F6000-sauna.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2010/10/02/423515.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">6000人的桑拿中心</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="游泳游出孩子来" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fswiming-baby.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2010/09/29/423501.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">游泳游出孩子来</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客广告平台拿福能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fnuffnang.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/24/24829061.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客广告平台拿福能</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>这个博客内容很少，所以搜索功能无关紧要，长期以来，我都用着wordpress的默认搜索。我自己从来就没有搜过一次，今天，突然想搜一次看看，结果体验非常差，想搜的搜不到，搜到的莫名其妙。我想，除了这个默认搜索本身比较简陋之外，可能还因为我写博文没有加标签的习惯。想起google自定义搜索，于是决定用它。<span id="more-22464"></span></p>
<p>具体方法就不多说了，在外观的选项那里，有三个选择：搜索元素、IFRAME、Google托管的网页。后两种都比较好弄，把代码粘到搜索框页面和搜索结果页面就可以了，但是我要弄第一种，因为它有好几件花衣裳，穿起来比较好看。因为不考虑用回默认搜索，所以直接在search.php里修改，而且这么改，搜索框的代码就一个字也不需要动，恩，我总是喜欢偷懒。</p>
<p>下面就是重点了。本文归类于奇技淫巧，不上点技巧，对不起这分类。这个技巧，来自Kevin Yang同学的博客。</p>
<p>直接粘上代码，搜过来只是一个空白搜索框，我们需要使google自动提取关键词，所以Kevin Yang同学写了几行代码，把原代码倒数第三行的 }, true); 更换为</p>
<blockquote><p>var match = location.search.match(/s=([^&amp;]*)(&amp;|$)/);<br />
if(match &amp;&amp; match[1]){<br />
var search = decodeURIComponent(match[1]);<br />
customSearchControl.execute(search);<br />
}<br />
});</p></blockquote>
<p>第一行那个s是wordpress默认的搜索参数，如果你的主题不是s，那就得改。到此为止，就算完工了，效果可以在本博客搜一下看看。如果想看专业细致的教程，请到这里：<a href="http://www.imkevinyang.com/2009/12/%E5%9C%A8wordpress%E4%B8%AD%E8%BD%BB%E6%9D%BE%E9%9B%86%E6%88%90google%E8%87%AA%E5%AE%9A%E4%B9%89%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E.html" target="_blank">http://www.imkevinyang.com/2009/12/在wordpress中轻松集成google自定义搜索引擎.html</a>。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="在wordpress上调用另一个网站的feed" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fcalled-feed-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/6108936.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">在wordpress上调用另一个网站的feed</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="使用WebMatrix搭建WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwebmatrix-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2012/01/08/13615477.png" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用WebMatrix搭建WordPress</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="穿绿旗袍的姑娘" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fgreen-cheongsam-girl.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/423511.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">穿绿旗袍的姑娘</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="是我们太挑剔，还是他们太随便" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Ftiaoti-suibian.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/5956832.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">是我们太挑剔，还是他们太随便</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="路上" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fon-the-way.html&from=http%3A%2F%2Fwww.willyun.com%2Fgoogle-custom-search.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/423487.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">路上</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.willyun.com/google-custom-search.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>注册live.com邮箱账号</title>
		<link>http://www.willyun.com/registration-live-com-email-account.html</link>
		<comments>http://www.willyun.com/registration-live-com-email-account.html#comments</comments>
		<pubDate>Sun, 06 Jun 2010 09:23:01 +0000</pubDate>
		<dc:creator>willyun</dc:creator>
				<category><![CDATA[奇技淫巧]]></category>
		<category><![CDATA[live.com]]></category>

		<guid isPermaLink="false">http://www.willyun.com/?p=22455</guid>
		<description><![CDATA[使用微软的系列服务，需要注册邮箱账号，在国内，有hotmail.com和live.cn的后缀可供选择。在我看来，hotmail.com太长。而出于对cnnic的强烈鄙视，cn看起来也总是不顺眼，所以我倾向于注册live.com后缀，只是此后缀并不对我们开放，好吧，google之。 方法很多，有效的却很少，我使用了以下方法，目前为止，有效。我的操作系统：win7，浏览器：chrome。 1.修改浏览器默认语言为英文（美国）。 2.注册地址：https://mid.live.com/reg/reg.aspx 3.选择live.com后缀，直接注册即可。注册时要填美国某地的邮编，google一下就可以了。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="使用WebMatrix搭建WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwebmatrix-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2012/01/08/13615477.png" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用WebMatrix搭建WordPress</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="递进式税率问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fprogressive-tax-rates.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/423498.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">递进式税率问题</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="在wordpress上调用另一个网站的feed" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fcalled-feed-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/6108936.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">在wordpress上调用另一个网站的feed</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="用相关文章连通整个互联网(附送无觅网络邀请)" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwumii-network-related.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/2148434.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">用相关文章连通整个互联网(附送无觅网络邀请)</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="6000人的桑拿中心" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2F6000-sauna.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2010/10/02/423515.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">6000人的桑拿中心</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>使用微软的系列服务，需要注册邮箱账号，在国内，有hotmail.com和live.cn的后缀可供选择。在我看来，hotmail.com太长。而出于对cnnic的强烈鄙视，cn看起来也总是不顺眼，所以我倾向于注册live.com后缀，只是此后缀并不对我们开放，好吧，google之。</p>
<p>方法很多，有效的却很少，我使用了以下方法，目前为止，有效。我的操作系统：win7，浏览器：chrome。<span id="more-22455"></span></p>
<p>1.修改浏览器默认语言为英文（美国）。</p>
<p>2.注册地址：https://mid.live.com/reg/reg.aspx</p>
<p>3.选择live.com后缀，直接注册即可。注册时要填美国某地的邮编，google一下就可以了。</p>
<p style="margin:0;padding:0;height:1px;overflow:hidden;">
    <script type="text/javascript"><!--
        var wumiiSitePrefix = "http://www.willyun.com";
        var wumiiEnableCustomPos = false;
        var wumiiParams = "&#038;num=7&#038;mode=3&#038;displayInFeed=1&#038;version=1.0.5.5&#038;pf=WordPress3.3.1";
    //--></script><script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget.htm"></script><a href="http://www.wumii.com/widget/relatedItems.htm" style="border:0;"><img src="http://static.wumii.com/images/pixel.png" alt="无觅相关文章插件，快速提升流量" style="border:0;padding:0;margin:0;" /></a></p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="使用WebMatrix搭建WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwebmatrix-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2012/01/08/13615477.png" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用WebMatrix搭建WordPress</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="递进式税率问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fprogressive-tax-rates.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/423498.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">递进式税率问题</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="在wordpress上调用另一个网站的feed" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fcalled-feed-wordpress.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/6108936.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">在wordpress上调用另一个网站的feed</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="用相关文章连通整个互联网(附送无觅网络邀请)" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2Fwumii-network-related.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2011/09/22/2148434.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">用相关文章连通整个互联网(附送无觅网络邀请)</font>
                    </a>
                </td>
                <td width="106" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="6000人的桑拿中心" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.willyun.com%2F6000-sauna.html&from=http%3A%2F%2Fwww.willyun.com%2Fregistration-live-com-email-account.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 100px !important; height: 100px !important;" src="http://static.wumii.com/site_images/2010/10/02/423515.jpg" width="100px" height="100px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 106px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">6000人的桑拿中心</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.willyun.com/registration-live-com-email-account.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

