Transactional Emails for Fun and Profit
I love APIs. A well-defined API can make short work of a complex problem. It’s even more fun when you find a cool API with a great wrapper to make it simple to use. That’s what I found when I started playing with Amazon’s Simple Email Service; a tool that was easy to work with, solved a problem I needed solved, and had a simple to use PHP wrapper.
Full-text Search with SQLite
Full-text search with SQLite is so ridiculously easy to implement, there are only two valid reasons you haven’t done it yet. The first is you don’t need the full-text capability, and the second is you didn’t know it could be done. Here are the steps in full: Ensure full-text search is enabled (see below) Create […]
Finding Exactly Where You Are
Most people are familiar with Google Maps. You type in an address, and you are given a map that shows you the exact location of your query. Part of the process that goes on behind the scenes is geocoding, which takes a physical address and maps it to a set of longitude and latitude coordinates. […]
Elephpant Ware arrives!
php|architect announces our latest project, Elephpant Ware: Wearable art for PHP developers.
Geolocation: Easier Than It Looks
Have you ever wanted to add location-aware content to your web applications? Would you believe me if I told you it was dead easy, and you could be up and running in about 10 minutes? The first thing you want to do is use someone else’s work. Geolocation is a solved problem; there’s no need […]
What is “the Cloud”
Recently, I attended a panel of local business executives discussing “the Cloud”. Overall, it was an interesting discussion. Since they all managed what we would consider “Enterprise Scale” operations, it was a different viewpoint for me as I spend much of my time talking to smaller scale operations or start-ups. As the discussion played out, […]
ZendCon 2011: Pre-cap
Yet again, it’s that time of year. Later today we have the kick off of the seventh ZendCon (officially called the Zend PHP Conference). This year I’m hitting the event under the php|architect banner as press. It will be my job to cover the good, the bad, the news, the chaos, and generally the things […]