<?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</title>
	<atom:link href="http://blog.josedasilva.net/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>Leadership tale</title>
		<link>http://blog.josedasilva.net/leadership-tale/</link>
		<comments>http://blog.josedasilva.net/leadership-tale/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 12:23:23 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=383</guid>
		<description><![CDATA[Being a leader is a complex full time job. Either by being a leader for a school class, your chess club or even a company. There&#8217;s no big difference between all of this leadership roles. 1. Nothing to do with the job title There&#8217;s no such thing of being a leader just because someone made [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/leadership-tale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18 Months in business</title>
		<link>http://blog.josedasilva.net/18-months-in-business/</link>
		<comments>http://blog.josedasilva.net/18-months-in-business/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 09:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=375</guid>
		<description><![CDATA[Been a while without writing on this blog, wasn&#8217;t the work, neither the lack of time, was just too much distraction. I am now celebrating 18 months and some days working as independent contractor, and I must admit, what a roller coaster has been. Since i left the great adventure that was GuestCentric and my [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/18-months-in-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento removing admin notifications &#8211; Quick tip</title>
		<link>http://blog.josedasilva.net/magento-removing-admin-notifications-quick-tip/</link>
		<comments>http://blog.josedasilva.net/magento-removing-admin-notifications-quick-tip/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 08:00:29 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=366</guid>
		<description><![CDATA[If you are a developer and need to login into Magento admin area, you&#8217;ll get sick of popup notifications messages all the time. Removing such messages is a straigh forward process. Just go to System -&#62; Configuration Select Advanced from the bottom left column Look for Mage_AdminNotification option, and select Disable from the drop-down. And that&#8217;s [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/magento-removing-admin-notifications-quick-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas of March</title>
		<link>http://blog.josedasilva.net/ideas-of-march/</link>
		<comments>http://blog.josedasilva.net/ideas-of-march/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:57:41 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=361</guid>
		<description><![CDATA[I had slowed down the pace i blog, mainly because i made the decision long time ago to write more complete content on this blog and use micro blogging, mainly Twitter, for more short posts, now i realize that i was wrong and i will go back with my decision and start to post more [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/ideas-of-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

