<?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>Professional PHP Developer - Jose da Silva &#187; Coding</title>
	<atom:link href="http://blog.josedasilva.net/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josedasilva.net</link>
	<description>Personal blog of a internet software developer</description>
	<lastBuildDate>Sat, 07 Jan 2012 12:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zend Framework : Sending emails using Zend_Mail and Google Smtp</title>
		<link>http://blog.josedasilva.net/zend-framework-sending-emails-using-zend_mail-and-google-smtp/</link>
		<comments>http://blog.josedasilva.net/zend-framework-sending-emails-using-zend_mail-and-google-smtp/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 21:13:03 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=351</guid>
		<description><![CDATA[Sending emails using Zend_Mail component from Zend Framework is an easy as it can get task. On a recent project, i needed to configure Zend_Mail to work with Google Smtp server. Here is a quick how to: $settings = array&#40;'ssl'=&#62;'ssl', 'port'=&#62;465, 'auth' =&#62; 'login', 'username' =&#62; 'youremail@gmail.com', 'password' =&#62; 'YOUR_PASSWORD'&#41;; $transport = new Zend_Mail_Transport_Smtp&#40;'smtp.gmail.com', $settings&#41;; [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/zend-framework-sending-emails-using-zend_mail-and-google-smtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Revisiting PHP 5.3 __invoke magic method</title>
		<link>http://blog.josedasilva.net/revisiting-php-5-3-__invoke-magic-method/</link>
		<comments>http://blog.josedasilva.net/revisiting-php-5-3-__invoke-magic-method/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 20:31:48 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=262</guid>
		<description><![CDATA[PHP version 5.3 introduced a new magic method designed __invoke, this method is called when a script tries to call an object as a function. The __invoke magic method &#60;?php &#160; class Car &#123; &#160; public function __invoke&#40;$v&#41; &#123; echo &#34;Just called object as function with parameter '&#34;.$v.&#34;'\n&#34;; &#125; &#160; &#125; &#160; $c = new [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/revisiting-php-5-3-__invoke-magic-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speeding up your application with Cache_Lite</title>
		<link>http://blog.josedasilva.net/speeding-up-your-application-with-cache_lite/</link>
		<comments>http://blog.josedasilva.net/speeding-up-your-application-with-cache_lite/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 20:55:45 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=240</guid>
		<description><![CDATA[Cache_Lite is one of the fast, light and reliable cache system for PHP. It&#8217;s an extremely easy and small learning curve system to work with. This post will try to make you a light introduction to PHP Cache_Lite. Installing PEAR Cache_Lite In order to work with Cache_Lite you need to install the PEAR package. pear [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/speeding-up-your-application-with-cache_lite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog redesign in progress</title>
		<link>http://blog.josedasilva.net/blog-redesign-in-progress/</link>
		<comments>http://blog.josedasilva.net/blog-redesign-in-progress/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:50:31 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[blog redesign]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=91</guid>
		<description><![CDATA[As many of you may have noticed, today, a new look and feel is present at the blog, not all the changes were merely visual, as the process is undergoing i will explain some of the changes. Blogging Platform I had been using Habari for more than 2 years from now, this week i made [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/blog-redesign-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPBenelux 2010 &#8211; My 5 cents</title>
		<link>http://blog.josedasilva.net/phpbenelux-2010-my-5-cents/</link>
		<comments>http://blog.josedasilva.net/phpbenelux-2010-my-5-cents/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:49:03 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Trips]]></category>
		<category><![CDATA[belgium]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpbnl]]></category>
		<category><![CDATA[phpbnl10]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Now, that i am back home, i can write down my thoughts on PHP Benelux 2010, realized in Antwerp, Belgium. I just signed out for the conference, without really knowing anyone, except from the blogs and previous presentations, i landed in Belgiun without any real expectations about what i was going to bring back to [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/phpbenelux-2010-my-5-cents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

