Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
Changing Your Routine for Daylight Savings
At the beginning of each calendar year, we tell ourselves that this year is gonna be different. We write down our resolutions, with a clean slate, and the promise of improving our lives. We tend to limit ourselves that this is the only time we can evaluate and change our behavior. Instead there are many … Read more » Changing Your Routine for Daylight Savings
Laying the Groundwork
Last night I gave a talk Laying the Groundwork at Seattle PHP. Over the years, I’ve seen a lot of different projects. Their quality and maintainability varied greatly. So I wanted to help my fellow developers to learn from the mistakes of developers past. Also, judging by what I’ve seen on the web, some PHP … Read more » Laying the Groundwork
No Route Found For The Request with WordPress Multisite
Ever get the error No route found for the request when doing some web development? I did. Here’s how I solved it.
WordPress Infinite Redirection Loop
One thing we often have to do as web developers, is update the main URL of the site. Usually, it’s because we need to configure the site on a new server. This might be becase you’re migrating to a new hosting company, or just creating a new environment at your current web host. Privacy is … Read more » WordPress Infinite Redirection Loop