Archive for the “PHP” Category

WP Super Cache not caching (solution)

Wednesday, July 1st, 2009

(this post is more a note to my future self than anything else) The WP Super Cache plugin for WordPress is a pretty awesome plugin. The other day I was having problems with it not doing any caching and spitting out the following just before the head tag (where the wp_head() call is): <!– Page [...]

Learning Zend Framework

Monday, June 16th, 2008

So, I’m playing with Zend Framework. My initial impressions are that it seems very cool. The database stuff especially. One thing, and this is not limited to the Zend Framework, is that it’s such a big system, there is a lot of stuff to get your head around, so documentation is critical. Unfortunately, the documentation [...]

Keeping a session alive

Thursday, April 14th, 2005

One of the problems we found with people using our content management system was that, frequently, they would take very long editing a page, causing the session to time out, thereby losing their changes. We could have written code to catch the timout session, and somehow not lose their changes, but we decided on a [...]