<?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>Weblog</title>
	<atom:link href="http://www.x-son.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.x-son.com</link>
	<description>“Everything should be made as simple as possible, but no simpler.”  A. Einstein</description>
	<lastBuildDate>Wed, 16 Nov 2011 08:19:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>iPhone :: File exists</title>
		<link>http://www.x-son.com/archives/42</link>
		<comments>http://www.x-son.com/archives/42#comments</comments>
		<pubDate>Wed, 16 Nov 2011 08:19:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.x-son.com/?p=42</guid>
		<description><![CDATA[BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:somePath]; &#160;]]></description>
			<content:encoded><![CDATA[<pre><code>BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:somePath];</code></pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x-son.com/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript</title>
		<link>http://www.x-son.com/archives/36</link>
		<comments>http://www.x-son.com/archives/36#comments</comments>
		<pubDate>Wed, 25 May 2011 07:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.x-son.com/?p=36</guid>
		<description><![CDATA[http://habrahabr.ru/blogs/javascript/119898/]]></description>
			<content:encoded><![CDATA[<p><a href="http://habrahabr.ru/blogs/javascript/119898/">http://habrahabr.ru/blogs/javascript/119898/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x-son.com/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android :: Articles that helped me learn android</title>
		<link>http://www.x-son.com/archives/32</link>
		<comments>http://www.x-son.com/archives/32#comments</comments>
		<pubDate>Sat, 16 Apr 2011 10:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.x-son.com/?p=32</guid>
		<description><![CDATA[Custom List View with Checkboxes: - http://www.androidpeople.com/android-listview-multiple-choice-example - http://habrahabr.ru/blogs/android_development/119931/]]></description>
			<content:encoded><![CDATA[<p><strong>Custom List View with Checkboxes:</strong></p>
<p style="padding-left: 30px;">- <a href="http://www.androidpeople.com/android-listview-multiple-choice-example" target="_blank">http://www.androidpeople.com/android-listview-multiple-choice-example</a></p>
<p style="padding-left: 30px;">- <a href="http://habrahabr.ru/blogs/android_development/119931/">http://habrahabr.ru/blogs/android_development/119931/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x-son.com/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:: An interesting feature of &#8220;float&#8221;</title>
		<link>http://www.x-son.com/archives/1</link>
		<comments>http://www.x-son.com/archives/1#comments</comments>
		<pubDate>Fri, 25 Mar 2011 21:51:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.x-son.com/?p=1</guid>
		<description><![CDATA[Recently I had to work with the strange behavior of data type float in PHP. Have the following code: &#60;?php<a href="http://www.x-son.com/archives/1" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I had to work with the strange behavior of data type float in PHP.<br />
Have the following code:</p>
<pre class="brush: php; title: ;">

&lt;?php
$i = (float)&quot;12345&quot;;
$i++;
echo $i; // 12345 || 12346
?&gt;
</pre>
<p>Check for localhost (Windows XP, Apache 2.0, PHP 5.2.6) displays a &lt;12346&gt;, but at some hosting &lt;12345&gt;.<br />
Why is this happening do not know yet <img src='http://www.x-son.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.x-son.com/archives/1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

