<?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>树新博客</title>
	<atom:link href="http://www.zhcn.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhcn.org</link>
	<description>喜欢发布一些自己喜爱的工具软件</description>
	<lastBuildDate>Sat, 31 Dec 2011 13:59:42 +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>xenforo 子版面横排的方法</title>
		<link>http://www.zhcn.org/493/</link>
		<comments>http://www.zhcn.org/493/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 13:43:40 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[vbulletin&xenforo]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=493</guid>
		<description><![CDATA[进入后台&#8211;语言及模板&#8211;编辑模板，打开Extra.css，在内容最下方添加： .subForumsGrid { padding-right: 4px; } .subForumsGrid .blockLinksGrid { width: 100%; display: inline-block; padding: 5px; } .subForumsGrid .fullWidth { width: 100% !important; padding-bottom: 4px; } .subForumsGrid .node { width: 20%; float: left; } .subForumsGrid .node ol { padding-left: 10px; } &#8230; <a href="http://www.zhcn.org/493/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zhcn.org/493/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>华夏盾出现“Internet Explorer 无法显示该网页”的解决办法</title>
		<link>http://www.zhcn.org/474/</link>
		<comments>http://www.zhcn.org/474/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 11:34:40 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=474</guid>
		<description><![CDATA[近来办了华夏银行的网上银行，结果发现免驱的U盾安装好以后，出现一些问题 我的操作系统为 windows 7，上网环境为IE9 插上U盾，打开www.hxb.com.cn，点击证书登录后，提示：Internet Explorer 无法显示该网页 在华夏银行的官方网站也有这个问题，官方要求修改浏览器的安全级别，实际解决办法很简单：进入internet选项，点击安全标签，点击下面受信任的站点，点击“站点”，将https://dbank.hxb.com.cn/添加至受信任的站点 保存，重启浏览器，即可正常使用 官方网站说明：http://60.247.45.143/bbs/showthread.php?t=12493]]></description>
		<wfw:commentRss>http://www.zhcn.org/474/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>woothemes风格contact form不能正确发送邮件的解决办法</title>
		<link>http://www.zhcn.org/470/</link>
		<comments>http://www.zhcn.org/470/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 03:06:36 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=470</guid>
		<description><![CDATA[woothemes的商业风格都提供了contact form模板功能，新建页面，模板选择contact form，即可快速创建联系表单 邮件时，发件人使用了表单中提交的邮件地址，致使国内的很多SMTP服务器以为是垃圾邮件，直接拒发或者拒收 查了一下GOOGLE，找一个解决办法 查找： $headers = __( &#8216;From: &#8216;, &#8216;woothemes&#8217;) .&#8217; &#60;&#8217;.$email.&#8217;&#62;&#8217; . “\r\n” . __( &#8216;Reply-To: &#8216;, &#8216;woothemes&#8217; ) . $email; 替代为： $headers = __(&#8216;From: &#8216;, &#8216;woothemes&#8217;).get_bloginfo(&#8216;title&#8217;).&#8217; &#60;&#8217;.$emailTo.&#8217;&#62;&#8217; . “\r\n” . __(&#8216;Reply-To: &#8216;,&#8217;woothemes&#8217;) . $email; 其实就是将提交给wp_mail函数的发件人替代为风格的contact form的收件人的EMAIL地址 &#8230; <a href="http://www.zhcn.org/470/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zhcn.org/470/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DELL inspiron 560S上安装iatkos L1</title>
		<link>http://www.zhcn.org/464/</link>
		<comments>http://www.zhcn.org/464/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 01:19:04 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=464</guid>
		<description><![CDATA[先占位，晚上来发表]]></description>
		<wfw:commentRss>http://www.zhcn.org/464/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xenforo 1.1 简体中文语言包</title>
		<link>http://www.zhcn.org/456/</link>
		<comments>http://www.zhcn.org/456/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 05:06:37 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[vbulletin&xenforo]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=456</guid>
		<description><![CDATA[xenforo 1.1正式版 前台、后台控制面板汉化完全，调试模式内没有汉化 有几个PHP专业一些的语句没有汉化 中文语法参考VBB中文 不正确的请大家提出或者自己更改。这只是业务爱好，本人不承诺以后会更新，请依据自己的实际情况来更改 下载地址： XF1.0基础内容源于cotcn.com版本 2011.10.13  更新附件，原附件为MAC下编辑，致使中文文名乱码，已更正。 2011.10.14  更新附件，已将前台管理功能等字段翻译完成，基本上差不多了，更正了XML不能导入的错误（原因是一个短语错误） 2011.12.05  附件更新为xenforo 1.1正式版本，基本已经翻译完成]]></description>
		<wfw:commentRss>http://www.zhcn.org/456/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Adobe Acrobat x 简体中文语言包及中文界面方法</title>
		<link>http://www.zhcn.org/445/</link>
		<comments>http://www.zhcn.org/445/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:13:33 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=445</guid>
		<description><![CDATA[早期安装adobe acrobat x的朋友大部分是使用的英文版，现在已经有了中文语言包，将acrobat显示中文界面的操作方法如下： 1、下载Acrobat X 10.1.1 中文语言包，解压缩，将zh_CN目录拷贝至 C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Locale  （或者安装时自定义的路径） 下载地址： 2、打开Acrobat X，选择 Edit  / Preferences 3、点击International，右侧Application Language对话框选择选择 Choose at application startup  ，即程序启动时选择 4、关闭Acrobat，然后重新启动，选择下拉框中的简体中文，启动，Acrobat 英文版就变成中文包了 注: 中文语言包源自 http://bbs.pcbeta.com/viewthread-833319-1-1.html]]></description>
		<wfw:commentRss>http://www.zhcn.org/445/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>xenforo like and reply css box</title>
		<link>http://www.zhcn.org/441/</link>
		<comments>http://www.zhcn.org/441/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 02:47:53 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[vbulletin&xenforo]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=441</guid>
		<description><![CDATA[Xenforo的like功能很实用，但不怎么直观，这么经典的功能，最好能够加强显示效果，达到美观、易用、便于操作的目的，效果如下 结合国外的网站介绍，解决办法如下： 进入管理后台，模板编辑，打开EXTRA.css，添加： .message .messageMeta .publicControls .control, .messageSimple .messageMeta .publicControls .control { text-decoration: none; background-color: #eeeeee; padding: 0 13px; margin-top: -5px; margin-left: 3px; border: 1px solid #e2e2e2; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; line-height: 24px; text-shadow: #fff 0px &#8230; <a href="http://www.zhcn.org/441/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.zhcn.org/441/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7消息发送失败的解决办法</title>
		<link>http://www.zhcn.org/438/</link>
		<comments>http://www.zhcn.org/438/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 14:53:27 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=438</guid>
		<description><![CDATA[Contact Form 7与WP-Mail-SMTP一起使用时，发送信息总是不能使用，提示： 出现消息发送失败，请尝试其它方式联系管理员 后查阅GOOGLE，找到了解决办法： 打开：wp-content\plugins\contact-form-7\includes\classes.php 查找：$headers = “From: $sender\n”; 更改为：$headers = “From $sender\n”; 问题解决]]></description>
		<wfw:commentRss>http://www.zhcn.org/438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress国外主题corporate中文乱码的解决</title>
		<link>http://www.zhcn.org/431/</link>
		<comments>http://www.zhcn.org/431/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 13:39:23 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=431</guid>
		<description><![CDATA[国外商业主题corporate中，幻灯（SLIDER）图片中文描述乱码的解决办法： 打开：wp-content\themes\corporate\header-slider.php 查找： &#60;?php echo htmlentities($slide['desc']); ?&#62; 更改为： &#60;?php echo htmlentities($slide['desc'], ENT_QUOTES, 'UTF-8'); ?&#62;]]></description>
		<wfw:commentRss>http://www.zhcn.org/431/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitvise Tunnelier SSH终端</title>
		<link>http://www.zhcn.org/423/</link>
		<comments>http://www.zhcn.org/423/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 09:09:50 +0000</pubDate>
		<dc:creator>shuxin</dc:creator>
				<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://www.zhcn.org/?p=423</guid>
		<description><![CDATA[以前一直使用 putty中的plink来连接国外VPS的SSH，plink也倒是比较稳定，但有时会偶尔连接不上或者速度不佳，网上有介绍Bitvise Tunnelier，于是下载测试，效果的确是很不错 最明显的就是下载速度及操作方式非常方便 在services中，要打开 socks代理 下载地址： http://www.zhcn.org/download/?did=12]]></description>
		<wfw:commentRss>http://www.zhcn.org/423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

