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 their “solution”.) I’ve got an image upload form on my site… a typical web form. It works fine in all browsers except Safari. In Safari, the upload quits immediately, and the form handler says nothing was submitted.
read more »
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 concept they had on their site, but it was cumbersome to use. Hopefully this will make life easier for some of us who still use PHP. It relies on the Crypt_HMAC and HTTP_Request PEAR libraries.
read more »
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 idea is not mine, but I got the inspiration from here. How could I look at something like that and not try it myself?? It, like the rest of the site, is a work in progress.
read more »