<?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>thdp&#039;s blog &#187; park</title>
	<atom:link href="http://thdp.org/tag/park/feed/" rel="self" type="application/rss+xml" />
	<link>http://thdp.org</link>
	<description>崇尚技术，享受生活</description>
	<lastBuildDate>Mon, 24 Oct 2011 04:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Key West之行</title>
		<link>http://thdp.org/life/key-west/</link>
		<comments>http://thdp.org/life/key-west/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 02:46:20 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[Bahia]]></category>
		<category><![CDATA[Key West]]></category>
		<category><![CDATA[park]]></category>
		<category><![CDATA[sunrise]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[旅游]]></category>

		<guid isPermaLink="false">http://thdp.org/life/key-west%e4%b9%8b%e8%a1%8c</guid>
		<description><![CDATA[三月中趁着春假去key west玩了两天，气温适中，景色迷人。由于时间比较紧，只玩了最经典的几项，第一次在海边看日出日落，southernmost point。途中还去了号称拥有美国最美beach的bahia honda state park，果然名不虚传，那里的海个人认为比key west更棒，人少污染也少，翠绿色的海水清澈见底。 按惯例还是上一张明信片:)]]></description>
			<content:encoded><![CDATA[<p>三月中趁着春假去key west玩了两天，气温适中，景色迷人。由于时间比较紧，只玩了最经典的几项，第一次在海边看日出日落，southernmost point。途中还去了号称拥有美国最美beach的bahia honda state park，果然名不虚传，那里的海个人认为比key west更棒，人少污染也少，翠绿色的海水清澈见底。</p>
<p>按惯例还是上一张明信片:)<br />
<img src="http://farm4.static.flickr.com/3418/3383435807_8096f8e9a1_b.jpg" border="0" alt="Key West" width="100%" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thdp.org/life/key-west/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何给博客空间绑定域名</title>
		<link>http://thdp.org/tech/website/how-to-park-domain-in-cpanel/</link>
		<comments>http://thdp.org/tech/website/how-to-park-domain-in-cpanel/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:20:36 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[网站相关|WordPress]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[park]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://thdp.org/?p=17860</guid>
		<description><![CDATA[本文部分参考了Arif发在atbhost论坛的贴子How to Setup your own co.cc domain free of cost 文中以co.cc提供的免费域名为例，需要先确认你有权限修改域名的DNS。国外的空间提供商的cpanel在设置域名之前要求你先将dns指向空间商自己的name server，否则无法添加新的域名。 1. 到 http://www.co.cc 注册账号，添加一个别人没有用的域名，比如thdp.co.cc 2. 点Set up设置此域名。选第一项Manage DNS，输入你空间提供商的name server，比如atbhost提供的如下 ns1.atbhost.net ns2.atbhost.net 然后点击按钮保存。 3.  等1到2天使域名记录生效。 补充： 可以到这个网站检查你的域名是否已在空间商的name server上记录 http://network-tools.com/nslook/ 输入你的域名，再指定atbhost的某个name server，然后开始查询 。 绑定成功的域名将返回此域名指定的name server和一个指向你的空间存放服务器IP的A记录 。 4. 到cpanel的domain面板里添加域名，建议选择parked domain。 5. 此时你已经可以用新的域名来访问你的博客了，但博客里的其他链接还是指向旧的域名。wordpress提供了几个方法可以将博客下的所有链接都改为新的域名。 http://codex.wordpress.org/Changing_The_Site_URL 最简单的方法就是在主题模板目录下的functions.php文件里添加这两句 然后退出wp控制台并用新的域名登陆，所有的链接就会更新了。没有改过来的可以尝试多退出登陆几次。修改成功后记得要删除或注释掉以上两句。]]></description>
			<content:encoded><![CDATA[<p>本文部分参考了Arif发在atbhost论坛的贴子<a id="thread_title_522" href="http://www.atbhost.net/forums/showthread.php?t=522">How to Setup your own co.cc domain free of cost</a><br />
文中以co.cc提供的免费域名为例，需要先确认你有权限修改域名的DNS。国外的空间提供商的cpanel在设置域名之前要求你先将dns指向空间商自己的name server，否则无法添加新的域名。</p>
<p>1. 到 <a href="http://www.co.cc " target="_blank">http://www.co.cc </a>注册账号，添加一个别人没有用的域名，比如thdp.co.cc<br />
2. 点Set up设置此域名。选第一项Manage DNS，输入你空间提供商的name server，比如atbhost提供的如下</p>
<blockquote><p>ns1.atbhost.net<br />
ns2.atbhost.net</p></blockquote>
<p>然后点击按钮保存。</p>
<p>3.  等1到2天使域名记录生效。<br />
补充： 可以到这个网站检查你的域名是否已在空间商的name server上记录<a href="http://network-tools.com/nslook/" target="_blank"></p>
<p>http://network-tools.com/nslook/</a></p>
<p>输入你的域名，再指定atbhost的某个name server，然后开始查询 。<br />
绑定成功的域名将返回此域名指定的name server和一个指向你的空间存放服务器IP的A记录 。</p>
<p>4. 到cpanel的domain面板里添加域名，建议选择parked domain。<br />
5. 此时你已经可以用新的域名来访问你的博客了，但博客里的其他链接还是指向旧的域名。wordpress提供了几个方法可以将博客下的所有链接都改为新的域名。<br />
<a href="http://codex.wordpress.org/Changing_The_Site_URL" target="_blank">http://codex.wordpress.org/Changing_The_Site_URL</a><br />
最简单的方法就是在主题模板目录下的functions.php文件里添加这两句</p>
<pre class="brush: php; title: ; notranslate">update_option('siteurl','http://thdp.co.cc');
update_option('home','http://thdp.co.cc'); 			 		</pre>
<p>然后退出wp控制台并用新的域名登陆，所有的链接就会更新了。没有改过来的可以尝试多退出登陆几次。修改成功后记得要删除或注释掉以上两句。</p>
]]></content:encoded>
			<wfw:commentRss>http://thdp.org/tech/website/how-to-park-domain-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

