<?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; Random Thoughts</title>
	<atom:link href="http://blog.josedasilva.net/category/random-tjoughts/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>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>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: Modifying rss feeds using Zend_Feed</title>
		<link>http://blog.josedasilva.net/zend-framework-modifying-rss-feeds-using-zend_feed/</link>
		<comments>http://blog.josedasilva.net/zend-framework-modifying-rss-feeds-using-zend_feed/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 14:00:57 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=339</guid>
		<description><![CDATA[On the previous post, i introducing the &#8220;Consuming feeds using Zend_Feed&#8221; thematic, today i will try to explain how we can change a RSS feed and return it after the changes. We will be acting as a proxy for the RSS feed. I will parse all feed items and add a &#8220;TEST: &#8221; string before [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/zend-framework-modifying-rss-feeds-using-zend_feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework : Consuming feeds using Zend_Feed</title>
		<link>http://blog.josedasilva.net/zend-framework-consuming-feeds-using-zend_feed/</link>
		<comments>http://blog.josedasilva.net/zend-framework-consuming-feeds-using-zend_feed/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 12:03:46 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=329</guid>
		<description><![CDATA[Using Zend Framework Zend_Feed is extremely simple to iteract or even modify a rss feed. Let&#8217;s give a quick look into consuming feeds. &#60;?php $feedUrl = &#34;http://blog.josedasilva.net/feed/&#34;; &#160; // Lets import the feed try &#123; $feed = Zend_Feed::import&#40;$feedUrl&#41;; &#125; catch &#40;Zend_Feed_Exception $e&#41; &#123; echo 'Exception found: '.$e-&#62;getMessage&#40;&#41;; &#125; &#160; // Iterating over the feed foreach&#40;$feed [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/zend-framework-consuming-feeds-using-zend_feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 good habits when working with remote teams</title>
		<link>http://blog.josedasilva.net/5-good-habits-when-working-with-remote-teams/</link>
		<comments>http://blog.josedasilva.net/5-good-habits-when-working-with-remote-teams/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:04:28 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=305</guid>
		<description><![CDATA[Over the past 9 months, when i shifted to freelancer mode, i often worked as part of a remote team, and there were some lessons learned about it. I will try to share the most valuable one&#8217;s in order to keep everything running smoothly. 1. Overlap most of the working hours (at least 50% of [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/5-good-habits-when-working-with-remote-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

