Tag: php

  • Dynamic Google Maps markers/icons with PHP

    I am a avid fan of Google’s Map API, have even have created my own WordPress Google Maps plug-in (tGoogleMap), but one feature that I find lacking are customisable markers, with the need to include an image file for every customisable marker, now if you want a selection of colours and labels this creates a…

  • RSS feed aggregator/combiner in PHP

    Having also a second blog, I needed a way to combine the RSS feeds into one, hence, the following code was written (well, modified from this code). The code uses MagpieRSS to read and FeedCreator to write. Thanks to Scott Hurring for code to grab the RSS feed title. The code has been tested with…