<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Ammar Ibrahim's blog - PHP</title>
    <link>http://blog.ammaribrahim.com/</link>
    <description>High On Life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.4 - http://www.s9y.org/</generator>
    <pubDate>Wed, 19 Mar 2008 18:41:27 GMT</pubDate>

    <image>
        <url>http://blog.ammaribrahim.com/templates/competition/img/s9y_banner_small.png</url>
        <title>RSS: Ammar Ibrahim's blog - PHP - High On Life</title>
        <link>http://blog.ammaribrahim.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Sharekna - Video &amp; Photo Sharing for the Arab World. Launched</title>
    <link>http://blog.ammaribrahim.com/archives/539-Sharekna-Video-Photo-Sharing-for-the-Arab-World.-Launched.html</link>
            <category>Business</category>
            <category>IT &amp; computers</category>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/539-Sharekna-Video-Photo-Sharing-for-the-Arab-World.-Launched.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=539</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=539</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
Today &lt;a href=&quot;http://www.albawaba.com&quot;&gt;we&lt;/a&gt; [soft] launched the alpha [and buggy] version of &lt;a href=&quot;http://www.sharekna.com&quot;&gt;Sharekna.com&lt;/a&gt;, The free online Video and Photo sharing for the Arab world.&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;From a technical point of view, the site was built using &lt;a href=&quot;http://codeigniter.com&quot;&gt;CodeIgniter&lt;/a&gt; as an underlying framework, I had to modify some parts of the core to ease parts of handling Arabic and to have nice Arabic URLs ala Wikipedia style. CodeIgniter is not the greatest framework, but I would really recommend it for the first MVC encounter, especially if you have less experienced developers working on a project. The way it separates M from V from C is nice and easy to grasp even if the developer has no OOP experience. The thing that we did to a great degree is completely re sturcture the way CodeIgniter handles views. I hate how that was handled, and changed it to a more component/block based templating that proved to be a great time savior for our CSS/(x)HTML dude. The 2 other things I really hate about CodeIgniter are the way (GET &amp;amp; POST) are handled and the freakin disgusting DB layer that comes with it.&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;Another interesting thing we used was &lt;a href=&quot;http://ezcomponents.org&quot;&gt;eZ Components&lt;/a&gt; (EZC), which to me is cleanest/most stable PHP code I have seen to date. EZC was integrated in CodeIgniter as a helper and it became very easy to load (autoload) EZC from within CodeIgniter. EZC was mainly used for image manipulation, and I&#039;m very satisfied with the results.&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Tue, 18 Mar 2008 18:08:48 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/539-guid.html</guid>
    
</item>
<item>
    <title>Ruby On Rails Fans: Go &quot;duck&quot; yourself</title>
    <link>http://blog.ammaribrahim.com/archives/530-Ruby-On-Rails-Fans-Go-duck-yourself.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/530-Ruby-On-Rails-Fans-Go-duck-yourself.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=530</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=530</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I&#039;m not alone, &lt;a href=&quot;http://web2.commongate.com/post/Rails_to_PHP_-_Back_to_Back&quot;&gt;read what this guy had to go through&lt;/a&gt; when he migrated to RoR from PHP, and then went back!&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;I&#039;m always angry when someone mentions RoR, it&#039;s like teaching a new dog new tricks, when the old dog knows it all. &lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;For the love of god, stop migrating to RoR just because it&#039;s cool. No one ever said RoR sucks, it&#039;s just that there&#039;s SO much pre-exisitng PHP code that you would never find in any other language. 40% of the top 100 sites are PHP, and PHP is the most used language on the Internet. What else do you want to know?&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;PHP does have tons of frameworks, yet doesn&#039;t force a style or a paradigm. You can do whatever you want with it, you can even build the &lt;a href=&quot;http://www.yahoo.com&quot;&gt;biggest, most trafficked site in the universe!&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Why the hell do you even want to consider something else! &lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&lt;b&gt;Update&lt;/b&gt;: Why don&#039;t you also check an &lt;a href=&quot;http://blog.ammar-ibrahim.com/archives/333-Why-ColdFusion-Sucks.html&quot;&gt;entry I wrote about ColdFusion&lt;/a&gt; few years ago&lt;br /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 03 Oct 2007 17:21:48 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/530-guid.html</guid>
    
</item>
<item>
    <title>Yahoo! Mail Security Flaw...</title>
    <link>http://blog.ammaribrahim.com/archives/507-Yahoo!-Mail-Security-Flaw....html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/507-Yahoo!-Mail-Security-Flaw....html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=507</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=507</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I&#039;ve been doing some research on how &lt;a href=&quot;http://mail.yahoo.com&quot;&gt;Yahoo Mail&lt;/a&gt; works to help a client with their newsletter appearing properly. I managed to find a serious security flaw, that is somehow very hard to exploit. I will not disclose what the security problem is until I manage to exploit it and inform Yahoo!, I will write an article and hopefully include the details in my book once this flaw is fixed.&lt;/p&gt;&lt;p&gt;By the way, I&#039;m a &lt;a href=&quot;http://en.wikipedia.org/wiki/Whitehat&quot;&gt;White Hat Hacker&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 28 Sep 2006 03:10:07 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/507-guid.html</guid>
    
</item>
<item>
    <title>Blogging @ Syntux</title>
    <link>http://blog.ammaribrahim.com/archives/503-Blogging-Syntux.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/503-Blogging-Syntux.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=503</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=503</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    I joined &lt;a href=&quot;http://syntux.net/&quot;&gt;Syntux&lt;/a&gt;, a blog initiated by the one and only &lt;a href=&quot;http://www.jadmadi.net&quot;&gt;Jad&lt;/a&gt; to blog about PHP. The story of how I joined is &lt;a href=&quot;http://syntux.net/blog/2006/08/13/multi-author-who-is-the/&quot;&gt;available on the blog&lt;/a&gt;! I will be writing about PHP mostly on the new blog.&lt;br /&gt;  &lt;p&gt;A big thanks to abu il jooj for this amazing blog and inviting me to join. Hopefully, we will work more together to help grow and educate the local PHP community.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 14 Aug 2006 13:44:29 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/503-guid.html</guid>
    
</item>
<item>
    <title>Albawaba's music player gets some love!</title>
    <link>http://blog.ammaribrahim.com/archives/496-Albawabas-music-player-gets-some-love!.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/496-Albawabas-music-player-gets-some-love!.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=496</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=496</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;p&gt;Linux sys-con wrote about the new AJAX based music player. &lt;a href=&quot;http://linux.sys-con.com/read/240449.htm&quot;&gt;read the full coverage&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can test the new player on &lt;a href=&quot;http://music.albawaba.com&quot;&gt;music.albawaba.com&lt;/a&gt;. As with all web2.0 hypes, it is BETA, so something might break ....&lt;/p&gt;&lt;p&gt;Feedback please&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 29 Jun 2006 17:59:50 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/496-guid.html</guid>
    
</item>
<item>
    <title>Riding with the king</title>
    <link>http://blog.ammaribrahim.com/archives/495-Riding-with-the-king.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/495-Riding-with-the-king.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=495</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=495</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;p&gt;I&#039;m really happy that &lt;a href=&quot;http://en.wikipedia.org/wiki/Rasmus_Lerdorf&quot;&gt;Rasmus Lerdorf&lt;/a&gt;, the inventor of PHP, joined the PHP Vikinger. It&#039;s just amazing how modest and helpful this guy is. one of the exciting things is that we started working on a simple application to be used on php.net, which shows a map of PHP developers from around the world. We devided ourselves to 3 groups; the groups were &amp;quot;Model&amp;quot;, &amp;quot;View&amp;quot; &amp;amp; &amp;quot;export formats&amp;quot;. Hopefully it&#039;ll be up on php.net quite soon.&lt;/p&gt;&lt;p /&gt;&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 110px;&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a href=&quot;http://blog.ammaribrahim.com/uploads/vikinger.JPG&quot;&gt;&lt;img width=&quot;110&quot; hspace=&quot;5&quot; height=&quot;102&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;http://blog.ammaribrahim.com/uploads/vikinger.serendipityThumb.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Coding with Rasmus &amp;amp; Darren.&lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;p /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;clear: both;&quot;&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Tue, 27 Jun 2006 19:06:37 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/495-guid.html</guid>
    
</item>
<item>
    <title>From Oslo</title>
    <link>http://blog.ammaribrahim.com/archives/493-From-Oslo.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/493-From-Oslo.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=493</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=493</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; This was supposed to be blogged two days ago, but I couldn&#039;t because I was gonna miss the train to the airport, I&#039;m already in Germany now.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;I just got to Oslo all the way from Skien. I&#039;m sitting at a friends office, Kaarel from Estonia. We spent the last few minutes here hacking. I&#039;m gonna be heading to the airport in few minutes... &lt;/p&gt;&lt;p&gt;Some photos for the late night hacking session&lt;/p&gt;&lt;p /&gt;&lt;div style=&quot;width: 110px;&quot; class=&quot;serendipity_imageComment_left&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a href=&quot;http://blog.ammaribrahim.com/uploads/PC310345.JPG&quot;&gt;&lt;img width=&quot;110&quot; hspace=&quot;5&quot; height=&quot;82&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;http://blog.ammaribrahim.com/uploads/PC310345.serendipityThumb.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;The office &lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;width: 110px;&quot; class=&quot;serendipity_imageComment_left&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a href=&quot;http://blog.ammaribrahim.com/uploads/PC310347.JPG&quot;&gt;&lt;img width=&quot;110&quot; hspace=&quot;5&quot; height=&quot;82&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;http://blog.ammaribrahim.com/uploads/PC310347.serendipityThumb.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;me hackin away on my laptop&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;width: 110px;&quot; class=&quot;serendipity_imageComment_left&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a href=&quot;http://blog.ammaribrahim.com/uploads/PC310351.JPG&quot;&gt;&lt;img width=&quot;110&quot; hspace=&quot;5&quot; height=&quot;82&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;http://blog.ammaribrahim.com/uploads/PC310351.serendipityThumb.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Kaarel &amp;amp; his laptop&lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Mon, 26 Jun 2006 00:52:55 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/493-guid.html</guid>
    
</item>
<item>
    <title>PHP Vikinger</title>
    <link>http://blog.ammaribrahim.com/archives/492-PHP-Vikinger.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/492-PHP-Vikinger.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=492</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=492</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Less than an hour ago the &lt;a href=&quot;http://www.phpvikinger.org&quot;&gt;PHP Vikinger 2006&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Unconference&quot;&gt;unconference&lt;/a&gt; started. So far we&#039;ve been dicussing what topics we&#039;re going discuss during today and tomorrow. &lt;a href=&quot;http://zak.greant.com/&quot;&gt;Zak&lt;/a&gt; organized the event. &lt;/p&gt;&lt;p&gt;What&#039;s really amazing is that I&#039;m sorrounded by really smart people; &lt;a href=&quot;http://lerdorf.com/bio.php&quot;&gt;Rasmus Lerdorf&lt;/a&gt; the inventor of PHP is also attending. &lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Update( 1:30 PM )&lt;/b&gt;: The first discussion revolved around scalability and scalable architecture. The main point that Rasmus mentioned is to &#039;partition&#039; your application. His example was Yahoo&#039;s mail; basicly every component of the service is split on a seperate server farm. e.g. address book component is quite seperate from sending mail. and it actually sits on a different server farm. He also mentioned that Yahoo has 110,000 servers!!!!!&lt;/p&gt;&lt;p&gt;&lt;b&gt;Update( 2:45 PM ):&lt;/b&gt; Marcus Boerger gave an introduction to the reflection API. I&#039;m bored of doing the updates... So I think I&#039;ll stop now&lt;br /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 24 Jun 2006 12:55:39 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/492-guid.html</guid>
    
</item>
<item>
    <title>Branding Plans( Services ) &amp; Usability</title>
    <link>http://blog.ammaribrahim.com/archives/471-Branding-Plans-Services-Usability.html</link>
            <category>Business</category>
            <category>General</category>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/471-Branding-Plans-Services-Usability.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=471</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=471</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Currently I&#039;m helping a client build their website. which is going to offer some digital communication services. We had some sort of a discussion about the way they brand their services, I&#039;m no branding expert( &lt;a href=&quot;http://www.360.com&quot;&gt;Ahmad Humeid&lt;/a&gt; is). Which in this case is subscription plans. They want to put their brand with the name of the service, which i&#039;m strictly against. Let&#039;s assume the brand name is &lt;b&gt;ABC&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;They want to have the following hypothetical plans:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ABC basic&lt;/li&gt;&lt;li&gt;ABC advnaced&lt;/li&gt;&lt;li&gt;ABC power&lt;/li&gt;&lt;li&gt;ABC ultimate&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I think the following scheme is less confusing for users. Yet imagine someone calling customer support, this is by far easier to rememeber.&lt;br /&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Basic&lt;/li&gt;&lt;li&gt;Advanced&lt;/li&gt;&lt;li&gt;etc&lt;/li&gt;&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Thu, 02 Mar 2006 20:56:03 -0600</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/471-guid.html</guid>
    
</item>
<item>
    <title>Essential PHP Security is here!</title>
    <link>http://blog.ammaribrahim.com/archives/397-Essential-PHP-Security-is-here!.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/397-Essential-PHP-Security-is-here!.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=397</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=397</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://shiflett.org/&quot;&gt;Chris Shiflett&lt;/a&gt; the man behind &lt;a href=&quot;http://phpsec.org&quot;&gt;PHPSec&lt;/a&gt; and an expert on web security finished his long awaited PHP security book, Essential PHP Security.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://shiflett.org/archive/142&quot;&gt;More info on Chris&#039;s blog&lt;/a&gt;, and hey don&#039;t forget to &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/059600656X/ref%3Dnosim/chrisshiflett-20&quot;&gt;buy a copy&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 15 Sep 2005 05:12:21 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/397-guid.html</guid>
    
</item>
<item>
    <title>Interview on Linux Journal</title>
    <link>http://blog.ammaribrahim.com/archives/377-Interview-on-Linux-Journal.html</link>
            <category>Jordan</category>
            <category>Open Source &amp; Free software</category>
            <category>Personal</category>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/377-Interview-on-Linux-Journal.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=377</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=377</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    I&#039;ve been &lt;a href=&quot;http://www.linuxjournal.com/article/8504&quot;&gt;interviewed by LinuxJournal&lt;/a&gt; this week. The interview is about some Open Source projects in Jordan, and my involvement in &lt;a href=&quot;http://www.php.net&quot;&gt;PHP&lt;/a&gt;. I must say I&#039;m really honored to be interviewed by LJ. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;I thank from all of my heart &lt;a href=&quot;http://www.linuxjournal.com/user/801140&quot;&gt;Tom Adelstein&lt;/a&gt; who during this interview not all became someone I enjoy talkin&#039; to, but a real close friend. I&#039;m honored that I know Tom, I&#039;m learning alot from him every singel day. I&#039;d like to also thank abdelqader Jaradat &amp;amp; &lt;a href=&quot;http://sdteffen.blogspot.com/&quot;&gt;Steffen Macke&lt;/a&gt; for their extraordinary help by providing me information about &lt;a href=&quot;http://sourceforge.net/projects/bmfo/&quot;&gt;BMFO&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.linuxjournal.com/article/8504&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Your feedback is highly appreciated.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.linuxjournal.com/article/8504&quot;&gt;&lt;br /&gt;Read the Interview&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 17 Aug 2005 19:28:35 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/377-guid.html</guid>
    
</item>
<item>
    <title>RAD development in PHP</title>
    <link>http://blog.ammaribrahim.com/archives/376-RAD-development-in-PHP.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/376-RAD-development-in-PHP.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=376</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=376</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    It&#039;s almost 4 am, trying to figure out the best way to do RAD developemnt. Well, basicly I built a database schema, I want something to crawl my tables and generate generic forms that I can customize later. Things like Update/Insert/Delete and so on. As I&#039;m a huge fan of PEAR and a PEAR developer I looked there first. I found &lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://pear.php.net/package/DB_DataObject_FormBuilder&quot;&gt;DB_DataObject_FormBuilder&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
. Will see how things go with it. 
    </content:encoded>

    <pubDate>Tue, 16 Aug 2005 04:20:13 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/376-guid.html</guid>
    
</item>
<item>
    <title>Syria's National Open Source Conference Program</title>
    <link>http://blog.ammaribrahim.com/archives/337-Syrias-National-Open-Source-Conference-Program.html</link>
            <category>Open Source &amp; Free software</category>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/337-Syrias-National-Open-Source-Conference-Program.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=337</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=337</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    I will be giving a presentation on the 30th this month. Check &lt;a href=&quot;http://www.opensource-sy.org/en/program.htm&quot;&gt;program details&lt;/a&gt;. But before that I will be attending the ICT4D workshop in Damascus! I&#039;ll be leaving sunday evening with &lt;a href=&quot;http://isam.bayazidi.net&quot;&gt;Isam&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 23 Jun 2005 04:11:38 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/337-guid.html</guid>
    
</item>
<item>
    <title>Why ColdFusion Sucks</title>
    <link>http://blog.ammaribrahim.com/archives/333-Why-ColdFusion-Sucks.html</link>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/333-Why-ColdFusion-Sucks.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=333</wfw:comment>

    <slash:comments>41</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=333</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;I&#039;ve been asked to optimize a search interface for a project that I developed almost a year ago. It was a requirement from the client to develop it in ColdFusion( CFML ). Argh I just hate the language.&lt;/p&gt;&lt;p&gt;For a start ths syntax is ugly, very ugly. CFML is tag based, something like HTML. It&#039;s really damn slow. The community is really small, you don&#039;t find enough resources compared to PHP. No OOP. It&#039;s just a weird language.&lt;/p&gt;&lt;p&gt;Naming conventions just kill me, I hate it when language designers come up with &amp;quot;friendly&amp;quot; names for things that end up confusing people. e.g. Variables coming from POST are Stored in something similiar to super globals array in PHP, in CFML they are called FORM, while those coming from GET are called URL. This would make it harder for developers to learn standard termonology, and what kills me is that they forgot that you can have your forms method as GET, which would end up having variables coming from your form stored in the URL struct.&lt;/p&gt;&lt;p&gt;I can go on forever, but there are some really cool features in CFML. To name two; 1- Application level transactions. 2- Verity Search Library: really rapid and powerful way to add search functionality to your project.&lt;/p&gt;&lt;p&gt;PHP: I love you baby.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 22 Jun 2005 05:52:43 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/333-guid.html</guid>
    
</item>
<item>
    <title>Travelling to Syria, ICT4D &amp; Open Source</title>
    <link>http://blog.ammaribrahim.com/archives/328-Travelling-to-Syria,-ICT4D-Open-Source.html</link>
            <category>General</category>
            <category>Open Source &amp; Free software</category>
            <category>PHP</category>
    
    <comments>http://blog.ammaribrahim.com/archives/328-Travelling-to-Syria,-ICT4D-Open-Source.html#comments</comments>
    <wfw:comment>http://blog.ammaribrahim.com/wfwcomment.php?cid=328</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.ammaribrahim.com/rss.php?version=2.0&amp;type=comments&amp;cid=328</wfw:commentRss>
    

    <author>nospam@example.com (Ammar Ibrahim)</author>
    <content:encoded>
    In 2 weeks I will be travelling to Syria to join the Regional Meeting on ICT4D that will take place in Damascus. Then I&#039;m going to Aleppo to speak in the Open Source conference organized by AUF, University of Aleppo &amp;amp; NOSSTIA.&lt;br /&gt;
&lt;p&gt;I&#039;m really looking forward for both events &lt;img src=&quot;http://blog.ammaribrahim.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 14 Jun 2005 09:21:54 -0500</pubDate>
    <guid isPermaLink="false">http://blog.ammaribrahim.com/archives/328-guid.html</guid>
    
</item>

</channel>
</rss>