Tag Archives: PHP

Zend Framework Route Context Plugin

I want to share a simple, yet very useful, custom Zend Framework plugin that we use on almost all of our projects. The plugin (and associated code in the layout file) provides the Zend Framework route context as CSS classes on the body element. This allows us to change the design (using CSS) and/or behavior […]

Phing Build Script

I’ve been experimenting with using Phing to automate building and deploying web applications. I want to share one of my build scripts and perhaps get some feedback from anyone with more experience using Phing. The requirements for the build script are fairly simple: It will not handle deployment. This particular web application is deployed by […]

TEK·X PHP Conference

I registered today for the upcoming TEK·X PHP conference in Chicago. I attended both ZendCon ’08 and ’09 but this will be my first TEK·X experience. I have heard that TEK·X is more of a community conference while ZendCon has a reputation for being more corporate. The schedule has not been announced yet (which is […]

Year In Review

Being the first day of 2010, I thought it would be a good time to take a look back at 2009… Burlington, VT PHP Users Group 2009 was the second full year of the Burlington, VT PHP Users Group. We had some fun meetings and presentations including: January Jason Pelletier gave a presentation on CSS […]

Bug Hunting

If you are a PHP developer in the Burlington, Vermont area then you should come to tomorrow (11/19) evening’s PHP Users Group meeting at the newly opened Office Squared coworking space in downtown Burlington. This month we will be learning how to find and fix bugs in free and open source projects. From the meeting […]

Rackspace Cloud Sites

We’ve been a Rackspace Cloud Sites (formerly Mosso) customer for about three years. In fact, I signed up as a beta tester when it was originally called “the system beats the machine.” I doubt many people that work at Rackspace even know that it once had that rather odd name. Honestly, it was very rocky […]

Beginner PHP Code Examples

At last month’s Burlington, VT PHP Users Group meeting I presented a session on beginner PHP. The code examples can be downloaded (or forked) from GitHub. The talk was geared towards complete beginners and covered the basic structure of a PHP script, variables, comments, data types, arrays (enumerative, associative and multi-dimensional), operators, conditionals, iterative constructs, […]

The PHP Community

Last week I was at ZendCon, the largest yearly event of the PHP community. One thing that I’ve been thinking about lately, and something that many other people have talked about, is how unique the PHP community is. People are generally friendly and welcoming. Rarely do you run into someone who thinks he or she […]

Beginner PHP

The Burlington, VT PHP Users group has been going strong for almost two years now. We’ve had lots of great presentations and some really experienced PHP developers at the meetings. However, I’ve been concerned that we might scare away PHP beginners with many of the meetings being on advanced topics. So, our next meeting topic […]

ZendCon Tips

Last year was my first ZendCon experience and I’m happy to say that I’ll be going again this year. Here are some tips based on my experience at last year’s conference. These tips are meant for newcomers, but may be useful to alumni as well. Participate in the backchannel. Last year’s conference attendees generated over […]