<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>Nio's Weblog</title>
	<link>http://www.nioxiao.com</link>
	<description>Coding Life</description>
	<lastBuildDate>Sun, 01 Nov 2009 14:06:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>2009年的第一场雪</title>
		<description>有照片为证 :D


准备攻击


专心做雪球


准备投弹



还是戴上手套暖和


棉花糖


车已经被大雪覆盖


在车后边堆了个雪人


刚清理完车上的雪，和雪人来一张合影 </description>
		<link>http://www.nioxiao.com/archives/951</link>
			</item>
	<item>
		<title>PHP curl 抓取页面时的 cookie 问题</title>
		<description>使用 PHP curl 抓取页面时，可以设置 cookie 保存的文件，示例代码：
[php]

[/php]
特别需要注意的是，在完成抓取之后，需要把 cookie 文件删除，否则下次抓取时会自动使用原有的 cookie 数据，从而导致一些预想不到的错误（我们今天就被这个问题折腾了很久 :( ）。 </description>
		<link>http://www.nioxiao.com/archives/949</link>
			</item>
	<item>
		<title>Chunking Large Queries with Iterators in PHP</title>
		<description>Chunking Large Queries with Iterators in PHP

When executing large queries it's usually best not to load the whole result set in one go. Memory isn't infinite and PHP isn't renowned for handling it very well. So the obvious answer is to chunk the large query in to lots of smaller ...</description>
		<link>http://www.nioxiao.com/archives/947</link>
			</item>
	<item>
		<title>WinCache – Preliminary tests look REALLY good</title>
		<description>WinCache – Preliminary tests look REALLY good

Those of you who follow me on twitter know that recently, I tweeted that I had installed Microsoft’s new PHP Opcode Cache, WinCache on a test machine and didn’t see much difference in performance. I then later tweeted that it was probably due to ...</description>
		<link>http://www.nioxiao.com/archives/945</link>
			</item>
	<item>
		<title>Easyrest Rest Framework</title>
		<description>Easyrest Rest Framework 1.0 Released (Client and Server Library)


What is the Easyrest?
Easyrest is a REST framework that contains client and server implementations.It has a easy structural data transfer unlike XML-RPC.Easyrest use a lot of pear packages and it has got custom apikey functionality.I think using the pear libraries is not ...</description>
		<link>http://www.nioxiao.com/archives/943</link>
			</item>
	<item>
		<title>三种类型的程序员</title>
		<description>The three types of programmers

The other day I was thinking of programmer types. In a way, I think there are three kinds of programmers when looking at a high level:

   1. The smart-and-gets-things-done programmer
   2. The smart programmer
   3. The “just a” programmer

So how ...</description>
		<link>http://www.nioxiao.com/archives/941</link>
			</item>
	<item>
		<title>What makes a good programmer?</title>
		<description>What makes a good programmer?

Some casual surfing led me to this article from a couple of years ago, titled "How to recognize a good programmer". It was a nice read, but as many in the comments pointed out, the criteria the author set forth most likely describe himself and are ...</description>
		<link>http://www.nioxiao.com/archives/939</link>
			</item>
	<item>
		<title>Optimize Parallel Downloads to Minimize Object Overhead</title>
		<description>Optimize Parallel Downloads to Minimize Object Overhead

Summary: With the average web page growing past 50 external objects, object overhead now dominates most web page delays. Increasing parallel downloads by using multiple hostnames can realize up to a 40% improvement in web page latency. 

浏览器对于同一域名下的文件（图片、JS、CSS）加载是依次进行的，当一个页面中的这些外部对象太多的时候，这种加载延迟会给访问者造成很慢的感觉。通过使用多个域名，解析到同一个服务器，可以“欺骗”浏览器，使其同时对这些外部对象并行加载，从而加快客户端的加载速度。在这基础之上，还可以使用 CDN 进一步优化服务器端，使 B/S 加载速度平衡。 </description>
		<link>http://www.nioxiao.com/archives/937</link>
			</item>
	<item>
		<title>PHP Security: Fortifying Your Website- Power Tips, Tools &#038; How to’s</title>
		<description>PHP Security: Fortifying Your Website- Power Tips, Tools & How to’s

PHP is the most popular web programming languages in use today due in large part to the fact that it’s a highly flexible syntax that can perform many functions while working flawlessly in conjunction with html – Plus it’s relatively ...</description>
		<link>http://www.nioxiao.com/archives/935</link>
			</item>
	<item>
		<title>结婚七周年纪念</title>
		<description>时间过得真快，一眨眼就已经铜婚了，据说有七年之痒，哈哈。有了小孩之后，生活重心也转移了，去年的这个时候，我俩竟然都忘了，唉～～。所以今天要再转移回来，放在 Shxll 身上，好好庆祝庆祝 :D </description>
		<link>http://www.nioxiao.com/archives/933</link>
			</item>
</channel>
</rss>
