<?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>Ali Abbas &#187; Programming</title>
	<atom:link href="http://alouche.net/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://alouche.net/blog</link>
	<description>Unix - Networking - News</description>
	<lastBuildDate>Sun, 29 Aug 2010 02:51:02 +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>MySQL Select Optimization line</title>
		<link>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/</link>
		<comments>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 19:32:38 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=21</guid>
		<description><![CDATA[Weather used in php or any other scripting language&#8230; sometimes we have the need to query a database in order to fetch or manipulate certain data. One of the most common request, widely written and used is SELECT * FROM MyTable WHERE ID=&#8217;ValueX&#8217; and NAME=&#8217;ValueY&#8217;; now, ID and NAME are just columns&#8230; so nothing special [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/06/mysql-selectoptimization-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 tips to optimize your PHP code</title>
		<link>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/</link>
		<comments>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:41:13 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=14</guid>
		<description><![CDATA[1. if you were to use between print or echo&#8230; use echo (Echo is known to be faster than print) 2. when doing string searches or action, do not simply/quickly jump on regex, but first have a look at php api&#8217;s string functions such as strpbrk, stripos etc.. 3. Display smart error messages&#8230; A lot [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->