Tutorials
the great textamerica grab and stash
Category: php
Updated: January 14th, 2004
We all love textamerica, right? They offer a great free product and even serve your latest image to any site that you desire. This is great, except that for various reasons I wanted to host the latest image on my own server. Let's examine how to do that using PHP.
how to stream an MP3 file (pseudo-streaming)
Category: audio
Updated: September 2003
This example and brief tutorial will teach you how to link to an MP3 file in such a way that will allow almost immediate play while the rest of the file is downloading. Often referred to as "pseudo-streaming", this is much preferred to directly linking an MP3 file, which forces the user to wait until the entire file is downloaded before it plays.