<?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>effective life plus</title>
	<atom:link href="http://www.binzywu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binzywu.com</link>
	<description>Binzy&#039;s blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>深入PHP ：面向对象，模式与实践</title>
		<link>http://www.binzywu.com/2010/06/%e6%b7%b1%e5%85%a5php-%ef%bc%9a%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%ef%bc%8c%e6%a8%a1%e5%bc%8f%e4%b8%8e%e5%ae%9e%e8%b7%b5/</link>
		<comments>http://www.binzywu.com/2010/06/%e6%b7%b1%e5%85%a5php-%ef%bc%9a%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%ef%bc%8c%e6%a8%a1%e5%bc%8f%e4%b8%8e%e5%ae%9e%e8%b7%b5/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 00:00:00 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[实践]]></category>
		<category><![CDATA[模式]]></category>
		<category><![CDATA[深入php]]></category>
		<category><![CDATA[翻译]]></category>
		<category><![CDATA[面向对象]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=121</guid>
		<description><![CDATA[书终于在上个月出版了，而我对翻译的记忆的细节已经完全模糊了，只依稀记得那是从2007年到2008年。刚开始的时候是第一版，然后第二版出来了，然后继续翻译，因为2版之间区别不大。大部分的时间都是haohappy在沟通和协调，而我仅是负责我的那部分。虽然我也已然记不大清我具体负责了哪几章，大体是模式那部分。书最终还是出版了，虽然有读者抱怨说原书第三版已然出版，但我还是想说，虽然是第二版，书还是好书。这本书是为数不多的把面向对象，模式及相关良好实践阐述的比较清晰和深人，并且按照PHP的方式来阐述的书。虽然书中的一部分内容，现在看来有些许过时，但理论是一致的。大部分应用软件开发的成本如果不计质量（当然也不计研发），那主要在于单位时间的人力成本及时间总量。而优秀的设计，模式和实践都有助于降低成本及提高或保持质量。 原书的第三版从目录来看，更新了一些有些过时的内容，比如版本管理从CVS改为SVN，针对PHP5.3的一些新特性添加了一些内容，并且加入了持续集成这样的重要敏捷元素章节。 不得不说，翻译比我想象的要累得多。不仅要考虑到原作的表达，也要符合中文的习惯。希望我的翻译不是太糟糕。 更多关于本书，可前往douban等网站，也希望大家多批评指正。]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="深入php" src="http://img2.douban.com/mpic/s4261122.jpg" alt="" width="108" height="136" />书终于在上个月出版了，而我对翻译的记忆的细节已经完全模糊了，只依稀记得那是从2007年到2008年。刚开始的时候是第一版，然后第二版出来了，然后继续翻译，因为2版之间区别不大。大部分的时间都是haohappy在沟通和协调，而我仅是负责我的那部分。虽然我也已然记不大清我具体负责了哪几章，大体是模式那部分。书最终还是出版了，虽然有读者抱怨说原书第三版已然出版，但我还是想说，虽然是第二版，书还是好书。这本书是为数不多的把面向对象，模式及相关良好实践阐述的比较清晰和深人，并且按照PHP的方式来阐述的书。虽然书中的一部分内容，现在看来有些许过时，但理论是一致的。大部分应用软件开发的成本如果不计质量（当然也不计研发），那主要在于单位时间的人力成本及时间总量。而优秀的设计，模式和实践都有助于降低成本及提高或保持质量。</p>
<p>原书的<a title="第三版" href="http://www.amazon.com/PHP-Objects-Patterns-Practice-Third/dp/143022925X/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1276732693&amp;sr=8-3" target="_blank">第三版</a>从目录来看，更新了一些有些过时的内容，比如版本管理从CVS改为SVN，针对PHP5.3的一些新特性添加了一些内容，并且加入了持续集成这样的重要敏捷元素章节。</p>
<p>不得不说，翻译比我想象的要累得多。不仅要考虑到原作的表达，也要符合中文的习惯。希望我的翻译不是太糟糕。<br />
更多关于本书，可前往<a title="douban" href="http://book.douban.com/subject/4746407/">douban</a>等网站，也希望大家多批评指正。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2010/06/%e6%b7%b1%e5%85%a5php-%ef%bc%9a%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%ef%bc%8c%e6%a8%a1%e5%bc%8f%e4%b8%8e%e5%ae%9e%e8%b7%b5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expand Short Url &amp; Google App Engine</title>
		<link>http://www.binzywu.com/2010/04/expand-short-url-google-app-engine/</link>
		<comments>http://www.binzywu.com/2010/04/expand-short-url-google-app-engine/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 12:46:48 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[longurl]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=110</guid>
		<description><![CDATA[1. I decided to play around with Python several months ago, but the only thing I&#8217;ve done is once creating a script to retrieve an online manual with still few understanding of python. I think I should keep trying… 2. &#8230; <a href="http://www.binzywu.com/2010/04/expand-short-url-google-app-engine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>1.</strong> I decided to play around with Python several months ago, but the only thing I&#8217;ve done is once creating a script to retrieve an online manual with still few understanding of python. I think I should keep trying…</p>
<p><strong>2.</strong> I&#8217;m living in China within the famous GFW, and I&#8217;m using a twitter proxy site to tweet when I&#8217;m at home or using mobile phone.   So there is a problem to me, the <a href="http://bit.ly">http://bit.ly</a> is almost the most popular short url service on twitter which is also blocked by GFW…</p>
<p><strong>3.</strong> There are some short url expanding service sites, like <a href="http://longurl.org">http://longurl.org</a>, but they were blocked sometime…</p>
<p>I decided to create a simple function with google app engine after dinner. So that I can continue to learn some of python and also know a little of google&#8217;s cloud stuff.</p>
<p>Then here you go the app: <a href="http://yatlongurl.appspot.com/">http://yatlongurl.appspot.com/</a> and the source code <a title="longurl soucecode" href="http://cid-d9567c418d80ac34.skydrive.live.com/self.aspx/.Public/misc/longurl.zip" target="_blank">here</a>. Really quite fun to write code with python. But it looks the app will be intermittently unavailable. And apparently, I did not use any of real functionalities of google&#8217;s app engine. Possibly I will add support to automatically retweet or delicious the useful link while expanding it .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2010/04/expand-short-url-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Windows Phone 7 Series the One I Expect?</title>
		<link>http://www.binzywu.com/2010/02/is-windows-phone-7-series-the-one-i-expect/</link>
		<comments>http://www.binzywu.com/2010/02/is-windows-phone-7-series-the-one-i-expect/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:12:54 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[windows phone 7 series]]></category>
		<category><![CDATA[windows phone7]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=108</guid>
		<description><![CDATA[Microsoft announced WP7 series on WMC2010. (Announce video: http://www.youtube.com/watch?v=5q-HtdW03Zs, pretty cool!) And there are lots of people are talking about it. But what I expect of a mobile OS? I write this down 9 months ago: 1. Small/Micro kernel. 2. Powerful &#8230; <a href="http://www.binzywu.com/2010/02/is-windows-phone-7-series-the-one-i-expect/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced WP7 series on WMC2010. (Announce video: <a href="http://www.youtube.com/watch?v=5q-HtdW03Zs">http://www.youtube.com/watch?v=5q-HtdW03Zs</a>, pretty cool!) And there are lots of people are talking about it. But what I expect of a mobile OS? I write <a href="http://www.binzywu.com/2009/05/mobile-operating-systems/" target="_blank">this</a> down 9 months ago:</p>
<p>1. Small/Micro kernel.<br />
2. Powerful UI.<br />
3. Simple Application development.</p>
<p>And what I can see now is it really has an innovative UI and I like it. The kernel should be neat althought it definitely should be based on Win CE (guess). So what I really want to know is how to develop app based on this new UI. It should bring a tough switch&#8230; But let&#8217;s check it out on <a title="mix10" href="http://live.visitmix.com" target="_blank">MIX10</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2010/02/is-windows-phone-7-series-the-one-i-expect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Word Clouds: Wordle</title>
		<link>http://www.binzywu.com/2010/02/word-clouds-wordle/</link>
		<comments>http://www.binzywu.com/2010/02/word-clouds-wordle/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 05:27:41 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[word coulds]]></category>
		<category><![CDATA[wordle]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=103</guid>
		<description><![CDATA[Everyone is showing me a cool style of word clouds, like Jasmin, Tee and Windows Phone 7.  And thanks to Jasmin for sharing this tool to me which is really awesome! Wordle, http://www.wordle.net/. Below is my blog&#8217;s word clouds before &#8230; <a href="http://www.binzywu.com/2010/02/word-clouds-wordle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Everyone is showing me a cool style of word clouds, like <a title="Jasmin Zhang" href="http://jasminzhang.spaces.live.com" target="_blank">Jasmin</a>, <a title="Tee" href="http://kingfriday.co.uk/" target="_blank">Tee </a>and Windows Phone 7.  And thanks to Jasmin for sharing this tool to me which is really awesome! Wordle, <a href="http://www.wordle.net/">http://www.wordle.net/</a>. Below is my blog&#8217;s word clouds before having this entry.</p>
<p><a href="http://www.binzywu.com/wp-content/uploads/2010/02/bzwordclouds.jpg"><img class="alignnone size-medium wp-image-104" title="binzywu.com wordclouds" src="http://www.binzywu.com/wp-content/uploads/2010/02/bzwordclouds-300x166.jpg" alt="" width="300" height="166" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2010/02/word-clouds-wordle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Key points of a successful project with fixed deadline</title>
		<link>http://www.binzywu.com/2010/01/6-key-things-of-a-successful-project-with-fixed-deadline/</link>
		<comments>http://www.binzywu.com/2010/01/6-key-things-of-a-successful-project-with-fixed-deadline/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:05:00 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[PM]]></category>
		<category><![CDATA[decoration]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[scrum]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=95</guid>
		<description><![CDATA[Last November, we were about to move to our new apartment in 4 weeks. The bathroom, living room were planned to be re-decorated completely and we planned to partially make kitchen and bedroom up. And we only had a small &#8230; <a href="http://www.binzywu.com/2010/01/6-key-things-of-a-successful-project-with-fixed-deadline/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.binzywu.com/wp-content/uploads/2010/01/IMG_5270.jpg"><img class="size-medium wp-image-97 alignnone" title="IMG_5270" src="http://www.binzywu.com/wp-content/uploads/2010/01/IMG_5270-300x199.jpg" alt="" width="300" height="199" /></a></p>
<p>Last November, we were about to move to our new apartment in 4 weeks. The bathroom, living room were planned to be re-decorated completely and we planned to partially make kitchen and bedroom up. And we only had a small amount budget and we are both quite busy on our full-time job. But finally I think we are pretty successful on this project since following six things.</p>
<p><strong>1. Good Plan</strong><br />
Stick to your budget, make a well plan according to your real needs and budget. Never trying to achieve more than  reality. Clearly write down the items into a backlog with milestones/check points.</p>
<p><strong>2. Clear Defined Scope</strong><br />
This should be part of the plan, but I separate it since it is critical to the whole project.  If you really want to extend the scope, that means either the project will be delayed or you have to remove something from the scope finally.</p>
<p><strong>3. A Good Team Lead</strong><br />
A good team is always required for any successful project. But a good team lead is much more important. A good team leader means a lot of things, like:<br />
a. Accurate data of status which is also in time<br />
b. Appropriated arrangement<br />
c. Risks identified<br />
d. Agile, frankly, without a great team lead (a good scrum master or project manager),  you are not able to be real agile.</p>
<p><strong>4. Choose Good Suppliers<br />
</strong>During the whole decoration period, you need to buy lots of stuff. If time is not a matter, it will be pretty OK to find cheap stuff with good quality. But it’s not the case to me. So there are only two places where I bought things I need, they are IKEA and B&amp;Q. IKEA almost always has goods in stock while B&amp;Q almost has everything. Another great thing of this kind of supplier is that they sell at expressly marked price and I can easily manage the account.</p>
<p><strong>5. Delegation</strong><br />
You have to delegate many things to the project/team leader, as they are good at the decoration and you should put your time and effort to the things you most concern. So look back to your project backlog and see what you must to do in person.</p>
<p><strong>6. Compromise</strong><br />
No perfect. You have to make trade-offs. Make decisions based on the values not the feelings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2010/01/6-key-things-of-a-successful-project-with-fixed-deadline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx + Zend Framework @ Windows</title>
		<link>http://www.binzywu.com/2009/10/nginx-zend-framework-windows/</link>
		<comments>http://www.binzywu.com/2009/10/nginx-zend-framework-windows/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:54:32 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cgi]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[ZF]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=82</guid>
		<description><![CDATA[If you feel pretty boring with Apache, just like me, so having a try of nginx might be good idea. Although at most of my time, I&#8217;m using Windows, fortunately, nginx has native Windows build. So my steps might be &#8230; <a href="http://www.binzywu.com/2009/10/nginx-zend-framework-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you feel pretty boring with Apache, just like me, so having a try of nginx might be good idea. Although at most of my time, I&#8217;m using Windows, fortunately, nginx has native Windows build. So my steps might be helpful to you to try nginx on Windows, especially Windows 7.</p>
<p>1. Download nginx and php and install</p>
<ul>
<li><a href="http://nginx.net/">http://nginx.net/</a></li>
<li><a href="http://windows.php.net/download/">http://windows.php.net/download/</a> (I don&#8217;t like the installer)</li>
</ul>
<p>2. Configure nginx and php</p>
<ul>
<li>PHP, no specific configuration, just do what you like to php.ini.</li>
<li>Nginx<br />
<strong>Fast-CGI of php</strong><br />
You can find sample from wiki.nginx.org, <a href="http://wiki.nginx.org/PHPFastCGIOnWindows">http://wiki.nginx.org/PHPFastCGIOnWindows</a>, below works for me.</p>
<pre class="brush:plain">location ~ \.php$ {
            fastcgi_pass   127.0.0.1:9999;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  D:/www/public/$fastcgi_script_name;
            include        fastcgi_params;
        }</pre>
<p><strong>Configure for Zend Framework<br />
</strong>-f and !-f are used for checking whether file exists.</p>
<pre class="brush:plain">        error_page 404 /index.php;

        if (!-f $request_filename) {
            rewrite ^.*$ /index.php last;
            break;
        }</pre>
</li>
</ul>
<p>3. batch script to start and stop nginx + php-cgi</p>
<p>I&#8217;m using <a href="http://www.msfn.org/board/tool-hide-console-command-line-windows-t49184.html&amp;t=49184" target="_blank">RunHiddenConsole</a> to hide the prompt window and actually you also can use vbs to run nginx.</p>
<p>start-nginx.bat</p>
<pre class="brush:plain">@ECHO OFF
ECHO Starting PHP FastCGI...
C:\nginx\RunHiddenConsole.exe C:\PHP5\php-cgi.exe -b 127.0.0.1:9999
ECHO Starting nginx...
C:\nginx\RunHiddenConsole.exe c:\nginx\nginx.exe</pre>
<p>stop-nginx.bat</p>
<pre class="brush:plain">@ECHO OFF
ECHO Stopping nginx...
taskkill /F /IM nginx.exe
ECHO Stopping php-cgi...
taskkill /F /IM php-cgi.exe</pre>
<p>but php-pfm doesn&#8217;t work on Windows unless you are using cygwin.</p>
<p><img class="alignnone size-medium wp-image-90" title="nginx_zend" src="http://www.binzywu.com/wp-content/uploads/2009/10/nginx_zend-300x125.jpg" alt="nginx_zend" width="300" height="125" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/10/nginx-zend-framework-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Framework Multiple Helper Path Configuration</title>
		<link>http://www.binzywu.com/2009/10/zend-framework-multiple-helper-path-configuration/</link>
		<comments>http://www.binzywu.com/2009/10/zend-framework-multiple-helper-path-configuration/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:22:02 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[helper]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[Zend_View]]></category>
		<category><![CDATA[ZF]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=79</guid>
		<description><![CDATA[As you may have multiple configuration for helpers of Zend View, simply configure as below will help resources.view.helperPath.Zend_View_Helper = APPLICATION_PATH "/views/helpers" resources.view.helperPath.My_Custom_Helper = "/path to helpers" The &#8220;My_Custom_Hepler&#8221; is the prefix, so that you can support your different modules&#8217; help &#8230; <a href="http://www.binzywu.com/2009/10/zend-framework-multiple-helper-path-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you may have multiple configuration for helpers of Zend View, simply configure as below will help</p>
<pre class="brush:php">resources.view.helperPath.Zend_View_Helper = APPLICATION_PATH "/views/helpers"
resources.view.helperPath.My_Custom_Helper = "/path to helpers"</pre>
<p>The &#8220;My_Custom_Hepler&#8221; is the prefix, so that you can support your different modules&#8217; help path without hard coding in php codes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/10/zend-framework-multiple-helper-path-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>subversion client and http</title>
		<link>http://www.binzywu.com/2009/10/subversion-client-and-http/</link>
		<comments>http://www.binzywu.com/2009/10/subversion-client-and-http/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:05:07 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[neon]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=76</guid>
		<description><![CDATA[I hate subversion&#8230; while using linux, I thought subversion client should natively support http schema,  but actually it doesn&#8217;t. By reading installation instruction, it says I need Neon&#8230; Then I download Neon and configure with &#8211;with-neon=&#60;neonpath&#62;, doesn&#8217;t work! try copy &#8230; <a href="http://www.binzywu.com/2009/10/subversion-client-and-http/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I hate subversion&#8230;</p>
<p>while using linux, I thought subversion client should natively support http schema,  but actually it doesn&#8217;t. By reading installation instruction, it says I need Neon&#8230; Then I download Neon and configure with &#8211;with-neon=&lt;neonpath&gt;, doesn&#8217;t work! try copy neon to subversion source code, reconfigure it&#8230; without &#8211;with-neon option&#8230; still doesn&#8217;t work! Shit&#8230; via looking into configure log, it says&#8230;</p>
<blockquote><p>checking neon library version&#8230; 0.29.0<br />
You have a neon/ subdir containing version 0.29.0,<br />
but Subversion needs neon 0.28.4.</p>
<p>An appropriate version of neon could not be found, so libsvn_ra_neon<br />
will not be built.  If you want to build libsvn_ra_neon, please either<br />
install neon 0.28.4 on this system</p>
<p>or</p>
<p>get neon 0.28.4 from:<br />
    <a href="http://www.webdav.org/neon/neon-0.28.4.tar.gz">http://www.webdav.org/neon/neon-0.28.4.tar.gz</a><br />
unpack the archive using tar/gunzip and rename the resulting<br />
directory from ./neon-0.28.4/ to ./neon/</p>
<p>no suitable neon found</p></blockquote>
<p>&#8230; download 0.28.4, copy to sub folder, configure&#8230; yeah&#8230; works, finally. You can check whether it supports http via &#8220;svn &#8211;version&#8221;, there should be a ra_neon module.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/10/subversion-client-and-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grey&#8217;s Anatomy Season 6</title>
		<link>http://www.binzywu.com/2009/09/greys-anatomy-season-6/</link>
		<comments>http://www.binzywu.com/2009/09/greys-anatomy-season-6/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:09:05 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[George]]></category>
		<category><![CDATA[Grey's Anatomy]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=68</guid>
		<description><![CDATA[The new season will start very soon on Sep 24th. http://www.greysanatomyinsider.comhas posted many info about season 6, it looks the season will change a lot. At least I&#8217;m not expecting George to be back any more&#8230; The poster as below &#8230; <a href="http://www.binzywu.com/2009/09/greys-anatomy-season-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The new season will start very soon on Sep 24th. <a href="http://www.greysanatomyinsider.com">http://www.greysanatomyinsider.com</a>has posted many info about season 6, it looks the season will change a lot. At least I&#8217;m not expecting George to be back any more&#8230; The poster as below shows the beginning of new season will be quite dark&#8230;</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-69" title="greysanatomyseason6poster" src="http://www.binzywu.com/wp-content/uploads/2009/09/03_234445_greysanatomyseason6poster_400x517.jpg" alt="greysanatomyseason6poster" width="400" height="517" /><p class="wp-caption-text">greys anatomy season6 (copyright (c) abc.com?) </p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/09/greys-anatomy-season-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Photojojo Newsletter</title>
		<link>http://www.binzywu.com/2009/09/photojojo-newsletter/</link>
		<comments>http://www.binzywu.com/2009/09/photojojo-newsletter/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 13:20:36 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Photo]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[photojojo]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=61</guid>
		<description><![CDATA[Photojojo.com is a website shares the tips of photograph, and I have subscribed their newsletter for a while. It&#8217;s an amazing website, which is pretty simple and doesn&#8217;t have too many features, but it&#8217;s really popular, and it has more &#8230; <a href="http://www.binzywu.com/2009/09/photojojo-newsletter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Photojojo.com is a website shares the tips of photograph, and I have subscribed their newsletter for a while. It&#8217;s an amazing website, which is pretty simple and doesn&#8217;t have too many features, but it&#8217;s really popular, and it has more than 170k RSS feed subscriber!</p>
<p>Frankly, most of the newsletters in my mailbox are unread, and I just realize how useful and interesting those newsletters are recently, like <a title="photojojo" href="http://photojojo.com/content/inspiration/daily-polaroid-food-blog/" target="_blank">this one</a>. I have my DSLR several years ago, but I never tried to learn how to take real good photo&#8230; In early <span style="text-decoration: line-through;">2009</span> <span style="color: #000080;">2008</span>, I began to take photo weekly, although finally I re-created an account on flickr for some reason, I did enjoy those photos and I&#8217;m considering to learn something. So reading newsletters from photojojo and cleaning my DSLR might be a good new start point.</p>
<p>In China, we call lens are <span style="font-family: Microsoft YaHei">镜头</span>, and everyone has a brain, I mean head, which we call <span style="font-family: Microsoft YaHei">头</span>. So it is always said that the <span style="font-family: Microsoft YaHei">头</span> (brain) behind camera is more important than the <span style="font-family: Microsoft YaHei">头</span> (lens) which is at front.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/09/photojojo-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
