Category Archives: Life

Zend Framework Multiple Helper Path Configuration

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 “My_Custom_Hepler” is the prefix, so that you can support your different modules’ help … Continue reading

Posted in Programming | Tagged , , , , , , | 1 Comment

subversion client and http

I hate subversion… while using linux, I thought subversion client should natively support http schema,  but actually it doesn’t. By reading installation instruction, it says I need Neon… Then I download Neon and configure with –with-neon=<neonpath>, doesn’t work! try copy … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Grey’s Anatomy Season 6

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’m not expecting George to be back any more… The poster as below … Continue reading

Posted in TV | Tagged , | 2 Comments

Photojojo Newsletter

Photojojo.com is a website shares the tips of photograph, and I have subscribed their newsletter for a while. It’s an amazing website, which is pretty simple and doesn’t have too many features, but it’s really popular, and it has more … Continue reading

Posted in Photo | Tagged , , | Leave a comment

.Net IoC Containers

Unity, http://unity.codeplex.com, Ms-PL license Developed by Microsoft P&P. Spring.Net, http://www.springframework.net/, Apache 2.0 License Port from the famous Spring framework. Castle, http://www.castleproject.org/, Apache 2.0 License The first .Net IoC Container? StructureMap, http://structuremap.sourceforge.net/, Apache 2.0 License Looks good. The fifth? [updated on Sep … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment

Live Mesh + Win2008 + 80004002 Error

The system partition of my workstation was crashed… I have to reinstall the opration system, windows server 2008 (not R2). And I got error while installing live mesh, which is 80004002. Thanks to the search engine, I solved finally. Looks … Continue reading

Posted in Cloud | Tagged , , | 1 Comment