News and Articles found on the Web
 IBM   MVC   News   PHP5   RSS   Zend Framework 

DeveloperWorks posts Zend Framework Tutorial

Those wacky bitheads over at IBM are at it again. This time, Nicholas Case has posted part 1 of a 9 part series in which he builds a sample application using the Zend Framework. (Yes, I said 9 part) Grab the popcorn and soda boys, this one looks to be a good one. []
Original Content
 Ajax   Articles   Atom   Caching   Calendar   Google   Intermediate   Novice   PHP5   RSS   Samples   Tutorials   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. []