Archive
Category: Blog
-
Post
Amazon S3 Improvements in PHP-AWS
Two and a half years ago I began working with Amazon Web Services — first with S3 and then SQS and EC2. The code was eventually cleaned up and released as an open source project called PHP-AWS. Since then, it…
-
Post
Parse Command Line Arguments in PHP
This afternoon I needed an easy way to upload files to Amazon S3 and set specific headers on them. I’ve built one-off scripts like this in the past, but this time I wanted to generalize the problem into a reusable…
-
Post
How to Stream Your iTunes Music Over the Internet
Update: Want to stream your iTunes music over the internet? Try Highwire! It streams your iTunes library and a whole lot more 🙂 I keep all of my iTunes music stored on a Drobo attached to an Airport at home.…
-
Post
Too Soon
I think everyone has a core group of artists they grew up listening to — that made an indelible mark on their lives. LeRoi Moore was one of mine.
-
Post
Dial a Phone Number Using Grand Central and PHP
If you’re lucky enough to have a Grand Central account, here’s a quick PHP class that will login to your account and dial a phone number. This is probably one of the more random bits of code I’ve ever written,…