<?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>Ben is Simple! &#187; SEO</title>
	<atom:link href="http://daibin.info/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://daibin.info</link>
	<description>关于戴斌的生活&#124;网络&#124;学习&#124;英语&#124;Google&#124;GTD&#124;ToastMaster&#124;……</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:54:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>原创教程：如何绑定cpanel的addon domain并安装wordpress</title>
		<link>http://daibin.info/how-to-add-addon-domain-install-wordpress.html/</link>
		<comments>http://daibin.info/how-to-add-addon-domain-install-wordpress.html/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:30:36 +0000</pubDate>
		<dc:creator>daibin</dc:creator>
				<category><![CDATA[万能的Wordpress]]></category>
		<category><![CDATA[addon domain]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[免费]]></category>
		<category><![CDATA[编码]]></category>

		<guid isPermaLink="false">http://daibin.info/?p=109</guid>
		<description><![CDATA[教程：如何绑定cpanel的addon domain并绑定的addon domain里面安装wordprss。 一直没能在cpanel界面里面绑定addon domain的同学，写下来我的绑定域名的经历，以免走弯路。 并提供方法，让你顺利在addom domain下面安装流行的blog程序wordpress。 第一步：绑定addon域名： 1.什么是addon domain？ 其实就是你在原来空间账户里面建立一个子目录 然后用你另外购买的新域名与这个子目录进行关联 访问新域名时直接跳转到子目录下 2.绑定方法（来源于网络总结并有更新） 推荐的方法：去域名购买商的管理界面 更改A记录，把你购买的域名 如http://consultingview.com以及http://www.consultingview.com关联到xxx.xx.xx.xx(你的空间商提供给你的IP地址)，等待一段时间，我原以为没能成功绑定，其实主要问题是域名的A记录更改需要一定的时间，有时候要等几个小时。更改nameserver为你空间服务商的nameserver一般类似为ns1.nameserver.com的地址,同时删除全部域名提供商的nameserver。 3.在cpanel管理界面（地址为你的空间商给你的空间ip地址，登陆地址如下：http://xx.xx.xx.xx:2082）的addon domain下面，添加你的新域名，关联到一个子目录，如consultingview.com这个子目录（在你空间根目录下），OK，就算提示失败，也没有关系 4.浏览器里面输入consultingview.com 已经出现了apache的页面，提示你已经绑定成功了，o(∩_∩)o。你也可以在consultingview.com目录下放置一个index.htm用于检测是否成功绑定。 5。删除你更改的nameserver，改为原来域名提供商的nameserver，这样方便你控制你的二级域名等等权限。 如果你需要在这个在这个子目录里面安装wordpress程序，你只是需要把wordpress文件传到这个子目录下，按照常见的wordpress安装顺序，就可以顺利安装。 第二部：wordpress的安装方法： 1.下载最新版WordPres，下载地址：http://wordpress.org/latest.zip，解压缩成为一个wordpress文件夹，将文件夹下的内容用ftp工具上传到consultingview.com这个文件夹。 2.创建数据库，点击Databases-&#62;MySQL databases在Your current databases: 后输入数据库名，可随意输入，例consulting，点击Create Database就完成了，然后选择 Add User To Database，让sql user对你新建立的datebases具有访问权限，把所有权限都选上。 3，开始安装WordPress，我们现在要将wp-config-sample.php文件复制一份为wp-config.php的文件，然后编辑wp-config.php，注意最好不要用记事本打开这个文件，推荐使用notepad2编辑，然后保存为编码为utf8格式的，如果保存为utf8（含bom），安装时候会提示数据库错误，切记。 // ** MySQL settings ** // define(’DB_NAME’, ‘数据库名’) define(’DB_USER’, ‘数据库用户名’，) define(’DB_PASSWORD’, ‘数据库密码’) define(’DB_HOST’, ‘数据库地址’) 一般不用更改 define(’DB_CHARSET’, ‘utf8′); define(’DB_COLLATE’, [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>教程：如何绑定cpanel的addon domain并绑定的addon domain里面安装wordprss。</strong></h3>
<p>一直没能在cpanel界面里面绑定addon domain的同学，写下来我的绑定域名的经历，以免走弯路。</p>
<p>并提供方法，让你顺利在addom domain下面安装流行的blog程序wordpress。</p>
<h3>第一步：绑定addon域名：</h3>
<p>1.什么是addon domain？<br />
其实就是你在原来空间账户里面建立一个子目录 然后用你另外购买的新域名与这个子目录进行关联 访问新域名时直接跳转到子目录下<br />
2.绑定方法（来源于网络总结并有更新）<br />
推荐的方法：去域名购买商的管理界面 更改A记录，把你购买的域名 如<a href="http://consulting.com">http://consultingview.com</a>以及<a href="http://consulting.com">http://www.consultingview.com</a>关联到xxx.xx.xx.xx(你的空间商提供给你的IP地址)，等待一段时间，我原以为没能成功绑定，其实主要问题是域名的A记录更改需要一定的时间，有时候要等几个小时。更改nameserver为你空间服务商的nameserver一般类似为ns1.nameserver.com的地址,同时删除全部域名提供商的nameserver。</p>
<p><span id="more-109"></span></p>
<p>3.在cpanel管理界面（地址为你的空间商给你的空间ip地址，登陆地址如下：http://xx.xx.xx.xx:2082）的addon domain下面，添加你的新域名，关联到一个子目录，如consultingview.com这个子目录（在你空间根目录下），OK，就算提示失败，也没有关系</p>
<p>4.浏览器里面输入consultingview.com 已经出现了apache的页面，提示你已经绑定成功了，o(∩_∩)o。你也可以在consultingview.com目录下放置一个index.htm用于检测是否成功绑定。</p>
<p>5。删除你更改的nameserver，改为原来域名提供商的nameserver，这样方便你控制你的二级域名等等权限。</p>
<p>如果你需要在这个在这个子目录里面安装wordpress程序，你只是需要把wordpress文件传到这个子目录下，按照常见的wordpress安装顺序，就可以顺利安装。</p>
<h3>第二部：wordpress的安装方法：</h3>
<p>1.下载最新版WordPres，下载地址：http://wordpress.org/latest.zip，解压缩成为一个wordpress文件夹，将文件夹下的内容用ftp工具上传到consultingview.com这个文件夹。<br />
2.创建数据库，点击Databases-&gt;MySQL databases在Your current databases: 后输入数据库名，可随意输入，例consulting，点击Create Database就完成了，然后选择<br />
Add User To Database，让sql user对你新建立的datebases具有访问权限，把所有权限都选上。<br />
3，开始安装WordPress，我们现在要将wp-config-sample.php文件复制一份为wp-config.php的文件，然后编辑wp-config.php，注意最好不要用记事本打开这个文件，推荐使用notepad2编辑，然后保存为编码为utf8格式的，如果保存为utf8（含bom），安装时候会提示数据库错误，切记。<br />
// ** MySQL settings ** //<br />
define(’DB_NAME’, ‘数据库名’)<br />
define(’DB_USER’, ‘数据库用户名’，)<br />
define(’DB_PASSWORD’, ‘数据库密码’)<br />
define(’DB_HOST’, ‘数据库地址’) 一般不用更改<br />
define(’DB_CHARSET’, ‘utf8′);<br />
define(’DB_COLLATE’, ”);<br />
保存就上传至空间目录，然后在IE里输<a href="http://consulting.com">http://consultingview.com</a>系统会提示你一步步安装完成。<br />
这里要注意的是，如果想更改wp-config.php，一定先将ftp的wp-config.php备份，然后删除ftp的wp-config.php文件，在本地修改好了，再上传，否则会有覆盖的问题。</p>
<h3>第三部：addon domain的方式优缺点分析：</h3>
<p>优点：</p>
<p>1.好处是很明显的 这样你就不用另外购买新的空间<br />
可以与你原来购买的空间合用一个空间以及流量 这也是为什么很多空间服务商严禁你绑定他人的addon domain。</p>
<p>缺点：</p>
<p>1.共享一个ip，如果一个被墙，gfwed，那么所有的addon domain都被gfwed。<br />
2.如果你在同一个ip下面的不同站点相互做友情链接，可能有效性会降低。</p>
<p>终于把<a href="http://consulting.com">http://consultingview.com</a>绑定成功，并成功安装wordpress程序。</p>
<p>下一步就是思考在这上面写东西，是否采用 协作写作方式，以及写什么，同时在建立初期就考虑好，标题优化，SEO等等问题。</p>
<p>再次感谢，<a href="http://rpwt.info">抓抓</a>提供空间。如果你有一级域名，想用wordpress写blog，欢迎你和我交流，我帮你咨询申请免费空间。</p>
<h3  class="related_post_title">下面的文章可能也合你口味：</h3><ul class="related_post"><li><a href="http://daibin.info/move-towordpress.html/" title="正式搬家到Wordpress,一步一步安装Wordpress教程">正式搬家到Wordpress,一步一步安装Wordpress教程</a> (2)</li><li><a href="http://daibin.info/2008-wordcamp-shanghai.html/" title="2008 WordCamp Shanghai">2008 WordCamp Shanghai</a> (17)</li><li><a href="http://daibin.info/wiki-how-to-buy-a-domain.html/" title="攻略:一步步教你如何购买域名">攻略:一步步教你如何购买域名</a> (2)</li><li><a href="http://daibin.info/new-hosting.html/" title="新换了服务器">新换了服务器</a> (0)</li><li><a href="http://daibin.info/open-source.html/" title="免费的开源软件">免费的开源软件</a> (0)</li><li><a href="http://daibin.info/must-have-wordpress-plugin.html/" title="五个必装的Wordpress插件">五个必装的Wordpress插件</a> (0)</li><li><a href="http://daibin.info/how-to-make-a-professional-blog.html/" title="How to make a professional Blog">How to make a professional Blog</a> (0)</li><li><a href="http://daibin.info/gfw-and-blog-censorship-in-china.html/" title="GFW and BSPs&#8217; blog censorship in China-当国际友人撞上伟大的墙">GFW and BSPs&#8217; blog censorship in China-当国际友人撞上伟大的墙</a> (0)</li><li><a href="http://daibin.info/free-pc-linux-mac-vpn.html/" title="免费PC Mac Linux 跨平台VPN软件&#8211;AlwaysVPN">免费PC Mac Linux 跨平台VPN软件&#8211;AlwaysVPN</a> (2)</li><li><a href="http://daibin.info/godaddy-sourceforge-blocked-in-china-today.html/" title="Godaddy sourceforge blocked in China today!">Godaddy sourceforge blocked in China today!</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://daibin.info/how-to-add-addon-domain-install-wordpress.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google PageRank更新</title>
		<link>http://daibin.info/google-pagerank-new-update.html/</link>
		<comments>http://daibin.info/google-pagerank-new-update.html/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:42:12 +0000</pubDate>
		<dc:creator>daibin</dc:creator>
				<category><![CDATA[谷歌的G点]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Pagerank]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[picasaweb]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://daibin.info/?p=77</guid>
		<description><![CDATA[Pagerank更新到2了，距离上次更新两个月时间，记录下来，也算对Google pagerank更新的一个时间记录。

今...]]></description>
			<content:encoded><![CDATA[<p>Pagerank更新到2了，距离上次更新两个月时间，记录下来，也算对Google pagerank更新的一个时间记录。</p>
<p>今天是2008.9.26</p>
<p>上次Pagerank更新好像是2008年6月底</p>
<p>关于Pagerank的查看，推荐<a href="http://toolbar.google.com/">Google Toolbar，Google工具栏</a>。</p>
<p>还有就是Firefox的插件<a href="daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/">SearchStatus</a></p>
<p>还是那句话</p>
<p><span id="more-77"></span><br />
<a href="http://picasaweb.google.com/lh/photo/8rD2uSxZFhV9w9gYcAC1dQ?authkey=dM-9KJw1hug"><img src="http://lh4.ggpht.com/edaibin/SCQL8LqreYI/AAAAAAAAAIg/AsrU3nkGVTs/s288/blog-definition.png" alt="" /></a></p>
<p>Blog=better listing on Google，有质量高的文章，自然别人就会更多的引用你的博客。</p>
<p>至于为什么要追求Pagerank，这玩意就像论文的影响因子一样，就是那回事，圈子里面觉得是个大事，圈外的人觉得这是什么鸟玩意。好想学习点Javascript.php.css之类的东西，不会编程是我最大的遗憾了。</p>
<h3  class="related_post_title">下面的文章可能也合你口味：</h3><ul class="related_post"><li><a href="http://daibin.info/2008-wordcamp-shanghai.html/" title="2008 WordCamp Shanghai">2008 WordCamp Shanghai</a> (17)</li><li><a href="http://daibin.info/search-for-douban-greasemonkey-script.html/" title="修改豆瓣上可以用的GreaseMonkey的script">修改豆瓣上可以用的GreaseMonkey的script</a> (0)</li><li><a href="http://daibin.info/xiaonei-vs-kaixin.html/" title="面对千橡的下三滥，开心网一点不开心。">面对千橡的下三滥，开心网一点不开心。</a> (0)</li><li><a href="http://daibin.info/a-watershed-day.html/" title="A Watershed Day">A Watershed Day</a> (0)</li><li><a href="http://daibin.info/picasa-chromeamazing.html/" title="Picasa &#038; Chrome,Amazing!">Picasa &#038; Chrome,Amazing!</a> (0)</li><li><a href="http://daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/" title="SearchStatus一个查看Pagerank的firefox seo插件">SearchStatus一个查看Pagerank的firefox seo插件</a> (7)</li><li><a href="http://daibin.info/godaddy-sourceforge-blocked-in-china-today.html/" title="Godaddy sourceforge blocked in China today!">Godaddy sourceforge blocked in China today!</a> (2)</li><li><a href="http://daibin.info/alipay-wap.html/" title="淘宝推出了Alipay的WAP版本">淘宝推出了Alipay的WAP版本</a> (2)</li><li><a href="http://daibin.info/shanghai-world-financial-center.html/" title="上海环球金融中心">上海环球金融中心</a> (1)</li><li><a href="http://daibin.info/shanghaiwithpeter.html/" title="和Peter暴走上海">和Peter暴走上海</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://daibin.info/google-pagerank-new-update.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SearchStatus一个查看Pagerank的firefox seo插件</title>
		<link>http://daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/</link>
		<comments>http://daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 09:16:30 +0000</pubDate>
		<dc:creator>daibin</dc:creator>
				<category><![CDATA[网络观察]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Pagerank]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://daibin.info/?p=49</guid>
		<description><![CDATA[SearchStatus我用来看每个网站的Pagerank的，当然这个Firefox插件很强大，许多想做SEO的可以拿来用，很方便。 也可以查看反向链接 whois keyword meta之类的信息。 下面的文章可能也合你口味：Google PageRank更新 (4)修改豆瓣上可以用的GreaseMonkey的script (0)隐藏Hotspot Shield广告的方法 (7)Auto-Dial一个更加强大的Dial插件 (0)Ubiquity-让网络世界不再隔断 (4)Firefox3不兼容的插件 (0)免费的开源软件 (0)Godaddy sourceforge blocked in China today! (2)淘宝推出了Alipay的WAP版本 (2)Firefox3正式发布了 (0)]]></description>
			<content:encoded><![CDATA[<p><a title="SeachStatus" href="https://addons.mozilla.org/en-US/firefox/addon/321"><strong>SearchStatus</strong></a>我用来看每个网站的Pagerank的，当然这个Firefox插件很强大，许多想做SEO的可以拿来用，很方便。</p>
<p><img src="https://addons.mozilla.org/en-US/firefox/images/addon_preview/321/1" alt="" width="115" height="150" /></p>
<p>也可以查看反向链接 whois keyword meta之类的信息。</p>
<h3  class="related_post_title">下面的文章可能也合你口味：</h3><ul class="related_post"><li><a href="http://daibin.info/google-pagerank-new-update.html/" title="Google PageRank更新">Google PageRank更新</a> (4)</li><li><a href="http://daibin.info/search-for-douban-greasemonkey-script.html/" title="修改豆瓣上可以用的GreaseMonkey的script">修改豆瓣上可以用的GreaseMonkey的script</a> (0)</li><li><a href="http://daibin.info/remove-hotspot-shield-ad.html/" title="隐藏Hotspot Shield广告的方法">隐藏Hotspot Shield广告的方法</a> (7)</li><li><a href="http://daibin.info/auto-dial-firefox.html/" title="Auto-Dial一个更加强大的Dial插件">Auto-Dial一个更加强大的Dial插件</a> (0)</li><li><a href="http://daibin.info/mozillaubiquity.html/" title="Ubiquity-让网络世界不再隔断">Ubiquity-让网络世界不再隔断</a> (4)</li><li><a href="http://daibin.info/firefox3-add-on.html/" title="Firefox3不兼容的插件">Firefox3不兼容的插件</a> (0)</li><li><a href="http://daibin.info/open-source.html/" title="免费的开源软件">免费的开源软件</a> (0)</li><li><a href="http://daibin.info/godaddy-sourceforge-blocked-in-china-today.html/" title="Godaddy sourceforge blocked in China today!">Godaddy sourceforge blocked in China today!</a> (2)</li><li><a href="http://daibin.info/alipay-wap.html/" title="淘宝推出了Alipay的WAP版本">淘宝推出了Alipay的WAP版本</a> (2)</li><li><a href="http://daibin.info/firefox3-release.html/" title="Firefox3正式发布了">Firefox3正式发布了</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SEO专业化之路</title>
		<link>http://daibin.info/road-to-seo.html/</link>
		<comments>http://daibin.info/road-to-seo.html/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:02:31 +0000</pubDate>
		<dc:creator>daibin</dc:creator>
				<category><![CDATA[网络观察]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[中国]]></category>

		<guid isPermaLink="false">http://daibin.info/?p=23</guid>
		<description><![CDATA[刚刚独立写Blog没有多久，原来在Spaces写东西，懒懒散散的写了一些原创的东西，后来PR达到了2，注意我没有刻意的针对内容进行优化什么的，可是后来不知道什么，大概是链接了同学的一个BLog，不知道怎么PR减低到了0，至于原因无从而知。 自从自己买了域名，写了独立Blog，多少开始关注SEO的一些东西，毕竟作为一个没有多大流量很小众的谢谢自己感悟的网站，有的时候看自己写的原创的东西，网络上面四面八方的人通过搜索引擎找到你，分享你的文章，这本身就是一件很舒服的事情，我订阅了很多的Blog，其中关于搜索引擎优化的，有David Yin的SEO 网站优化推广，没事看看他的文章，不管SEO在中国前景怎样，有些人还是认真地做着SEO专业化的道路。同时David Yin做了一个实验，有兴趣可以去参加参加，有可能获得PR4的他的Blog的外链哦。 下面的文章可能也合你口味：原创教程：如何绑定cpanel的addon domain并安装wordpress (3)Godaddy sourceforge blocked in China today! (2)面对千橡的下三滥，开心网一点不开心。 (0)Google PageRank更新 (4)2008 WordCamp Shanghai (17)十年新闻联播外加奥运点火有奖竞猜 (1)Blogspot新的更新 (0)How to make a professional Blog (0)我想改变博客的核心内容 (2)cPanel安装wordpress教程 (4)]]></description>
			<content:encoded><![CDATA[<p>刚刚独立写Blog没有多久，原来在<a href="http://kikycn.spaces.live.com">Spaces</a>写东西，懒懒散散的写了一些原创的东西，后来PR达到了2，注意我没有刻意的针对内容进行优化什么的，可是后来不知道什么，大概是链接了同学的一个BLog，不知道怎么PR减低到了0，至于原因无从而知。</p>
<p>自从自己买了域名，写了独立Blog，多少开始关注SEO的一些东西，毕竟作为一个没有多大流量很小众的谢谢自己感悟的网站，有的时候看自己写的原创的东西，网络上面四面八方的人通过搜索引擎找到你，分享你的文章，这本身就是一件很舒服的事情，我订阅了很多的Blog，其中关于<a href="http://seo.g2soft.net">搜索引擎优化</a>的，有David Yin的<a accesskey="1" href="http://seo.g2soft.net/">SEO 网站优化推广</a>，没事看看他的文章，不管SEO在中国前景怎样，有些人还是认真地做着SEO专业化的道路。同时David Yin做了一个<a href="http://seo.g2soft.net/2008/06/17/seo-site-marketing-review-my-blog.html">实验</a>，有兴趣可以去参加参加，有可能获得PR4的他的Blog的外链哦。</p>
<h3  class="related_post_title">下面的文章可能也合你口味：</h3><ul class="related_post"><li><a href="http://daibin.info/how-to-add-addon-domain-install-wordpress.html/" title="原创教程：如何绑定cpanel的addon domain并安装wordpress">原创教程：如何绑定cpanel的addon domain并安装wordpress</a> (3)</li><li><a href="http://daibin.info/godaddy-sourceforge-blocked-in-china-today.html/" title="Godaddy sourceforge blocked in China today!">Godaddy sourceforge blocked in China today!</a> (2)</li><li><a href="http://daibin.info/xiaonei-vs-kaixin.html/" title="面对千橡的下三滥，开心网一点不开心。">面对千橡的下三滥，开心网一点不开心。</a> (0)</li><li><a href="http://daibin.info/google-pagerank-new-update.html/" title="Google PageRank更新">Google PageRank更新</a> (4)</li><li><a href="http://daibin.info/2008-wordcamp-shanghai.html/" title="2008 WordCamp Shanghai">2008 WordCamp Shanghai</a> (17)</li><li><a href="http://daibin.info/cctv-xinwenlianbo.html/" title="十年新闻联播外加奥运点火有奖竞猜">十年新闻联播外加奥运点火有奖竞猜</a> (1)</li><li><a href="http://daibin.info/update-for-blogspot.html/" title="Blogspot新的更新">Blogspot新的更新</a> (0)</li><li><a href="http://daibin.info/how-to-make-a-professional-blog.html/" title="How to make a professional Blog">How to make a professional Blog</a> (0)</li><li><a href="http://daibin.info/blog-theme-change.html/" title="我想改变博客的核心内容">我想改变博客的核心内容</a> (2)</li><li><a href="http://daibin.info/cpanel%e5%ae%89%e8%a3%85wordpress%e6%95%99%e7%a8%8b.html/" title="cPanel安装wordpress教程">cPanel安装wordpress教程</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://daibin.info/road-to-seo.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费的开源软件</title>
		<link>http://daibin.info/open-source.html/</link>
		<comments>http://daibin.info/open-source.html/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:26:52 +0000</pubDate>
		<dc:creator>daibin</dc:creator>
				<category><![CDATA[软件碟，还要？]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[免费]]></category>

		<guid isPermaLink="false">http://daibin.info/?p=18</guid>
		<description><![CDATA[为什么在电脑上面使用开源软件呢？我们来考虑一些可能的原因。 （1）第一个原因就是开源软件是免费的，95%的情况是这样的，有的时候也是需要付费的，不过就是授权没有那么严格。然后它可以让你节省很多钱。 （2）另外一个人们常常忽略的因素就是你可以看到开源软件的源代码。这对想自己优化软件的人来说是一个福音。 (3)你可以通过修正bug来帮助开源软件。（当然要符合授权的许可） （4）开源软件可以通过比相应的商业软件更多的特性。 就如同上面指出的那样，让我们开始享受开源软件，让我们多省点money。我将给出一些开源软件的选择。也许有其他的选择，如有不同的选择，请您指出。 Microsoft Office ==&#62; OpenOffice OpenOffice提供了微软Office的代替选择。完整的套装包括一个Word，spreadsheet, Presentation,Draw.公式编辑器，数据库软件。所有的逐渐都是跨平台的。在Windows, Linux, Mac and Solaris上面都有相应的版本。 Download here 点此下载 Microsoft Outlook Express ==&#62; Mozilla Thunderbird Thunderbird是一个开源的功能齐全的email客户端，它提供了对所有的商业email客户端的替代方案。它提供了诸如： Pop和IMAP，内建rss阅读和拼写检查等功能。同时它也内建了usenet 的新闻阅读器。用户界面也是可配置的。 Download here 点此下载 Microsoft Internet Explorer ==&#62; Mozilla Firefox Firefox自然不用介绍了。Firefox是一个根源于Netscape的浏览器。今天Firefox提供了Tab浏览，在线收藏，很多搜索扩展以及其他扩展和工具栏。对Firefox支持的商业公司越来越多。这从他们开放的扩展和工具栏的数目的增长可以看得出来。 Download here 点此下载 Winzip or WinRAR ==&#62; 7-Zip 7-zip是一个很好的压缩软件，可以轻易的替代winzip和winrar。同时它有一个高压缩比。它支持一下格式的压缩和解压缩：7z, ZIP, GZIP, BZIP2 and TAR，只支持虾类格式的解压缩RAR, CAB, ARJ, LZH, CHM, Z, CPIO, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/opensource.gif" alt="opensource" width="225" height="194" /></p>
<p>为什么在电脑上面使用开源软件呢？我们来考虑一些可能的原因。</p>
<p>（1）第一个原因就是开源软件是免费的，95%的情况是这样的，有的时候也是需要付费的，不过就是授权没有那么严格。然后它可以让你节省很多钱。</p>
<p>（2）另外一个人们常常忽略的因素就是你可以看到开源软件的源代码。这对想自己优化软件的人来说是一个福音。</p>
<p>(3)你可以通过修正bug来帮助开源软件。（当然要符合授权的许可）</p>
<p>（4）开源软件可以通过比相应的商业软件更多的特性。</p>
<p>就如同上面指出的那样，让我们开始享受开源软件，让我们多省点money。我将给出一些开源软件的选择。也许有其他的选择，如有不同的选择，请您指出。</p>
<p><strong>Microsoft Office ==&gt; OpenOffice</strong></p>
<p>OpenOffice提供了微软Office的代替选择。完整的套装包括一个Word，spreadsheet, Presentation,Draw.公式编辑器，数据库软件。所有的逐渐都是跨平台的。在Windows, Linux, Mac and Solaris上面都有相应的版本。</p>
<p><a href="http://download.openoffice.org/index.html"><span style="color: #274acc;">Download here</span></a> 点此下载</p>
<p><strong>Microsoft Outlook Express ==&gt; Mozilla Thunderbird</strong></p>
<p>Thunderbird是一个开源的功能齐全的email客户端，它提供了对所有的商业email客户端的替代方案。它提供了诸如：</p>
<p>Pop和IMAP，内建rss阅读和拼写检查等功能。同时它也内建了usenet 的新闻阅读器。用户界面也是可配置的。</p>
<p><a href="http://www.mozilla.com/thunderbird/"><span style="color: #274acc;">Download here</span></a> 点此下载</p>
<p><strong>Microsoft Internet Explorer ==&gt; Mozilla Firefox </strong></p>
<p>Firefox自然不用介绍了。Firefox是一个根源于Netscape的浏览器。今天Firefox提供了Tab浏览，在线收藏，很多搜索扩展以及其他扩展和工具栏。对Firefox支持的商业公司越来越多。这从他们开放的扩展和工具栏的数目的增长可以看得出来。</p>
<p><a href="http://www.mozilla.com/en-US/firefox/"><span style="color: #274acc;">Download here</span></a> 点此下载</p>
<p><strong>Winzip or WinRAR ==&gt; 7-Zip</strong></p>
<p>7-zip是一个很好的压缩软件，可以轻易的替代winzip和winrar。同时它有一个高压缩比。它支持一下格式的压缩和解压缩：7z, ZIP, GZIP, BZIP2 and TAR，只支持虾类格式的解压缩RAR, CAB, ARJ, LZH, CHM, Z, CPIO, RPM and DEB。与windows的结合的很好，支持右键。同时它也提供了70种语言。</p>
<p><a href="http://www.7-zip.org/download.html"><span style="color: #274acc;">Download here</span></a> 点此下载</p>
<p><strong>Microsoft Visio ==&gt; Dia</strong></p>
<p> Dia可以用作作图。它提供了特别的组建用来画关系图, UML图, 流程图, 网络图, 以及简单的电路。同时也提过了对新图形的支持，通过XML文件的形式。和SVG去做一个图形。也可以载入和保存不同的格式。</p>
<p><a href="http://live.gnome.org/Dia/Download"><span style="color: #274acc;">Download here</span></a> 点此下载</p>
<p><strong>JetBrains IntelliJ IDEA ==&gt; Eclipse</strong></p>
<p>基于Java的IDE开发包。可以用于web, c/c++ 以及 Java的开发。</p>
<p><a href="http://www.eclipse.org/downloads/"><span style="color: #274acc;">Download here</span></a>  点此下载</p>
<p><strong>Nero ==&gt; InfraRecorder</strong></p>
<p>InfraRecorder是一个很好用的CD和DVD的刻录软件。InfraRecorder支持几乎所有的刻录格式从可擦写的盘，可多次刻录的盘，以及双层DVD。也可以通过拖放的形式刻录音乐碟。同时包括其他重要的功能，包括拷贝，音乐CD的抓轨和ISO文件的生成以及刻录Image文件。InfraRecorder提供了20多种语言的支持。</p>
<p><a href="http://infrarecorder.sourceforge.net/?page_id=5"><span style="color: #2e6ab1;">Download here</span></a> 点此下载</p>
<p><strong>VMware or Microsoft Virtual PC ==&gt; VirtualBox</strong></p>
<p>VirtualBox可以让你在你的pc上面运行一个客户端操作系统，可以是windows也可以是Linux。VirtualBox提供的系统支持包括了大部分的windows操作系统（也含Vista）以及linux的各个版本。Virtualbox是一个非常可靠的工具。我在windows里面运行ubuntu没有任何问题。网络，剪贴板，磁盘管理都是无缝的。</p>
<p><a href="http://www.virtualbox.org/wiki/Downloads"><span style="color: #2e6ab1;">Download here</span></a> 点此下载</p>
<p><strong>Microsoft Remote Desktop for Windows ==&gt; TightVNC</strong></p>
<p>TightVNC是一个开元的远程桌面软件。Tightvnc可以让你远程控制网络上的机器。VNC服务端和客户端都可以运行在不同的平台上面。你只是需要在需要控制的电脑上面运行服务器段，在控制的电脑上面运行TighVNC的Viewer。其他的一些特性比如发送特殊的键抄作，文件的传送，以及全屏浏览等等也是不错的。</p>
<p><a href="http://www.tightvnc.com/download.html"><span style="color: #2e6ab1;">Download here</span></a> 点此下载</p>
<p><strong>Microsoft Internet Information Services ==&gt; Apache HTTP Server<br />
</strong>Apache HTTP 服务器是Internet上面最常用的网络服务器。Apache HTTP常常与HTTP的标准的变化及时更新。可以在很多操作系统上面运行。Apache是安全的。它有着许多可以扩展的模块，往往使Apache HTTP Server比微软的IIS更加有吸引力。更不用提整合了Apache，perl，php，Mysql，Filezilla，Mercury mail的整合包。<br />
<a href="http://httpd.apache.org/download.cgi"><span style="color: #2e6ab1;">Download here </span></a>点此下载</p>
<h3  class="related_post_title">下面的文章可能也合你口味：</h3><ul class="related_post"><li><a href="http://daibin.info/how-to-add-addon-domain-install-wordpress.html/" title="原创教程：如何绑定cpanel的addon domain并安装wordpress">原创教程：如何绑定cpanel的addon domain并安装wordpress</a> (3)</li><li><a href="http://daibin.info/searchstatus-pagerank-seo-firefox-plugin.html/" title="SearchStatus一个查看Pagerank的firefox seo插件">SearchStatus一个查看Pagerank的firefox seo插件</a> (7)</li><li><a href="http://daibin.info/free-pc-linux-mac-vpn.html/" title="免费PC Mac Linux 跨平台VPN软件&#8211;AlwaysVPN">免费PC Mac Linux 跨平台VPN软件&#8211;AlwaysVPN</a> (2)</li><li><a href="http://daibin.info/search-for-douban-greasemonkey-script.html/" title="修改豆瓣上可以用的GreaseMonkey的script">修改豆瓣上可以用的GreaseMonkey的script</a> (0)</li><li><a href="http://daibin.info/google-pagerank-new-update.html/" title="Google PageRank更新">Google PageRank更新</a> (4)</li><li><a href="http://daibin.info/2008-wordcamp-shanghai.html/" title="2008 WordCamp Shanghai">2008 WordCamp Shanghai</a> (17)</li><li><a href="http://daibin.info/remove-hotspot-shield-ad.html/" title="隐藏Hotspot Shield广告的方法">隐藏Hotspot Shield广告的方法</a> (7)</li><li><a href="http://daibin.info/auto-dial-firefox.html/" title="Auto-Dial一个更加强大的Dial插件">Auto-Dial一个更加强大的Dial插件</a> (0)</li><li><a href="http://daibin.info/mozillaubiquity.html/" title="Ubiquity-让网络世界不再隔断">Ubiquity-让网络世界不再隔断</a> (4)</li><li><a href="http://daibin.info/qq-for-linux.html/" title="QQ for Linux 终于来了">QQ for Linux 终于来了</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://daibin.info/open-source.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
