I must admit to having been quite busy over the last few weeks, with my relocation to my old state of Nevada, and finishing up my contracts..
I’ve managed to get rid of the last bit of bloat which was my external RSS parser. I’ve written a slightly odd code snippit which uses PHP’s (now) native XML routines to parse an RSS feed. It will stuff an associative array with variable data it accumulates.
No caching, hence, no ‘if changed’ resources – as of yet. Regardless, it works quite well, and is under 3k.