<?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>رادیکال دو &#187; کد زندگی</title>
	<atom:link href="http://www.radikal2.com/category/life-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radikal2.com</link>
	<description>آموزش برنامه‌نویسی و طراحی وب، دنیای اینترنت</description>
	<lastBuildDate>Sun, 25 Oct 2009 18:44:00 +0000</lastBuildDate>
	<language>fa</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>دولت ایران</title>
		<link>http://www.radikal2.com/1388/04/irans-government/</link>
		<comments>http://www.radikal2.com/1388/04/irans-government/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:10:05 +0000</pubDate>
		<dc:creator>Alireza.S</dc:creator>
				<category><![CDATA[کد زندگی]]></category>

		<guid isPermaLink="false">http://www.radikal2.com/?p=140</guid>
		<description><![CDATA[#iran .government { overflow: hidden; }]]></description>
			<content:encoded><![CDATA[<pre class="brush: css;">
#iran .government
{
    overflow: hidden;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.radikal2.com/1388/04/irans-government/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>سال نو مبارک&#8230;</title>
		<link>http://www.radikal2.com/1387/12/happy-new-year/</link>
		<comments>http://www.radikal2.com/1387/12/happy-new-year/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:42:03 +0000</pubDate>
		<dc:creator>Alireza.S</dc:creator>
				<category><![CDATA[کد زندگی]]></category>

		<guid isPermaLink="false">http://www.radikal2.com/?p=124</guid>
		<description><![CDATA[&#60;?php putenv('TZ=Asia/Tehran'); $date = date('y-M-d H:i:s'); if ( $date &#62;= &#34;09-Mar-20 15:13:59&#34; ) echo 'سال نو شما مبارک'; ?&#62;]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
&lt;?php
putenv('TZ=Asia/Tehran');
$date = date('y-M-d H:i:s');

if ( $date &gt;= &quot;09-Mar-20 15:13:59&quot; )
echo 'سال نو شما مبارک';
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.radikal2.com/1387/12/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>کد زندگی در ایران</title>
		<link>http://www.radikal2.com/1387/09/life-in-iran-code/</link>
		<comments>http://www.radikal2.com/1387/09/life-in-iran-code/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 11:50:34 +0000</pubDate>
		<dc:creator>Alireza.S</dc:creator>
				<category><![CDATA[کد زندگی]]></category>

		<guid isPermaLink="false">http://www.radikal2.com/?p=15</guid>
		<description><![CDATA[&#60;?php include 'world.php'; $world = new World; $country = $world -&#62; Country('iran'); $you = $world -&#62; Person($country); if ( in_array('MONEY', $you) ) include 'life.php'; else unset ($you); ?&#62;]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
&lt;?php
include 'world.php';

$world = new World;
$country = $world -&gt; Country('iran');
$you = $world -&gt; Person($country);

if ( in_array('MONEY', $you) )
        include 'life.php';
else
        unset ($you);
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.radikal2.com/1387/09/life-in-iran-code/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
