Treemap of NPR Story tags
I’ve been working on my own treemap on reverbiage. It shows the popularity of NPR stories with particular keywords, shaded by recency. Green tiles use lame logic to determine proper names. The original...
View ArticleAmazon S3 PHP Class
I’m sure you’ve all heard about Amazon.com’s new Online Data Storage Service. I just threw together a PHP 4 compatible class for working with the Amazon S3 web service. It’s based on a proof of...
View ArticleSafari, PHP, and File Uploads
Okay, so I’ve searched the web high and low and have been unable to find a solution for found a solution for this problem. (There may be a solution at “experts exchange”, but I refuse to pay to see...
View ArticleTreemap PHP Source Code
I have packaged a simple version of my treemap algorithm, along with example usage, CSS, and images for those who are interested. I really had a lot of fun with this. I used in on an aggregator site...
View ArticleSafari and PHP, File Uploads Solved!
I posted recently about image file uploads to PHP, and how they would fail in Safari. It was a nasty bug that wouldn’t go away, but I finally discovered the problem. On my upload form, I was using...
View ArticleAmazon S3 PHP Class Update
I’ve made some small updates to my Amazon S3 PHP Class. It now supports the prefix, max-keys, delimeter, and marker parameters for listing objects in buckets. I still need to add the delimeter...
View ArticleAmazon S3, Backup and Restore with PHP
Christopher Shepherd has created an s3 backup solution using my PHP S3 Class. He’s created 3 classes. S3_Backup will recursively backup an entire directory tree to an S3 bucket, while saving...
View ArticleAmazon S3 Tip, Check Availability First
If you’re using Amazon S3 in PHP (whether you are using the neurofuzzy s3 class or your own solution) it is a good idea to make sure you can access the service before you attempt any operations on it....
View Article