Try changing
$rss->load('http:/gearmunk.com/blog/feed/');
To the following ( note the extra / )
$rss->load('http://gearmunk.com/blog/feed/');
Code appeared to run as expected with that change.
Try changing
$rss->load('http:/gearmunk.com/blog/feed/');
To the following ( note the extra / )
$rss->load('http://gearmunk.com/blog/feed/');
Code appeared to run as expected with that change.