Including External View Files in WordPress Widgets

I ran into a problem today while cleaning up and modifying some widgets. I moved all of the markup inside widget() to an external view file, and then included it via require_once(), which worked fine. I then tried to do the same thing inside form(), but didn’t get any output. It turns out that you […]

Continue reading...

Pushing Back Against Unreasonable Employer Demands

I just read a good article on work/life balance from Kendall Guillemette. It’s encouraging to hear others in the industry pushing back against the sense of entitlement many employers have regarding our time (which is to say, our lives). I think the 40-hour work week was one of the most important advances of the labor movement, […]

Continue reading...

Comparing WordPress, Drupal and Joomla in 2011

Ok, so it’s already 2012, but I just came across an article comparing the three from last year and it was a good read. Like a lot of articles, though, the real value is in the comments more than the article itself. Going into it I had the impression that Joomla was a stagnant mess, but […]

Continue reading...

FastCGI errors after PHP upgrade

I ran into a small problem upgrading PHP from 5.3.5 to 5.3.10 on a MediaTemple CentOS VPS today. The upgrade completed without any errors, but when I reloaded the site I got a “500 Internal Server Error” message. It was the stock installation, so I’m not sure which module it was using or what repository […]

Continue reading...