<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jose da Silva &#187; Zend</title>
	<atom:link href="http://blog.josedasilva.net/tag/zend/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josedasilva.net</link>
	<description>Personal blog of a internet software developer</description>
	<lastBuildDate>Sat, 28 Aug 2010 11:43:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend Framework: How-to interact with Google Calendar (Part 1/2)</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/</link>
		<comments>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[Google Data]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">tag:www.josedasilva.net,2010:zend-framework-google-calendar-connection/1262534016</guid>
		<description><![CDATA[Zend Framework has a great interface to access Google Data, this is one of the most easiest ways to implement Google Data API using PHP, in this short how-to i will explain how to authenticate, read and write information from/into your Google Calendar, Zend Framework Documentation has great examples on this. On this first part [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create RESTful Application Using the Zend Framework</title>
		<link>http://blog.josedasilva.net/create-restful-application-using-the-zend-framework/</link>
		<comments>http://blog.josedasilva.net/create-restful-application-using-the-zend-framework/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:32:39 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[quickies]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">tag:josedasilva.net,2009:create-restful-application-using-the-zend-framework/1259256733</guid>
		<description><![CDATA[Sudheer just release and article on, how to create a RESTful Application using the Zend Framework.
The article enumerates the following steps:

Adding the Zend_Rest_Route in the bootstrap
Creating the Zend_Rest_Controller
Testing the RESTful server using curl

Read the article on Create RESTful Applications Using The Zend Framework.
]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/create-restful-application-using-the-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework TextMate Bundle</title>
		<link>http://blog.josedasilva.net/zend-framework-textmate-bundle/</link>
		<comments>http://blog.josedasilva.net/zend-framework-textmate-bundle/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 10:17:25 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">tag:www.josedasilva.net,2009:zend-framework-textmate-bundle/1259144055</guid>
		<description><![CDATA[Ryan, from Ybits blog, launched last month a Zend Framework TextMate Bundle, just got the time to test it right now. Let me tell you, is a productivity improvement tool.
It comes with a group of handy shortcuts.

 zfdump&#124;TAB&#124; : Gives you the Zend_Debug::dump(dump); exit(); 
 zfc&#124;TAB&#124; : Creates the full class for a brand new [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/zend-framework-textmate-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting with Zend Framework &#8211; Configuration File and Database Connection</title>
		<link>http://blog.josedasilva.net/starting-with-zend-framework-config-registry-db/</link>
		<comments>http://blog.josedasilva.net/starting-with-zend-framework-config-registry-db/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 00:33:29 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">tag:www.josedasilva.net,2009:starting-with-zend-framework---using-the-database/1236202538</guid>
		<description><![CDATA[On the first article about the Zend Framework series, i have covered out the Setup of the Development Environment, on this article i will cover the Zend Framework configuration files and the database connection.
I will try to guide you on a&#160;brief&#160;and short path to start using the database in your Zend Framework project.
First Task &#8211; [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/starting-with-zend-framework-config-registry-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting with Zend Framework &#8211; Setup your development environment</title>
		<link>http://blog.josedasilva.net/starting-with-zend-framework/</link>
		<comments>http://blog.josedasilva.net/starting-with-zend-framework/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:33:29 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[framework]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">tag:www.josedasilva.net,2009:starting-with-zend-framework/1236016525</guid>
		<description><![CDATA[This article intends to make you in Zend Framework quickly and painless. I will try to show how can you setup your project in less than 30 minutes.
First Task: Download the library
Download Zend Framework
Second Task: Define your directory structure
This depends mostly from the way you work, on my personal case, i preffer the following directory [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/starting-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
