<?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>Calin Rada</title>
	<atom:link href="http://calin.mydeea.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://calin.mydeea.ro</link>
	<description>Riding on the storm ...</description>
	<lastBuildDate>Tue, 14 Feb 2012 14:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Senin &#8230;</title>
		<link>http://calin.mydeea.ro/senin/</link>
		<comments>http://calin.mydeea.ro/senin/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 14:36:14 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Ganduri...]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=367</guid>
		<description><![CDATA[Uneori nu mai am chef sa vreau! Si nu mai vreau! Dar cu toate astea&#8230; lupt! E o stare de oboseala nefireasca, Nici macar asezarea cuvintelor nu mai odihneste sau cu atat mai putin asta&#8230; Cine decide pentru cine si ce ordinea cuvintelor si intelesurile lor de neinteles fara exercitiul respiratiei? Lupta, starea permanenta de [...]]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/senin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bank machine :))</title>
		<link>http://calin.mydeea.ro/bank-machine/</link>
		<comments>http://calin.mydeea.ro/bank-machine/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 15:35:37 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Cool and funny pics]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=363</guid>
		<description><![CDATA[Women &#8230;]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/bank-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google about Microsoft</title>
		<link>http://calin.mydeea.ro/google-about-microsoft/</link>
		<comments>http://calin.mydeea.ro/google-about-microsoft/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 12:55:51 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Cool and funny pics]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=359</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/google-about-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Votati cu Penisu&#8217;</title>
		<link>http://calin.mydeea.ro/votati-cu-penisu/</link>
		<comments>http://calin.mydeea.ro/votati-cu-penisu/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 10:08:14 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Cool and funny pics]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=355</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/votati-cu-penisu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music then, music now</title>
		<link>http://calin.mydeea.ro/music-then-music-now/</link>
		<comments>http://calin.mydeea.ro/music-then-music-now/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:40:47 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Cool and funny pics]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=346</guid>
		<description><![CDATA[What happened ??]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/music-then-music-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php &#8211; Convert multidimensional array to object</title>
		<link>http://calin.mydeea.ro/php-convert-multidimensional-array-to-object/</link>
		<comments>http://calin.mydeea.ro/php-convert-multidimensional-array-to-object/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:21:08 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=321</guid>
		<description><![CDATA[As you may already know, you can convert an array into an object simple like this: $array = array&#40;'first_name' =&#62; 'John', 'last_name' =&#62; 'Doe'&#41;;$object = &#40;object&#41; $array; Then you call the object: echo $object-&#62;first_name; The problem is that you can&#8217;t do this with multidimensional array. So, for this, i&#8217;ve found the solution: function arrayToObject&#40;$array&#41;&#123;&#160;&#160;&#160;&#160;if&#40;!is_array&#40;$array&#41;&#41; &#123;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return [...]]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/php-convert-multidimensional-array-to-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De unde atata ura ?</title>
		<link>http://calin.mydeea.ro/de-unde-atata-ura/</link>
		<comments>http://calin.mydeea.ro/de-unde-atata-ura/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 11:53:05 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Ganduri...]]></category>
		<category><![CDATA[romania]]></category>
		<category><![CDATA[ura]]></category>
		<category><![CDATA[violenta]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=315</guid>
		<description><![CDATA[Un articol care mi-a placut foarte mult: Ne despartim de un an extrem de violent. Sigur ca cel mai mult a socat violenta fizica. Sa ne amintim de unul dintre cele mai socante astfel de pusee, scena de groaza din timpul meciului Steaua-Petrolul, cand un salbatic si, se pare, drogat, a navalit pe teren si [...]]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/de-unde-atata-ura/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Queen &#8211; Thank God it&#8217;s Christmas</title>
		<link>http://calin.mydeea.ro/queen-thank-god-its-christmas/</link>
		<comments>http://calin.mydeea.ro/queen-thank-god-its-christmas/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:06:19 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Colinde]]></category>
		<category><![CDATA[Craciun]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[god]]></category>
		<category><![CDATA[queen]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=311</guid>
		<description><![CDATA[Queen &#8211; Thank God it&#8217;s Christmas http://www.youtube.com/watch?v=xCON07r908g]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/queen-thank-god-its-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Bublé &#8211; White Christmas</title>
		<link>http://calin.mydeea.ro/michael-buble-white-christmas/</link>
		<comments>http://calin.mydeea.ro/michael-buble-white-christmas/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:04:25 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Colinde]]></category>
		<category><![CDATA[buble]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[michael]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=308</guid>
		<description><![CDATA[Michael Bublé &#8211; White Christmas http://www.youtube.com/watch?v=btf3506ERbY]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/michael-buble-white-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frank Sinatra &#8211; Let it snow</title>
		<link>http://calin.mydeea.ro/frank-sinatra-let-it-snow/</link>
		<comments>http://calin.mydeea.ro/frank-sinatra-let-it-snow/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:02:13 +0000</pubDate>
		<dc:creator>calin</dc:creator>
				<category><![CDATA[Colinde]]></category>
		<category><![CDATA[let it snow]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://calin.mydeea.ro/?p=305</guid>
		<description><![CDATA[Frank Sinatra &#8211; Let it snow http://www.youtube.com/watch?v=vGRC2LYmHfU]]></description>
		<wfw:commentRss>http://calin.mydeea.ro/frank-sinatra-let-it-snow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

