Posts Tagged ‘PHP’

Cronjob Auto Update RSS Cache

Oct
9
2009

WebCron I recently wrote a tutorial on using SimplePie to parse your Google Reader shared items Atom feed (or any other RSS/Atom feed for that matter). However, after implementing it on this site (in the sidebar here) and testing it for a month-or-so, I’ve found page load times are very slow whenever SimplePie parses the feed and updates the cache. I had it set to request an update every hour (3600 seconds), which in hindsight is probably too often for my needs. (more…)


SimplePie: Parse RSS/Atom Feeds

Aug
13
2009

SimplePie image I recently wrote a post about using MagpieRSS to parse my Google Reader shared items atom feed. However, I have come across various bugs in the last few days – from extremely slow page loads, out-of-date cache files and character encoding issues. (more…)


Show Shared Google Reader Items on Your Site

Jul
20
2009

Google Reader logoGoogle recently launched some updates to Google Reader. This includes the ability to search for users who are sharing items publicly from within Reader. You can also search for keywords to find people who are talking about topics of interest to you. (more…)