<?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.yaoyingying.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaoyingying.com</link>
	<description>Everything you have seen here has been an illusion!</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:27:41 +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>Ubuntu 里 flash 中的汉字显示为框框</title>
		<link>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/</link>
		<comments>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:56:42 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=777</guid>
		<description><![CDATA[修改 /etc/fonts/conf.d/49-sansserif.conf 内容如下，解决flash不能显示中文的问题：

&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;!DOCTYPE fontconfig SYSTEM &#34;fonts.dtd&#34;&#62;
&#60;fontconfig&#62;
&#60;!--
  If the font still has no generic name, add sans-serif
--&#62;
   &#60;match target=&#34;pattern&#34;&#62;
      &#60;test qual=&#34;all&#34; name=&#34;family&#34; compare=&#34;not_eq&#34;&#62;
         &#60;string&#62;sans-serif&#60;/string&#62;
      &#60;/test&#62;
      &#60;test qual=&#34;all&#34; name=&#34;family&#34; compare=&#34;not_eq&#34;&#62;
 [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/03/06/ubuntu-%e9%87%8c-flash-%e4%b8%ad%e7%9a%84%e6%b1%89%e5%ad%97%e6%98%be%e7%a4%ba%e4%b8%ba%e6%a1%86%e6%a1%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 层最小高度的全兼容写法</title>
		<link>http://www.yaoyingying.com/2010/02/25/css-%e5%b1%82%e6%9c%80%e5%b0%8f%e9%ab%98%e5%ba%a6%e7%9a%84%e5%85%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/</link>
		<comments>http://www.yaoyingying.com/2010/02/25/css-%e5%b1%82%e6%9c%80%e5%b0%8f%e9%ab%98%e5%ba%a6%e7%9a%84%e5%85%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 07:27:55 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[前端技术]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=773</guid>
		<description><![CDATA[
 min-height:50px;
 _height:expression&#40;this.height &#38;lt; 50? &#34;auto&#34; : &#34;50px&#34;&#41;;

]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/02/25/css-%e5%b1%82%e6%9c%80%e5%b0%8f%e9%ab%98%e5%ba%a6%e7%9a%84%e5%85%a8%e5%85%bc%e5%ae%b9%e5%86%99%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows2k3配置PHP服务器环境</title>
		<link>http://www.yaoyingying.com/2010/02/24/iis6-php5-mysql5/</link>
		<comments>http://www.yaoyingying.com/2010/02/24/iis6-php5-mysql5/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:32:02 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[随便写写]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=769</guid>
		<description><![CDATA[其实感觉一个个下载了安装也挺麻烦的，其实大家都知道PHP，APACHE, MYSQL 之类的软件对其他软件的依赖性都很小，所示我想了个偷懒的方法。
下载Xampp，这是一个很好用的集成环境，体积也很小。
下载了安装到，且安装到 D 盘吧，D:/XAMPP
安装其实就是一个解压的过程，解压完成了会跳出一个 MSDOS 窗口，大多都可以 yes pass，其实我想说的是不用启动那些服务先，因为apache默认的 80 端口已经被 IIS 占用了。所以我想解压完成后 打开 D:/XAMPP 文件夹下 xampp-control.exe 文件，手动去启动一些服务。
首先， apache 是不需要了，把 MYSQL 前面的 Svc 打上钩，将mysql添加到计算机服务里，然后启动mysql。
Filezilla，一个开源的FTP服务器，windows 下的ftp软件基本都要收费，这是个很好的代替品。
其他就暂时不需要了。
接下来打开 D:/XAMPP/PHP 文件下，将该文件夹下的所有 dll 文件复制到 C:\WINDOWS\SYSTEM32 下，如有同名文件存在，覆盖之。
重命名php.ini-dist 为 php.ini，用文本编辑器打开编辑。
查找 register_globals = Off； 打开这个设置为 On。开启全局变量支持功能。
搜索 extension_dir = &#8220;./&#8221; ,  修改为 “D:/xampp/php/ext”。
查找 upload_tmp_dir =  D:/xampp/php/tmp，注意这个文件夹必须可读可写。
搜索 windows Extensions ，打开以下拓展：
php_curl.dll
php_dbase.dll
php_gd2.dll
php_ldap.dll
php_mbstring.dll
php_exif.dll
php_mcrypt.dll
php_ming.dll
php_mysql.dll
php_sockets.dll
php_xmlrpc.dll
php_zip.dll
查找： date.timezome 值设为 PRC。
查找 session.save_path 设为 [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/02/24/iis6-php5-mysql5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla TinyMCE 中文语言包</title>
		<link>http://www.yaoyingying.com/2010/02/21/joomla-tinymce-%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/</link>
		<comments>http://www.yaoyingying.com/2010/02/21/joomla-tinymce-%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:47:12 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[代码人生]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=765</guid>
		<description><![CDATA[在网上找了很久
其实官网上也有下载 http://tinymce.moxiecode.com/download_i18n.php
不过那个 Chinese 的语言包貌似不能用，不知道是哪位仁兄做了语言包放在了  Chamorro 这下面，不管了，能用就行了。
下载后覆盖到 Joomla\plugins\editors\tinymce\jscripts\tiny_mce 这个目录下，再在插件管理里把语言设置成 ch 就OK了。
当然了也可以在这儿下载：
tinymce_lang_pack
]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/02/21/joomla-tinymce-%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Runcode</title>
		<link>http://www.yaoyingying.com/2010/02/03/javascript-runcode/</link>
		<comments>http://www.yaoyingying.com/2010/02/03/javascript-runcode/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:05:07 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[前端技术]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[runcode]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=760</guid>
		<description><![CDATA[代码预览器

&#60;HTML&#62;
&#60;HEAD&#62;
&#60;TITLE&#62;代码预览器&#60;/TITLE&#62;
&#60;META http-equiv=Content-Type content=&#34;text/html; charset=gb2312&#34;&#62;
&#60;SCRIPT language=JavaScript&#62;
 var currentpos,timer;
  function initialize()
  {
    timer=setInterval(&#34;scrollwindow()&#34;,50);
  }
  function sc()
  {
    clearInterval(timer);
  }
  function scrollwindow()
  {
    currentpos=document.body.scrollTop;
    window.scroll(0,++currentpos);
  if (currentpos != document.body.scrollTop)
    sc();
   }
  [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/02/03/javascript-runcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighttp Rewrite Rule For Wordpress</title>
		<link>http://www.yaoyingying.com/2010/02/02/lighttp-rewrite-rule-for-wordpress/</link>
		<comments>http://www.yaoyingying.com/2010/02/02/lighttp-rewrite-rule-for-wordpress/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:40:37 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lighttp]]></category>
		<category><![CDATA[Rewrite Rule]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=757</guid>
		<description><![CDATA[根目录安装是这样的：

url.rewrite-once = &#40;
&#34;^/(.*)?/?files/$&#34; =&#62; &#34;index.php&#34;,
&#34;^/(.*)?/?files/(.*)&#34; =&#62; &#34;wp-content/blogs.php?file=$2&#34;,
&#34;^/(wp-.*)$&#34; =&#62; &#34;$1&#34;,
&#34;^/([_0-9a-zA-Z-]+/)?(wp-.*)&#34; =&#62; &#34;$2&#34;,
&#34;^/([_0-9a-zA-Z-]+/)?(.*\.php)$&#34; =&#62; &#34;$2&#34;,
&#34;.&#34; =&#62; &#34;index.php&#34;
&#41;

wordpress 可以自动实现 域名无 www 向有的跳转，其他程序可以依靠：

$HTTP&#91;&#34;host&#34;&#93; !~ &#34;^(www&#124;mail&#124;mysql)\.(domain\.org)$&#34; &#123;
  $HTTP&#91;&#34;host&#34;&#93; =~ &#34;^(.+\.)?(domain\.org)$&#34; &#123;
    url.redirect = &#40;
      &#34;^/(.*)&#34; =&#62; &#34;http://www.%2/$1&#34; 
    &#41;
  &#125;
&#125;

实现跳转。
]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/02/02/lighttp-rewrite-rule-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 里中英文字体高度不一样</title>
		<link>http://www.yaoyingying.com/2010/01/26/ie8-%e9%87%8c%e4%b8%ad%e8%8b%b1%e6%96%87%e5%ad%97%e4%bd%93%e9%ab%98%e5%ba%a6%e4%b8%8d%e4%b8%80%e6%a0%b7/</link>
		<comments>http://www.yaoyingying.com/2010/01/26/ie8-%e9%87%8c%e4%b8%ad%e8%8b%b1%e6%96%87%e5%ad%97%e4%bd%93%e9%ab%98%e5%ba%a6%e4%b8%8d%e4%b8%80%e6%a0%b7/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 08:49:28 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[前端技术]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=753</guid>
		<description><![CDATA[很多时候会设置字体为“宋体”，就像下图中一开始设置的一样，这样的设置在ie8之前的浏览器都没有问题，在其他浏览器（Firefox，opera&#8230;）也都没有问题，但是在IE8里就怪了，出现下面的情况，数字，非中文字符，英文都会比中文高出一点，而且字体越大，差异越明显。我想，这或许是IE8的一个bug。
网上查了有人说可以吧中文的“宋体”写成“simsun”，我试过了，可以的。
font-family:&#8221;simsun&#8221;,serif;
后来我看了网易得做法：
font-family:\5B8B\4F53,Arial Narrow,arial,serif;
这样挺好，正常了。到底是大网站
head里竟然还用这个“&#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&#62;”
学习的同时顺便鄙视一下。


]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/01/26/ie8-%e9%87%8c%e4%b8%ad%e8%8b%b1%e6%96%87%e5%ad%97%e4%bd%93%e9%ab%98%e5%ba%a6%e4%b8%8d%e4%b8%80%e6%a0%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>南京夫子庙&#8211;瞻园一瞥</title>
		<link>http://www.yaoyingying.com/2010/01/03/%e5%8d%97%e4%ba%ac%e5%a4%ab%e5%ad%90%e5%ba%99-%e7%9e%bb%e5%9b%ad%e4%b8%80%e7%9e%a5/</link>
		<comments>http://www.yaoyingying.com/2010/01/03/%e5%8d%97%e4%ba%ac%e5%a4%ab%e5%ad%90%e5%ba%99-%e7%9e%bb%e5%9b%ad%e4%b8%80%e7%9e%a5/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:44:22 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[幻灯片]]></category>
		<category><![CDATA[水月洞天]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=746</guid>
		<description><![CDATA[中午出门就直奔了玄武湖，NND ，真是土匪，进门就要二十块~，最让哥恼火的是，转了三个小时出了一个”女人“稍微对得起这二十块，其他真让人吐血，沿途拍婚纱照的小娘们在风中直得瑟~
大概5点的时候到了夫子庙，天色将暗，正好适合文化景观~
走着走者到了瞻园

妈的又一土匪地，门票50快~，还给哥配了个小导游，扬州人，挺认真的，可惜她看错了，虽然我是一个人，虽然我花了50块买门票，虽然我身上背着一万多的旅游装备，但是~~~ 哥哥袋袋里只有糖~

小导演跟我天南地北讲了很多，但是感觉她说话不带磁，我绝对是块铁啊，哎~~
吧她打发走了，其实小姑娘的长的还是挺水灵的~，只是说话不带技巧，但是后来发现瞻园里的其他导游都很装B~
自个拍啊拍啊~~ NND，天黑在假山上踩了个空，CAO，幸亏相机没事，头可破，血可流，相机不能丢~


在园子转了好久好久~ 但是转来转去还就这么个地方~ 好小~~
算了 走吧 ，去秦淮河瞧瞧去~~~

]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2010/01/03/%e5%8d%97%e4%ba%ac%e5%a4%ab%e5%ad%90%e5%ba%99-%e7%9e%bb%e5%9b%ad%e4%b8%80%e7%9e%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>热烈庆祝本站PR荣升至5~~</title>
		<link>http://www.yaoyingying.com/2009/12/31/%e7%83%ad%e7%83%88%e5%ba%86%e7%a5%9d%e6%9c%ac%e7%ab%99pr%e8%8d%a3%e5%8d%87%e8%87%b35/</link>
		<comments>http://www.yaoyingying.com/2009/12/31/%e7%83%ad%e7%83%88%e5%ba%86%e7%a5%9d%e6%9c%ac%e7%ab%99pr%e8%8d%a3%e5%8d%87%e8%87%b35/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:33:44 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[心情日记]]></category>
		<category><![CDATA[随便写写]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=744</guid>
		<description><![CDATA[热烈庆祝本站PR荣升至5~~
荣幸之至~~~ 哈哈哈哈
]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/12/31/%e7%83%ad%e7%83%88%e5%ba%86%e7%a5%9d%e6%9c%ac%e7%ab%99pr%e8%8d%a3%e5%8d%87%e8%87%b35/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>走在乡间的小路上</title>
		<link>http://www.yaoyingying.com/2009/12/27/%e8%b5%b0%e5%9c%a8%e4%b9%a1%e9%97%b4%e7%9a%84%e5%b0%8f%e8%b7%af%e4%b8%8a/</link>
		<comments>http://www.yaoyingying.com/2009/12/27/%e8%b5%b0%e5%9c%a8%e4%b9%a1%e9%97%b4%e7%9a%84%e5%b0%8f%e8%b7%af%e4%b8%8a/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 04:50:21 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[水月洞天]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=736</guid>
		<description><![CDATA[车站前徘徊了1分钟，觉得走了进去，买了张回家的票

左：哥们去那儿啊？
右：回家取钱啊！
左：哟，我也是啊！

走在乡间的小路上

蓝天下的棉花地，不过棉花早没了

偶尔还有遗落得一两朵

太阳下山咯~~~喜洋洋哦~拉罗~~

]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/12/27/%e8%b5%b0%e5%9c%a8%e4%b9%a1%e9%97%b4%e7%9a%84%e5%b0%8f%e8%b7%af%e4%b8%8a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
