require_once 'zendloader.php'; Zend_Loader::loadClass('Zend_Gdata'); Zend_Loader::loadClass('Zend_Gdata_Feed'); Zend_Loader::loadClass('Zend_Gdata_Query'); Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); ?>

MelloLisa Dot Com
My Home Away From 127.0.0.1

pi2

To err is human, to really foul things up requires a computer. ~Bill Vaughan, 1969


$gdClient = new Zend_Gdata(); $blogID = '4189953167260015124'; $query = new Zend_Gdata_Query('http://www.blogger.com/feeds/' . $blogID . '/posts/default/-/performance'); $query->setParam('max-results', 1); $feed = $gdClient->getFeed($query); $i = 0; foreach($feed->entries as $entry) { $post_title = $entry->title->text; $post_content = $entry->content->text; $i++; } ?>

Latest Performance







require_once 'zendloader.php'; Zend_Loader::loadClass('Zend_Gdata'); Zend_Loader::loadClass('Zend_Gdata_Feed'); Zend_Loader::loadClass('Zend_Gdata_Query'); Zend_Loader::loadClass('Zend_Gdata_ClientLogin'); ?>
$gdClient = new Zend_Gdata(); $blogID = '4189953167260015124'; $query = new Zend_Gdata_Query('http://www.blogger.com/feeds/' . $blogID . '/posts/default/'); $query->setParam('max-results', 10); $feed = $gdClient->getFeed($query); $i = 0; foreach($feed->entries as $entry) { $posturl = $entry->getLink('alternate')->getHref(); echo "" . $entry->title->text . ""; $i++; } ?>

photo

Welcome to MelloLisa.com. I plan to use this piece of the web to share my thoughts and dabble with HTML, CSS and social media. I hope you enjoy your stay! BTW - I could do this for you! In my "free time," I am a freelance web developer. If you'd like me to help you with a project, email me!

"True wisdom comes to each of us when we realize how little we understand about life, ourselves, and the world around us." - Socrates

Template and Icons by DryIcons.com