ShiftEleven

Snow Leopard and ZendServer CE 4.0.5

So I'm all upgraded onto the new Snow Leopard and I wanted to see what ZendServer CE was all about.  Well, unfortunately, when I try to run it, I see watchdog errors when I try to start the Java Bridge and Lighttpd. Some have updated the lighttpd service script to not use watchdog (which still hoses the JavaBridge), while others tried to create a new zend user. What worked for me was to replace the watchdog application. After doing that, everything worked fine and I didn't have to modify the lighttpd script or create a zend user.

bug, Mac OS X, php, snowleopard, Software Development, watchdog, zendserver

Managing Vim Scripts with a Vimball

I am a vim user. The thing I like about vim is it's speed, how universal it is, and it's customizations. These customizations can come in the form of plugins, syntax files, compilers, and code completion utilities; all of which are scripts. Scripts can be a single file like MiniBufExplorer or can encompass multiple files like vjde.

script, Software Development, Version Control, vim, vimball