Categories


Loading feed
Loading feed
Loading feed

Syndicate Content with Zend Framework Zend_Feed Class

Alexander Netkachev has posted an in-depth tutorial on using the Zend_Feed class to create an Atom feed for your site using Zend_Feed.

Zend Framework, JSON, and Del.icio.us

del.icio.us is a social linking site to store web links. Some one afternoon while messing around Zend Framework I had the idea that it might be nice to add my Del.icio.us links to my homepage. This sounds easy enough as Del.icio.us makes available an RSS feed for this purpose. However, there is one problem; Zend_Feed does not seem to be able to parse this particular RSS feed. Click on inside for full details and how to get things working.