Code bank

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I have built up a large collection of useful (and probably not so useful) code over the years. I will be uploading more as time goes on. This is also the place to come find any source code for examples I give in any of the posts or articles.

  • Dynamic AuctionAd$ displaying using PHP
    This code allows you to put AuctionAd$ on your site but have them auto-tailored to your customers.
    Download: dynamicadvert.zip
  • Making a TAG Cloud with Zend_Cache
    A single function (and some sample code) to generate a TAG Cloud of what is currently in your Zend_Cache.
    Download: cloud.zip
  • OPLM Feed Reader in PHP (With Technorati Example)
    This is a small part of the favorite.me project I wrote, I will be releasing more of it as I get time to document it.
    Download: opml.class.zip
  • Simple Digg API Usage
    I wanted to make quick use of the new Digg API - But I had to support PHP 4 and not use PEAR. This was the result.
    Download: digglist.zip