Categories


Loading feed
Loading feed
Loading feed

Uploading YouTube Videos with Zend Framework

Attention all you Zend Framework junkies, Jochen Hartmann has uploaded a new video to youtube that demonstrates the basics of how to use Zend Framework with the YouTube Data API.

Zend_Gdata for Picasa, YouTube, Google Documents List

The Zend_Gdata component of Zend Framework offers PHP 5 classes to access services supported by the Google Data APIs. The recent Zend Framework 1.0.3 release includes new support for some great services, including Picasa Web Albums, YouTube, and Google Documents List.

Zend Framework 1.0.3 Released

I am pleased to announce the release of Zend Framework 1.0.3, now available for download on the framework website. This mini-release resolves 79 known issues and provides some additions to functionality.

Zend Framework 1.0.2 Released

I am pleased to announce the release of Zend Framework 1.0.2, now available for download on the framework website. For the complete list of issues fixed with Zend Framework 1.0.2, please see the NEWS.txt file in the framework download

Google Summer of (PHP) Code

Google has announced the Summer of Code accepted projects. PHP has seven projects in the list.

Book Review - PHP Programming with PEAR

Ok, again, I’ve fallen way behind now on my book reviews. Here’s one that was released late last year that I’m just now getting around to reviewing. Click on inside, lets talk about “PHP Programming with PEAR”.

TopWebNews publishes tutorial on Web Services and PHP

TopWebNews.com gets it’s debut mention on DevZone for a quick little tutorial that they put together on using PEAR::SOAP. Click more to get more.

Consuming Google Calendars with the Zend Framework

A couple of weeks ago, Google jumped into the online calendar space by launching Google Calendar (um, beta). The application is chock-full of Ajaxy goodness and plenty of features, but I'm here to talk about what you can do with your calendar data behind the scenes. Using some handy tools from the Swiss Army Knife that is the Zend Framework, I'll show you how to pull data from your Google Calendar into your site. Just for kicks, I'll also throw in a caching layer to keep things fast and reduce the network traffic between your server and Google.

Googlifying Search Results

Most people are familiar with doing searches on Google, and how Google formats search results. First, the search criteria text appears in a bold font. Second, the text of the search results ends with an ellipsis (...) to let the user know that there is more information where that came from. These little UI features make it easy for readers to find what they are looking for.