<?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, 28 Apr 2012 21:01:46 +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>PHP job position open</title>
		<link>http://blog.josedasilva.net/php-job-position-open/</link>
		<comments>http://blog.josedasilva.net/php-job-position-open/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 21:01:25 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=444</guid>
		<description><![CDATA[Over the past few week, the company were i currently work, just opened an additional PHP developer position, the required skills are: Professional experience with : PHP 5.3 + XML Xsd SOAP University degree, preferable in Computers, Math or Physics Bonus points: Zend Certified Engineer (PHP 5.3) Looking for candidates from all over the world. [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/php-job-position-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSD &#8211; XML Schema Quick intro</title>
		<link>http://blog.josedasilva.net/xsd-xml-schema-quick-intro/</link>
		<comments>http://blog.josedasilva.net/xsd-xml-schema-quick-intro/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 23:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=436</guid>
		<description><![CDATA[On this quick post i will try to explain the basics of understanding a .xsd file. What is a XSD file ? XSD stands for Xml Schema Definition, and has the name indicates defines every element on your XML file. Simple Element A simple element is one element that contains only text, can&#8217;t contain any [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/xsd-xml-schema-quick-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 Officially released</title>
		<link>http://blog.josedasilva.net/php-5-4-officially-released/</link>
		<comments>http://blog.josedasilva.net/php-5-4-officially-released/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 22:31:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=432</guid>
		<description><![CDATA[PHP 5.4 was officially released as a stable version. There are some new features on this PHP version, but maybe the surprisingly one is: it comes with a built-in web server for development purposes. What&#8217;s new on PHP 5.4 (Key Features) : Traits Shortened Array Syntax Built-in web server for development purposes What are Traits ? &#8220;Traits is a [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/php-5-4-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t do this if you&#8217;re starting a project</title>
		<link>http://blog.josedasilva.net/dont-do-this-if-youre-starting-a-project/</link>
		<comments>http://blog.josedasilva.net/dont-do-this-if-youre-starting-a-project/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 10:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=418</guid>
		<description><![CDATA[Most of successful companies started with one idea and a prototype. Most probably you are one of the many entrepreneur over the world that have plenty of ideas that would give a great project or product. There are 3 important points you should never forget about, otherwise you&#8217;ll fail big. Don&#8217;t accept friends part-time as [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/dont-do-this-if-youre-starting-a-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP and MongoDB Web Development &#8211; The book</title>
		<link>http://blog.josedasilva.net/php-and-mongodb-web-development-the-book/</link>
		<comments>http://blog.josedasilva.net/php-and-mongodb-web-development-the-book/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 14:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Readings]]></category>

		<guid isPermaLink="false">http://blog.josedasilva.net/?p=406</guid>
		<description><![CDATA[Just been analyzing the &#8220;PHP and MongoDB Web Development &#8221; book, by Packt Publishing. The books introduces the audience to usage of MongoDB including: Brief introduction to NOSQL movement Installing MongoDB Creating databases on MongoDB and definition of Document and Collections. The Book is definitely a good resource to beginner users who want to enter on a [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/php-and-mongodb-web-development-the-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

