Simple Twitter RSS Processing
I required a simple feed from Twitter into www.MindOver-matter.co.uk/news.php. There are numerous examples around but a lot of them are very convoluted. Below is an simple code example. The function could of course be modifed to be generic whereby user info etc would be passed in. <?php function parse_cache_feed($usernames, $limit) { $feed = “http://twitter.com/statuses/user_timeline/130211322.rss”; $xml [...]
Website Content Monitoring
The problem Having suffered downtime with a number of sites due to problems with MySQL user id’s I needed a method to monitor and alert when website/s was/were unavailable. The Options Use a site that provides free monitoring and alerting but they are mostly limited to single sites. If require more it is a premium paid for service. Use [...]




