<?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>CnWxy &#187; 关于Blog</title>
	<atom:link href="http://www.cnwxy.info/archives/category/adout/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cnwxy.info</link>
	<description>by&#38;wxy_332</description>
	<lastBuildDate>Tue, 27 Jul 2010 07:50:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>给域名续费了 做个记号 info godaddy淘宝续费50元。。。</title>
		<link>http://www.cnwxy.info/archives/593</link>
		<comments>http://www.cnwxy.info/archives/593#comments</comments>
		<pubDate>Sun, 04 Apr 2010 06:01:31 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=593</guid>
		<description><![CDATA[  
Created On:24-Apr-2009 06:42:29 UTC
Last Updated On:04-Apr-2010 06:02:09 UTC
Expiration Date:24-Apr-2011 06:42:29 UTC
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/593/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP首先不显示指定分类</title>
		<link>http://www.cnwxy.info/archives/376</link>
		<comments>http://www.cnwxy.info/archives/376#comments</comments>
		<pubDate>Sat, 19 Dec 2009 03:28:38 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=376</guid>
		<description><![CDATA[模板index.php
在类似&#60;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&#62;代码下面加入
&#60;?php if (in_category(&#8216;18&#8242;)) continue; ?&#62;
18为分类ID
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/376/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>本博客启动PHP Speedy 加速访问速度</title>
		<link>http://www.cnwxy.info/archives/373</link>
		<comments>http://www.cnwxy.info/archives/373#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:48:15 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=373</guid>
		<description><![CDATA[PHP Speedy + WP Super Cache
WordPress PHP Speedy插件的下载地址：http://aciddrop.com/2008/07/15/php-speedy-wp-version-047-works-with-wp26/
速度非常不错 压缩传输页面JS CCS到达提升速度。
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/373/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP防非中文评论方法</title>
		<link>http://www.cnwxy.info/archives/215</link>
		<comments>http://www.cnwxy.info/archives/215#comments</comments>
		<pubDate>Fri, 02 Oct 2009 05:33:07 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=215</guid>
		<description><![CDATA[手动修改wp/wp-comments-post.php文件。
将第40行的
$comment_content      = ( isset($_POST['comment']) ) ? trim($_POST['comment']) : null;
替换成
$comment_content      = ( isset($_POST['comment']) &#38;&#38; preg_match(&#8216;/[\x{4e00}-\x{9fa5}]/u&#8217;, $_POST['comment']) ) ? trim($_POST['comment']) : null;//如果评论内容中包含中文字符返回评论内容，否者返回null
就OK了
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/215/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在博客侧栏添加flash mp3 player</title>
		<link>http://www.cnwxy.info/archives/209</link>
		<comments>http://www.cnwxy.info/archives/209#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:41:56 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=209</guid>
		<description><![CDATA[自从我建博开始就陆续有帅哥来问：whisperer同学，你主页的音乐播放器怎么弄的哇？我每次都会说用flash-mp3-player插件&#8230;bla bla bla&#8230;也不知道有人回去设置满意过没。mp3player是一个很不错的网络播放器，在百度空间的时候我就已经用上了，转战到WordPress之后，幸运地发现了一个不错的插件依然可以实现。今天我就较详细的介绍一下，我是如何在WordPress的侧栏放置一个flash mp3 player。
首先自我批评一下，很多情况下，我喜欢鱼胜过渔，不管是别人给还是给别人，这样不好，不好……
我用的 Charles 做的 flash-mp3-player 插件，这个插件最新版本是10.0.7，如果你喜欢，可以用这个版本。我用的是9.3.31。这个两个版本差别巨大。
1、安装flash-mp3-player插件
普通插件的安装方法，此处省略XX字。
启用插件。
2、配置播放器和添加播放列表
进入WordPress的管理页面，“设置”一栏中，应该有一个“Flash Mp3 Player”。下面就是一些选项了，很好理解，也很好配置。
Player Properties：
Show upper panel, yes or no?  是否显示头部的面板，建议填yes
Show play list, yes or no?  是否显示播放列表，建议填yes
Auto start, yes or no?  是否自动播放，可填参数yes，no，random，5。分别是自动播放（第一首开始按顺序播放）、不自动播放、自动随机播放、自动从5首开始播放，当然了，第几首开始你来决定。注意一下后台这个播放列表的序号0其实是第一首。
播放列表编辑很方便，支持从后台直接编辑。这也是我选用插件而不是直接嵌入flash的原因之一。如果你不怕麻烦，可以去编辑那个 playlist.xml ，位置在 /wp-content/fmp_my_playlist/ 下。仅支持mp3格式的音乐。
3、在sidebar调用flash mp3 player
方法一：在WordPress的后台widget里，有一个flash mp3 player的widget，添加到侧栏就可以了。填写一下mp3player.swf的宽度和高度。设置播放器标题（不想要标题的话可以打空格）。
这个方法的缺点是在每个页面都会有播放器，很明显没有必要。我用的是下面的方法二，只在首页显示播放器。
方法二：直接在sidebar.php里调用。在你的sidebar.php中合适的位置添加以下代码：
&#60;?php if (is_home()) : ?&#62;
&#60;div&#62;
&#60;ul&#62;
&#60;?php widget_flash_mp3player(array()); ?&#62;
&#60;/ul&#62;
&#60;/div&#62;
&#60;?php endif; ?&#62;
所谓合适的位置，除了你想要显示播放器的位置外，还有，要确保你在用后台其他widget时依然可以正常显示播放器。比如在iNove主题中，你需要把上面代码放到 if ( !function_exists(&#8216;dynamic_sidebar&#8217;) &#124;&#124; !dynamic_sidebar(&#8216;north_sidebar&#8217;) ) 以外的部分。
4、调整css
对外观要求比较高的同学用在style.css里调整一下就可以了。
比如，调整位置，隐藏标题：
.widget_flash_mp3player [...]]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CnWxy采用“北京总参四线机房”</title>
		<link>http://www.cnwxy.info/archives/187</link>
		<comments>http://www.cnwxy.info/archives/187#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:58:52 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=187</guid>
		<description><![CDATA[IDC介绍的 真实性不确定 但有个心理安慰哈


中国长城互联网（ CGWNET ）是经国务院批准,由部队通信部门管理的面向部队和地方用户服务的中国十大互联网之一，拥有独立的广域骨干网络，建设规模大、安全保障好、技术强。
机房所在地即长城互联网骨干节点，专业级安全保障，光纤双线连接国家数据交换中心， 中国网通、中国电信、教育网、长城宽带等。目前机房带宽资源相当充足， 7×24 军方保障和服务，是用户的绝佳选择。覆盖全国的 IDC 机房：北京、上海、广州三大骨干网节点。质量因为是军方的,非常不错!电力保障标准，仅比国务院低一个级别，直接军方电力供力+UPS电源。

]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/187/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>空间更换成功！</title>
		<link>http://www.cnwxy.info/archives/185</link>
		<comments>http://www.cnwxy.info/archives/185#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:50:35 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=185</guid>
		<description><![CDATA[  
具体步骤：
1.备份原文件&#38;数据库
2.重新再新空间安装WP
3.安装完成后上传插件&#38;表情&#38;文件&#38;模板
4.清空重新安装生成的数据库
5.导入原来的数据库
6.修改数据库中的路径
7.OK
自己琢磨了一些时间 呵呵
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>准备换个空间了</title>
		<link>http://www.cnwxy.info/archives/181</link>
		<comments>http://www.cnwxy.info/archives/181#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:45:18 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=181</guid>
		<description><![CDATA[现在的这个美国空间经常打不开。。。
大包  20:37:36
这样吧，我退你部分空间费，你再找找其它的，
其它客户没有反映，既然你不满意，我退你部分空间费
〓阿￠布〓  20:37:51

〓阿￠布〓  20:37:54
退多少？
大包  20:38:10
你说 想退多少
〓阿￠布〓  20:38:32
但是多少钱买的我都忘了 但我觉得如果换个空间做博客 那这个空间就浪费了 也不好
大包  20:39:12
99￥一年的
大包  20:39:24
5.15号续费的
〓阿￠布〓  20:40:30
退60元吧
大包  20:40:58
你先备份数据，好了后，联系我
〓阿￠布〓  20:41:18
恩 明天我再联系你退吧 今天先备份数据
大包  20:41:27
好的
  
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>汉化了CnWxy的模板</title>
		<link>http://www.cnwxy.info/archives/159</link>
		<comments>http://www.cnwxy.info/archives/159#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:23:15 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=159</guid>
		<description><![CDATA[迎接国庆60周年   
另外还在文章下面加了版权信息和不负责任的声明！哈哈！
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/159/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>弄了半天 还是不换空间了</title>
		<link>http://www.cnwxy.info/archives/116</link>
		<comments>http://www.cnwxy.info/archives/116#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:59:43 +0000</pubDate>
		<dc:creator>wxy_332</dc:creator>
				<category><![CDATA[关于Blog]]></category>

		<guid isPermaLink="false">http://www.cnwxy.info/?p=116</guid>
		<description><![CDATA[现在这个美国空间虽然不稳定（经常打不开），但也购买了1年的使用时间了，还是先将就用到吧。。。:ohh:
]]></description>
		<wfw:commentRss>http://www.cnwxy.info/archives/116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
