PHP stdClass property $t
Just recently one of my clients requested that I add a blogger feed on their website. Today I set about implementing that.
I found that I retrieve the data as JSON, which is super handy because of PHP’s json_decode function. You can retrieve the JSON through a URL like this: http://blog.alteredeffect.com/feeds/posts/default?alt=json
(more…)