<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Samer Baydoun&#039;s Blog</title>
	<atom:link href="http://samer-baydoun.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samer-baydoun.com</link>
	<description>Web development discussions</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:54:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='samer-baydoun.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Samer Baydoun&#039;s Blog</title>
		<link>http://samer-baydoun.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://samer-baydoun.com/osd.xml" title="Samer Baydoun&#039;s Blog" />
	<atom:link rel='hub' href='http://samer-baydoun.com/?pushpress=hub'/>
		<item>
		<title>Why Trim function saves money</title>
		<link>http://samer-baydoun.com/2011/09/19/why-trim-function-saves-money/</link>
		<comments>http://samer-baydoun.com/2011/09/19/why-trim-function-saves-money/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 21:25:58 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Fixing it]]></category>
		<category><![CDATA[Make it better]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[programming practices]]></category>
		<category><![CDATA[trim]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=138</guid>
		<description><![CDATA[The importance of PHP Trim function in avoiding unexpected results in sort order of data.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=138&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The answer simply: because it saves developer&#8217;s time.</p>
<p>In one of the php/Mysql websites I faced a problem with the <strong>sort order</strong> of some multilingual data. Usually when someone sort order such column, they get the English text first then the other languages like Arabic:</p>
<p><span style="color:#808080;"><em>English text 1</em></span></p>
<p><span style="color:#808080;">English text 2</span></p>
<p><span style="color:#808080;">نص عربي 1</span></p>
<p><span style="color:#808080;">نص عربي 2</span></p>
<p>But what I have got was something like:</p>
<p><span style="color:#808080;"><em>نص عربي 2</em></span></p>
<p><span style="color:#808080;">English text 2</span></p>
<p><span style="color:#808080;">English text 1</span></p>
<p><span style="color:#808080;">نص عربي 1</span></p>
<p>Actually some previous transportation processes of the database as well the high distortion of the sorted data made me thought that I have an <strong>encoding problem</strong>.</p>
<p>After 3 hours of work, trying to check the original encoding of data, I suddenly found that the web admin enters <strong>white spaces at the beginning of the entry</strong> very frequently. Although this made me smiling, as it saved me from falling in the hell of double-encoding problems, it pushed me to put a new &#8216;Must&#8217; on my programming practices rules list.</p>
<p>The rule is <strong>the use of <a title="PHP:trim function" href="http://php.net/manual/en/function.trim.php" target="_blank">trim()</a> function wherever the user has to enter data</strong>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=138&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2011/09/19/why-trim-function-saves-money/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing CPanel problem in redirecting domains to a URL friendly website</title>
		<link>http://samer-baydoun.com/2011/01/22/fixing-cpanel-problem-in-redirecting-domains-to-a-url-friendly-website/</link>
		<comments>http://samer-baydoun.com/2011/01/22/fixing-cpanel-problem-in-redirecting-domains-to-a-url-friendly-website/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 03:46:23 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Fixing it]]></category>
		<category><![CDATA[Make it better]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewriteEngin]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[url friendly]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=120</guid>
		<description><![CDATA[Problem in redirecting several domain names to a URL friendly website in .htaccess file with 301 rewrite<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=120&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="wmd-preview">
<p>On one of the websites on an <strong>Apache server</strong>, I wanted to redirect two additional domain names to the main one, while using rewriting engine for<strong> URL friendly</strong> feature. I tried to use for that  the <strong>Redirect </strong>tool of <strong>CPanel </strong>with the <strong>Wild Card Redirect</strong> check. But like anything in a developer&#8217;s working life, it doesn&#8217;t work as one needs. The two domains didn&#8217;t work, with a &#8220;Server Not Found&#8221; error.</p>
<p>Back to the .htaccess file that the Cpanel modified I have found that the redirecting code is inserted after my friendly URL code:</p>
<pre>RewriteEngine on
#URL Friendly
RewriteRule ^js/ - [L]
RewriteRule !\.(js|css|htm|gif|jpg|png)$ index.php

#Redirecting first domain
RewriteCond %{HTTP_HOST} ^firstDomaing.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.firstDomain.com$
RewriteRule ^(.*)$ "http\:\/\/www\.targetDomain\.com$1" [R=301,L]

#Redirecting second domain
RewriteCond %{HTTP_HOST} ^secondDomain.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.secondDomain.net$
RewriteRule ^(.*)$ "http\:\/\/www\.targetDomain\.com$1" [R=301,L]</pre>
<p><strong>Putting the URL friendly code after the redirecting code solved the problem</strong>. But wait, it still gives the &#8220;Server Not found&#8221; error when referring to a sub-directory at one of the redirected domains. To fix this I just needed to add<em><span style="color:#000000;"> \/?</span></em> at the beginning of the redirecting RewriteRule so that it <strong>redirects the sub-directory to the root directory</strong> of the target domain.</p>
<p>But what if I need to redirect a sub-directory of the redirected domain to the<strong> same path</strong> at the target domain. To do it, I replaced <em>$1</em> with <em>%{REQUEST_URI}</em> at the end of the same line. And with some refinement, I&#8217;ve got the code working properly:</p>
<pre>
<pre>RewriteEngine on

#Redirecting domains
RewriteCond %{HTTP_HOST} ^firstDomaing.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.firstDomain.com$ <span style="color:#ff0000;">[OR]</span>
RewriteCond %{HTTP_HOST} ^secondDomain.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.secondDomain.net$
RewriteRule ^<span style="color:#ff0000;">\/?</span>(.*)$ "http\:\/\/www\.targetDomain\.com<span style="color:#ff0000;">%{REQUEST_URI}</span>" [R=301,L]

#URL Friendly
RewriteRule ^js/ - [L]
RewriteRule !\.(js|css|htm|gif|jpg|png)$ index.php</pre>
</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=120&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2011/01/22/fixing-cpanel-problem-in-redirecting-domains-to-a-url-friendly-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>RSS Feeds in Zend Framework</title>
		<link>http://samer-baydoun.com/2010/07/17/rss-feeds-in-zend-framework/</link>
		<comments>http://samer-baydoun.com/2010/07/17/rss-feeds-in-zend-framework/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 20:58:36 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=108</guid>
		<description><![CDATA[This example shows how to output an RSS feed using Zend_Feed component. The example supposes that you have a News class that extends Zend_Db_Table class in your models and you included the Zend_Feed component in your Zend Framework library. class NewsController extends Zend_Controller_Action { function rssAction() { $table = new News(); //Get the last 10 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=108&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This example shows how to output an RSS feed using Zend_Feed component. The example supposes that you have a <strong>News </strong>class that extends <strong>Zend_Db_Table</strong> class in your models and you included the <strong>Zend_Feed</strong> component in your Zend Framework library.</p>
<p style="padding-left:30px;">class NewsController extends Zend_Controller_Action<br />
{</p>
<p style="padding-left:60px;">function rssAction()<br />
{</p>
<p style="padding-left:90px;">$table = new News();<br />
<span style="color:#888888;">//Get the last 10 news.</span><br />
$rows = $table-&gt;fetchAll(null,&#8221;sort_order&#8221;,10);<br />
<span style="color:#888888;">//Create an array for our feed</span><br />
$rss = array();</p>
<p style="padding-left:90px;"><span style="color:#888888;">//Seting up the head information of the rss feed</span><br />
$rss['title']      = &#8220;RSS Title Here&#8221;;<br />
$rss['link']       = &#8216;http://www.my-domain.com&#8217;;<br />
$rss['published']     = time(); <span style="color:#888888;">//Set the published date to now</span><br />
$rss['charset']       = &#8216;utf-8&#8242;;<br />
$rss['language']     = &#8216;ar-sa&#8217;; <span style="color:#888888;">//for Arabic language</span><br />
$rss['logo'] = &#8220;http://path/to/logo.gif&#8221;;<br />
$rss['entries']       = array();<span style="color:#888888;">//Which holds the actual news items</span><br />
<span style="color:#888888;"><br />
//Looping through the news to add them to the &#8216;entries&#8217; array.</span><br />
foreach($rows as $row){</p>
<p style="padding-left:120px;">$entry = array(); <span style="color:#888888;">//Container for the entry before we add it on</span><br />
$entry['title']     = $row-&gt;news_title; <span style="color:#888888;">//The title of the news</span><br />
$entry['link']         = &#8220;http://url/of/the/news/details/page&#8221;;<br />
$entry['description']     = $row-&gt;news_brief; <span style="color:#888888;">//a brief of the news</span><br />
$entry['content']     = $row-&gt;news_details; <span style="color:#888888;">//details of the news</span></p>
<p style="padding-left:120px;">$rss['entries'][]     = $entry;</p>
<p style="padding-left:90px;">}</p>
<p style="padding-left:90px;">$rssFeedFromArray = Zend_Feed::importBuilder(new Zend_Feed_Builder($rss), &#8216;rss&#8217;);</p>
<p style="padding-left:90px;"><span style="color:#888888;">//disabling the layout</span><br />
$this-&gt;getHelper(&#8216;layout&#8217;)-&gt;disableLayout();</p>
<p style="padding-left:90px;"><span style="color:#888888;">//printing the rss feed to standard output</span><br />
print $rssFeedFromArray-&gt;saveXML();</p>
<p style="padding-left:90px;"><span style="color:#888888;">//sending the HTTP headers and output the rss feed</span><br />
$rssFeedFromArray-&gt;send();</p>
<p style="padding-left:60px;">}</p>
<p style="padding-left:30px;">}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=108&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2010/07/17/rss-feeds-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>What to call Twishort Twitter Service, Microblogging or Blogging?</title>
		<link>http://samer-baydoun.com/2010/03/28/what-to-call-twishort-microblogging-or-blogging/</link>
		<comments>http://samer-baydoun.com/2010/03/28/what-to-call-twishort-microblogging-or-blogging/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 01:11:54 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Discussions]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[twishort]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter service]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=102</guid>
		<description><![CDATA[Before closing my laptop to go bed, I&#8217;ve got a mention on twitter says &#8220;@samer_baydoun use new service http://twishort.com when 140 characters just isn&#8217;t enough. &#8220;. I hurried to try it. I found a twitter service that&#8217;s all about cuting the long post to the allowed limit and automatically posting it to Twitter with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=102&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before closing my laptop to go bed, I&#8217;ve got a mention on twitter says <em><span style="color:#808080;">&#8220;@samer_baydoun use new service http://twishort.com when 140 characters just isn&#8217;t enough. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></em><span style="color:#000000;"><em><span style="color:#808080;">&#8220;</span></em>. I hurried to try it. </span></p>
<p><span style="color:#000000;">I found a twitter service that&#8217;s all about </span><strong>cuting the long post</strong> to the allowed limit and  automatically posting it to Twitter <strong>with a link</strong>.  Following that link will show <strong>the whole post at Twishort page</strong>.</p>
<p>On Twishort website they present the service as:</p>
<p><em>&#8220;We really love Twitter for the limit of 140 characters. <strong>But sometimes  there is a need to give a long answer</strong>, clarify challenging question,  quote somebody’s words, etc. There are good thoughts, but not as  meaningful for the blog, or just thoughts, for which 140 characters is  not enough.&#8221;</em></p>
<p>But this way Twitter will play the role of chat/IM, which is away from its concept. So <strong>is Twishort seeing twitter as an IM client that needs help?</strong></p>
<p>From another perspective, Twishort is trying to make micro posts longer while blogging is trending more towards microblogging, so what kind of trend is it? <strong>are we getting to milliblogging?</strong></p>
<p>I am wondering  about the future of this twitter service, and will be wondering more if it succeeded.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=102&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2010/03/28/what-to-call-twishort-microblogging-or-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>Statistics of Internet Usage in the Arab World (MENA Region)</title>
		<link>http://samer-baydoun.com/2010/03/24/statistics-of-internet-usage-in-the-arab-world-mena-region/</link>
		<comments>http://samer-baydoun.com/2010/03/24/statistics-of-internet-usage-in-the-arab-world-mena-region/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:51:46 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Discussions]]></category>
		<category><![CDATA[Algeria]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[Bahrain]]></category>
		<category><![CDATA[Egypt]]></category>
		<category><![CDATA[Eritrea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Iraq]]></category>
		<category><![CDATA[Jordan]]></category>
		<category><![CDATA[Kuwait]]></category>
		<category><![CDATA[Lebanon]]></category>
		<category><![CDATA[Libya]]></category>
		<category><![CDATA[Mauritania]]></category>
		<category><![CDATA[Morocco]]></category>
		<category><![CDATA[Oman]]></category>
		<category><![CDATA[Palestine]]></category>
		<category><![CDATA[Qatar]]></category>
		<category><![CDATA[Saudi Arabia]]></category>
		<category><![CDATA[Somalia]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Sudan]]></category>
		<category><![CDATA[Syria]]></category>
		<category><![CDATA[Tunisia]]></category>
		<category><![CDATA[United Arab Emirates]]></category>
		<category><![CDATA[Yemen]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=72</guid>
		<description><![CDATA[For whom having questions like &#8220;what are the number of internet users in the Arab world&#8221;, &#8220;Who is the biggest online market in the MENA region?&#8221;, I tried to find answers. I collected the following information from the Internet World Stats website. List of Internet Usage  statistics in the Arabic Countries Here is a list [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=72&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For whom having questions like &#8220;what are the number of internet users in the Arab world&#8221;, &#8220;Who is the biggest online market in the MENA region?&#8221;, I tried to find answers. I collected the following information from the <a href="http://internetworldstats.com/" target="_blank">Internet World Stats</a> website.</p>
<h1>List of Internet Usage  statistics in the Arabic Countries</h1>
<p>Here is a list of the Arabic countries with their internet usage statistics ordered from the highest usage to the lowest (by the latest data):</p>
<table border="0" cellspacing="0" cellpadding="0" width="721">
<tbody>
<tr>
<td style="background-color:#dddddd;text-align:right;" width="30" valign="top"><strong> </strong></td>
<td style="background-color:#dddddd;text-align:right;" width="126" valign="top"><strong> </strong></td>
<td style="background-color:#dddddd;text-align:center;" width="99" valign="top"><strong>Population (2009 Est.)</strong></td>
<td style="background-color:#dddddd;text-align:center;" width="89" valign="top"><strong>Usage, in Dec/2000</strong></td>
<td style="background-color:#dddddd;text-align:center;" width="101" valign="top"><strong>Internet Usage, Latest Data (2009)</strong></td>
<td style="background-color:#dddddd;text-align:center;" width="87" valign="top"><strong>% Population (Penetration)</strong></td>
<td style="background-color:#dddddd;text-align:center;" width="99" valign="top"><strong>User Growth (2000-2009)</strong></td>
<td style="background-color:#dddddd;text-align:center;" width="90" valign="top"><strong>(%) of Table</strong></td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">1</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Egypt</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">78,866,635</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">450,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">12,568,900</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">15.9%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2693.1%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">18.7%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">2</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Morocco</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">31,285,174</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">100,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">10,300,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">32.9%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">10200.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">15.3%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">3</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Saudi Arabia</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">28,686,633</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">200,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">7,700,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">26.8%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">3750.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">13.4%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">4</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Sudan</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">41,087,825</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">30,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">4,200,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">10.2%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">13900.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">6.2%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">5</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Algeria</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">34,178,188</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">50,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">4,100,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">12.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">8100.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">6.1%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">6</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Syria</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">21,762,978</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">30,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">3,565,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">16.4%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">11783.3%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">6.2%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">7</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>United Arab   Emirates</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">4,798,491</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">735,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">2,922,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">60.9%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">297.6%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">5.1%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">8</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Tunisia</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">10,486,339</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">100,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">2,800,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">26.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2700.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">4.2%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">9</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Jordan</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">6,269,285</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">127,300</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">1,500,500</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">23.9%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">1078.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">2.6%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">10</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Kuwait</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2,692,526</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">150,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">1,000,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">37.1%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">566.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">1.7%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">11</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Lebanon</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">4,017,095</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">300,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">945,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">23.5%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">215.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">1.6%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">12</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Oman</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">3,418,085</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">90,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">465,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">13.6%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">416.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.8%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">13</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Qatar</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">833,285</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">30,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">436,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">52.3%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">1353.3%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.8%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">14</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Bahrain</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">728,709</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">40,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">402,900</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">55.3%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">907.3%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.7%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">15</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Yemen</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">22,858,238</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">15,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">370,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">1.6%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2366.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.6%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">16</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Palestine(West   Bk.)</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2,461,267</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">35,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">355,500</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">14.4%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">915.7%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.6%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">17</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Libya</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">6,324,357</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">10,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">323,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">5.1%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">3130.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.5%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">18</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Iraq</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">28,945,569</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">12,500</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">300,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">1.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">2300.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.5%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">19</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Eritrea</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">5,647,168</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">5,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">200,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">3.5%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">3900.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.3%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">20</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Somalia</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">9,832,017</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">200</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">102,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">1.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">50900.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.2%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">21</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Mauritania</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">3,129,486</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">5,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">60,000</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">1.9%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">1100.0%</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">0.1%</td>
</tr>
<tr>
<td style="border-bottom:1px dotted #CCCCCC;text-align:center;" width="30" valign="top">22</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:left;" width="126" valign="top"><strong>Gaza Strip</strong></td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">1,551,859</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="89" valign="top">n/a</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="101" valign="top">n/a</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="87" valign="top">n/a</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="99" valign="top">n/a</td>
<td style="border-bottom:1px dotted #CCCCCC;text-align:right;" width="90" valign="top">n/a</td>
</tr>
<tr>
<td style="background-color:#dddddd;text-align:right;" width="30" valign="top"><strong> </strong></td>
<td style="background-color:#dddddd;text-align:left;" width="126" valign="top"><strong>TOTAL</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="99" valign="top"><strong>349,861,209</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="89" valign="top"><strong>2,515,000</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="101" valign="top"><strong>54,615,800</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="87" valign="top"><strong>20.8%</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="99" valign="top"><strong>5836.9%</strong></td>
<td style="background-color:#dddddd;text-align:right;" width="90" valign="top"><strong><br />
</strong></td>
</tr>
</tbody>
</table>
<h1>The biggest Market</h1>
<p>Egypt&#8217;s Internet users are the highest number with 12,568,900 users which is 18.7% of the total Arab Internet users, followed by Morocco and Saudi Arabia.</p>
<p><a href="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries.jpg"></a></p>
<div id="attachment_86" class="wp-caption alignnone" style="width: 490px"><a href="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries.jpg"><img class="size-full wp-image-86" title="statistics-internet-usage-arab-countries" src="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries.jpg?w=595" alt="Statistics of internet usage in Arab world - Arabic users number"   /></a><p class="wp-caption-text">Statistics of internet usage in Arab world - Arabic users number</p></div>
<h1>Internet Usage Penetration</h1>
<p>The following chart shows that the UAE has the highest percentage of population in using Internet, followed by Bahrain and Qatar:</p>
<div id="attachment_88" class="wp-caption alignnone" style="width: 490px"><a href="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries-penetration.jpg"><img class="size-full wp-image-88" title="statistics-internet-usage-arab-countries-penetration" src="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries-penetration.jpg?w=595" alt="Statistics of internet users nubmers penetration in Arab countries (percentage of population)"   /></a><p class="wp-caption-text">Statistics of internet users numbers penetration in Arab countries (percentage of population)</p></div>
<h1>The highest growth online</h1>
<p>Even being at the bottom of the Penetration list, Somalia has the highest growth by achieving 50,900% (from 200 users to 100,000 in about 9 years), followed by Sudan and Syria:</p>
<div id="attachment_89" class="wp-caption alignnone" style="width: 490px"><a href="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-growth-arab-countries.jpg"><img class="size-full wp-image-89" title="statistics-internet-usage-growth-arab-countries" src="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-growth-arab-countries.jpg?w=595" alt="Statistics of Internet usage growth in Arab countries"   /></a><p class="wp-caption-text">Statistics of Internet usage growth in Arab countries</p></div>
<p>Still wondering how much these numbers are accurate, but it may give an overview of the situation in our Arab world.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=72&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2010/03/24/statistics-of-internet-usage-in-the-arab-world-mena-region/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>

		<media:content url="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries.jpg" medium="image">
			<media:title type="html">statistics-internet-usage-arab-countries</media:title>
		</media:content>

		<media:content url="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-arab-countries-penetration.jpg" medium="image">
			<media:title type="html">statistics-internet-usage-arab-countries-penetration</media:title>
		</media:content>

		<media:content url="http://sbaydoun.files.wordpress.com/2010/03/statistics-internet-usage-growth-arab-countries.jpg" medium="image">
			<media:title type="html">statistics-internet-usage-growth-arab-countries</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter is over capacity</title>
		<link>http://samer-baydoun.com/2010/01/20/twitter-is-over-capacity/</link>
		<comments>http://samer-baydoun.com/2010/01/20/twitter-is-over-capacity/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 12:13:28 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Discussions]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=63</guid>
		<description><![CDATA[Twitter is over capacity at 12:01 pm GMT on Wednesday 20th January 2010 Wondering why??<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=63&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Twitter is over capacity at 12:01 pm GMT on Wednesday 20th January 2010 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Wondering why??<br />
<img src="http://sbaydoun.files.wordpress.com/2010/01/twitter-over-capacity.jpg?w=595" alt="Twitter is over capacity" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=63&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2010/01/20/twitter-is-over-capacity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>

		<media:content url="http://sbaydoun.files.wordpress.com/2010/01/twitter-over-capacity.jpg" medium="image">
			<media:title type="html">Twitter is over capacity</media:title>
		</media:content>
	</item>
		<item>
		<title>OOP in PHP and Performance issues</title>
		<link>http://samer-baydoun.com/2009/12/25/oop-in-php-and-performance-issues/</link>
		<comments>http://samer-baydoun.com/2009/12/25/oop-in-php-and-performance-issues/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 19:43:30 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Discussions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=59</guid>
		<description><![CDATA[When began with PHP, I used to write quick scripts, procedural, which served very well the small projects. But when uses OOP designs with PHP, I noticed the BIG difference in performance which went bad with the OOP. PHP was not designed to be an Object Oriented Programming language, although there are very respectable attempts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=59&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When began with PHP, I used to write quick scripts, procedural, which served very well the small projects. But when uses OOP designs with PHP, I noticed the <strong>BIG difference in performance which went bad with the OOP.</strong></p>
<p>PHP was not designed to be an Object Oriented Programming language, although there are very respectable attempts to make it so. I just thought about <strong>the future of the Object Oriented Design with the PHP, which is narrow</strong> in my opinion.</p>
<p>So <strong>why programmers should use PHP for OO designs while there are other languages such as Java?</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=59&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2009/12/25/oop-in-php-and-performance-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>Credibility of followers number on Twitter</title>
		<link>http://samer-baydoun.com/2009/11/24/credibility-of-followers-number-on-twitter/</link>
		<comments>http://samer-baydoun.com/2009/11/24/credibility-of-followers-number-on-twitter/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:02:21 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Discussions]]></category>
		<category><![CDATA[credibility]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=50</guid>
		<description><![CDATA[As checking my twitter account I went through a post of a friend says &#8220;I just become a member of this AWESOME site that gets you TONS of followers: http://tinyurl.com/yzl59f7&#8220;. The site was billionfollowers.com. For a while I rushed to login, it&#8217;s a brilliant service that I could get. Before I click login button I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=50&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As checking my twitter account I went through a post of a friend says &#8220;<em>I just become a member of this AWESOME site that <strong>gets you TONS of followers</strong>: http://tinyurl.com/yzl59f7</em>&#8220;. The site was billionfollowers.com. For a while I rushed to login, it&#8217;s a brilliant service that I could get. Before I click login button I noticed the &#8220;<em>By logging in you agree with the <a href="http://www.billionfollowers.com/#">T.O.S</a></em>&#8221; check box checked. Reading the T.O.S was enough to make me think twice about my privacy, I decided to keep away from this.</p>
<p>But when reviewing the idea of this site (or any other similar sites) I wondered about the <strong>credibility of twitter account followers number</strong>, does the number of followers reflect the activity, trends or knowledge of the account owner?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=50&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2009/11/24/credibility-of-followers-number-on-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
		<item>
		<title>Arabic right-to-left multi-level dropdown menu</title>
		<link>http://samer-baydoun.com/2009/10/22/arabic-right-to-left-multi-level-dropdown-menu/</link>
		<comments>http://samer-baydoun.com/2009/10/22/arabic-right-to-left-multi-level-dropdown-menu/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 21:35:10 +0000</pubDate>
		<dc:creator>Samer Baydoun</dc:creator>
				<category><![CDATA[Make it better]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[syrian]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://samer-baydoun.com/?p=12</guid>
		<description><![CDATA[I have developed an Arabic (right to left) multi-level dropdown menu based on &#8220;jQuery Multi Level CSS Menu #1&#8221; posted by Dynamic Drive. HTML code &#60;DIV id=myjquerymenu class=jquerycssmenu&#62; &#60;UL&#62; &#60;LI&#62;&#60;A href="#"&#62;بند رئيسي&#60;/A&#62;&#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند رئيسي&#60;/A&#62;&#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند رئيسي&#60;/A&#62; &#60;UL&#62; &#60;LI&#62;&#60;A href="#"&#62;بند فرعي&#60;/A&#62;&#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند فرعي&#60;/A&#62;&#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند فرعي&#60;/A&#62;&#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند فرعي&#60;/A&#62;&#60;/LI&#62; &#60;/UL&#62; &#60;/LI&#62; &#60;LI&#62;&#60;A href="#"&#62;بند [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=12&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have developed an Arabic (right to left) multi-level dropdown menu based on &#8220;<a href="http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_horizontal_blue/#">jQuery Multi Level CSS Menu #1</a>&#8221; posted by <a href="http://www.dynamicdrive.com/">Dynamic Drive</a>.</p>
<h2>HTML code</h2>
<pre style="padding-left:30px;">&lt;DIV id=myjquerymenu class=jquerycssmenu&gt;
&lt;UL&gt;</pre>
<pre style="padding-left:60px;">&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt;
&lt;UL&gt;</pre>
<pre style="padding-left:90px;">&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</pre>
<pre style="padding-left:60px;">&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt;
&lt;UL&gt;</pre>
<pre style="padding-left:90px;">&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;
&lt;UL&gt;</pre>
<pre style="padding-left:120px;">&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;
&lt;UL&gt;</pre>
<pre style="padding-left:150px;">&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</pre>
<pre style="padding-left:120px;">&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</pre>
<pre style="padding-left:90px;">&lt;/UL&gt;&lt;/LI&gt;</pre>
<pre style="padding-left:60px;">&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="#"&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;</pre>
<pre style="padding-left:30px;">&lt;/UL&gt;&lt;BR style="CLEAR: left"&gt;&lt;/DIV&gt;</pre>
<h2>CSS Code:</h2>
<pre style="padding-left:30px;">.jquerycssmenu {
	BORDER-BOTTOM: black 1px solid; PADDING-LEFT: 15px; FONT: bold 12px Verdana
}
.jquerycssmenu UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.jquerycssmenu UL LI {
	POSITION: relative; DISPLAY: inline; FLOAT: left
}
.jquerycssmenu UL LI A {
	BORDER-BOTTOM: #778 0px solid; BORDER-LEFT: #778 1px solid; PADDING-BOTTOM: 4px; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; DISPLAY: block;
DIRECTION: rtl; BACKGROUND: url(tintblue.gif) white repeat-x center top; COLOR: #2d2b2b; BORDER-TOP: #778 1px solid; MARGIN-RIGHT: 3px;
BORDER-RIGHT: #778 1px solid; TEXT-DECORATION: none; PADDING-TOP: 5px
}
.jquerycssmenu UL LI A:hover {
	BACKGROUND-IMAGE: url(tintbluedark.gif)
}
.jquerycssmenu UL LI UL {
	POSITION: absolute; DISPLAY: block; VISIBILITY: hidden; BORDER-TOP: black 1px solid; LEFT: 0px
}
.jquerycssmenu UL LI UL LI {
	DISPLAY: list-item; FLOAT: none
}
.jquerycssmenu UL LI UL LI UL {
	TOP: 0px
}
.jquerycssmenu UL LI UL LI A {
	BORDER-BOTTOM: black 1px solid; PADDING-BOTTOM: 4px; MARGIN: 0px; PADDING-LEFT: 5px;
WIDTH: 160px; PADDING-RIGHT: 5px;
FONT: 13px Verdana; DIRECTION: rtl; BACKGROUND: white;
BORDER-TOP-WIDTH: 0px; COLOR: black;
PADDING-TOP: 4px
}
.jquerycssmenu UL LI UL LI A:hover {
	BACKGROUND: #eff9ff; COLOR: black
}
.downarrowclass {
	POSITION: absolute; TOP: 7px; LEFT: 5px
}
.rightarrowclass {
	POSITION: absolute; TOP: 5px; LEFT: 5px
}</pre>
<h2>JavaScript Code:</h2>
<p style="padding-left:30px;">var arrowimages={down:['downarrowclass', 'arrow-down.gif', 25], right:['rightarrowclass', 'arrow-right.gif']}</p>
<p style="padding-left:30px;">var jquerycssmenu={</p>
<p style="padding-left:30px;">fadesettings: {overduration: 350, outduration: 100}, //duration of fade in/ out animation, in milliseconds</p>
<p style="padding-left:30px;">isRTL : true, //For arabic (or right-to-left) templates set it to True;</p>
<p style="padding-left:30px;">buildmenu:function(menuid, arrowsvar){</p>
<p style="padding-left:30px;">jQuery(document).ready(function($){</p>
<p style="padding-left:30px;">var $mainmenu=$(&#8220;#&#8221;+menuid+&#8221;&gt;ul&#8221;)</p>
<p style="padding-left:30px;">var $headers=$mainmenu.find(&#8220;ul&#8221;).parent()</p>
<p style="padding-left:30px;">$headers.each(function(i){</p>
<p style="padding-left:30px;">var $curobj=$(this)</p>
<p style="padding-left:30px;">var $subul=$(this).find(&#8216;ul:eq(0)&#8217;)</p>
<p style="padding-left:30px;">this._dimensions={w:this.offsetWidth, h:this.offsetHeight, subulw:$subul.outerWidth(), subulh:$subul.outerHeight()}</p>
<p style="padding-left:30px;">this.istopheader=$curobj.parents(&#8220;ul&#8221;).length==1? true : false</p>
<p style="padding-left:30px;">$subul.css({top:this.istopheader? this._dimensions.h+&#8221;px&#8221; : 0})</p>
<p style="padding-left:30px;">$curobj.children(&#8220;a:eq(0)&#8221;).css(this.istopheader? {paddingLeft: arrowsvar.down[2]} : {}).append(</p>
<p style="padding-left:30px;">&#8216;&lt;img src=&#8221;&#8216;+ (this.istopheader? arrowsvar.down[1] : arrowsvar.right[1])</p>
<p style="padding-left:30px;">+&#8217;&#8221; class=&#8221;&#8216; + (this.istopheader? arrowsvar.down[0] : arrowsvar.right[0])</p>
<p style="padding-left:30px;">+ &#8216;&#8221; style=&#8221;border:0;&#8221; /&gt;&#8217;</p>
<p style="padding-left:30px;">)</p>
<p style="padding-left:30px;">$curobj.hover(</p>
<p style="padding-left:30px;">function(e){</p>
<p style="padding-left:30px;">var $targetul=$(this).children(&#8220;ul:eq(0)&#8221;)</p>
<p style="padding-left:30px;">this._offsets={left:$(this).offset().left, top:$(this).offset().top}</p>
<p style="padding-left:30px;">var menuleft=this.istopheader? this._dimensions.subulw &#8211; this._dimensions.w -15 : this._dimensions.w</p>
<p style="padding-left:30px;">if(jquerycssmenu.isRTL)</p>
<p style="padding-left:30px;">menuleft=(this._offsets.left&lt;this._dimensions.subulw)? (this.istopheader? -(this._dimensions.subulw &#8211; this._dimensions.w) : this._dimensions.subulw ) : -menuleft</p>
<p style="padding-left:30px;">else</p>
<p style="padding-left:30px;">menuleft=(this._offsets.left+menuleft+this._dimensions.subulw&gt;$(window).width())? (this.istopheader? -this._dimensions.subulw + this._dimensions.w : -this._dimensions.w) : menuleft</p>
<p style="padding-left:30px;">$targetul.css({left:menuleft+&#8221;px&#8221;}).fadeIn(jquerycssmenu.fadesettings.overduration)</p>
<p style="padding-left:30px;">},</p>
<p style="padding-left:30px;">function(e){</p>
<p style="padding-left:30px;">$(this).children(&#8220;ul:eq(0)&#8221;).fadeOut(jquerycssmenu.fadesettings.outduration)</p>
<p style="padding-left:30px;">}</p>
<p style="padding-left:30px;">) //end hover</p>
<p style="padding-left:30px;">}) //end $headers.each()</p>
<p style="padding-left:30px;">$mainmenu.find(&#8220;ul&#8221;).css({display:&#8217;none&#8217;, visibility:&#8217;visible&#8217;})</p>
<p style="padding-left:30px;">}) //end document.ready</p>
<p style="padding-left:30px;">}</p>
<p style="padding-left:30px;">}</p>
<p style="padding-left:30px;">//build menu with ID=&#8221;myjquerymenu&#8221; on page:</p>
<p style="padding-left:30px;">jquerycssmenu.buildmenu(&#8220;myjquerymenu&#8221;, arrowimages)</p>
<p>&nbsp;</p>
<h2>Files</h2>
<p>Click <a title="Arabic RTL Multi-level Menu by Samer Baydoun" href="http://www.4shared.com/zip/xRZD0ocD/arabic-rtl-multi-level-menu.html">here </a>to download all files.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<p>&lt;DIV id=myjquerymenu class=jquerycssmenu&gt;</p>
<p>&lt;UL&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt;</p>
<p>&lt;UL&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;/UL&gt;</p>
<p>&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt;</p>
<p>&lt;UL&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;</p>
<p>&lt;UL&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;</p>
<p>&lt;UL&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;/UL&gt;</p>
<p>&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند فرعي&lt;/A&gt;&lt;/LI&gt;</p>
<p>&lt;/UL&gt;&lt;/LI&gt;</p>
<p>&lt;/UL&gt;</p>
<p>&lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;LI&gt;&lt;A href=&#8221;#&#8221;&gt;بند رئيسي&lt;/A&gt; &lt;/LI&gt;</p>
<p>&lt;/UL&gt;&lt;BR style=&#8221;CLEAR: left&#8221;&gt;&lt;/DIV&gt;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sbaydoun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sbaydoun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sbaydoun.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samer-baydoun.com&amp;blog=7267067&amp;post=12&amp;subd=sbaydoun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samer-baydoun.com/2009/10/22/arabic-right-to-left-multi-level-dropdown-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/69d3ef42dac26e2653c9e1d52fbed5a2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Samer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
