Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.Calendar
Categories
- Life (16)
- Uncategorized (1)
- Web (2)
- Mobile Web (1)
- Search (1)
Tag Could
.Net Bing camera config Container crawler decoration DI flickr George Grey's Anatomy helper http IE IoC iphone Izz linux livemesh mesh Microsoft mobile neon nginx Opera os Photo photojojo php php-cgi ringtone robots.txt Search Season5 Spring subversion svn view widget win2008 windows windows mobile zend framework Zend_View ZFRecent Tweets
Warning: Invalid argument supplied for foreach() in /home/binzywu/public_html/wp-content/plugins/wordtwit/html/twitter.php on line 4
Blogroll
Archives
Meta
Monthly Archives: October 2009
nginx + Zend Framework @ Windows
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’m using Windows, fortunately, nginx has native Windows build. So my steps might be … Continue reading
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
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