Zend_Config_Ini and using Zend_Http_Client with Twitter

Posted by admin | All Podcasts, video | Wednesday 18 March 2009 12:00 pm

Original Post. Click here to see the video.

Zend_Config_Ini and using Zend_Http_Client with Twitter

This podcast is a two-parter: Zend_Config_Ini and Zend_Http_Client(). While the two classes aren’t married together in the video, anyone serious about writing an API to their web application will need to access the API differently in development, staging and production environments.

We also take 10 minutes and 4 lines of code to work with the Twitter API. Jump to around the 15 minute mark if you’re already up to speed on Zend_Config_*.

I’m trying to cover the basic classes required to write a web service in the video next week. I’ve gotten a couple emails about covering Zend_Db. Since this podcast has covered Zend_Controller_* and Zend_View_* classes, the Zend_Db_* are starting to appear as the odd class out. I’m hoping to introduce Zend_Db by mid April.

View / download the source on Google Code

 

Zend View Partials

Posted by admin | All Podcasts, video | Wednesday 11 March 2009 12:00 pm

Original Post. Click here to see the video.

Zend View Partials

This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Running time is a little under 10 minutes.

Download the project code.

 

Zend View Helpers with AJAX

Posted by admin | All Podcasts, video | Wednesday 4 March 2009 12:00 pm

Original Post. Click here to see the video.

Zend View Helpers with AJAX

This is the second part of last weeks tutorial. Here we add some JQuery code and look at how Zend_View_Helper_* classes can be written in such a way that they behave the same when they’re invoked on the server and called asynchronously via an AJAX request.

Feel free to follow along by downloading the project code.