<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rayed&#39;s Real Life on Rayed&#39;s Real life</title>
    <link>https://rayed.com/</link>
    <description>Recent content in Rayed&#39;s Real Life on Rayed&#39;s Real life</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 10 Feb 2026 17:00:31 +0300</lastBuildDate>
    <atom:link href="https://rayed.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Shell Function to Enable Python Virtual Environment</title>
      <link>https://rayed.com/posts/2026/02/python_fast_venv/</link>
      <pubDate>Tue, 10 Feb 2026 17:00:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2026/02/python_fast_venv/</guid>
      <description>&lt;p&gt;It always cumbersome to enable Python virtual environment, it is something&#xA;like:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;. ./venv/bin/activate &#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Vue Modal and Offcanvas Component</title>
      <link>https://rayed.com/posts/2025/12/vue_bootstrap_offcanvas/</link>
      <pubDate>Wed, 10 Dec 2025 00:10:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2025/12/vue_bootstrap_offcanvas/</guid>
      <description>&lt;p&gt;My Modal and Offcanvas components for &lt;a href=&#34;https://vuejs.org/&#34;&gt;Vue&lt;/a&gt; using &lt;a href=&#34;https://getbootstrap.com/&#34;&gt;Boostrap 5.3&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grafana &#43; Playwright &#43; Docker Problems</title>
      <link>https://rayed.com/posts/2025/07/grafana_playwright/</link>
      <pubDate>Wed, 23 Jul 2025 11:50:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2025/07/grafana_playwright/</guid>
      <description>&lt;p&gt;I am using &lt;a href=&#34;https://grafana.com/&#34;&gt;Grafana&lt;/a&gt; to graph one of my applications, and I wanted to export these&#xA;graphs to PDF and email them periodically.&lt;/p&gt;&#xA;&lt;p&gt;I decidede to use &lt;a href=&#34;https://playwright.dev/&#34;&gt;playwright&lt;/a&gt;, which is a testing framework that uses&#xA;a real &lt;a href=&#34;https://en.wikipedia.org/wiki/Headless_browser&#34;&gt;browser engine and run it without user interface&lt;/a&gt;,&#xA;and it support PDF printing too (only chromium engine).&lt;/p&gt;</description>
    </item>
    <item>
      <title>اول نسخ لينكس اعمل عليها My First Linux</title>
      <link>https://rayed.com/posts/2024/12/my_first_unix/</link>
      <pubDate>Wed, 25 Dec 2024 09:44:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2024/12/my_first_unix/</guid>
      <description>&lt;p&gt;نسخ سي دي من عام ١٩٩٧ لانظمة تشغيل Slack ware Linux و FreeBSD&#xA;نظم سلاك وير هو اول نسخة لينكس عملت عليها (نسخة اقدم من هذي) اذكر جلست اسبوعين حتى نجحت في تشغيل الواجهة الرسومية، في نفس الفترة كان تركيب ويندوز يحتاج ٢٠ قرص ٣،٥ وتحتاج تغيرها كل شوي&#xA;جهازي كان انتل ٤٨٦ بدسك ٢٠ ميجا&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Write a C Module and Build it with Meson</title>
      <link>https://rayed.com/posts/2024/10/c_module_meson/</link>
      <pubDate>Sun, 10 Nov 2024 16:47:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2024/10/c_module_meson/</guid>
      <description>&lt;p&gt;In this post I put my latest C project skeleton, you can find a github repo for the this tiny project here:&#xA;&lt;a href=&#34;https://github.com/rayed/c_module_meson&#34;&gt;https://github.com/rayed/c_module_meson&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fast Way to Edit SSH known_hosts</title>
      <link>https://rayed.com/posts/2024/07/fast_way_change_ssh_known_hosts/</link>
      <pubDate>Sun, 21 Jul 2024 10:43:53 +0300</pubDate>
      <guid>https://rayed.com/posts/2024/07/fast_way_change_ssh_known_hosts/</guid>
      <description>&lt;p&gt;Few days ago I migrated my website to a new server, and whenever you try to connect&#xA;to a server using &lt;code&gt;ssh&lt;/code&gt; it must &lt;em&gt;know&lt;/em&gt; it first, if not it will complain, and ask you&#xA;verfiy the server key signature:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ ssh rayed.com&#xA;The authenticity of host &#39;rayed.com (x.x.x.x)&#39; can&#39;t be established.&#xA;:&#xA;Are you sure you want to continue connecting (yes/no/[fingerprint])? &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;If you say yes, it will add the server signature to your system as known host, in&#xA;the file &lt;code&gt;~/.ssh/known_hosts&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrating From Centos to Debian</title>
      <link>https://rayed.com/posts/2024/07/migrating_from_centos_to_debian/</link>
      <pubDate>Fri, 19 Jul 2024 09:41:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2024/07/migrating_from_centos_to_debian/</guid>
      <description>&lt;p&gt;Finally I managed to migrate from Centos 7 to &lt;a href=&#34;https://www.debian.org/&#34;&gt;Debian&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The migration was motivated by two updates:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Debian has improved a lot, specially in the field of ease of use, I can now recommend it without hesitation.&lt;/li&gt;&#xA;&lt;li&gt;Redhat decided to stop supporting Centos as a downstream version from its own OS, it is now continuous update OS similar to Fedora but for the server version. Thank you Redhat but I don&amp;rsquo;t think I can rely on it any more.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I also updated my &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; website setup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian New System Useful Commands</title>
      <link>https://rayed.com/posts/2022/02/debian_new_system/</link>
      <pubDate>Tue, 22 Feb 2022 14:22:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2022/02/debian_new_system/</guid>
      <description>&lt;h2 id=&#34;update-system&#34;&gt;Update System&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;# switch to user root&#xA;su -&#xA;apt update &amp;amp;&amp;amp; apt upgrade&#xA;apt install sudo&#xA;usermod -aG sudo rayed &#xA;# logout from root &amp;amp; user&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;network&#34;&gt;Network&lt;/h2&gt;&#xA;&lt;h3 id=&#34;enable-new-interface&#34;&gt;Enable New Interface&lt;/h3&gt;&#xA;&lt;p&gt;Ref: &lt;a href=&#34;https://wiki.debian.org/NetworkConfiguration&#34;&gt;https://wiki.debian.org/NetworkConfiguration&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo vi /etc/network/interfaces&#xA;:&#xA;auto enp0s8&#xA;iface enp0s8 inet dhcp&#xA;:&#xA;sudo ifup enp0s8&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;ntp&#34;&gt;NTP&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo vi /etc/systemd/timesyncd.conf &#xA;:&#xA;NTP=sa.pool.ntp.org&#xA;:&#xA;sudo systemctl restart systemd-timesyncd&#xA;timedatectl timesync-status &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;security&#34;&gt;Security&lt;/h2&gt;&#xA;&lt;h3 id=&#34;secure-ssh&#34;&gt;Secure SSH&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo vi /etc/ssh/sshd_config&#xA;:&#xA;PasswordAuthentication no&#xA;:&#xA;sudo systemctl restart ssh&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;firewall&#34;&gt;Firewall&lt;/h3&gt;&#xA;&lt;p&gt;Ref: &lt;a href=&#34;https://wiki.debian.org/Uncomplicated%20Firewall%20%28ufw%29&#34;&gt;https://wiki.debian.org/Uncomplicated%20Firewall%20%28ufw%29&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django and NGINX in Docker</title>
      <link>https://rayed.com/posts/2022/01/django_nginx_in_docker/</link>
      <pubDate>Sun, 30 Jan 2022 22:00:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2022/01/django_nginx_in_docker/</guid>
      <description>&lt;p&gt;In this post we will run Django application behind a NGINX webserver, which is a very common practice&#xA;in production.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build small Go Program Docker Image</title>
      <link>https://rayed.com/posts/2021/07/build_go_docker_image/</link>
      <pubDate>Tue, 06 Jul 2021 10:00:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2021/07/build_go_docker_image/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s start with this small Go program:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;package main&#xA;&#xA;import &amp;quot;github.com/gin-gonic/gin&amp;quot;&#xA;&#xA;func main() {&#xA;    r := gin.Default()&#xA;    r.GET(&amp;quot;/ping&amp;quot;, func(c *gin.Context) {&#xA;        c.JSON(200, gin.H{&#xA;            &amp;quot;message&amp;quot;: &amp;quot;pong&amp;quot;,&#xA;        })&#xA;    })&#xA;    r.Run() // listen and serve on 0.0.0.0:8080 (for windows &amp;quot;localhost:8080&amp;quot;)&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;We will use go modules to manage dependencies:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;go mod init rayed.com/server&#xA;go mod tidy&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;You can run it without installing Go on your machine using Docker:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;docker run --rm -it   -v `pwd`:/app -w /app golang:1.16   go run server.go&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;building-a-docker-image&#34;&gt;Building a Docker Image&lt;/h2&gt;&#xA;&lt;p&gt;Next step we will make a custom Docker image from our application, we would need a &lt;code&gt;Dockerfile&lt;/code&gt; like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>SELinux Tip: Web Contents in User Home</title>
      <link>https://rayed.com/posts/2019/11/web_contents_in_user_home/</link>
      <pubDate>Tue, 12 Nov 2019 18:33:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2019/11/web_contents_in_user_home/</guid>
      <description>&lt;p&gt;I moved my website to new a server, since I moved my blog to &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; I only needed small machine with minimal spec, so I downgraded my server to one costing $5 per month instead of $10.&lt;/p&gt;&#xA;&lt;p&gt;I usually put all my personal projects including the blog under my home directory &lt;code&gt;/home/rayed&lt;/code&gt;, and point the Apache web server to serve content from inside it.&lt;/p&gt;&#xA;&lt;p&gt;So I configured Apache web server as follow:&lt;/p&gt;</description>
    </item>
    <item>
      <title>My &#34;Introduction to Cryptography &amp; PGP&#34; Talk</title>
      <link>https://rayed.com/posts/2019/02/intro_to_pgp/</link>
      <pubDate>Sat, 23 Feb 2019 19:22:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2019/02/intro_to_pgp/</guid>
      <description>&lt;p&gt;I had the pleasure to give a talk at &lt;a href=&#34;http://safcsp.org.sa/&#34;&gt;The Saudi Federation for Cyber Security and Programming&lt;/a&gt; titled&#xA;&amp;ldquo;&lt;a href=&#34;https://www.slideshare.net/rayedalrashed/introduction-to-cryptography-pgp&#34;&gt;Introduction to Cryptography &amp;amp; PGP&lt;/a&gt;&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;You can watch &lt;a href=&#34;https://www.pscp.tv/w/1zqKVOaereZGB&#34;&gt;Video of the talk&lt;/a&gt;, and for the slides:&lt;/p&gt;&#xA;&lt;iframe src=&#34;//www.slideshare.net/slideshow/embed_code/key/2UjVUzQlfzHi32&#34; width=&#34;595&#34; height=&#34;485&#34; frameborder=&#34;0&#34; marginwidth=&#34;0&#34; marginheight=&#34;0&#34; scrolling=&#34;no&#34; style=&#34;border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;&#34; allowfullscreen&gt; &lt;/iframe&gt;</description>
    </item>
    <item>
      <title>Art Installation Technology</title>
      <link>https://rayed.com/posts/2019/02/art_installation_tech/</link>
      <pubDate>Thu, 21 Feb 2019 12:53:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2019/02/art_installation_tech/</guid>
      <description>&lt;p&gt;Have you ever wondered about &amp;hellip;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;how a ride in a theme park works&lt;/li&gt;&#xA;&lt;li&gt;how the lights in a music show  move and synchronize with the music&lt;/li&gt;&#xA;&lt;li&gt;how a dancing fountain &amp;hellip; dance&lt;/li&gt;&#xA;&lt;li&gt;how the interactive &lt;a href=&#34;https://en.wikipedia.org/wiki/Installation_art&#34;&gt;art installation&lt;/a&gt; move based on&#xA;your movement?&lt;/li&gt;&#xA;&lt;li&gt;how a skyscraper change color during special occasions&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you haven&amp;rsquo;t I have! and here I am trying to find the technology behind all of&#xA;these projects.&lt;/p&gt;&#xA;&lt;p&gt;In this post I&amp;rsquo;ll keep links and videos related to this subject, I&amp;rsquo;ll try to keep adding&#xA;to it as I learn more about the subject, and please share with me any links about resources&#xA;that could be relevant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Parsing In Shell Script</title>
      <link>https://rayed.com/posts/2019/01/parsing_in_shell/</link>
      <pubDate>Tue, 22 Jan 2019 17:34:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2019/01/parsing_in_shell/</guid>
      <description>&lt;p&gt;Here a small snippet to parse name:value pairs is shell script:&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSH to Virtual Machines</title>
      <link>https://rayed.com/posts/2018/07/ssh_to_vms/</link>
      <pubDate>Tue, 31 Jul 2018 17:32:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/07/ssh_to_vms/</guid>
      <description>&lt;p&gt;I use VirtualBox a lot during development, create a VM try something, destroy, or abandon it.&lt;/p&gt;&#xA;&lt;p&gt;I always face a problem connecting to it to from my host machine (e.g. MacOS), you can add a port forwarding to ssh, then add another port for http, then another for DB, and so on.&lt;/p&gt;&#xA;&lt;p&gt;To solve the forwarding issue, I usually replace the VM network from NAT to &amp;ldquo;Bridged Network&amp;rdquo; so my VM can get an IP from my home/work router using DHCP.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django CRUD (Create, Retrieve, Update, Delete)</title>
      <link>https://rayed.com/posts/2018/05/django-crud-create-retrieve-update-delete/</link>
      <pubDate>Sun, 20 May 2018 14:52:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/05/django-crud-create-retrieve-update-delete/</guid>
      <description>&lt;p&gt;One of the most common task when developing web application is to write&#xA;create, read, update and delete functionality (CRUD) for each table you have.&lt;/p&gt;&#xA;&lt;p&gt;In this post I briefly cover the step needed to create a CRUD app in&#xA;Django, the steps we will need are:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Goodbye Wordpress, Hello Hugo</title>
      <link>https://rayed.com/posts/2018/03/goodbye-wordpress-hello-hugo/</link>
      <pubDate>Wed, 21 Mar 2018 10:50:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/03/goodbye-wordpress-hello-hugo/</guid>
      <description>&lt;p&gt;In June 2005 &lt;a href=&#34;https://rayed.com/posts/2005/06/moving-my-blog-from-blogger-to-wordpress/&#34;&gt;I moved my blog&lt;/a&gt; from &lt;a href=&#34;https://www.blogger.com/&#34;&gt;Blogger.com&lt;/a&gt; to self hosted Wordpress blog.&lt;/p&gt;&#xA;&lt;p&gt;Wordpress served me well the last 13 years, but during that time I had some issues that made the experience less enjoyable.&lt;/p&gt;&#xA;&lt;p&gt;With the rise of static site generators I was tempted to migrate, but when I tried it, it was much harder that I though, running the generator isn&amp;rsquo;t that hard part, but mainly migrating my old contents.&lt;/p&gt;&#xA;&lt;p&gt;But early this year I migrated my whole blog to use &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;, it wasn&amp;rsquo;t easy and it took few days of research and trial and errors but I finally managed to do it!&lt;/p&gt;&#xA;&lt;p&gt;Here I&amp;rsquo;ll explain my motives for migrations, and also my experience of migrating to Hugo!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Playing with Elasticsearch &amp; Kibana in Docker</title>
      <link>https://rayed.com/posts/2018/03/elastic_docker/</link>
      <pubDate>Wed, 21 Mar 2018 10:08:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/03/elastic_docker/</guid>
      <description>&lt;p&gt;An easy way to start an &lt;a href=&#34;https://www.elastic.co/products/elasticsearch&#34;&gt;Elasticsearch&lt;/a&gt; server with &lt;a href=&#34;https://www.elastic.co/products/kibana&#34;&gt;Kibana&lt;/a&gt; (Elasticsearch frontend) instance!&lt;/p&gt;</description>
    </item>
    <item>
      <title>GO language Environment Setup</title>
      <link>https://rayed.com/posts/2018/03/golang-setup/</link>
      <pubDate>Tue, 20 Mar 2018 13:36:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/03/golang-setup/</guid>
      <description>&lt;p&gt;Here I&amp;rsquo;ll write about setting up a GO language environment in MacOS and CentOS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Search</title>
      <link>https://rayed.com/search/</link>
      <pubDate>Tue, 30 Jan 2018 09:53:28 +0300</pubDate>
      <guid>https://rayed.com/search/</guid>
      <description>&lt;div&gt;&#xA;&lt;script&gt;&#xA;  (function() {&#xA;    var cx = &#39;002409919305298212193:j4l6d9dar8s&#39;;&#xA;    var gcse = document.createElement(&#39;script&#39;);&#xA;    gcse.type = &#39;text/javascript&#39;;&#xA;    gcse.async = true;&#xA;    gcse.src = &#39;https://cse.google.com/cse.js?cx=&#39; + cx;&#xA;    var s = document.getElementsByTagName(&#39;script&#39;)[0];&#xA;    s.parentNode.insertBefore(gcse, s);&#xA;  })();&#xA;&lt;/script&gt;&#xA;&lt;gcse:search linktarget=&#34;_parent&#34;&gt;&lt;/gcse:search&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Django with Docker: Add Postgres</title>
      <link>https://rayed.com/posts/2018/01/django-with-docker-add-postgres/</link>
      <pubDate>Wed, 24 Jan 2018 20:33:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/01/django-with-docker-add-postgres/</guid>
      <description>&lt;p&gt;In the last post I covered starting a new Django project with Docker, and how to build a custom container image for my project, but what I haven&amp;rsquo;t covered is how to use a Database and how persist your data since all data stored in the container ephemeral and would only exist during the life span of the container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django with Docker: Build an Image</title>
      <link>https://rayed.com/posts/2018/01/django-with-docker-build-an-image/</link>
      <pubDate>Wed, 24 Jan 2018 19:34:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2018/01/django-with-docker-build-an-image/</guid>
      <description>&lt;p&gt;Docker is an interesting technology, although still young it gained a lot of buzz and momentum.&lt;/p&gt;&#xA;&lt;p&gt;The last couple of weeks I started playing with Docker to see how can I use it for Django project development and deployment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS New System Checklist</title>
      <link>https://rayed.com/posts/2017/10/centos-new-system-checklist/</link>
      <pubDate>Thu, 12 Oct 2017 06:49:22 +0300</pubDate>
      <guid>https://rayed.com/posts/2017/10/centos-new-system-checklist/</guid>
      <description>&lt;p&gt;Here I document minimal steps to setup a CentOS 7 machine, it suppose to be a live post, so I&amp;rsquo;ll keep updating it every time I found a step worth mentioning!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Go Language Setup for Multiple Projects</title>
      <link>https://rayed.com/posts/2016/12/go-language-setup-for-multiple-projects/</link>
      <pubDate>Thu, 29 Dec 2016 14:29:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/12/go-language-setup-for-multiple-projects/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; It turns out that this setup is not needed, you should a have single GOPATH directory with all of your projects inside it, and use the &lt;a href=&#34;https://golang.org/cmd/go/#hdr-Vendor_Directories&#34;&gt;vendor&lt;/a&gt; feature to handle each project dependencies. More details in a &lt;a href=&#34;https://rayed.com/posts/2018/03/golang-setup/&#34;&gt;new post&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;When working with &lt;a href=&#34;https://golang.org/&#34;&gt;Go&lt;/a&gt; language you must setup the GOPATH environment variable, but soon you will face two problems:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Each project should have its own Go dependencies and its own Git code repo, so putting your source under GOPATH would be problematic.&lt;/li&gt;&#xA;&lt;li&gt;When working with &amp;ldquo;Atom&amp;rdquo; with &amp;ldquo;Go Plus&amp;rdquo; plugin, it needs to install several Go packages which would pollute your own source.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;To solve both problems I added the following to my &amp;ldquo;.bash_login&amp;rdquo;:&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>أين تذهب في استراليا</title>
      <link>https://rayed.com/posts/2016/08/australia-intro/</link>
      <pubDate>Tue, 09 Aug 2016 22:25:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/08/australia-intro/</guid>
      <description>&lt;p&gt;لا يرتبط اسم استراليا مع السياحة لدى الكثيرين منا، على الرغم من انها مقصد سياحي عالمي مهم خصوصا لدى الدول الآسيوية القريبة منها.&lt;/p&gt;&#xA;&lt;!-- more --&gt;&#xA;&lt;p&gt;سأذكر بشكل موجز مزايا وعيوب السفر الى استراليا&lt;/p&gt;&#xA;&lt;h3 id=&#34;المزايا&#34;&gt;المزايا&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;سهولة اجرآت التأشيرة الاسترالية: يتم التقديم على تأشيرة الزيارة من خلال الانترنت، ويتم الحصول عليها الكترونيا في فترة قصيرة (اقل من اسبوع).&lt;/li&gt;&#xA;&lt;li&gt;تنوع الخيارات فكل من سيدني وملبورن وجولد كوست لها طابعها الخاص.&lt;/li&gt;&#xA;&lt;li&gt;الاسعار متوسطة، ويمكن استرجاع بعض ضرائب المبيعات عند مغادرة البلد.&lt;/li&gt;&#xA;&lt;li&gt;الشعب الاستراليا ودود.&lt;/li&gt;&#xA;&lt;li&gt;قلة الزحمة في الصيف.&lt;/li&gt;&#xA;&lt;li&gt;الرحلات الداخلية اسعارها معقولة.&lt;/li&gt;&#xA;&lt;li&gt;صيفنا شتآهم: نظرا لكون استراليا تقع في النص الجنوبي من الكرة الارضية فان فترة الصيف عندنا تكون هي فصل الشتاء عندهم، مما يعني ان الطقس  معتدل الى بارد.&lt;/li&gt;&#xA;&lt;li&gt;احد الخيارات القليلة عالميا عند لرغبة في السفر شتاءً.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;العيوب&#34;&gt;العيوب&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;لا توجد رحلات مباشرة من السعودية الى استراليا، واسهل الخيارات هي رحلات الاماراتية من دبي وتستغرق الرحلة ١٤ ساعة الى سيدني، من ناحية أخرى تتوفر رحلات من دبي الى جميع المدن الرئيسية في استراليا مما يعطي مرونة في خط السفر بحيث تذهب من مدينة وتعود من اخرى.&lt;/li&gt;&#xA;&lt;li&gt;التكلفة العالية لتذاكر الطيران حيث يكلف المقعد الاقتصادي قرابة ٧ الآف ريال او اكثر.&lt;/li&gt;&#xA;&lt;li&gt;نظرا لان الطقس بارد خلال الصيف فان الفعاليات تكون قليلة وكذلك يصعب الاستمتاع بالبحر والمنتزهات المائية، وقد يكون بارد جداً لدرجة يصعب الخروج فيها ليلاً.&lt;/li&gt;&#xA;&lt;li&gt;خيارات التسوق محدودة.&lt;/li&gt;&#xA;&lt;li&gt;قيادة السيارة في اليمين، مما يصعب القيادة وتحتاج بعض تعود، على الرغم من المدينة الوحيدة التي قد تحتاج فيها سيارة هي جولد كوست.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;كما كتبت مقالات مفصلة عن المدن السياحية الثلاثة التي تستحق الزيارة في استراليا:&lt;/p&gt;</description>
    </item>
    <item>
      <title>أين تذهب في ملبورن استراليا</title>
      <link>https://rayed.com/posts/2016/07/australia-melbourne/</link>
      <pubDate>Sat, 30 Jul 2016 17:49:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/07/australia-melbourne/</guid>
      <description>&lt;div class=&#34;spot&#34;&gt;&#xA;&lt;h3&gt;  المركزالفني وساحة فيديراشن سكوير ACMI Cultural Center and Federation Square  &lt;a href=&#34;https://www.google.com/maps/place/ACMI/@-37.8179148,144.9668296,17.39z/data=!4m5!3m4!1s0x0:0x1300e52d509118a4!8m2!3d-37.8175087!4d144.9689394&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/map.png&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt; &lt;/h3&gt;&#xA;&lt;div class=&#34;desc&#34;&gt;&#xA;&lt;p&gt;المركز الاسترالي للصور المتحركة ACMI هو معرض مخصص للمحافظة على كل ما يتعلق بالصور والافلام، لكن بغض النظر عن اهتماماتك المبنى يعد من ابرز المباني في ملبورن ويلتصق به ساحة فيديراشن وهي ساحة كبيرة تقام فيه العديد من الفعاليات، وكذلك على بعد خطوات من محطة فليندر ستريت اكبر محطات القطارات في ملبورن، كما انه يطل على نهر يارا وحدائق اليكساندرا، ومن الجهة الاخرى من الشارع كاتدرئية ساينت بول،  لذلك انصح ان تكون اول محطة في زيارتك لمبلورن هي هذه المنطقة.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;images&#34;&gt;&#xA;  &lt;a href=&#34;https://rayed.com/static/travel/spots/Australian_Centre_for_the_Moving_Image.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/cf/23/cf23a4c8357bc85006a6831567f2cb60.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/Federation_Square_Melbourne.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/4c/b5/4cb55450d6a33f550fb9499ec30f26c6.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/Flinders_Street_Station_Dusk.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/06/4c/064c552818ddce9dc00ea4209381794c.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/St_Paul_Cathedral_Dec_2013.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/c2/3a/c23a870d09e939586ad59ca601769d39.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- images --&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- spot --&gt;&lt;br /&gt;</description>
    </item>
    <item>
      <title>اين تذهب في سيدني استراليا</title>
      <link>https://rayed.com/posts/2016/07/australia-sydney/</link>
      <pubDate>Sat, 30 Jul 2016 17:46:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/07/australia-sydney/</guid>
      <description>&lt;div class=&#34;spot&#34;&gt;&#xA;&lt;h3&gt;  &lt;a href=&#34;http://www.sydneyoperahouse.com/&#34; target=&#34;_blank&#34;&gt;دار أوبرا سيدني Sydney Opera House&lt;/a&gt;  &lt;a href=&#34;https://www.google.com/maps/place/Sydney+Opera+House/@-33.8587655,151.2138926,17.26z/data=!3m1!5s0x6b12ae668bea1245:0x1f2272a611269082!4m5!3m4!1s0x0:0x3133f8d75a1ac251!8m2!3d-33.8567844!4d151.2152966&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/map.png&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt; &lt;/h3&gt;&#xA;&lt;div class=&#34;desc&#34;&gt;&#xA;&lt;p&gt;اهم معلم في مدينة سيدني، تحفة معمارية غريبة ومميزة، المبنى مكون من مبنيين على شكل ٣ اصداف متداخلة.&lt;br /&gt;خذ جولة داخل المبنى، واذا حالفك الحظ سيمكنك متابعة بعض المتدربين يعزفون مقطوعة موسيقية.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;images&#34;&gt;&#xA;  &lt;a href=&#34;https://rayed.com/static/travel/spots/1043156304209834429_527235.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/de/f3/def3ba86a4fcf9e0dc924770ce90584b.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/1043229918900712279_527235.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/ae/7a/ae7a68f3021c145d2ab5186a643b6490.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/1043230372162368355_527235.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/86/ef/86ef40deb07005f1088cae1023605e2c.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/437783-opera-house.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/04/1d/041d7683dae18348612c7445c1b93f5c.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- images --&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- spot --&gt;&lt;br /&gt;</description>
    </item>
    <item>
      <title>اين تذهب في جولد كوست استراليا</title>
      <link>https://rayed.com/posts/2016/07/australia-goldcoast/</link>
      <pubDate>Sat, 30 Jul 2016 17:40:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/07/australia-goldcoast/</guid>
      <description>&lt;div class=&#34;spot&#34;&gt;&#xA;&lt;h3&gt;  سرفرز باردايس Surfers Paradise  &lt;a href=&#34;https://www.google.com/maps/place/Surfers+Paradise+QLD+4217,+Australia/@-27.9999302,153.4136157,15z/data=!3m1!4b1!4m5!3m4!1s0x6b910fe19fd1c2b7:0x502a35af3dea680!8m2!3d-28!4d153.416667&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/map.png&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt; &lt;/h3&gt;&#xA;&lt;div class=&#34;desc&#34;&gt;&#xA;&lt;p&gt;سرفرز باراديس (جنة المتزلجين على الماء) هي المنطقة الترفيهية الرئيسية في جولد كوست، مجموعة كبيرة من المطاعم والفنادق والمحال بمختلف انواعها من الفخمة الى محلات التذكارات، محلات الالعاب والترفية والمأكولات الشعبية.&lt;/p&gt;&#xA;&lt;p&gt;في الواجهة البحرية يتحول الشارع في مساء ايام السبت والجمعة والاحد الى سوق مؤقت مليئ بالاكشاك التي تبيع مختلف البضائع الغريبة، وتمتليئ بمحلات الحيوانات الغريبة التي يمكن ان تلاعبها وتصور معها.&lt;/p&gt;&#xA;&lt;p&gt;من الاماكن التي تصلح للصغار:&lt;br /&gt;&amp;#8211; Timezone Surfers Paradise&lt;br /&gt;&amp;#8211; Ripley&amp;#8217;s Believe It or Not!&lt;br /&gt;&amp;#8211; Infinity Attraction&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;images&#34;&gt;&#xA;  &lt;a href=&#34;https://rayed.com/static/travel/spots/Surfers_Paradise_from_The_Broadwater.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/0e/0b/0e0bc357237ab0c40fd38594e15a1e99.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/1280px-Surfers_Paradise_Queensland_07.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/a3/e7/a3e739ddc83d205d727cafe19a4af5e2.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;    &lt;a href=&#34;https://rayed.com/static/travel/spots/Cavill_Ave_Surfers_Paradise_06.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/travel/cache/50/75/507545fa7034845ad45a2c7759b15688.jpg&#34; width=&#34;300&#34; height=&#34;300&#34; style=&#34;display:inline;&#34;/&gt;&lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- images --&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;!-- spot --&gt;&lt;br /&gt;</description>
    </item>
    <item>
      <title>Change and rebuild an RPM on CentOS</title>
      <link>https://rayed.com/posts/2016/05/change-and-rebuild-an-rpm-on-centos/</link>
      <pubDate>Sun, 29 May 2016 20:24:14 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/05/change-and-rebuild-an-rpm-on-centos/</guid>
      <description>&lt;p&gt;Test&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo yum groupinstall &amp;quot;Development Tools&amp;quot;&#xD;&#xA;sudo yum install epel-release.noarch&#xD;&#xA;sudo yum install yum-utils rpmdevtools&#xD;&#xA;&#xD;&#xA;mkdir -p ~/rpmbuild/{SOURCES,SPECS}&#xD;&#xA;wget http://example.com/lame-3.99.5.tar.gz&#xD;&#xA;mv lame-3.99.5.tar.gz ~/rpmbuild/SOURCES&#xD;&#xA;rpmdev-newspec lame&#xD;&#xA;mv lame.spec ~/rpmbuild/SPECS&#xD;&#xA;cat &amp;lt; &amp;lt; EOF &amp;gt; ~/rpmbuild/SPECS/lame.spec&#xD;&#xA;# ------------------------------------------------------------&#xD;&#xA;Name:           lame&#xD;&#xA;Version:        3.99.5&#xD;&#xA;Release:        1%{?dist}&#xD;&#xA;Summary:        LAME MP3 Encoder&#xD;&#xA;&#xD;&#xA;License:        N/A&#xD;&#xA;Source0:        lame-3.99.5.tar.gz&#xD;&#xA;&#xD;&#xA;%description&#xD;&#xA;Educational tool to be used for learning about MP3 encoding. LAME aims to be the basis of a patent free audio compression codec.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;%prep&#xD;&#xA;%setup -q&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;%build&#xD;&#xA;%configure&#xD;&#xA;make %{?_smp_mflags}&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;%install&#xD;&#xA;rm -rf $RPM_BUILD_ROOT&#xD;&#xA;%make_install&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;%files&#xD;&#xA;%doc&#xD;&#xA;/usr/bin/lame&#xD;&#xA;%dir /usr/include/lame&#xD;&#xA;/usr/include/lame/*&#xD;&#xA;/usr/lib64/*&#xD;&#xA;/usr/share/doc/lame/html&#xD;&#xA;/usr/share/man/man1/lame.1.gz&#xD;&#xA;&#xD;&#xA;%changelog&#xD;&#xA;# ------------------------------------------------------------&#xD;&#xA;EOF&#xD;&#xA;rpmbuild -ba ~/rpmbuild/SPECS/lame.spec&#xD;&#xA;sudo rpm -Uvh ~/rpmbuild/RPMS/x86_64/lame-3.99.5-1.el7.centos.x86_64.rpm &#xD;&#xA;&#xD;&#xA;&#xD;&#xA;yumdownloader --source sox&#xD;&#xA;sudo yum-builddep sox-14.4.1-6.el7.src.rpm &#xD;&#xA;rpm -i sox-14.4.1-6.el7.src.rpm &#xD;&#xA;vi ~/rpmbuild/SPECS/sox.spec&#xD;&#xA;:  Add &amp;quot;--with-lame&amp;quot; to the configure line&#xD;&#xA;%configure --with-lame&#xD;&#xA;:&#xD;&#xA;rpmbuild -ba ~/rpmbuild/SPECS/sox.spec &#xD;&#xA;sudo rpm -Uvh ~/rpmbuild/RPMS/x86_64/sox-14.4.1-6.el7.centos.x86_64.rpm&#xD;&#xA;sox | grep mp3&#xD;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;References:&#xA;&lt;a href=&#34;https://fedoraproject.org/wiki/How_to_create_an_RPM_package&#34;&gt;https://fedoraproject.org/wiki/How_to_create_an_RPM_package&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Limit String Length in Printf in C</title>
      <link>https://rayed.com/posts/2016/02/limit-string-length-in-printf-in-c/</link>
      <pubDate>Wed, 17 Feb 2016 23:22:14 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/02/limit-string-length-in-printf-in-c/</guid>
      <description>&lt;p&gt;I can&amp;rsquo;t believe how many times I forget this trick! so I am writing it down so I won&amp;rsquo;t forget it!&lt;/p&gt;&#xA;&lt;p&gt;Normally when you use printf function with &amp;ldquo;%s&amp;rdquo; formatting to print a string (char *) you rely on C convention of terminating a string with a NULL character (i.e. value 0).&lt;/p&gt;&#xA;&lt;p&gt;So if you want to print small part of longer string, you copy the part you need to a new buffer and terminate it will NULL.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django: How to pass an url as parameter of include</title>
      <link>https://rayed.com/posts/2016/01/django-how-to-pass-an-url-as-parameter-of-include/</link>
      <pubDate>Sun, 31 Jan 2016 13:21:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/01/django-how-to-pass-an-url-as-parameter-of-include/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; web applications I usually have a single template file for navigation or bread crumb that I include from other template files, it is easy and straight forward to pass parameter to the included template file, some thing like:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;{% include &amp;quot;nav.html&amp;quot; with title=&amp;quot;title&amp;quot; object=my_object %}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;But it would be a little tricker to send a URL as a parameter, i.e. you can&amp;rsquo;t write it:&lt;/p&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;{# WRONG DOESN&#39;T WORK #}&#xA;{% include &amp;quot;nav.html&amp;quot; with title=&amp;quot;title&amp;quot; link={% url &#39;book_edit&#39;%} %}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;But luckily Django have a decent and elegant solution, you can use &amp;ldquo;url&amp;rdquo; template function with &amp;ldquo;as&amp;rdquo; parameter, which will not display but will store it in a variable that you can use later in the include function:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django CRUD Parent/Child Edition</title>
      <link>https://rayed.com/posts/2016/01/django-crud-parentchild-edition/</link>
      <pubDate>Mon, 25 Jan 2016 00:06:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2016/01/django-crud-parentchild-edition/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve &lt;a href=&#34;https://rayed.com/posts/2013/07/django-crud-create-retrieve-update-delete/&#34;&gt;written before&lt;/a&gt; about implementing CRUD operations on a single table in &lt;a href=&#34;https://www.djangoproject.com&#34;&gt;Django&lt;/a&gt;, and the post was very popular on my blog and I hope many people learned something from it.&lt;/p&gt;&#xA;&lt;p&gt;The next logical step is to write a CRUD application with Parent/Child relationship, the application is bit more verbose but it follow the same simple logic used in the first post.&lt;/p&gt;&#xA;&lt;p&gt;In fact I didn&amp;rsquo;t write a single application, I wrote five stand alone applications that shows different ways to implement CRUD operations:&lt;/p&gt;</description>
    </item>
    <item>
      <title>اقتراحات لتفعيل خدمة لاسلكي الهواة</title>
      <link>https://rayed.com/posts/2015/08/saudi-ham-radio/</link>
      <pubDate>Sun, 30 Aug 2015 17:17:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2015/08/saudi-ham-radio/</guid>
      <description>&lt;p&gt;كتبت رسالة الى معالي الدكتور محمد السويل وزير الاتصالات باقتراحات لتفعيل خدمة &lt;a href=&#34;https://ar.wikipedia.org/wiki/%D9%87%D9%88%D8%A7%D9%8A%D8%A9_%D8%A7%D9%84%D9%84%D8%A7%D8%B3%D9%84%D9%83%D9%8A&#34;&gt;لاسلكي الهواة&lt;/a&gt; او ما يعرف بـ &amp;#8220;Amature Radio&amp;#8221; او &amp;#8220;Ham Radio&amp;#8221; ردا على طلبه للعموم باقتراحات لتطوير خدمة الاتصالات في المملكة:&lt;br /&gt;&#xA;&lt;a href=&#34;https://twitter.com/MIsuwaiel/status/580704446520291328&#34;&gt;https://twitter.com/MIsuwaiel/status/580704446520291328&lt;/a&gt;&lt;br /&gt;&#xA; وفي ما يلي نصها، للتاريخ وكذلك كمرجع لي.&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;p&gt;السلام عليكم ورحمة الله،&lt;/p&gt;&#xA;&lt;p&gt;معالي الدكتور محمد السويل اكتب لكم بمقترحات لتشجيع خدمة لاسلكي الهواة في المملكة العربية السعودية.&lt;/p&gt;&#xA;&lt;p&gt;قبل قرابة السنتين احببت ان اتعلم تقنيات اللاسلكي ولاسلكي الهواة لاكتشف عدة عوائق لاستخدام الخدمة في المملكة.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My first public Python Package “pyagentx”</title>
      <link>https://rayed.com/posts/2015/06/my-first-public-python-package-pyagentx/</link>
      <pubDate>Sun, 14 Jun 2015 19:28:15 +0300</pubDate>
      <guid>https://rayed.com/posts/2015/06/my-first-public-python-package-pyagentx/</guid>
      <description>&lt;p&gt;I&amp;#8217;ve just published my first public Python package &amp;#8220;pyagentx&amp;#8221;, the package will help you build &amp;#8220;AgentX&amp;#8221; agents to extend a master SNMP agent.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;#8217;s assume that you want to monitor your custom application from your Network Managment System (NMS), but the NMS only speak SNMP, this package allows you to extend the master SNMP agent to include your custom application metrics.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/rayed/pyagentx&#34;&gt;Project page on Github&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pypi.python.org/pypi/pyagentx&#34;&gt;Package page on Python Package Index&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django Image and File Field Caveats</title>
      <link>https://rayed.com/posts/2015/04/django-image-and-file-field-caveats/</link>
      <pubDate>Sun, 19 Apr 2015 00:49:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2015/04/django-image-and-file-field-caveats/</guid>
      <description>&lt;p&gt;Every time I work with Image or File fields in Django I forget some tiny detail that waste 10-20 minutes until I remember what was I missing, I always say I will remember it next time but I never do! so I made a list of common errors I keep doing while working with Image/File fields:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;For complete working project: (&lt;a href=&#34;https://github.com/rayed/dj-imagefield-example&#34;&gt;https://github.com/rayed/dj-imagefield-example&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;setting-media_url-and-media_root&#34;&gt;Setting MEDIA_URL and MEDIA_ROOT&lt;/h3&gt;&#xA;&lt;p&gt;Make sure you set proper values for MEDIA_URL and MEDIA_ROOT in your settings.py, e.g. I use the following structure:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intro to Ansible Presentation</title>
      <link>https://rayed.com/posts/2015/01/into-to-ansible-presentation/</link>
      <pubDate>Thu, 22 Jan 2015 21:00:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2015/01/into-to-ansible-presentation/</guid>
      <description>&lt;p&gt;My presentation at &lt;a href=&#34;https://riyadhlug.org/&#34;&gt;Riyadh Linux User Group&lt;/a&gt; about &lt;a href=&#34;http://www.ansible.com/&#34;&gt;Ansible&lt;/a&gt;&lt;/p&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;//www.youtube.com/embed/VteeJn6dwOc&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;iframe src=&#34;//www.slideshare.net/slideshow/embed_code/43039112&#34; width=&#34;476&#34; height=&#34;400&#34; frameborder=&#34;0&#34; marginwidth=&#34;0&#34; marginheight=&#34;0&#34; scrolling=&#34;no&#34;&gt;&lt;/iframe&gt;</description>
    </item>
    <item>
      <title>Git directory outside working directory</title>
      <link>https://rayed.com/posts/2015/01/git-directory-outside-working-directory/</link>
      <pubDate>Thu, 15 Jan 2015 13:13:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2015/01/git-directory-outside-working-directory/</guid>
      <description>&lt;p&gt;I have an old PHP website that I wanted to have its code/content versioned with Git, normally Git setup the repo directory in the &amp;ldquo;.git&amp;rdquo; directory inside the working directory, but I faced a problem, if the working directory is accessible from the web server it means &amp;ldquo;.git&amp;rdquo; is also accessible too.&lt;/p&gt;&#xA;&lt;p&gt;Luckily git have an option to have the repo directory located somewhere else using the GIT_DIR environment variable, so here what I did:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install psycopg2 (PostgreSQL adapter for Python) on OSX</title>
      <link>https://rayed.com/posts/2014/12/install-psycopg2-postgresql-adapter-for-python-on-osx/</link>
      <pubDate>Wed, 31 Dec 2014 15:18:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/12/install-psycopg2-postgresql-adapter-for-python-on-osx/</guid>
      <description>&lt;p&gt;I was playing with &lt;a href=&#34;https://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; with &lt;a href=&#34;http://www.postgresql.org/&#34;&gt;Postgres&lt;/a&gt; backend, and I had little difficulty installing &amp;ldquo;&lt;a href=&#34;http://initd.org/psycopg/&#34;&gt;psycopg2&lt;/a&gt;&amp;rdquo; the Python DB adapter for Postgres on my Mac OSX.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve installed Postgres using &lt;a href=&#34;http://postgresapp.com/&#34;&gt;Postgres.app&lt;/a&gt; for OSX which is straight forward and standard Mac app.&lt;/p&gt;&#xA;&lt;p&gt;But when I tried installing &amp;ldquo;psycopg2&amp;rdquo; using &amp;ldquo;pip&amp;rdquo; (the python package manager) I got an error:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ pip install psycopg2&#xA;:&#xA;Error: pg_config executable not found.&#xA;:&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I just searched for &amp;ldquo;pg_config&amp;rdquo; in my system:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Limit SSH to Copy a Single File Only</title>
      <link>https://rayed.com/posts/2014/12/limit-ssh-to-copy-single-file-only/</link>
      <pubDate>Fri, 26 Dec 2014 13:51:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/12/limit-ssh-to-copy-single-file-only/</guid>
      <description>&lt;p&gt;I want to allow host-2 to copy a file securely from host-1, so the easiest way is to use &amp;ldquo;scp&amp;rdquo; command which use &amp;ldquo;ssh&amp;rdquo; as a transport to copy the file.&lt;/p&gt;&#xA;&lt;p&gt;If you want to do it manually it is straight forward &amp;ldquo;scp&amp;rdquo; invocation:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;host-2$ scp host-1:data.csv .&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;But if you want to automate it you have to use &amp;ldquo;ssh&amp;rdquo; keys, but this means leaving a private ssh key on host-2 that can access host-1 without any restriction, i.e.&lt;/p&gt;</description>
    </item>
    <item>
      <title>“sar” command cheat sheet</title>
      <link>https://rayed.com/posts/2014/12/sar-command-cheat-sheet/</link>
      <pubDate>Thu, 11 Dec 2014 13:43:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/12/sar-command-cheat-sheet/</guid>
      <description>&lt;p&gt;&amp;ldquo;sar&amp;rdquo; is a Unix command that collect, report, or save system activity information, it is different from other system status command like &amp;ldquo;top&amp;rdquo; or &amp;ldquo;vmstat&amp;rdquo; that only show real time status only, &amp;ldquo;sar&amp;rdquo; in the other hand collect these data so you can find the system state at any time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solving Python virtualenv “DistributionNotFound: distribute”</title>
      <link>https://rayed.com/posts/2014/10/solving-python-virtualenv-distributionnotfound-distribute/</link>
      <pubDate>Wed, 29 Oct 2014 12:44:10 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/10/solving-python-virtualenv-distributionnotfound-distribute/</guid>
      <description>&lt;p&gt;After upgrading my Ubuntu machine from 12.04 to 14.04 I had this error on virtualenv wrapper:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rsnapshot on OSX</title>
      <link>https://rayed.com/posts/2014/10/rsnapshot-on-osx/</link>
      <pubDate>Mon, 27 Oct 2014 22:12:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/10/rsnapshot-on-osx/</guid>
      <description>&lt;p&gt;Rsnapshot is a backup solution for Unix machines including Linux and OSX, it supports many great features including full backups with the size of only incremental backup, it also support backing up local and remote machines.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monitoring Servers with Munin</title>
      <link>https://rayed.com/posts/2014/10/monitoring-servers-with-munin/</link>
      <pubDate>Thu, 23 Oct 2014 14:26:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/10/monitoring-servers-with-munin/</guid>
      <description>&lt;p&gt;This is a draft on configuring Munin to monitor services on a Linux machine, still dirty but published for my reference, if you have question let me know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django memory leak with gunicorn</title>
      <link>https://rayed.com/posts/2014/09/django-memory-leak-with-gunicorn/</link>
      <pubDate>Mon, 29 Sep 2014 18:57:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/09/django-memory-leak-with-gunicorn/</guid>
      <description>&lt;p&gt;If you have a long running job that leaks few bytes of memory it will eventually will consume all of your memory with time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django Themes (or where to put base.html?)</title>
      <link>https://rayed.com/posts/2014/09/django-where-to-put-base-html-template-or-how-to-make-django-themes/</link>
      <pubDate>Sat, 20 Sep 2014 21:33:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/09/django-where-to-put-base-html-template-or-how-to-make-django-themes/</guid>
      <description>&lt;h3 id=&#34;the-wrong-way&#34;&gt;The Wrong Way&lt;/h3&gt;&#xA;&lt;p&gt;I used to create a new directory to hold common templates like &amp;ldquo;base.html&amp;rdquo;, and add it TEMPLATES_DIR in the settings.py file:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Protect your Server with Fail2Ban</title>
      <link>https://rayed.com/posts/2014/07/protect-your-server-with-fail2ban/</link>
      <pubDate>Mon, 14 Jul 2014 17:07:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/07/protect-your-server-with-fail2ban/</guid>
      <description>&lt;p&gt;Fail2ban is a program that scan your log files for any malicious behavior, and automatically block the offending IP.&lt;/p&gt;</description>
    </item>
    <item>
      <title>كيف تنشئ موقع انترنت مجانا</title>
      <link>https://rayed.com/posts/2014/06/free-internet-site/</link>
      <pubDate>Thu, 19 Jun 2014 00:30:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/06/free-internet-site/</guid>
      <description>&lt;p&gt;هل تملك عنوان بريد الكتروني تحت gmail او hotmail؟ ماذا لو بحثت عن اسمك هل ستظهر صفحتك في تويتر او فيس بوك؟&lt;/p&gt;&#xA;&lt;p&gt;لماذا لا تقوم بحجز اسم نطاق خاص بك مثل &lt;a href=&#34;https://www.rr.sa&#34;&gt;www.rr.sa&lt;/a&gt; ويكون عنوانك البريدي هو &lt;a href=&#34;mailto:rayed@rr.sa&#34;&gt;rayed@rr.sa&lt;/a&gt;، وبالمجان ايضاً.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Accelerating Postgres connections with PgBouncer</title>
      <link>https://rayed.com/posts/2014/05/accelerating-postgres-connection-with-pgbouncer/</link>
      <pubDate>Wed, 28 May 2014 12:03:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/05/accelerating-postgres-connection-with-pgbouncer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://wiki.postgresql.org/wiki/PgBouncer&#34;&gt;PgBouncer&lt;/a&gt; is a lightweight connection pooler for PostgreSQL, connection pooling makes Postgres connection much faster, which is important in Web applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Translation in Django</title>
      <link>https://rayed.com/posts/2014/05/translation-in-django/</link>
      <pubDate>Sat, 17 May 2014 23:02:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/05/translation-in-django/</guid>
      <description>&lt;p&gt;Preparing Django project to support multiple langauges is easier than you think!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Graph you Data and Email It</title>
      <link>https://rayed.com/posts/2014/03/graph-you-data-and-email-it/</link>
      <pubDate>Wed, 26 Mar 2014 11:11:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/03/graph-you-data-and-email-it/</guid>
      <description>&lt;p&gt;I have a new website and I want to know the number of new signup every day, so I wrote a small script &lt;code&gt;new_users.sh&lt;/code&gt; that will print the number of new signups today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free Electronics Video Courses</title>
      <link>https://rayed.com/posts/2014/03/free-electronics-video-courses/</link>
      <pubDate>Sun, 09 Mar 2014 10:57:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/03/free-electronics-video-courses/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.pyroelectro.com/&#34;&gt;PyroElectro&lt;/a&gt; have decent and recent courses on electronics that cover different fields.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu new server checklist</title>
      <link>https://rayed.com/posts/2014/02/ubuntu-new-server-checklist/</link>
      <pubDate>Wed, 05 Feb 2014 12:31:15 +0300</pubDate>
      <guid>https://rayed.com/posts/2014/02/ubuntu-new-server-checklist/</guid>
      <description>&lt;p&gt;These are the step I perform after installing new Ubuntu machine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django returning JSON for AJAX requests</title>
      <link>https://rayed.com/posts/2013/12/django-returning-json-for-ajax-requests/</link>
      <pubDate>Mon, 23 Dec 2013 17:34:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/12/django-returning-json-for-ajax-requests/</guid>
      <description>&lt;p&gt;In your &lt;code&gt;views.py&lt;/code&gt; you can have a page that return JSON data for AJAX request like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setting Up Python and Supervisor on CentOS</title>
      <link>https://rayed.com/posts/2013/12/setting-up-python-and-supervisord-on-centos/</link>
      <pubDate>Thu, 12 Dec 2013 14:55:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/12/setting-up-python-and-supervisord-on-centos/</guid>
      <description>&lt;p&gt;CentOS default repository is very limited, and even if you install &lt;a href=&#34;https://fedoraproject.org/wiki/EPEL&#34;&gt;EPEL&lt;/a&gt; you will get old packages, in my case I needed to install &lt;a href=&#34;http://supervisord.org/&#34;&gt;Supervisor&lt;/a&gt; to manage my Django application, after trying to do it manually and through EPEL I ended up with the following setup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django Multiple Settings with Single File</title>
      <link>https://rayed.com/posts/2013/12/django-development-settings-without-files/</link>
      <pubDate>Thu, 12 Dec 2013 14:16:10 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/12/django-development-settings-without-files/</guid>
      <description>&lt;p&gt;Instead of having multiple settings files one for production and one for development and so on, I prefer to use an &amp;ldquo;if&amp;rdquo; statement with environment variable:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Information, Knowledge, Wisdom</title>
      <link>https://rayed.com/posts/2013/12/information-knowledge-wisdon/</link>
      <pubDate>Fri, 06 Dec 2013 11:47:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/12/information-knowledge-wisdon/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2013/12/wisdom.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2013/12/wisdom.jpg&#34; alt=&#34;wisdom&#34; width=&#34;945&#34; height=&#34;511&#34; class=&#34;alignnone size-full wp-image-1473&#34; srcset=&#34;https://rayed.com/static/uploads/2013/12/wisdom.jpg 945w, https://rayed.com/static/uploads/2013/12/wisdom-300x162.jpg 300w&#34; sizes=&#34;(max-width: 945px) 100vw, 945px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Via: &lt;a href=&#34;https://twitter.com/flowchainsensei/status/408167162344648704&#34;&gt;&lt;a href=&#34;https://twitter.com/flowchainsensei/status/408167162344648704&#34;&gt;https://twitter.com/flowchainsensei/status/408167162344648704&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL Replication</title>
      <link>https://rayed.com/posts/2013/11/postgresql-replication/</link>
      <pubDate>Sat, 23 Nov 2013 02:03:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/11/postgresql-replication/</guid>
      <description>&lt;p&gt;Setting up a Postgres replaication&lt;/p&gt;</description>
    </item>
    <item>
      <title>Login to PostgreSQL without typing a Password</title>
      <link>https://rayed.com/posts/2013/11/login-to-postgresql-without-typing-a-password/</link>
      <pubDate>Thu, 21 Nov 2013 15:12:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/11/login-to-postgresql-without-typing-a-password/</guid>
      <description>&lt;p&gt;If you to connect to PostgreSQL without typing a password, you can do it by having your password in the file &amp;ldquo;.pgpass&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django “render” vs “render_to_response”</title>
      <link>https://rayed.com/posts/2013/11/django-render-vs-render_to_reponse/</link>
      <pubDate>Tue, 19 Nov 2013 01:37:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/11/django-render-vs-render_to_reponse/</guid>
      <description>&lt;p&gt;Summary: Always use &lt;code&gt;render&lt;/code&gt; and not &lt;code&gt;render_to_response&lt;/code&gt;&#xA;In Django you have more than one way to return a response, but many times I get confused between &lt;code&gt;render&lt;/code&gt; and &lt;code&gt;render_to_response&lt;/code&gt;, render_to_response seems shorter, so why not use it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install Python Image Library (PIL) on OSX</title>
      <link>https://rayed.com/posts/2013/11/install-python-image-library-pil-on-osx/</link>
      <pubDate>Fri, 15 Nov 2013 15:14:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/11/install-python-image-library-pil-on-osx/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Python_Imaging_Library&#34;&gt;PIL&lt;/a&gt; or Python Imaging Library is a library that allows you to manipulate images in Python programming language, trying to install &amp;ldquo;PIL&amp;rdquo; using &amp;ldquo;pip&amp;rdquo; tool won&amp;rsquo;t work perfectly so here is how to proper installation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My New Project: AgentX Implementation in Python</title>
      <link>https://rayed.com/posts/2013/10/my-new-project-agentx-implementation-in-python/</link>
      <pubDate>Wed, 16 Oct 2013 23:15:47 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/10/my-new-project-agentx-implementation-in-python/</guid>
      <description>&lt;p&gt;During this Eid vacation I spent many hours working on AgentX implementation in Python.&lt;/p&gt;&#xA;&lt;p&gt;You can find the project in &lt;a href=&#34;https://github.com/&#34;&gt;GitHub&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;p&gt;(&lt;a href=&#34;https://github.com/rayed/pyagentx&#34;&gt;https://github.com/rayed/pyagentx&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Backup Journey to rsnapshot</title>
      <link>https://rayed.com/posts/2013/09/rsnapshot-protect-your-self-from-delete-mistakes/</link>
      <pubDate>Wed, 18 Sep 2013 14:09:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/09/rsnapshot-protect-your-self-from-delete-mistakes/</guid>
      <description>&lt;p&gt;When I started producing backup worthy files (code, documents, projects, etc &amp;hellip;), I realised the importance of backups after losing important files which happens to everybody. So I started my journey with backup solutions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Backup generation 1:&lt;/strong&gt; My first backup was simple directory copy operation, I copied my important directories to external floppy (then CD), and since it is manual operation I always forget about it and my backups was always old.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python auto complete in OSX</title>
      <link>https://rayed.com/posts/2013/08/python-auto-complete-in-osx/</link>
      <pubDate>Mon, 26 Aug 2013 00:35:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/python-auto-complete-in-osx/</guid>
      <description>&lt;p&gt;If you run Python shell in OSX you notice the auto completion functionality isn&amp;rsquo;t working, this is caused by Apple decision not to ship GNU readline and instead they use libedit (BSD license), to fix the problem I used the following snippet:&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPython Import Error</title>
      <link>https://rayed.com/posts/2013/08/ipython-import-error/</link>
      <pubDate>Sat, 24 Aug 2013 01:44:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/ipython-import-error/</guid>
      <description>&lt;p&gt;I tried to install IPython to play with it and learn more about scientific Python packages, but I faced an error on my first step:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Implementing Login/Logout in Django</title>
      <link>https://rayed.com/posts/2013/08/implementing-loginlogout-in-django/</link>
      <pubDate>Wed, 21 Aug 2013 19:21:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/implementing-loginlogout-in-django/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update: add names and namespace to URLs&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Implementing user authentication is fairly easy job in Django, many functionalities are already included in the standard Django installation, you can manage users using the default &amp;ldquo;admin&amp;rdquo; app the comes with Django.&lt;/p&gt;&#xA;&lt;p&gt;Here I will show how implement Login/Logout feature by relying on Django built-in views.&lt;/p&gt;</description>
    </item>
    <item>
      <title>اليابان: رحلتي الى طوكيو</title>
      <link>https://rayed.com/posts/2013/08/japan-tokyo/</link>
      <pubDate>Thu, 15 Aug 2013 02:49:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/japan-tokyo/</guid>
      <description>&lt;p&gt;منذ صغري وانا احمل تقدير كبير لليابان واليابانين خصوصا عندما رأيت نهضة اليابان المثيرة امام عيني خلال فترة الثمانينات، عندما كانت المنتجات اليابانية المشهورة برداءة الصنع تأخذ عقول واموال المستهلكين في العالم حتى اصبحت في القمة من ناحية الجودة، كانت المحطات التلفزيونية والجرائد والمجلات تتحفنا بعجائب الاختراعات اليابانية من روبوتات وسيارات والكترونيات والاهم البطيخ المربع&lt;/p&gt;</description>
    </item>
    <item>
      <title>عيدكم مبارك وكل عام وانتم بخير</title>
      <link>https://rayed.com/posts/2013/08/happy-eid/</link>
      <pubDate>Wed, 07 Aug 2013 21:01:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/happy-eid/</guid>
      <description>&lt;p&gt;تقبل الله منا ومنكم صالح الاعمال&lt;/p&gt;</description>
    </item>
    <item>
      <title>Supporting Right-to-Left (for Arabic) in WordPress: the Easy Way</title>
      <link>https://rayed.com/posts/2013/08/supporting-right-to-left-writing-for-arabic-in-wordpress-the-easy-way/</link>
      <pubDate>Fri, 02 Aug 2013 09:28:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/08/supporting-right-to-left-writing-for-arabic-in-wordpress-the-easy-way/</guid>
      <description>&lt;p&gt;This post is an update of previous old post: &lt;a href=&#34;https://rayed.com/posts/2012/06/supporting-right-to-left-writing-for-arabic-in-wordpress-updated/&#34;&gt;Supporting right to left writing (for Arabic) in WordPress&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Source Code Management with GIT</title>
      <link>https://rayed.com/posts/2013/04/source-code-managment-with-git/</link>
      <pubDate>Wed, 24 Apr 2013 14:41:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/source-code-managment-with-git/</guid>
      <description>&lt;p&gt;I gave an introduction to Git in the last &lt;a href=&#34;https://twitter.com/DevCamp13&#34;&gt;DevCamp&lt;/a&gt; meeting held on the 18h of April at &lt;a href=&#34;http://www.badir.com.sa/&#34;&gt;Badir&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I hope you find it useful&lt;/p&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;http://www.youtube.com/embed/hAVVAxykT8A&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;</description>
    </item>
    <item>
      <title>أين تذهب في نيو اورلينز New Orleans</title>
      <link>https://rayed.com/posts/2013/04/new-orleans-travel-guide/</link>
      <pubDate>Mon, 22 Apr 2013 15:29:39 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/new-orleans-travel-guide/</guid>
      <description>&lt;p&gt;روابط ذات علاقة&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2013/08/japan-tokyo/&#34;&gt;اليابان: رحلتي الى طوكيو&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2010/08/london-travel-guide/&#34;&gt;أين تذهب في لندن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2009/09/london-thoughts/&#34;&gt;خواطر عن لندن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2009/12/washington-travel-guide/&#34;&gt;أين تذهب في واشنطن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;تقع مدينة &lt;a href=&#34;http://en.wikipedia.org/wiki/New_Orleans&#34;&gt;نيو اورلينز&lt;/a&gt; في ولاية لويزيانا في الولايات المتحدة الامريكية، ولسبب ما فان المدينة سحرتني منذ زمن بعيد قبل ان ازورها ولا اعرف كيف ولماذا! كل ما اعرفه انني عندما زرتها لم تخيب ظني وطابقت كل ما تخيلته عنها وزادت.&lt;/p&gt;&#xA;&lt;p&gt;زرت نيو اورلينز خلال زيارة لي لمدينة هيوستن في ولاية تكساس، وكانت المسافة بينهما هي ٥ ساعات بالسيارة، مدينة هيوستن وولاية تكساس بشكل عام فاقتا توقعاتي خصوصا من ناحية اعتدال الجو والانشطة الثقافية فيها حيث ضمت العديد من المتاحف والحدائق والفعاليات، والتي لم يتسنى لي الاستمتاع بها كون سفرتي كانت خلال شهر رمضان.&lt;/p&gt;</description>
    </item>
    <item>
      <title>العربية تعني جودة اقل!</title>
      <link>https://rayed.com/posts/2013/04/arabic-language-quality/</link>
      <pubDate>Mon, 08 Apr 2013 16:58:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/arabic-language-quality/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/2012/08/03/article757159.html&#34;&gt;&lt;img src=&#34;http://s.alriyadh.com/2012/08/03/img/410472810573.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;لو مريت على محلين متشابهين احدهم اسمه &amp;ldquo;احنا الورق&amp;rdquo; والاخر اسمه &amp;ldquo;Paper R Us&amp;rdquo; من ايهما سوف تشتري؟!&lt;/p&gt;&#xA;&lt;p&gt;لماذا تسعى الشركات المحلية لاستخدام اسماء انجليزية بدل العربية؟&lt;/p&gt;&#xA;&lt;p&gt;لماذا الشركات التي اسمأها انجليزية جودتها اعلى واسعارها افضل؟!&lt;/p&gt;&#xA;&lt;p&gt;لو طلب تاجرين فتح محلين وصُرِح لإحدهم باستخدام اسم عربي والآخر أي اسم يحلو له، هل هناك افضلية لإحدهم على الآخر!&lt;/p&gt;&#xA;&lt;p&gt;لماذا الـ&amp;quot;STC&amp;quot; ولماذا &amp;ldquo;موبايلي&amp;rdquo;؟!&lt;/p&gt;&#xA;&lt;p&gt;هل حافظنا على لغتنا ام ربطنها بالدونية؟!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django Serving Static Files without a Web Server</title>
      <link>https://rayed.com/posts/2013/04/django-service-static-files-without-a-web-server/</link>
      <pubDate>Thu, 04 Apr 2013 02:21:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/django-service-static-files-without-a-web-server/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE:&#xA;Steps in this post isn&amp;rsquo;t correct, check the &lt;a href=&#34;https://rayed.com/posts/2014/09/django-where-to-put-base-html-template-or-how-to-make-django-themes/&#34;&gt;Django Themes&lt;/a&gt; post for better solution.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When deploying Django site it is always recommended to serve static files (e.g. js, css, img, static, media) using a normal web server instead of relying on &lt;a href=&#34;https://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-address-port&#34;&gt;Django built development server&lt;/a&gt; or &lt;a href=&#34;http://gunicorn.org/&#34;&gt;Gunicorn&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;But sometimes you want to test something quick and you don&amp;rsquo;t want to bother with installing or configuring a web server, the solution is to use the built-in &lt;a href=&#34;https://docs.djangoproject.com/en/1.4/howto/static-files/#django.views.static.serve&#34;&gt;django.views.static.serve&lt;/a&gt; view to serve the static files from Django it self:&lt;/p&gt;</description>
    </item>
    <item>
      <title>rayed.com IPv6 Ready!</title>
      <link>https://rayed.com/posts/2013/04/rayed-com-ipv6-ready/</link>
      <pubDate>Wed, 03 Apr 2013 04:00:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/rayed-com-ipv6-ready/</guid>
      <description>&lt;p&gt;&lt;a href=&#39;http://ipv6-test.com/validate.php?url=referer&#39;&gt;&lt;img src=&#39;http://ipv6-test.com/button-ipv6-big.png&#39; alt=&#39;ipv6 ready&#39; title=&#39;ipv6 ready&#39; border=&#39;0&#39; align=&#39;right&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This website rayed.com is now IPv6 ready:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ dig rayed.com AAAA &#xA;&#xA;;; QUESTION SECTION:&#xA;;rayed.com.&#x9;&#x9;&#x9;IN&#x9;AAAA&#xA;&#xA;;; ANSWER SECTION:&#xA;rayed.com.&#x9;&#x9;21600&#x9;IN&#x9;AAAA&#x9;2a01:7e00::f03c:91ff:fe70:5c6a&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;You can test IPv6 readiness for any website from &lt;a href=&#34;http://ipv6-test.com/validate.php&#34;&gt;IPv6 Test&lt;/a&gt; service.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Change Default Editor in Ubuntu</title>
      <link>https://rayed.com/posts/2013/04/change-default-editor-in-ubuntu/</link>
      <pubDate>Wed, 03 Apr 2013 03:03:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/change-default-editor-in-ubuntu/</guid>
      <description>&lt;p&gt;Just type:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo update-alternatives --config editor&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Managing Python Environments with “virtualenvwrapper”</title>
      <link>https://rayed.com/posts/2013/04/managing-python-environments-with-virtualenvwrapper/</link>
      <pubDate>Tue, 02 Apr 2013 09:48:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/04/managing-python-environments-with-virtualenvwrapper/</guid>
      <description>&lt;h3 id=&#34;what-is-virtualenvwrapper&#34;&gt;What is virtualenvwrapper&lt;/h3&gt;&#xA;&lt;p&gt;virtualenvwrapper is a tool that (as the name suggest) wrap &amp;ldquo;&lt;a href=&#34;http://www.virtualenv.org/&#34;&gt;virtualenv&lt;/a&gt;&amp;rdquo; program, virtualenv solve the following problem:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fixing “cannot change locale (UTF-8)” error</title>
      <link>https://rayed.com/posts/2013/03/fixing-cannot-change-locale-utf-8-error/</link>
      <pubDate>Wed, 20 Mar 2013 11:21:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/03/fixing-cannot-change-locale-utf-8-error/</guid>
      <description>&lt;p&gt;I am trying new way to fix the annoying &amp;ldquo;cannot change locale (UTF-8)&amp;rdquo; error, this error usually show when you login from your OSX to a Linux machine:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Update Linux without a password</title>
      <link>https://rayed.com/posts/2013/03/update-ubuntu-without-a-password/</link>
      <pubDate>Wed, 20 Mar 2013 09:15:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/03/update-ubuntu-without-a-password/</guid>
      <description>&lt;p&gt;So you managed to login to your Ubuntu Linux machine with a password by using the magic of ssh keys, and you installed &amp;ldquo;apticron&amp;rdquo; to email you whenever their is a system update, you login to the system and issue the update command &amp;ldquo;sudo aptitude update&amp;rdquo; and &amp;ldquo;sudo&amp;rdquo; asks you about your password! not only it is annoying, it also can&amp;rsquo;t be automated, imaging you manage 10 servers and you have to type the password to update each machine! or you want to automate using some remote execution application like &lt;a href=&#34;http://docs.fabfile.org/&#34;&gt;Fabric&lt;/a&gt; or &lt;a href=&#34;http://www.saltstack.com/&#34;&gt;Salt&lt;/a&gt; &lt;small&gt;(I am Python fan, so I won&amp;rsquo;t mention Chef or Puppet here)&lt;/small&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best GIT cheat sheet</title>
      <link>https://rayed.com/posts/2013/03/best-git-cheat-sheet/</link>
      <pubDate>Sat, 09 Mar 2013 12:56:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/03/best-git-cheat-sheet/</guid>
      <description>&lt;p&gt;Click on each region to find out how to change its state:&#xA;&lt;a href=&#34;http://ndpsoftware.com/git-cheatsheet.html&#34;&gt;http://ndpsoftware.com/git-cheatsheet.html&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>الحذاء وطبق الكريستال</title>
      <link>https://rayed.com/posts/2013/02/short-story/</link>
      <pubDate>Tue, 19 Feb 2013 21:50:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/02/short-story/</guid>
      <description>&lt;p&gt;قصة للأطفال، تحكي عن حذاء جديد يتسخ من اول استخدام مما يجعله عرضة للسخرية من قبل صحن الكريستال.&lt;/p&gt;&#xA;&lt;p&gt;بعد فترة يمل الطبق من السخرية ويبدأ الحديث مع الحذاء عن كيفية تعرضه للاتساخ، ويبدأ الحذاء بالحديث عن مغامراته اليومية خارج المنزل، وكيف انه يفيد صاحبه كل يوم.&lt;/p&gt;&#xA;&lt;p&gt;بعد ما تشبعت مخيلة الطبق من مغامرات الحذاء اليومية بدأ يحس بمدى تفاهة حياته، وحاجته لان يكون مفيداً أكثر من الاستخدام النادر عند قدوم الضيوف.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My First Makefile</title>
      <link>https://rayed.com/posts/2013/02/my-first-makefile/</link>
      <pubDate>Sun, 10 Feb 2013 14:15:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/02/my-first-makefile/</guid>
      <description>&lt;p&gt;The following is a sample Makefile for simple project, here I am building a simple &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Bloom_filter&#34;&gt;Bloom Filter&lt;/a&gt;&amp;rdquo; library, and &amp;ldquo;main&amp;rdquo; program to use it.&lt;/p&gt;&#xA;&lt;p&gt;The library will have the following files:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;hash.h and hash.c&lt;/li&gt;&#xA;&lt;li&gt;bloom.h and bloom.c&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and we should get &amp;ldquo;libbloom.a&amp;rdquo; out of it.&lt;/p&gt;&#xA;&lt;p&gt;The &amp;ldquo;main&amp;rdquo; program will use:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;main.c&lt;/li&gt;&#xA;&lt;li&gt;bloom.h&lt;/li&gt;&#xA;&lt;li&gt;libbloom.a&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and we should get &amp;ldquo;main&amp;rdquo; executable. So our make file should look like this:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ cat Makefile&#xA;CFLAGS=-Wall -O3&#xA;LDFLAGS= -L.&#xA;LDLIBS=-lbloom&#xA;&#xA;CFLAGS += `pkg-config --cflags libpcre`&#xA;LDFLAGS += `pkg-config --libs libpcre`&#xA;&#xA;OBJS=main.o other.o libbloom.a&#xA;BLOOM_OBJS=hash.o bloom.o&#xA;&#xA;all: main libbloom.a&#xA;&#xA;main: $(OBJS)&#xA;        $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)&#xA;&#xA;libbloom.a: $(BLOOM_OBJS)&#xA;        ar rcs $@ $^&#xA;&#xA;.PHONY: clean&#xA;clean:&#xA;        -rm main libbloom.a *.o &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;Makefile use TAB not spaces for indentation.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Minimal Django Project: Part 2 … Flat Pages</title>
      <link>https://rayed.com/posts/2013/02/minimal-django-project-part-2-flat-pages/</link>
      <pubDate>Sun, 03 Feb 2013 17:59:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/02/minimal-django-project-part-2-flat-pages/</guid>
      <description>&lt;p&gt;In this step we will setup the Flatpage App, Flatpage allows you to create simple static pages from the Admin interface:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;**mycms$ mkdir templates**&#xA;**mycms$ vi mycms/settings.py**&#xA;:&#xA;MIDDLEWARE_CLASSES = (&#xA;:&#xA;    # Add Flatpage Middleware&#xA;    &#39;django.contrib.flatpages.middleware.FlatpageFallbackMiddleware&#39;,&#xA;)&#xA;:&#xA;TEMPLATE_DIRS = (&#xA;    :&#xA;    &#39;/Users/rayed/python/mycms/templates&#39;,&#xA;)&#xA;:&#xA;INSTALLED_APPS = (&#xA;:&#xA;    # Add Flat Pages App&#xA;    &#39;django.contrib.flatpages&#39;,&#xA;:&#xA;)&#xA;:&#xA;&#xA;&#xA;**mycms$ vi mycms/urls.py**&#xA;:&#xA;# Your other patterns here&#xA;# SHOULD BE THE LAST RULE&#xA;urlpatterns += patterns(&#39;django.contrib.flatpages.views&#39;,&#xA;    (r&#39;^(?P&amp;lt;url&amp;gt;.*)$&#39;, &#39;flatpage&#39;),&#xA;)&#xA;&#xA;**mycms$ ./manage.py syncdb**&#xA;**mycms$ mkdir -p templates/flatpages**&#xA;**mycms$ vi templates/flatpages/default.html**&#xA;&amp;lt;!DOCTYPE html&amp;gt;&#xA;&amp;lt;html&amp;gt;&#xA;&amp;lt;head&amp;gt;&#xA;&amp;lt;title&amp;gt;{{ flatpage.title }}&amp;lt;/title&amp;gt;&#xA;&amp;lt;/head&amp;gt;&#xA;&amp;lt;body&amp;gt;&#xA;&amp;lt;h1&amp;gt;{{ flatpage.title }}&amp;lt;/h1&amp;gt;&#xA;{{ flatpage.content }}&#xA;&amp;lt;/body&amp;gt;&#xA;&amp;lt;/html&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Now from the admin interface add a new page from &amp;ldquo;Flat pages&amp;rdquo; app, and you can view directly from the normal site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Minimal Django Project: Part 1 … First Run</title>
      <link>https://rayed.com/posts/2013/02/minimal-django-project/</link>
      <pubDate>Sun, 03 Feb 2013 17:21:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/02/minimal-django-project/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Django 1.6+ don&amp;rsquo;t need any of these steps! it will work out of the box.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.djangoproject.com/&#34;&gt;&lt;img src=&#34;https://www.djangoproject.com/m/img/badges/djangowish126x70.gif&#34; border=&#34;0&#34; alt=&#34;A Django site.&#34; title=&#34;I wish this site was powered by Django.&#34; align=&#34;right&#34;/&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The following is the shortest way to create DB backed Django project, it uses SQLite as a backend, which make the setup very easy and fast.&lt;/p&gt;&#xA;&lt;p&gt;I usually use for testing new Django modules or apps.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;**$ django-admin.py startproject mycms**&#xA;**$ cd mycms**&#xA;**mycms$ chmod +x manage.py **&#xA;**mycms$ vi mycms/settings.py **&#xA;import os&#xA;&#xA;PROJECT_ROOT = os.path.abspath(os.path.dirname(__name__))&#xA;:&#xA;DATABASES = {&#xA;    &#39;default&#39;: {&#xA;        &#39;ENGINE&#39;: &#39;django.db.backends.sqlite3&#39;,&#xA;        &#39;NAME&#39;: &#39;./mycms.db&#39;,&#xA;:&#xA;    }&#xA;}&#xA;:&#xA;TIME_ZONE = &#39;Asia/Riyadh&#39;&#xA;:&#xA;TEMPLATE_DIRS = (&#xA;    PROJECT_ROOT + &#39;/templates&#39;,&#xA;)&#xA;INSTALLED_APPS = (&#xA;:&#xA;    &#39;django.contrib.admin&#39;,&#xA;:&#xA;)&#xA;:&#xA;**mycms$ vi mycms/urls.py **&#xA;# Uncomment the next two lines to enable the admin:&#xA;from django.contrib import admin&#xA;admin.autodiscover()&#xA;&#xA;urlpatterns = patterns(&#39;&#39;,&#xA;:&#xA;    # Uncomment the next line to enable the admin:&#xA;    url(r&#39;^admin/&#39;, include(admin.site.urls)),&#xA;)&#xA;**mycms$ ./manage.py syncdb**&#xA;:&#xA;provide username, email, password for admin&#xA;:&#xA;**mycms$ ./manage.py runserver**&#xA;:&#xA;To access it from outside&#xA;:&#xA;**mycms$ ./manage.py runserver 0.0.0.0:8080**&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;To access it:&#xA;&lt;a href=&#34;http://localhost:8000/&#34;&gt;Frontpage @ localhost&lt;/a&gt;&#xA;&lt;a href=&#34;http://localhost:8000/admin/&#34;&gt;Admin @ localhost&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL: New Project Setup</title>
      <link>https://rayed.com/posts/2013/01/postgres-new-project-setup/</link>
      <pubDate>Wed, 23 Jan 2013 14:36:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/01/postgres-new-project-setup/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/200px-Postgresql_elephant.svg.png&#34; title=&#34;PostgreSQL&#34; class=&#34;alignright&#34; width=&#34;200&#34; height=&#34;206&#34; /&gt; For each new project that need &lt;a href=&#34;http://www.postgresql.org/&#34;&gt;PostgreSQL&lt;/a&gt; you should create its own user and its own DB, the following are the steps need for that.&lt;/p&gt;&#xA;&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ sudo aptitude install postgresql&#xA;$ sudo aptitude install python-psycopg2  # For Django access&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;require-a-password&#34;&gt;Require a Password&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ sudo vi /etc/postgresql/9.1/main/pg_hba.conf&#xA;:&#xA;#local   all             all                      peer&#xA;local    all             all                      md5&#xA;:&#xA;$ sudo service postgresql restart    &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;create-postgres-user&#34;&gt;Create Postgres User&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ sudo -u postgres createuser -P my_user&#xA;Enter password for new role: &#xA;Enter it again: &#xA;Shall the new role be a superuser? (y/n) n&#xA;Shall the new role be allowed to create databases? (y/n) n&#xA;Shall the new role be allowed to create more new roles? (y/n) n&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;create-db&#34;&gt;Create DB&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ sudo -u postgres createdb my_db -O my_user&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;test-it&#34;&gt;Test It&lt;/h3&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ psql -U my_user my_db   &#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;After login you issue any SQL statement, you should also try the following commands:&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Python and Django bookmarks</title>
      <link>https://rayed.com/posts/2013/01/my-python-and-django-bookmarks/</link>
      <pubDate>Mon, 14 Jan 2013 10:39:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2013/01/my-python-and-django-bookmarks/</guid>
      <description>&lt;img src=&#34;http://www.python.org/community/logos/python-logo-master-v3-TM-flattened.png&#34; float=&#34;right&#34; alt=&#34;Python&#34; /&gt;&#xA;&lt;p&gt;This a list of &lt;a href=&#34;http://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; and &lt;a href=&#34;http://www.python.org/&#34;&gt;Python&lt;/a&gt; websites I found useful, I hope you find it useful as well, and may be add to it in the comments:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;https://docs.djangoproject.com/en/1.4/&#34; &gt;Django | Django documentation | Django documentation&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://www.djangobook.com/&#34; &gt;The Django Book&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://www.djangopackages.com/&#34; &gt;Django Packages : Django Packages reusable apps, sites and tools directory&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://equallytrue.blogspot.com/2012/05/170-django-conference-videos.html&#34; &gt;170+ Django conference videos | Equally True&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;https://bitbucket.org/ubernostrum/django-registration&#34; &gt;ubernostrum / django-registration — Bitbucket&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://godjango.com/&#34; &gt;GoDjango.com – Going Through Django Screencasts&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://www.sourcefabric.org/en/community/blog/139/Django-Software-Stack.htm&#34; &gt;Sourcefabric | Django Software Stack&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://birdhouse.org/blog/2009/11/11/drupal-or-django/&#34; &gt;Drupal or Django? A Guide for Decision Makers | scot hacker&#39;s foobar blog&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&amp;lt;a HREF=&amp;ldquo;&lt;a href=&#34;http://celeryproject.org/%22&#34;&gt;http://celeryproject.org/&amp;quot;&lt;/a&gt; &amp;ldquo;1335735065&amp;rdquo; &amp;gt;Homepage | Celery: Distributed Task Queue&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://haystacksearch.org/&#34; &gt;Haystack – Search for Django&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://lincolnloop.com/blog/2012/apr/23/ginger-tech-stack/&#34; &gt;Ginger Tech Stack | Blog | Django Development | Lincoln Loop&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://lincolnloop.com/django-best-practices/&#34; &gt;Django Best Practices — Django Best Practices&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://elweb.co/programacion/33-projects-that-make-developing-django-apps-awesome/?s=hn&#34; &gt;33 projects that make developing django apps awesome — elweb&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://konkle.us/blog/2010/6/25/provisioning-a-new-ubuntu-server-for-django&#34; &gt;Brandon Konkle&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://stevelosh.com/blog/2011/06/django-advice/&#34; &gt;Django Advice / Steve Losh&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a HREF=&#34;http://www.b-list.org/weblog/2007/nov/21/auth/&#34; &gt;Auth tips and tricks&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Japan Trip Photos</title>
      <link>https://rayed.com/posts/2012/11/japan-trip-photos-october-2012/</link>
      <pubDate>Sun, 11 Nov 2012 15:00:40 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/11/japan-trip-photos-october-2012/</guid>
      <description>&lt;p&gt;In October 2012 I visited Japan with my lovely family, overall Japan was great country to visit, and I will be writing more extensive post about my visit, mean while I hope you enjoy my photos.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157631932482644&#34;&gt;Flickr Japan Set&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;!-- Start of Flickr Badge --&gt;&lt;/p&gt;&#xA;&lt;style type=&#34;text/css&#34;&gt;&#xA;/*&#xA;Images are wrapped in divs classed &#34;flickr_badge_image&#34; with ids &#34;flickr_badge_imageX&#34; where &#34;X&#34; is an integer specifying ordinal position. Below are some styles to get you started!&#xA;*/&#xA;#flickr_badge_uber_wrapper {text-align:center; width:260px;}&#xA;#flickr_badge_wrapper {padding:10px 0 10px 0;}&#xA;.flickr_badge_image {margin:0 10px 10px 10px;}&#xA;.flickr_badge_image img {border: 1px solid black !important;}&#xA;#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}&#xA;#flickr_badge_icon {float:left; margin-right:5px;}&#xA;#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}&#xA;#flickr_badge_uber_wrapper a:hover,&#xA;#flickr_badge_uber_wrapper a:link,&#xA;#flickr_badge_uber_wrapper a:active,&#xA;#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}&#xA;#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}&#xA;#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}&#xA;&lt;/style&gt;&#xA;&lt;div id=&#34;flickr_badge_uber_wrapper&#34;&gt;&lt;a href=&#34;http://www.flickr.com&#34; id=&#34;flickr_www&#34;&gt;www.&lt;strong style=&#34;color:#3993ff&#34;&gt;flick&lt;span style=&#34;color:#ff1c92&#34;&gt;r&lt;/span&gt;&lt;/strong&gt;.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>عيدكم مبارك وكل عام وانتم بخير</title>
      <link>https://rayed.com/posts/2012/08/happy-eid/</link>
      <pubDate>Sun, 19 Aug 2012 00:23:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/08/happy-eid/</guid>
      <description>&lt;p&gt;تقبل الله منا ومنكم صالح الاعمال&lt;/p&gt;</description>
    </item>
    <item>
      <title>Supporting right to left writing (for Arabic) in WordPress (Updated)</title>
      <link>https://rayed.com/posts/2012/06/supporting-right-to-left-writing-for-arabic-in-wordpress-updated/</link>
      <pubDate>Fri, 15 Jun 2012 19:31:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/06/supporting-right-to-left-writing-for-arabic-in-wordpress-updated/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE: I found an easier way to do the same thing &lt;a href=&#34;https://rayed.com/posts/2013/08/supporting-right-to-left-writing-for-arabic-in-wordpress-the-easy-way/&#34;&gt;Check it out&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This post is an update of previous old post: &lt;a href=&#34;https://rayed.com/posts/2007/04/supporting-right-to-left-writing-for-arabic-in-wordpress/&#34;&gt;Supporting right to left writing (for Arabic) in WordPress&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;In my blog I write in both languages English and Arabic, but I have to switch text direction from the template default English direction “Left to Right” to Arabic “Right to Left”.&#xA;One way do to it is to add HTML tags in each Arabic entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kiva systems: innovative warehouse robotics</title>
      <link>https://rayed.com/posts/2012/06/kiva-systems-innovative-warehouse-robotics/</link>
      <pubDate>Fri, 08 Jun 2012 12:45:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/06/kiva-systems-innovative-warehouse-robotics/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Kiva Systems is a company that makes order fulfillment systems that use mobile robots for warehouse automation. Its material handling systems are used by Staples, Walgreens, GAP, Crate and Barrel, Toys &amp;ldquo;R&amp;rdquo; Us and Gilt Groupe, among others.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Kiva_Systems&#34;&gt;Wikipedia Kiva Systems&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Amazon bought them for $775 million, you must watch the videos!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2012/06/kiva-systems-robotic-warehouse_3.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2012/06/kiva-systems-robotic-warehouse_3-300x244.jpg&#34; alt=&#34;&#34; title=&#34;kiva systems robotic warehouse&#34; width=&#34;300&#34; height=&#34;244&#34; class=&#34;alignnone size-medium wp-image-1016&#34; srcset=&#34;https://rayed.com/static/uploads/2012/06/kiva-systems-robotic-warehouse_3-300x244.jpg 300w, https://rayed.com/static/uploads/2012/06/kiva-systems-robotic-warehouse_3-367x300.jpg 367w, https://rayed.com/static/uploads/2012/06/kiva-systems-robotic-warehouse_3.jpg 525w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;http://www.youtube.com/embed/szU2-1infqc&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;http://www.youtube.com/embed/Fr6Rco5A9SM&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;</description>
    </item>
    <item>
      <title>Blast from the past: Small Piece of Saudi Arabia Internet History</title>
      <link>https://rayed.com/posts/2012/05/blast-from-the-past-small-piece-from-saudi-arabia-internet-history/</link>
      <pubDate>Thu, 10 May 2012 19:27:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/05/blast-from-the-past-small-piece-from-saudi-arabia-internet-history/</guid>
      <description>&lt;p&gt;Last week my friend Osama Aldosary was cleaning his emails and found this &lt;strong&gt;13 years old&lt;/strong&gt; email from me back when I was working as a system admin at &lt;a href=&#34;http://www.kacst.edu.sa/ar/depts/isu/Pages/Home.aspx&#34;&gt;ISU KACST&lt;/a&gt;, and I was administrating the email servers that accept and forward all internet emails for Saudi universities, Osama was working for KSU back then.&lt;/p&gt;&#xA;&lt;p&gt;Thank you Osama&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Subject:&#x9;New Link Migration Plan&#xA;Date:&#x9;Wed, 10 Feb 1999 15:34:40 +0307&#xA;From:&#x9;Rayed Al-Rashed &amp;lt; *****@kacst.edu.sa&amp;gt;&#xA;Organization:&#x9;KACST&#xA;To:&#x9;*****@kaau.edu.sa, *****@kfupm.edu.sa, *****@ksu.edu.sa, *****@ksu.edu.sa, *****@uqu.edu.sa&#xA;&#xA;Salam Brothers,&#xA;&#xA;As you all know KACST was connected through King Faisal Specializes&#xA;Hospital, and since KACST is now connected through ISU, we have to&#xA;replace our old IP addresses with the new ones from ISU.&#xA;&#xA;Of course this will affect the leased-line link and E-Mail traffic with&#xA;all of you, and we tried to delay the migration as much as we can to&#xA;give you enough time to set up your own services through ISU link.&#xA;&#xA;Our dead line to return the old IPs will end in less than a month, then&#xA;we have to return them to RIPE, we are going to start our plan to&#xA;migrate to the new IPs, and we have to stop the leased-line link and our&#xA;old mail relay that serve your domains when we return the old IPs.&#xA;&#xA;I am sure that most of you are ready by now, but if you are facing any&#xA;problems we will be happy to help you with it.&#xA;&#xA;NOTE:&#xA;Please send me the current state of your migration plan, and the&#xA;estimated time to finish.&#xA;&#xA;-----------------------------------------------&#xA;Rayed Al-Rashed&#xA;Internet Services Unit&#xA;King abdullaziz City for Science and Technology&#xA;-----------------------------------------------&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Django backend benchmark</title>
      <link>https://rayed.com/posts/2012/05/django-backend-benchmark/</link>
      <pubDate>Thu, 10 May 2012 19:10:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/05/django-backend-benchmark/</guid>
      <description>&lt;p&gt;I create small Django app and tried to benchmark it with different backends, here is the result:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&lt;tr&gt;&#xA;&lt;th&gt;Backend&lt;/th&gt;&#xA;&lt;th&gt;Req/Sec&lt;/th&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;PostgreSQL&lt;/td&gt;&#xA;&lt;td&gt;68.41&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;PostgreSQL+pgpool&lt;/td&gt;&#xA;&lt;td&gt;116.12&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;MySQL&lt;/td&gt;&#xA;&lt;td&gt;127.61&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;The test performed using &#34;ab&#34; tool, 1000 requests with 5 concurrent clients:&#xA;`$ ab -c 5 -n 1000 http://localhost/test`</description>
    </item>
    <item>
      <title>PostgreSQL on Ubuntu from scratch</title>
      <link>https://rayed.com/posts/2012/05/postgresql-on-ubuntu-from-scratch/</link>
      <pubDate>Thu, 10 May 2012 03:03:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/05/postgresql-on-ubuntu-from-scratch/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2012/05/Postgresql_elephant.svg.png&#34; alt=&#34;PostgreSQL&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;My notes on installing and configuring &lt;a href=&#34;http://www.postgresql.org/&#34;&gt;PostgreSQL&lt;/a&gt; on Ubuntu Linux.&lt;/p&gt;&#xA;&lt;p&gt;PostgreSQL is used by many large web sites and services, including Skype, Reddit, Instagram, &amp;ldquo;.org&amp;rdquo; registerer, check longer list here &lt;a href=&#34;http://en.wikipedia.org/wiki/PostgreSQL#Prominent_users&#34;&gt;Prominent Users&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Best of all it isn&amp;rsquo;t owned by anyone, not Oracle nor anyone else!&lt;/p&gt;</description>
    </item>
    <item>
      <title>مقابلتي في اطياف</title>
      <link>https://rayed.com/posts/2012/05/my-interview-atyaf-podcast/</link>
      <pubDate>Sun, 06 May 2012 14:53:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/05/my-interview-atyaf-podcast/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.atyaf.net/2012/05/%D8%A7%D9%84%D8%AD%D9%84%D9%82%D8%A9-32-%D9%85%D8%B9-%D8%B1%D8%A7%D8%A6%D8%AF-%D8%A7%D9%84%D8%B1%D8%A7%D8%B4%D8%AF/&#34;&gt;مقابلتي في اطياف&lt;/a&gt;&#xA;اكرة صوتي المسجل، بعض الاحيان انسى انه انا 🙂&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;جريدة الرياض&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.aleqt.com/&#34;&gt;جريدة الاقتصادية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.wirefilter.com/&#34;&gt;WireFilter&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://twitter.com/#!/rayed&#34;&gt;حسابي في تويتر&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/&#34;&gt;حسابي في فليكر&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;روابط-ذات-علاقة&#34;&gt;روابط ذات علاقة&lt;/h3&gt;&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Atari_8-bit_family#Newer_XL_machines&#34;&gt;&#xA;&lt;img src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Atari-800XL.jpg/250px-Atari-800XL.jpg&#34; /&gt;&#xA;Atari 800 XL&lt;/a&gt;&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/MSX&#34;&gt;&#xA;&lt;img src=&#34;http://upload.wikimedia.org/wikipedia/commons/0/02/YAMAYAMA.JPG&#34; /&gt;&#xA;MSX&lt;/a&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2012/05/learning_pyramid.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2012/05/learning_pyramid-300x222.jpg&#34; alt=&#34;&#34; title=&#34;Learning Pyramid&#34; width=&#34;300&#34; height=&#34;222&#34; class=&#34;alignnone size-medium wp-image-954&#34; srcset=&#34;https://rayed.com/static/uploads/2012/05/learning_pyramid-300x222.jpg 300w, https://rayed.com/static/uploads/2012/05/learning_pyramid-404x300.jpg 404w, https://rayed.com/static/uploads/2012/05/learning_pyramid.jpg 620w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;a href=&#34;http://www.gwu.edu/&#34;&gt;&#xA;جامعة جورج واشنطن George Washington University&lt;/a&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/George_Washington_University&#34;&gt;http://en.wikipedia.org/wiki/George_Washington_University&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploying Django</title>
      <link>https://rayed.com/posts/2012/04/django/</link>
      <pubDate>Sat, 28 Apr 2012 03:07:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/04/django/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.djangoproject.com/&#34;&gt;Django&lt;/a&gt; is a web framework written in &lt;a href=&#34;http://www.python.org/&#34;&gt;Python&lt;/a&gt; language, my favourite computer programming language.&lt;/p&gt;&#xA;&lt;p&gt;Python a language is really great language, easy to read and understand, and very easy to learn, but for me I always found setting up Python for web development as a challenge, socially if compare it to PHP, which almost works out of the box, actually most people think PHP works only in the web server and can&amp;#8217;t work as stand alone application, search for PHP CLI if you are interested.&lt;/p&gt;&#xA;&lt;p&gt;I will try here to document an easy Django deployment for my future reference and hopefully it will help others:</description>
    </item>
    <item>
      <title>MENOG 10 In Dubai</title>
      <link>https://rayed.com/posts/2012/04/menog-10-in-dubai/</link>
      <pubDate>Thu, 19 Apr 2012 17:32:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/04/menog-10-in-dubai/</guid>
      <description>&lt;p&gt;If you are working in Internet network operations you don&amp;#8217;t want to miss this event, MENOG -Middle East Network Operator Group- is a conference where network operator from all over the globe and the region of course come to talk about network operation issues, trends, etc&amp;#8230;&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.menog.net/meetings/menog10/agenda&#34;&gt;MENOG 10 Agenda&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;MENOG is also a great opportunity to get quality education, this time they have 2 workshops one about &amp;#8220;DNS Operations &amp;#038; DNSSEC Deployment&amp;#8221;, and another one about &amp;#8220;IPv6 for ISPs&amp;#8221;, the workshop is 5 days training.&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.menog.net/meetings/menog10/workshops&#34;&gt;MENOG 10 Workshops&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Big Book of Monsters</title>
      <link>https://rayed.com/posts/2012/03/the-big-book-of-monsters/</link>
      <pubDate>Mon, 26 Mar 2012 23:54:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/03/the-big-book-of-monsters/</guid>
      <description>&lt;p&gt;Few months ago while waiting for our flight in the airport I took out my notebook (paper one) and I start drawing with my son Dody, we started drawing different monsters trying to be funny and creative, and we decided to write a book with the name &amp;ldquo;The Big Book of Monsters&amp;rdquo; where we fill it with drawings of monsters with names and describing their powers.&lt;/p&gt;&#xA;&lt;img src=&#34;http://farm7.staticflickr.com/6213/6872681606_0b777acdb4_n_d.jpg&#34;  alt=&#34;AngryHorn&#34; title=&#34;AngryHorn&#34; /&gt;&#xA;&lt;p&gt;So here some sample pages:&#xA;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157629310316540/&#34;&gt;The Big Book of Monsters&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Where do Saudi Arabia’s Top 1000 Websites hosted?</title>
      <link>https://rayed.com/posts/2012/03/where-do-saudi-arabias-top-1000-websites-hosted/</link>
      <pubDate>Tue, 13 Mar 2012 10:25:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/03/where-do-saudi-arabias-top-1000-websites-hosted/</guid>
      <description>&lt;p&gt;Small report I worked on to find out the hosting location of Saudi Arabia&amp;rsquo;s top accessed websites, the aim of this report is to raise the awareness of the lack of Internet hosting in Saudi Arabia, and the slow adoption of Saudi TLD &amp;ldquo;.sa&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2012/03/hosting.png&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2012/03/hosting.png&#34; alt=&#34;&#34; title=&#34;hosting&#34; width=&#34;466&#34; height=&#34;288&#34; class=&#34;alignnone size-full wp-image-907&#34; srcset=&#34;https://rayed.com/static/uploads/2012/03/hosting.png 466w, https://rayed.com/static/uploads/2012/03/hosting-300x185.png 300w&#34; sizes=&#34;(max-width: 466px) 100vw, 466px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Short summary only 8.9% of sites are hosted locally, and only 4.9% have &amp;ldquo;.sa&amp;rdquo; domain.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://dev.rayed.com/ix_report/&#34;&gt;The Report&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My new Arduino kit</title>
      <link>https://rayed.com/posts/2012/02/my-new-arduino-kit/</link>
      <pubDate>Mon, 06 Feb 2012 16:50:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/02/my-new-arduino-kit/</guid>
      <description>&lt;p&gt;I ordered &lt;a href=&#34;http://www.makershed.com/Ultimate_Microcontroller_Pack_p/msump.htm&#34;&gt;The Ultimate Microcontroller Pack&lt;/a&gt; with &lt;a href=&#34;http://arduino.cc/&#34;&gt;Arduino&lt;/a&gt; &lt;a href=&#34;http://arduino.cc/en/Main/arduinoBoardUno&#34;&gt;UNO&lt;/a&gt;, in fact I ordered 2 packs one for me and my 6 years old son, and one for my 13 years old nephew Abdullah.&lt;/p&gt;&#xA;&lt;p&gt;I am very excited to try all the components, so far I am still with LED and buttons, looking for moving my first &lt;a href=&#34;http://handyboard.com/hb/faq/hardware-faqs/dc-vs-servo/&#34;&gt;servo&lt;/a&gt; and of course my first robot 🙂&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2012/02/IMG_3212.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2012/02/IMG_3212-300x225.jpg&#34; alt=&#34;&#34; title=&#34;http://www.makershed.com/Ultimate_Microcontroller_Pack_p/msump.htm&#34; width=&#34;300&#34; height=&#34;225&#34; class=&#34;alignnone size-medium wp-image-894&#34; srcset=&#34;https://rayed.com/static/uploads/2012/02/IMG_3212-300x225.jpg 300w, https://rayed.com/static/uploads/2012/02/IMG_3212-400x300.jpg 400w, https://rayed.com/static/uploads/2012/02/IMG_3212.jpg 1024w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arduino and other embedded boards</title>
      <link>https://rayed.com/posts/2012/01/arduino-and-other-embedded-boards/</link>
      <pubDate>Wed, 25 Jan 2012 11:12:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2012/01/arduino-and-other-embedded-boards/</guid>
      <description>&lt;p&gt;My list of embedded boards, I hope to keep it updated as I learn more about embedded systems options:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.arduino.cc/&#34;&gt;Arduino&lt;/a&gt;: &lt;a href=&#34;http://www.amazon.com/Arduino-A000046-UNO-board/dp/B004CG4CN4&#34;&gt;$15&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Atmel_AVR&#34;&gt;Atmel AVR&lt;/a&gt;, microcontroller.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://pinguino.cc/&#34;&gt;Pinguino&lt;/a&gt;: $24, &lt;a href=&#34;http://en.wikipedia.org/wiki/PIC_microcontroller&#34;&gt;PIC&lt;/a&gt;, microcontroller.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://netduino.com/&#34;&gt;Netduino&lt;/a&gt;: $35, &lt;a href=&#34;http://en.wikipedia.org/wiki/ARM_architecture&#34;&gt;ARM&lt;/a&gt;, Microsoft .Net!, Atmel 32-bit microcontroller.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Raspberry_Pi&#34;&gt;Raspberry Pi&lt;/a&gt;: $25, &lt;a href=&#34;http://en.wikipedia.org/wiki/ARM_architecture&#34;&gt;ARM&lt;/a&gt;, Microprocessor, &lt;a href=&#34;http://en.wikipedia.org/wiki/System-on-a-chip&#34;&gt;SoC&lt;/a&gt;, Good Video (HDMI), Linux. &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.pjrc.com/teensy/&#34;&gt;Teensy&lt;/a&gt;: $16, Amel AVR, Microcontroller, Tiny. &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://beagleboard.org/&#34;&gt;BeagleBoard&lt;/a&gt;: $89, ARM, Ethernet, 2GB MicroSD, Linux. &lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://mbed.org/&#34;&gt;mbed&lt;/a&gt;: $45, ARM.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Very interesting interview with Monty, MySQL inventor, in FLOSS weekly</title>
      <link>https://rayed.com/posts/2011/12/very-interesting-interview-with-monty-mysql-inventor-in-floss-weekly/</link>
      <pubDate>Wed, 21 Dec 2011 12:15:22 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/12/very-interesting-interview-with-monty-mysql-inventor-in-floss-weekly/</guid>
      <description>&lt;p&gt;Don&amp;#8217;t miss the latest episode of &lt;a href=&#34;http://twit.tv/show/floss-weekly/194&#34;&gt;FLOSS weekly podcast&lt;/a&gt; with &lt;a href=&#34;http://en.wikipedia.org/wiki/Michael_Widenius&#34;&gt;Monty&lt;/a&gt; the original author of MySQL, to learn why you should consider &lt;a href=&#34;http://mariadb.org/&#34;&gt;Maria DB&lt;/a&gt; instead of MySQL in your next project, some highlights from the interview:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;He is Finnish not Swedish!! yet another Finnish changing the world!!&lt;/li&gt;&#xA;&lt;li&gt;He has 2 daughters My, and Maria, and one son Max &amp;#8230; this where &amp;#8220;My&amp;#8221;SQL, &amp;#8220;Maria&amp;#8221;DB, &amp;#8220;Max&amp;#8221;DB names come from.&lt;/li&gt;&#xA;&lt;li&gt;Even after selling MySQL for 1 Billion dollar to Sun, he still lives in the same neighborhood.&lt;/li&gt;&#xA;&lt;li&gt;Why he created MariaDB, how he feel about MySQL under Oracle&lt;/li&gt;&#xA;&lt;li&gt;Still coding, at least 4 hours a day!!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Thanks &lt;a href=&#34;http://www.stonehenge.com/merlyn/&#34;&gt;Randal&lt;/a&gt; and &lt;a href=&#34;http://webmink.com/&#34;&gt;Simon&lt;/a&gt; for great interview, and thank you Monty for great product.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bash auto completion heaven</title>
      <link>https://rayed.com/posts/2011/12/bash-auto-completion-heaven/</link>
      <pubDate>Thu, 08 Dec 2011 18:21:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/12/bash-auto-completion-heaven/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;bash completion extends bash&amp;#8217;s standard completion behavior to achieve complex command lines with just a few keystrokes.  This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Just install:&lt;br /&gt;&#xA;&lt;code&gt;sudo aptitude install bash-completion&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Great Arduino Tutorial Videos</title>
      <link>https://rayed.com/posts/2011/09/great-arduino-tutorial-videos/</link>
      <pubDate>Mon, 19 Sep 2011 15:27:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/09/great-arduino-tutorial-videos/</guid>
      <description>&lt;p&gt;Great &lt;a href=&#34;http://www.arduino.cc/&#34;&gt;Arduino&lt;/a&gt; Tutorials videos from &lt;a href=&#34;http://jeremyblum.com/&#34;&gt;Jeremy Blum&lt;/a&gt;, the good ting about Arduino it simplify many aspect of Electrical Engineering and make it easier to play with.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/playlist?list=PLA567CE235D39FA84&#34;&gt;Tutorial Series for Arduino&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thanks Jeremy&lt;/p&gt;</description>
    </item>
    <item>
      <title>عيد سعيد وكل عام وانتم بخير</title>
      <link>https://rayed.com/posts/2011/08/happy-eid/</link>
      <pubDate>Tue, 30 Aug 2011 01:27:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/08/happy-eid/</guid>
      <description>&lt;p&gt;عيد سعيد وكل عام وانتم بخير&lt;/p&gt;</description>
    </item>
    <item>
      <title>My new “.sa” domain name</title>
      <link>https://rayed.com/posts/2011/07/my-new-domain-name/</link>
      <pubDate>Mon, 11 Jul 2011 10:50:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/07/my-new-domain-name/</guid>
      <description>&lt;p&gt;I registered new domain name under &amp;#8220;.sa&amp;#8221; ccTLD, try it out &lt;a href=&#34;http://rr.sa/&#34;&gt;rr.sa&lt;/a&gt;, the registerion was smooth and took less than one hour, registers your now, &lt;a href=&#34;http://nic.sa/&#34;&gt;SaudiNIC&lt;/a&gt;. (You have to be Saudi resident)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Loop Unwinding Experiment</title>
      <link>https://rayed.com/posts/2011/06/loop-unwinding-experiment/</link>
      <pubDate>Sat, 04 Jun 2011 17:43:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/06/loop-unwinding-experiment/</guid>
      <description>&lt;p&gt;Few months ago I read an interesting post by Mike Haertel the original author of GNU grep titled &amp;#8220;&lt;a href=&#34;http://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html&#34;&gt;why GNU grep is fast&lt;/a&gt;&amp;#8220;, one of the reason given is loop unrolling.&lt;br /&gt;&#xA;Few weeks ago I came a cross the same post which made me more interested on &lt;a href=&#34;http://en.wikipedia.org/wiki/Loop_unwinding&#34;&gt;Loop Unrolling&lt;/a&gt;, so I decided to experiment with it, I implemented simple function to search for an item inside a list of items, and return as soon as it finds it, soo here is my result:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tips for a Faster Website</title>
      <link>https://rayed.com/posts/2011/05/tips-for-a-faster-website/</link>
      <pubDate>Fri, 20 May 2011 19:18:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/05/tips-for-a-faster-website/</guid>
      <description>&lt;p&gt;Last week I presented at Gitex Riyadh in Alriyadh.com booth about ways to improve website speed.&lt;/p&gt;&#xA;&lt;div style=&#34;width:425px&#34; id=&#34;__ss_8042536&#34;&gt;&lt;object id=&#34;__sse8042536&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=x-tips-for-faster-web-site-110520111711-phpapp01&amp;#038;stripped_title=tips-for-a-faster-website&amp;#038;userName=rayedalrashed&#34; /&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;/&gt;&lt;param name=&#34;allowScriptAccess&#34; value=&#34;always&#34;/&gt;&lt;embed name=&#34;__sse8042536&#34; src=&#34;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=x-tips-for-faster-web-site-110520111711-phpapp01&amp;#038;stripped_title=tips-for-a-faster-website&amp;#038;userName=rayedalrashed&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/2011/05/18/article633797.html&#34;&gt;&#xA;جناح الرياض في جيتكس &#34; اليوم الأول &#34;&#xA;&lt;img src=&#34;http://s.alriyadh.com/2011/05/18/img/320556014957.jpg&#34;/&gt;&#xA;&lt;/a&gt;</description>
    </item>
    <item>
      <title>My presentation at IPv6 workshop</title>
      <link>https://rayed.com/posts/2011/05/my-presentation-at-ipv6-workshop/</link>
      <pubDate>Tue, 10 May 2011 13:33:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/05/my-presentation-at-ipv6-workshop/</guid>
      <description>&lt;div style=&#34;width:425px&#34; id=&#34;__ss_7907516&#34;&gt;&lt;object id=&#34;__sse7907516&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wirefilteripv6technicalintroduction-110510052524-phpapp02&amp;#038;stripped_title=ipv6-technical-introduction&amp;#038;userName=rayedalrashed&#34; /&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;/&gt;&lt;param name=&#34;allowScriptAccess&#34; value=&#34;always&#34;/&gt;&lt;embed name=&#34;__sse7907516&#34; src=&#34;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wirefilteripv6technicalintroduction-110510052524-phpapp02&amp;#038;stripped_title=ipv6-technical-introduction&amp;#038;userName=rayedalrashed&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&#xA;&lt;p&gt;&lt;strong&gt;Download the presentation in PDF format:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/2011/05/Wirefilter-IPv6-Technical-Introduction.pdf&#39;&gt;IPv6 Technical Introduction&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Faster file syncing with Redis</title>
      <link>https://rayed.com/posts/2011/04/faster-file-system-syncing-with-redis/</link>
      <pubDate>Sun, 03 Apr 2011 19:01:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2011/04/faster-file-system-syncing-with-redis/</guid>
      <description>&lt;p&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;br /&gt;&#xA;In &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; most of the site administration take place inside the premises of Alriyadh Newspaper offices, and as you can image the bandwidth dedicated to the website team isn&amp;#8217;t that big. This why we designed our system to have two parts, one inside Alriyadh Newspaper internal data center where the local access is very fast, and another part accessible to the public hosted in MeduNet, and we would have a database replication for the website data, and file system replication for the web site images and media.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring IPv6 in your server</title>
      <link>https://rayed.com/posts/2010/12/configuring-ipv6-in-your-server/</link>
      <pubDate>Sat, 25 Dec 2010 11:41:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/12/configuring-ipv6-in-your-server/</guid>
      <description>&lt;p&gt;Getting IPv6 connectivity to your server isn&amp;#8217;t very hard in fact if you have a decent provier you might already have it configured.&lt;/p&gt;&#xA;&lt;h2&gt;Do you have IPv6 already configured?&lt;/h2&gt;&#xA;&lt;p&gt;First try this command&lt;/p&gt;&#xA;&lt;pre&gt;&#xD;&#xA;$ ifconfig -a &#xD;&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;You will have result like this:&lt;/p&gt;&#xA;&lt;pre&gt;&#xD;&#xA;eth0      Link encap:Ethernet  HWaddr 00:1e:0b:d6:7b:b8  &#xD;&#xA;          inet addr:88.85.245.43  Bcast:88.85.245.47  Mask:255.255.255.248&#xD;&#xA;          inet6 addr: fe80::21e:bff:fed6:7bb8/64 Scope:Link&#xD;&#xA;          :&#xD;&#xA;&lt;p&gt;he-ipv6   Link encap:IPv6-in-IPv4&lt;br&gt;&#xA;inet6 addr: 2001:470:1f08:1160::2/64 Scope:Global&#xA;inet6 addr: fe80::5855:f52b/64 Scope:Link&#xA;:&lt;/p&gt;&#xA;&lt;p&gt;lo        Link encap:Local Loopback&lt;br&gt;&#xA;inet addr:127.0.0.1  Mask:255.0.0.0&#xA;inet6 addr: ::1/128 Scope:Host&#xA;:&#xA;&lt;/pre&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>مينوج ٧ ورحلة اسطنبول</title>
      <link>https://rayed.com/posts/2010/11/menog-7-istanbul/</link>
      <pubDate>Thu, 04 Nov 2010 13:02:22 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/11/menog-7-istanbul/</guid>
      <description>&lt;p&gt;زرت اسطنبول في رحلة عمل قصيرة لحضور مؤتمر &lt;a href=&#34;http://www.menog.net/meetings/menog7&#34;&gt;&amp;#8220;مينوج&amp;#8221; مشغلي شبكات الشرق الاوسط &lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;للأسف لم تسنح لي الفرصة لزيارة المدينة بشكل جيد، لكني خرجت بانطباع ايجابي ورغبة في زيارتها سائحاً مرة اخرى، هذه بعض الصور التي التقطتها خلال الزيارة، اضغط على اي منها لرؤية باقي الصور:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157625079769499/&#34;&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1244/5099806392_a769ec0180_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1414/5099206869_84d563aa7a_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm5.static.flickr.com/4103/5099206651_1775837ce9_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm5.static.flickr.com/4111/5099808130_689ec05061_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1159/5099209741_96be99c735_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1132/5099210167_528072439a_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm5.static.flickr.com/4026/5106038342_d94d9d84a6_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1146/5105443361_045cf55909_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1079/5105444899_91f87c0c23_m.jpg&#34; /&gt; &lt;img src=&#34;http://farm2.static.flickr.com/1355/5106039606_0673eab717_m.jpg&#34; /&gt; &lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My first Git Session</title>
      <link>https://rayed.com/posts/2010/10/my-first-git-session/</link>
      <pubDate>Sun, 31 Oct 2010 08:42:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/10/my-first-git-session/</guid>
      <description>&lt;p&gt;This guide for my own reference please don&amp;rsquo;t rely on it, for a better introduction check out &lt;a href=&#34;http://gitref.org/&#34;&gt;Git Reference&lt;/a&gt; website.&lt;/p&gt;&#xA;&lt;p&gt;Basic concept and terminologies, Git have 3 logical places:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Working Area: normal directory where you edit your project.&lt;/li&gt;&#xA;&lt;li&gt;Staging Area: Think of the staging as your project state before you start your coding session, after each coding session you add your changes to staging area using &lt;code&gt;git add filename&lt;/code&gt; or &lt;code&gt;git add .&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Snapshot Area: After multiple coding sessions you would finish a logical change, e.g. adding commenting system in web site, next you need to store a snapshot of your project after these changes, you would do that with &lt;code&gt;git commit&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Setting the environment:&lt;/p&gt;</description>
    </item>
    <item>
      <title>أين تذهب في لندن</title>
      <link>https://rayed.com/posts/2010/08/london-travel-guide/</link>
      <pubDate>Mon, 09 Aug 2010 11:41:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/08/london-travel-guide/</guid>
      <description>&lt;p&gt;روابط ذات علاقة&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2013/08/japan-tokyo/&#34;&gt;اليابان: رحلتي الى طوكيو&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2009/09/london-thoughts/&#34;&gt;خواطر عن لندن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2009/12/washington-travel-guide/&#34;&gt;أين تذهب في واشنطن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2013/04/new-orleans-travel-guide/&#34;&gt;أين تذهب في نيو اورلينز New Orleans&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;مقالة مقتسبة من رسالة بريدية ارسلتها لصديق سألني عن لندن، على الرغم من خبرتي المتواضعة جداً عن المدينة الا اني كتبت عن الاماكن التي اعجبتني واستعنت باحد اصدقائي ساكني لندن لاكمالها، علها تكون مفيدة وتلغي صورة &lt;a href=&#34;http://ar.wikipedia.org/wiki/%D8%A5%D8%AF%D8%AC%D9%88%D8%B1_%D8%B1%D9%88%D8%AF&#34;&gt;ادجوار رواد&lt;/a&gt; التي تظهر لدى الكثيرين عند ذكر لندن.&lt;/p&gt;&#xA;&lt;h4 id=&#34;رحلات-الباص&#34;&gt;رحلات الباص&lt;/h4&gt;&#xA;&lt;p&gt;اول نشاط اقوم به عند زيارة اي مدينة هي رحلات الباصات السياحية، فهي تعطي تصور عام للمدينة وعن الاماكن التي تستحق الزيارة في الايام القادمة من الرحلة، كما انها مثالية لالتقاط الصور. غالباً تتوفر تذاكر الرحلات السياحية لمدة 24 ساعة مع امكانية الصعود والنزول من الباص في اي وقت.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geneva Motor Show March 2010 Photos</title>
      <link>https://rayed.com/posts/2010/03/geneva-motor-show-march-2010-photos/</link>
      <pubDate>Wed, 31 Mar 2010 09:22:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/03/geneva-motor-show-march-2010-photos/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157623739108906/&#34;&gt;&lt;br /&gt;&#xA;&lt;img src=&#34;http://farm3.static.flickr.com/2682/4477863173_e7971bac75_m.jpg&#34; alt=&#34;Rainbow&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://farm5.static.flickr.com/4050/4478484806_2f512bbfd6_m.jpg&#34; alt=&#34;Car&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apricot Malaysia Photos</title>
      <link>https://rayed.com/posts/2010/03/apricot-malaysia-photos/</link>
      <pubDate>Wed, 31 Mar 2010 09:19:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/03/apricot-malaysia-photos/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157623614852503/&#34;&gt;&lt;br /&gt;&#xA;&lt;img src=&#34;http://farm5.static.flickr.com/4022/4477840907_bf02dbb52b_m.jpg&#34; alt=&#34;Twin Towers&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://farm5.static.flickr.com/4047/4478464062_ff435f7934_m.jpg&#34; alt=&#34;Butter Fly&#34; /&gt;&lt;br /&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>وظيفة شاغرة: مشرف محتوى الكتروني</title>
      <link>https://rayed.com/posts/2010/03/job-opening/</link>
      <pubDate>Sun, 28 Mar 2010 10:23:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/03/job-opening/</guid>
      <description>&lt;p&gt;نبحث عن مشرف محتوى الكتروني بالمواصفات التالية:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;شهادة دبلوم ذات علاقة&lt;/li&gt;&#xA;&lt;li&gt;سنتين خبرة في اعمال مشابهة&lt;/li&gt;&#xA;&lt;li&gt;اجادة اللغة الانجليزية&lt;/li&gt;&#xA;&lt;li&gt;اجادة النشر على الانترنت بالتقنيات المختلفة (www,email,PDF,twitter,facebook)&lt;/li&gt;&#xA;&lt;li&gt;خبرة في برمجة بتقنيات الانترنت (HTML,PHP,ASP,AJAX,CSS,Javascript)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>The Story of Bottled Water</title>
      <link>https://rayed.com/posts/2010/03/the-story-of-bottled-water/</link>
      <pubDate>Tue, 23 Mar 2010 19:32:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/03/the-story-of-bottled-water/</guid>
      <description>&lt;p&gt;&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/Se12y9hSOM0&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/Se12y9hSOM0&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The joy of bookstores</title>
      <link>https://rayed.com/posts/2010/03/the-joy-of-bookstores/</link>
      <pubDate>Wed, 03 Mar 2010 06:00:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/03/the-joy-of-bookstores/</guid>
      <description>&lt;p&gt;Whenever I visit a bookstore abroad I get really high from all the books and magazine I see, all types of books with shiny colorful covers, covering all subject serious and silly for all range of ages from childhood to 100, all types of people browsing or even sitting on the floor reading their book flavor of the day. Really get my heart exploding from joy, all I need is more time and money to browse through all of these books and share all the knowledge from reading with all people i love, what a feeling!!&lt;br /&gt;&#xA;Unfortunately this joy soon disappear with the realization that I came with my family for a few days vacation that soon will end, in fact my return back trip is tomorrow.&lt;br /&gt;&#xA;What change this joy to sadness is the fact that these experiences can not be felt again for the next year if I am lucky.&lt;br /&gt;&#xA;Bookstore in Riyadh are merely stationary and electronics stores, and although books cover large portion of the store, they are mostly outdated with no relevance to anyone with interest on reading.&lt;br /&gt;&#xA;Why do our bookstore are in this state? Is it because most of Saudis can not read English? Or because we have the tendency to hate anything cultural. &lt;/p&gt;</description>
    </item>
    <item>
      <title>The Internet Revealed &amp; What is Internet Exchange?</title>
      <link>https://rayed.com/posts/2010/02/the-internet-revealed-what-is-internet-exchange/</link>
      <pubDate>Sat, 13 Feb 2010 09:21:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/02/the-internet-revealed-what-is-internet-exchange/</guid>
      <description>&lt;p&gt;A short film about about how the Internet work, and what is an Internet Exchange, and why it is very important.&lt;/p&gt;&#xA;&lt;p&gt;Unfortunately, Saudi Arabia doesn&amp;#8217;t have a functioning Internet Exchange yet!!&lt;/p&gt;&#xA;&lt;p&gt;&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/a5837LcDHfE&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/a5837LcDHfE&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thank you Nasser for the video.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MENOG 6 in Riyadh</title>
      <link>https://rayed.com/posts/2010/02/menog-6-in-riyadh/</link>
      <pubDate>Mon, 08 Feb 2010 12:30:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/02/menog-6-in-riyadh/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.menog.net/&#34;&gt;The Middle East Network Operators Group (MENOG)&lt;/a&gt; announced that 6th version of the meeting will take place in Riyadh from 10 to 14 of April 2010.&lt;/p&gt;&#xA;&lt;p&gt;MENOG is a regional forum offering network engineers and other technical staff the opportunity to share knowledge and experiences, and identify areas for regional cooperation. &lt;/p&gt;&#xA;&lt;p&gt;MENOG 6 will be include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Workshop 10-12 April&lt;/li&gt;&#xA;&lt;li&gt;Tutorials 13 April (morning)&lt;/li&gt;&#xA;&lt;li&gt;Conference 13 April (afternoon) and 14 April&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you are in the business of Internet operation, or have any interest in Internet at all, don&amp;#8217;t miss the opportunity to attend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google best Ad ever</title>
      <link>https://rayed.com/posts/2010/02/google-best-ad-ever/</link>
      <pubDate>Mon, 08 Feb 2010 11:48:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/02/google-best-ad-ever/</guid>
      <description>&lt;p&gt;This the first time Google seems human, it can be really romantic movie to 🙂&lt;br /&gt;&#xA;&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/nnsSUqgkDwU&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/nnsSUqgkDwU&amp;#038;hl=en_US&amp;#038;fs=1&amp;#038;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.youtube.com/watch?v=nnsSUqgkDwU&#34;&gt;Youtube Page&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Error when updating Ubuntu</title>
      <link>https://rayed.com/posts/2010/01/error-when-updating-ubuntu/</link>
      <pubDate>Fri, 15 Jan 2010 11:04:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/01/error-when-updating-ubuntu/</guid>
      <description>&lt;p&gt;Lately I migrated all of my server to &lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; server, what I really loved about it the easy of updating the system, all I need to is:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;$ sudo aptitude update   # to update packages meta data&lt;br /&gt;&#xA;$ sudo aptitude safe-upgrade  # to perform the actual upgrade&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;But sometimes on of the package information meta data files get corrupted, and I will get this error:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;$ sudo aptitude update&lt;br /&gt;&#xA;:&lt;br /&gt;&#xA;W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://security.ubuntu.com hardy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key &amp;lt;ftpmaster@ubuntu.com&amp;gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>اخيراً مقاييس لافياش الكهرب في المملكة</title>
      <link>https://rayed.com/posts/2010/01/saudi-electric-plug/</link>
      <pubDate>Wed, 06 Jan 2010 19:36:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2010/01/saudi-electric-plug/</guid>
      <description>&lt;p&gt;واخيراً وبعد &lt;a href=&#34;http://www.aleqt.com/2008/12/21/article_175761.html&#34;&gt;25 عام&lt;/a&gt; من اصدار المواصفات لافياش الكهرب، &lt;a href=&#34;http://www.aleqt.com/2010/01/05/article_327682.html&#34;&gt;اعلنت الجمارك انها ستطبق القرار&lt;/a&gt; وستمنع الافياش غير المطابقة.&lt;/p&gt;&#xA;&lt;p&gt;قوابس كهرب 110 فولت:&lt;br /&gt;&#xA;&lt;img src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Domestic_AC_Type_B_USA.jpg/165px-Domestic_AC_Type_B_USA.jpg&#34; alt=&#34;110 Volts&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;قوابس كهرب 220 فولت:&lt;br /&gt;&#xA;&lt;img src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/G_plug.png/180px-G_plug.png&#34; alt=&#34;220 Volts&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;تأكد من تركيب القوابس الصحيحة في منزلك، واطلبها في الاجهزة التي تشتريها.&lt;/p&gt;</description>
    </item>
    <item>
      <title>أين تذهب في واشنطن</title>
      <link>https://rayed.com/posts/2009/12/washington-travel-guide/</link>
      <pubDate>Wed, 16 Dec 2009 11:59:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/12/washington-travel-guide/</guid>
      <description>&lt;p&gt;مواضيع اخرى قد تعجبك:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2013/08/japan-tokyo/&#34;&gt;اليابان: رحلتي الى طوكيو&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2010/08/london-travel-guide/&#34;&gt;أين تذهب في لندن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2009/09/london-thoughts/&#34;&gt;خواطر عن لندن&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2013/04/new-orleans-travel-guide/&#34;&gt;أين تذهب في نيو اورلينز New Orleans&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;تحديث: ٨ / ٢٠١٤ قمت بزيارة المدينة واضفت بعض الاماكن الجديدة وحذفت بعض الاماكن التي اغلقت، ولا تبخل بملاحظاتك واماكنك ومطاعمك المفضلة.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;احد الاصدقاء سيسافر الى الولايات المتحدة الامريكية وسيقف في واشنطن العاصمة لبضعة ايام فسألني عن المدينة بحكم اني درست فيها في مرحلة الماجستير، اول كلمة قلتها له هي لا تقف فيها، لاعتقادي انه لن يجد الكثير ليراه.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Malaysia trip photos</title>
      <link>https://rayed.com/posts/2009/12/malaysia-trip-photos/</link>
      <pubDate>Wed, 02 Dec 2009 14:45:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/12/malaysia-trip-photos/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157622794591605/&#34; title=&#34;Malaysia trip photos&#34;&gt;&lt;img src=&#34;http://farm3.static.flickr.com/2723/4152895536_a8bb3d301b_m.jpg&#34; width=&#34;240&#34; height=&#34;180&#34; alt=&#34;The Twins&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>أسهل طريقة لإزالة صرير الباب</title>
      <link>https://rayed.com/posts/2009/11/door-noise/</link>
      <pubDate>Sat, 14 Nov 2009 09:35:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/11/door-noise/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://twitpic.com/pbmqm&#34; &gt;&lt;img src=&#34;http://twitpic.com/show/thumb/pbmqm.jpg&#34; width=&#34;150&#34; height=&#34;150&#34; alt=&#34;&#34;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Short Podcasts, how to listen to them?</title>
      <link>https://rayed.com/posts/2009/11/short-podcasts-how-to-listen-to-them/</link>
      <pubDate>Thu, 05 Nov 2009 19:12:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/11/short-podcasts-how-to-listen-to-them/</guid>
      <description>&lt;p&gt;I own an iPod for more than three years now, and since I am not a music fan it was setting in my drawer doing nothing, the only useful thing I used it for was putting some kids shows for my son to keep him busy during long journeys.&lt;/p&gt;&#xA;&lt;p&gt;But recently I discovered the wonderful world of Podcasts, and to be honest I got addicted to it, these days you will often see me with my earbuds walking like a zombie.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Study Says US Needs Fewer Science Students</title>
      <link>https://rayed.com/posts/2009/10/study-says-us-needs-fewer-science-students/</link>
      <pubDate>Thu, 29 Oct 2009 08:20:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/study-says-us-needs-fewer-science-students/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;It&amp;rsquo;s an article of faith: the United States needs more native-born students in science and other technical fields. But a new paper &amp;hellip; contradicts the notion of a shrinking supply of native-born talent in the United States. In fact, the supply has actually remained steady over the past 30 years, the researchers conclude, while the highest-performing students in the pipeline are opting out of science and engineering in greater numbers than in the past, suggesting that the threat to American economic competitiveness comes not from inadequate science training in school and college but from a lack of incentives that would make science and technology careers attractive. Cranking out even more science graduates, according to the researchers, does not give corporations any incentive to boost wages for science/tech jobs, which would be one way to retain the highest-performing students.&lt;/p&gt;</description>
    </item>
    <item>
      <title>10% هي ما بقي من الانترنت</title>
      <link>https://rayed.com/posts/2009/10/10-perc-internet/</link>
      <pubDate>Tue, 27 Oct 2009 08:02:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/10-perc-internet/</guid>
      <description>&lt;p&gt;لم يتبق من عناوين الانترنت سوى 10% وبعدها لن يتمكن اي مستخدم جديد من الاتصال بعنوان حقيقي.&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/2009/10/ipv6.png&#34; alt=&#34;ipv6&#34; title=&#34;ipv6&#34; width=&#34;138&#34; height=&#34;242&#34; class=&#34;aligncenter size-full wp-image-697&#34; /&gt;&#xA;&lt;a href=&#34;http://www.inetcore.com/project/ipv4ec/index_en.html&#34;&gt;http://www.inetcore.com/project/ipv4ec/index_en.html&lt;/a&gt;&#xA;&lt;p&gt;الحل طبعاً هو التحول الى النسخة السادسة من عناوين الانترنت (IPv6).&lt;/p&gt;&#xA;&lt;p&gt;عدد من مقدمي خدمة الانترنت اعلنوا بدأهم تقديم الخدمة تجارياً، مثل &amp;ldquo;بيانات&amp;rdquo; و&amp;quot;نسمة&amp;quot; وآخرون في الطريق، لكن يبقى السؤال هل لدينا وقت!!!&lt;/p&gt;&#xA;&lt;p&gt;فريق العمل السعودي لـIPv6 هي مجموعة عمل من مقدمي الخدمة وشركات تقنية المعلومات والقطاعين الحكومي والخاص، دور الفريق هو التأكد من جاهزية جميع الاطراف لنهاية عناوين النسخة القديمة وضمان تحول سلس الى النسخة الجديدة.&#xA;&lt;a href=&#34;http://www.ipv6.org.sa/&#34;&gt;Saudi Arabia IPv6 Task force&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>البيت الابيض يحول الى دروبال Drupal</title>
      <link>https://rayed.com/posts/2009/10/whitehouse-drupal/</link>
      <pubDate>Tue, 27 Oct 2009 07:56:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/whitehouse-drupal/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.whitehouse.gov/&#34;&gt;البيت الابيض&lt;/a&gt; الموقع الرئيسي للحكومة الامريكية يحول الى &lt;a href=&#34;http://www.drupal.org/&#34;&gt;دروبال&lt;/a&gt;، نظام ادارة المحتوى المفتوح المصدر.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/10/drupal-whitehouse-gov-500x500.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/10/drupal-whitehouse-gov-500x500-300x196.jpg&#34; alt=&#34;White House powered by Drupal&#34; title=&#34;White House powered by Drupal&#34; width=&#34;300&#34; height=&#34;196&#34; class=&#34;alignnone size-medium wp-image-692&#34; srcset=&#34;https://rayed.com/static/uploads/2009/10/drupal-whitehouse-gov-500x500-300x196.jpg 300w, https://rayed.com/static/uploads/2009/10/drupal-whitehouse-gov-500x500.jpg 500w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;للمزيد من التفاصيل:&#xA;&lt;a href=&#34;http://techpresident.com/blog-entry/whitehousegov-goes-drupal&#34;&gt;&lt;a href=&#34;http://techpresident.com/blog-entry/whitehousegov-goes-drupal&#34;&gt;http://techpresident.com/blog-entry/whitehousegov-goes-drupal&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox block Microsoft plugins</title>
      <link>https://rayed.com/posts/2009/10/firefox-block-microsoft-plugins/</link>
      <pubDate>Sat, 17 Oct 2009 07:37:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/firefox-block-microsoft-plugins/</guid>
      <description>&lt;p&gt;Today when I started Firefox on Windows XP, it gave me the following warning:&#xA;&lt;a href=&#34;https://rayed.com/static/uploads/2009/10/Clipboard01.png&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/10/Clipboard01-300x216.png&#34; width=&#34;300&#34; height=&#34;216&#34; alt=&#34;Firefox stopping Microsoft plugins&#34; title=&#34;Firefox stopping Microsoft plugins&#34; class=&#34;alignnone size-medium wp-image-685&#34; srcset=&#34;https://rayed.com/static/uploads/2009/10/Clipboard01-300x216.png 300w, https://rayed.com/static/uploads/2009/10/Clipboard01.png 502w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;These plug-ins are installed without user permission, and virtually impossible to disable or uninstall, and it turned out that these plug-ins left the browser open to attack.&lt;/p&gt;&#xA;&lt;p&gt;More info:&#xA;&lt;a href=&#34;http://it.slashdot.org/story/09/10/16/189243/Sneaky-Microsoft-Add-on-Put-Firefox-Users-At-Risk?from=rss&#34;&gt;Sneaky Microsoft Add-On Put Firefox Users At Risk&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>صور جديدة لدودي وتالا</title>
      <link>https://rayed.com/posts/2009/10/dody-tala-photos/</link>
      <pubDate>Thu, 08 Oct 2009 10:21:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/dody-tala-photos/</guid>
      <description>&lt;div style=&#34;text-align:center;&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157622416329695/&#34; title=&#34;دودي by rayed, on Flickr&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3435/3991726663_2bfe7d9635_o.jpg&#34; width=&#34;301&#34; height=&#34;450&#34; alt=&#34;دودي&#34; /&gt;&lt;/a&gt;&lt;/div&gt;&#xA;&lt;p&gt;صور عند مصورة محترفة، عيالي طالعين هادين ومؤدبين وحلوين وبدون مخوش على غير العادة (قولوا ما شاء الله بس تراهم مهوب كذا في الطبيعة)&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157622416329695/&#34;&gt;المزيد من الصور&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smart phones and netbooks operating system</title>
      <link>https://rayed.com/posts/2009/10/smart-phones-and-netbooks-operating-system/</link>
      <pubDate>Sun, 04 Oct 2009 12:02:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/10/smart-phones-and-netbooks-operating-system/</guid>
      <description>&lt;p&gt;I compiled a quick and dirty list of smart phone and netbook OS, the list included the OS that I think are relevant.&#xA;I merged both smart phone and netbooks OSes in the same category, because it seems they can be used on both platforms.&#xA;Please let me know if you want to include any data worth adding.&lt;/p&gt;&#xA;&lt;h3 id=&#34;open&#34;&gt;Open&lt;/h3&gt;&#xA;&lt;h4 id=&#34;chrome-os&#34;&gt;Chrome OS&lt;/h4&gt;&#xA;&lt;p&gt;Started: 2009&#xA;Company: Google&#xA;OS Base: Linux&#xA;Browser: Webkit based (it is Chrome!)&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Google_Chrome_OS&#34;&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Google_Chrome_OS&#34;&gt;http://en.wikipedia.org/wiki/Google_Chrome_OS&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>FLOSS weekly Linus interview</title>
      <link>https://rayed.com/posts/2009/09/floss-weekly-linus-interview/</link>
      <pubDate>Wed, 30 Sep 2009 01:07:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/09/floss-weekly-linus-interview/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://twit.tv/FLOSS&#34;&gt;FLOSS weekly&lt;/a&gt; (FLOSS = Free Libre Open Source Software) interview with Linus Torvalds, straight questions and honest and simple answers, I love it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://twit.tv/floss88&#34;&gt;http://twit.tv/floss88&lt;/a&gt; (56 minutes)&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://twit.tv/files/imagecache/coverart/coverart/podcast_5_3.jpg&#34; alt=&#34;FLOSS weekly&#34; /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to feel miserable as an artist</title>
      <link>https://rayed.com/posts/2009/09/how-to-feel-miserable-as-an-artist/</link>
      <pubDate>Sun, 13 Sep 2009 10:37:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/09/how-to-feel-miserable-as-an-artist/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/fowleryo/2321851011/&#34;&gt;&lt;br /&gt;&#xA;&lt;img src=&#34;http://farm4.static.flickr.com/3078/2321851011_0a473d4f91_d.jpg&#34;/&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.flickr.com/photos/fowleryo/2321851011/&#34;&gt;&lt;img src=&#34;https://farm4.staticflickr.com/3078/2321851011_0a473d4f91.jpg&#34; alt=&#34;How to feel miserable as an artist.&#34; width=&#34;365&#34; height=&#34;453&#34; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>خواطر عن لندن</title>
      <link>https://rayed.com/posts/2009/09/london-thoughts/</link>
      <pubDate>Wed, 09 Sep 2009 23:07:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/09/london-thoughts/</guid>
      <description>&lt;p&gt;خواطر سريعة عن زيارتي الاخيرة للندن.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;الحبر النظيف&lt;/strong&gt;&lt;br /&gt;&#xA;خلال المساء وفي وسط لندن تلاحظ العديد من مراكز توزيع الجرائد المجانية مثل جريدة &lt;a href=&#34;http://en.wikipedia.org/wiki/London_Lite&#34;&gt;London Lite&lt;/a&gt;، ما اعجبني في هذه الجرائد ليس النموذج المجاني، لاني اعتقد انه يستهلك العديد من المصادر الطبيعية دون تقديم قيمة حقيقية، لكن ما اعجبني هما شيئن، الاول مقاس الجرائد، فالمقاس الصغير او ما يسمى بالتبلويد سهل جداً في التصفح ولا تحتاج الى طاولة 4 في 6 لقرأته، الشئ الثاني وهو الاهم هو نوع الحبر المستخدم، فهو حسب زعمهم وحسب تجربتي لا يلوث الايدي بالحبر، وحقيقة هذه الخاصيتين هي من اكثر الاشياء التي اكرهها في مطبوعاتنا.&lt;/p&gt;</description>
    </item>
    <item>
      <title>بيانات برنامج القرآن</title>
      <link>https://rayed.com/posts/2009/08/quran-data/</link>
      <pubDate>Thu, 20 Aug 2009 19:18:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/08/quran-data/</guid>
      <description>&lt;p&gt;وضعت كل البيانات التي استخدمتها في برنامج القرآن للتحميل، مع معلومات عن كيفية استخدامها.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://rayed.com/wordpress/?page_id=632&#34;&gt;صفحة بيانات القرآن&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://dev.rayed.com/quran/&#34;&gt;برنامج القرآن&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>برنامج القرآن على الويب</title>
      <link>https://rayed.com/posts/2009/08/quran-web/</link>
      <pubDate>Tue, 18 Aug 2009 13:38:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/08/quran-web/</guid>
      <description>&lt;p&gt;منذ ان كنت صغيراً ولدي رغبة بانتاج مجموعة برامج اساسية لكل مستخدم حاسب عربي ومسلم، القائمة كانت تشمل البرامج التالية:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;برنامج للقرآن الكريم مع التفاسير المشهورة.&lt;/li&gt;&#xA;&lt;li&gt;برنامج للتقويم الهجري، مع مواقيت الصلاة.&lt;/li&gt;&#xA;&lt;li&gt;برنامج قاموس عربي انجليزي، انجليزي عربي.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;قمت بعمل برنامج للأذن عام 1997 باستخدام لغة ديلفي، لكن للأسف لم احتفظ بالمصدر ولم ارفعة على نفس الخادم الذي رفعت فيه البرنامج، عموماً كونه المعادلة غير متطابقة مع معادلة &lt;a href=&#34;http://www.kacst.edu.sa/&#34;&gt;مدينة الملك عبدالعزيز والعلوم والتقنية&lt;/a&gt;، فان البرنامج ليس له قيمة فعليه كبيرة.&#xA;&lt;a href=&#34;http://adeveloper.tripod.com/programs/index.html&#34;&gt;صفحة البرنامج القديمة&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presenting at Riyadh Geeks Today</title>
      <link>https://rayed.com/posts/2009/08/presenting-at-riyadh-geeks-today/</link>
      <pubDate>Sun, 09 Aug 2009 17:08:21 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/08/presenting-at-riyadh-geeks-today/</guid>
      <description>&lt;img src=&#34;http://profile.ak.fbcdn.net/object3/1817/114/n38193262698_2145.jpg&#34; align=&#34;right&#34; alt=&#34;Riyadh Geeks&#34;/&gt;&#xA;&lt;p&gt;Today at 7:15 pm Riyadh time, I am going to give a presentation titled &amp;ldquo;Tips for faster websites&amp;rdquo; in front of  &lt;a href=&#34;http://www.facebook.com/group.php?gid=38193262698&#34;&gt;Riyadh Geeks&lt;/a&gt; group at &lt;a href=&#34;http://www.badirict.com.sa/&#34;&gt;Bader&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Alriyadh Newspaper covered the meeting and the presentation:&#xA;&lt;a href=&#34;http://www.alriyadh.com/2009/08/08/article450749.html&#34;&gt;&lt;a href=&#34;http://www.alriyadh.com/2009/08/08/article450749.html&#34;&gt;http://www.alriyadh.com/2009/08/08/article450749.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I got many calls and emails from to attend the presentation, which made me bit nervous and worried, thank you all, and see you their.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;ve just finished Riyadh Geeks meeting, big audience, thank you all for coming, and special thank to &amp;ldquo;Riyadh Geeks&amp;rdquo; for inventing me, and arranging this event.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I can’t trust Microsoft</title>
      <link>https://rayed.com/posts/2009/08/why-i-cant-trust-microsoft/</link>
      <pubDate>Thu, 06 Aug 2009 18:06:40 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/08/why-i-cant-trust-microsoft/</guid>
      <description>&lt;p&gt;When Microsoft released Bing search engine, I was really impressed, it looks good and the search is good.&lt;/p&gt;&#xA;&lt;p&gt;But unfortunately Microsoft have a very bad habits of ruining really good products.&lt;/p&gt;&#xA;&lt;p&gt;When you try to search for &lt;a href=&#34;http://www.bing.com/search?q=Why+is+Windows+so+expensive%3F&amp;#038;form=QBRE&amp;#038;qs=n&#34;&gt;Why is Windows so expensive?&lt;/a&gt;, the first result you will get is: &amp;ldquo;Why are Mac&amp;rsquo;s So Expensive?&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/08/bing.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/08/bing-300x200.jpg&#34; alt=&#34;bing&#34; title=&#34;bing&#34; width=&#34;300&#34; height=&#34;200&#34; class=&#34;aligncenter size-medium wp-image-613&#34; srcset=&#34;https://rayed.com/static/uploads/2009/08/bing-300x200.jpg 300w, https://rayed.com/static/uploads/2009/08/bing.jpg 718w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Chrome OS</title>
      <link>https://rayed.com/posts/2009/07/google-chrome-os/</link>
      <pubDate>Wed, 08 Jul 2009 20:23:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/07/google-chrome-os/</guid>
      <description>&lt;p&gt;Every time I visit a family I spend considerable time fixing Windows desktop and laptop, I don&amp;#8217;t mind helping, but I mind not getting paid by Microsoft!&lt;/p&gt;&#xA;&lt;p&gt;Windows machines are really hard to maintain, and you will rarely find someone happy with, unless he do the periodic re-installations, plus Windows is really pricey software, Windows 7 pro will cost $199 (home is $80 cheaper), it was acceptable 10 years ago when the computers prices were around $3000, but nowadays it i&lt;/p&gt;</description>
    </item>
    <item>
      <title>TED: Success is a continuous journey</title>
      <link>https://rayed.com/posts/2009/06/ted-success-is-a-continuous-journey/</link>
      <pubDate>Sat, 13 Jun 2009 12:21:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/06/ted-success-is-a-continuous-journey/</guid>
      <description>&lt;p&gt;3 minutes presentation:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;Richard St. John reminds us that success is not a one-way street, but a constant journey. He uses the story of his business&amp;#8217; rise and fall to illustrate a valuable lesson &amp;#8212; when we stop trying, we fail.&#xA;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;object width=&#34;446&#34; height=&#34;326&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://video.ted.com/assets/player/swf/EmbedPlayer.swf&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34; /&gt;&lt;param name=&#34;wmode&#34; value=&#34;transparent&#34;&gt;&lt;/param&gt;&lt;param name=&#34;bgColor&#34; value=&#34;#ffffff&#34;&gt;&lt;/param&gt;&lt;param name=&#34;flashvars&#34; value=&#34;vu=http://video.ted.com/talks/embed/RichardStJohn_2009U-embed_high.flv&amp;#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/RichardStJohn-2009U.embed_thumbnail.jpg&amp;#038;vw=432&amp;#038;vh=240&amp;#038;ap=0&amp;#038;ti=572&#34; /&gt;&lt;embed src=&#34;http://video.ted.com/assets/player/swf/EmbedPlayer.swf&#34; pluginspace=&#34;http://www.macromedia.com/go/getflashplayer&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; bgColor=&#34;#ffffff&#34; width=&#34;446&#34; height=&#34;326&#34; allowFullScreen=&#34;true&#34; flashvars=&#34;vu=http://video.ted.com/talks/embed/RichardStJohn_2009U-embed_high.flv&amp;#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/RichardStJohn-2009U.embed_thumbnail.jpg&amp;#038;vw=432&amp;#038;vh=240&amp;#038;ap=0&amp;#038;ti=572&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.ted.com/index.php/talks/richard_st_john_success_is_a_continuous_journey.html&#34;&gt;Link&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TED: Schools kill creativity</title>
      <link>https://rayed.com/posts/2009/06/ted-schools-kill-creativity/</link>
      <pubDate>Sun, 07 Jun 2009 09:22:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/06/ted-schools-kill-creativity/</guid>
      <description>&lt;p&gt;I saw this video last year by Sir Ken Robinson, as the title say &amp;#8220;schools kill creativity&amp;#8221;, watch and tell me what you think.&lt;br /&gt;&#xA;Very funny and insightful video (20 minutes)&lt;/p&gt;&#xA;&lt;p&gt;&lt;object width=&#34;334&#34; height=&#34;326&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://video.ted.com/assets/player/swf/EmbedPlayer.swf&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34; /&gt;&lt;param name=&#34;wmode&#34; value=&#34;transparent&#34;&gt;&lt;/param&gt;&lt;param name=&#34;bgColor&#34; value=&#34;#ffffff&#34;&gt;&lt;/param&gt;&lt;param name=&#34;flashvars&#34; value=&#34;vu=http://video.ted.com/talks/embed/SirKenRobinson_2006-embed_high.flv&amp;#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SirKenRobinson-2006.embed_thumbnail.jpg&amp;#038;vw=320&amp;#038;vh=240&amp;#038;ap=0&amp;#038;ti=66&#34; /&gt;&lt;embed src=&#34;http://video.ted.com/assets/player/swf/EmbedPlayer.swf&#34; pluginspace=&#34;http://www.macromedia.com/go/getflashplayer&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; bgColor=&#34;#ffffff&#34; width=&#34;334&#34; height=&#34;326&#34; allowFullScreen=&#34;true&#34; flashvars=&#34;vu=http://video.ted.com/talks/embed/SirKenRobinson_2006-embed_high.flv&amp;#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SirKenRobinson-2006.embed_thumbnail.jpg&amp;#038;vw=320&amp;#038;vh=240&amp;#038;ap=0&amp;#038;ti=66&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Wave: Is What Email Would Look Like If It Were Invented Today</title>
      <link>https://rayed.com/posts/2009/06/google-wave-is-what-email-would-look-like-if-it-were-invented-today/</link>
      <pubDate>Tue, 02 Jun 2009 21:25:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/06/google-wave-is-what-email-would-look-like-if-it-were-invented-today/</guid>
      <description>&lt;p&gt;Lengthy but a must see presentation.&lt;br /&gt;&#xA;&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/v_UyVmITiYQ&amp;#038;hl=en&amp;#038;fs=1&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/v_UyVmITiYQ&amp;#038;hl=en&amp;#038;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic Projects Ideas 3: Open Arabic Stemmer</title>
      <link>https://rayed.com/posts/2009/05/arabic-projects-ideas-3-open-arabic-stemmer/</link>
      <pubDate>Sat, 23 May 2009 18:20:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/arabic-projects-ideas-3-open-arabic-stemmer/</guid>
      <description>&lt;p&gt;Nowadays we have many great options to build your own search engines, either for your website, or for you own custom applications. to mention a few:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://lucene.apache.org/java/docs/&#34;&gt;Lucene&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://lucene.apache.org/solr/&#34;&gt;Solr&lt;/a&gt; (uses Lucene)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.sphinxsearch.com/&#34;&gt;Sphinx&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All of these search engine option works great for English language, and they have decent support for Arabic language thanks  to Unicode and UTF-8, but unfortunately they still lack a the power of stemming that you will find in English language.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic Projects Ideas 2: Open Arabic Fonts</title>
      <link>https://rayed.com/posts/2009/05/arabic-projects-ideas-2-open-arabic-fonts/</link>
      <pubDate>Sat, 23 May 2009 18:07:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/arabic-projects-ideas-2-open-arabic-fonts/</guid>
      <description>&lt;p&gt;If you build Arabic website you must be hit by the hard reality, Arabic web font options are really narrow, the only realistic choices are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Tahoma: only good for small sizes.&lt;/li&gt;&#xA;&lt;li&gt;Arabic Transparent&lt;/li&gt;&#xA;&lt;li&gt;Traditional Arabic&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;My idea is to buy other quality Arabic fonts and ask browser/OS vendors to include them, we really need more choice to improve the quality of website productions, and add more creativity to our Arabic Internet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arabic Projects Ideas 1: Open Um Alqura Calendar</title>
      <link>https://rayed.com/posts/2009/05/arabic-projects-ideas-1-open-um-alqura-calendar/</link>
      <pubDate>Sat, 23 May 2009 17:52:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/arabic-projects-ideas-1-open-um-alqura-calendar/</guid>
      <description>&lt;p&gt;In Saudi Arabia the official calendar is Um Alqura calendar, which is a Hejeri based calendar.&lt;br /&gt;&#xA;The idea is to buy the royalties of the calculation function (KACST owns it), and open it, and force all software vendors to include it.&lt;br /&gt;&#xA;Just imagine that your mobile date, match your outlook date, match your favourite website date. Stakeholders:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Government: KACST, CITC, Yesser, MCIT&lt;/li&gt;&#xA;&lt;li&gt;Software vendors: Microsoft, Oracle, SAP, Sun, Apple&lt;/li&gt;&#xA;&lt;li&gt;Open Source: Linux, MySQL, Postgresql etc..&lt;/li&gt;&#xA;&lt;li&gt;Mobile phones vendors: Nokia, SonyEriccson, Apple, HTC, etc&amp;#8230;&lt;/li&gt;&#xA;&lt;li&gt;Other electronics vendors: Humax receiver manufacturer.&lt;/li&gt;&#xA;&lt;li&gt;Content Providers: Google, Maktoob, Yahoo, MSN, Newspapers, etc..&lt;/li&gt;&#xA;&lt;li&gt;Development Languages: Java, .NET, PHP, Python, Perl, etc&amp;#8230;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you have an ideas to improve the initial idea please comment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL Founder Starts Open Database Alliance, Plans Refactoring</title>
      <link>https://rayed.com/posts/2009/05/mysql-founder-starts-open-database-alliance-plans-refactoring/</link>
      <pubDate>Fri, 15 May 2009 09:01:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/mysql-founder-starts-open-database-alliance-plans-refactoring/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;Monty Widenius, the &amp;#8216;father&amp;#8217; of MySQL, has created the the Open Database Alliance, with the aim of becoming the industry hub for the MySQL open source database. He wants to unify all MySQL-related development and services, providing a potential solution to the fragmentation and uncertainty facing the communities, businesses and technical experts involved with MySQL, following the news of the Oracle acquisition of Sun.&#xA;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Via: &lt;a href=&#34;http://tech.slashdot.org/article.pl?sid=09/05/14/1921243&#34;&gt;Slashdot&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux.com relaunched</title>
      <link>https://rayed.com/posts/2009/05/linuxcom-relaunched/</link>
      <pubDate>Wed, 13 May 2009 07:58:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/linuxcom-relaunched/</guid>
      <description>&lt;p&gt;The new &lt;a href=&#34;http://www.linux.com/&#34;&gt;Linux.com&lt;/a&gt; relaunched under the management of &lt;a href=&#34;http://www.linuxfoundation.org/&#34;&gt;Linux Foundation&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Riyadh Geeks meeting</title>
      <link>https://rayed.com/posts/2009/05/riyadh-geeks-meeting/</link>
      <pubDate>Mon, 11 May 2009 23:13:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/riyadh-geeks-meeting/</guid>
      <description>&lt;p&gt;I just came from my first meeting, one word awesome 🙂&lt;/p&gt;&#xA;&lt;p&gt;Thank you guys for arranging such nice event, as usual you meet with&#xA;many interesting people with great ideas, and a lot of energy.&lt;/p&gt;&#xA;&lt;p&gt;One thing for sure, it won&amp;rsquo;t be the last meeting for me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com ver 6 released</title>
      <link>https://rayed.com/posts/2009/05/alriyadhcom-ver-6-released/</link>
      <pubDate>Fri, 01 May 2009 04:39:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/05/alriyadhcom-ver-6-released/</guid>
      <description>&lt;p&gt;Finally after 2 years of delays &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; new version is released.&lt;br /&gt;&#xA;No matter how many test you perform, something will go wrong when you launch the website.&lt;br /&gt;&#xA;Special thanks to Turki Aljaber, and Malik Alghasab for a really great job building the website.&lt;br /&gt;&#xA;If you find any problem please let me know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>شعب مُصاب بالشيزوفرينيا!</title>
      <link>https://rayed.com/posts/2009/04/rotayan-article/</link>
      <pubDate>Thu, 16 Apr 2009 10:02:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/04/rotayan-article/</guid>
      <description>&lt;p&gt; هي، أو هو: يدخل الشات ليتحاور مع الجنس الآخر&lt;br /&gt;&#xA;بكل شيء وحول أي شيء. يذهب إلى موقع الأفلام&lt;br /&gt;&#xA;ليشاهد أحدث الأفلام السينمائية. يدخل إلى منتــداه المفضل ليناقش في كل القضايا السياسية والاجتماعية&lt;br /&gt;&#xA;بكل جرأة. وعبر اسمه (أو: اسمها) المستعار يبتسم&lt;br /&gt;&#xA;بمرح ويوزع النكات على الآخرين. وما أن يضغط&lt;br /&gt;&#xA;على زر إغلاق الكمبيوتر، ويخرج من عالم الانترنت&lt;br /&gt;&#xA;الافتراضي، إلا وتعود إليه بطريقة آلية: تكشيرته، وخوفه، وشكله التقليدي المحافظ!&lt;br /&gt;&#xA;كل شعوب الأرض: شكلها الواقعي لا يختلف كثيراً&lt;br /&gt;&#xA;عن شكلها &amp;#8220;الافتراضي&amp;#8221; على الإنترنت.. إلا نحن ..&lt;br /&gt;&#xA;في الواقع شيء، وعلى الإنترنت: شعب افتراضي!! &lt;/p&gt;</description>
    </item>
    <item>
      <title>What does it mean to be free?</title>
      <link>https://rayed.com/posts/2009/04/what-does-it-me-to-be-free/</link>
      <pubDate>Wed, 15 Apr 2009 00:38:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/04/what-does-it-me-to-be-free/</guid>
      <description>&lt;p&gt;&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube-nocookie.com/v/qWEIQIv8zvY&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube-nocookie.com/v/qWEIQIv8zvY&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>More information about Google Servers</title>
      <link>https://rayed.com/posts/2009/04/more-information-about-google-servers/</link>
      <pubDate>Thu, 02 Apr 2009 07:32:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/04/more-information-about-google-servers/</guid>
      <description>&lt;p&gt;Have you ever asked your self where does Google buy its servers, Dell, HP, IBM, or Sun?&lt;/p&gt;&#xA;&lt;p&gt;Unlike everyone in the world, Google don&amp;#8217;t buy servers from different vendor they build them!&lt;/p&gt;&#xA;&lt;p&gt;It doesn&amp;#8217;t make sense if you have 100 or 1000 servers, but if what about if you have hundreds of thousands of servers, which is the case for Google.&lt;/p&gt;&#xA;&lt;p&gt;Actually Google have long time ago stated that they their own server, but the company revealed many new details about its servers, and operation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The World’s Worst Places to Work: #3 Riyadh</title>
      <link>https://rayed.com/posts/2009/03/the-worlds-worst-places-to-work-3-riyadh/</link>
      <pubDate>Mon, 23 Mar 2009 20:24:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/the-worlds-worst-places-to-work-3-riyadh/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Overall Grade:&lt;/strong&gt; Very High Risk Location&lt;br /&gt;&#xA;&lt;strong&gt;Severe Problems:&lt;/strong&gt; Political Violence &amp;#038; Repression, Political &amp;#038; Social Environment&lt;br /&gt;&#xA;&lt;strong&gt;Major Problem:&lt;/strong&gt; Culture &amp;#038; Recreation Facilities&lt;br /&gt;&#xA;&lt;strong&gt;Other Problems:&lt;/strong&gt; Housing, Climate, Disease &amp;#038; Sanitation, Education Facilities, Physical Remoteness, Communications&lt;/p&gt;&#xA;&lt;p&gt;No surprise here. Life in the Saudi capital is not easy. &amp;#8220;The possibility of a terrorist attack is an ongoing threat,&amp;#8221; according to ORC, &amp;#8220;while wide-ranging restrictions on dress, movement, conduct, food, alcohol, travel, and communications limit expatriate life.&amp;#8221; The city is especially hard for foreign women. Finally, adds ORC, &amp;#8220;violating the country&amp;#8217;s strict moral religious codes is a particular danger in this conservative city.&amp;#8221;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jQuery tutorial video</title>
      <link>https://rayed.com/posts/2009/03/jquery-tutorial-video/</link>
      <pubDate>Thu, 19 Mar 2009 02:44:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/jquery-tutorial-video/</guid>
      <description>&lt;p&gt;jQuery is a lightweight Javascript library, it is very easy to learn, I found this amazing video from &lt;a href=&#34;http://www.youtube.com/user/googletechtalks&#34;&gt;Google TechTalk&lt;/a&gt; channel on Youtube, don&amp;#8217;t be fooled by the presenter age (he is 12 years old) he knows what is he talking about, enjoy!&lt;br /&gt;&#xA;&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/8mwKq7_JlS8&amp;#038;hl=en&amp;#038;fs=1&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/8mwKq7_JlS8&amp;#038;hl=en&amp;#038;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ericsson 500Mbps DSL</title>
      <link>https://rayed.com/posts/2009/03/ericsson-500mbps-dsl/</link>
      <pubDate>Wed, 18 Mar 2009 09:43:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/ericsson-500mbps-dsl/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;Ericsson has successfully demonstrated data-transfer speeds of more than 500 megabits per second over copper, the communications company said Monday.&lt;/p&gt;&#xA;&lt;p&gt;The data-transfer rates were achieved using a version of digital subscriber line (DSL) technology called &amp;#8220;vectorized&amp;#8221; VDSL2, Ericsson said in a statement. The technology, also called &amp;#8220;crosstalk cancellation,&amp;#8221; provides the high transmission rates through a twisted pair of copper cables by reducing the noise coming from other pairs in the same cable bundle. VDSL2 has traditionally offered speeds of around 100Mbps. &lt;/p&gt;</description>
    </item>
    <item>
      <title>موقع قيم النسخة الثانية</title>
      <link>https://rayed.com/posts/2009/03/qaym-new-site/</link>
      <pubDate>Tue, 17 Mar 2009 15:19:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/qaym-new-site/</guid>
      <description>&lt;p&gt;يوم امس دعاني &lt;a href=&#34;http://www.blogjihad.com/&#34;&gt;جهاد العمار&lt;/a&gt; الى مؤتمر صحفي نظمة حول اطلاق النسخة الجديدة من موقع &lt;a href=&#34;http://www.qaym.com/&#34;&gt;قيم&lt;/a&gt;، 50% من المؤتمر كان حول التطويرات الجديدة في الموقع والتي من اهمها اضافة خاصية الخرائط، فعلا رائعة!!! وكذلك اعلى مستخدمين (ترتيبي كان قليل 🙁 )&lt;/p&gt;&#xA;&lt;p&gt;ما اثار اهتمامي اكثر هو الحضور، كان كثير ورائع، كمية الحماس والطاقة الموجودة كانت رائعة. لازم ابداء احضر مثل هذه الاجتماعات.&lt;/p&gt;</description>
    </item>
    <item>
      <title>15 Inspiring Bruce Lee Quotes</title>
      <link>https://rayed.com/posts/2009/03/15-inspiring-bruce-lee-quotes/</link>
      <pubDate>Wed, 11 Mar 2009 22:03:40 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/15-inspiring-bruce-lee-quotes/</guid>
      <description>&lt;p&gt;My favorite:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Showing off is the fool&amp;#8217;s idea of glory&lt;/li&gt;&#xA;&lt;li&gt;Simplicity is the key to brilliance&lt;/li&gt;&#xA;&lt;li&gt;A goal is not always meant to be reached, it often serves simply as something to aim at&lt;/li&gt;&#xA;&lt;li&gt;If you spend too much time thinking about a thing, you&amp;#8217;ll never get it done&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Complete 15 @&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.junauza.com/2009/03/15-inspiring-bruce-lee-quotes-that.html&#34;&gt;http://www.junauza.com/2009/03/15-inspiring-bruce-lee-quotes-that.html&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>يا حبي للرياض</title>
      <link>https://rayed.com/posts/2009/03/riyadh-sandstorm/</link>
      <pubDate>Tue, 10 Mar 2009 12:43:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/03/riyadh-sandstorm/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/3343160627/&#34; title=&#34;Sandstorm in the making by rayed, on Flickr&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3587/3343160627_3637ffe1cf.jpg&#34; width=&#34;450&#34; alt=&#34;Sandstorm in the making&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/3343154069/&#34; title=&#34;Riyadh Weather by rayed, on Flickr&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3542/3343154069_f243f42a5c.jpg&#34; width=&#34;375&#34; height=&#34;500&#34; alt=&#34;Riyadh Weather&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>بنتي تالا</title>
      <link>https://rayed.com/posts/2009/02/tala/</link>
      <pubDate>Sun, 22 Feb 2009 13:45:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/tala/</guid>
      <description>&lt;p&gt;الحمد لله رزقني الله بصبية اسميتها تالا&lt;/p&gt;&#xA;&lt;a href=&#34;http://www.flickr.com/photos/rayed/3310650275/&#34;&gt;&#xA;&lt;img src=&#34;http://farm4.static.flickr.com/3274/3310650275_6a534249b8_m.jpg&#34; alt=&#34;تالا&#34; /&gt;&#xA;&lt;/a&gt;&#xA;&lt;p&gt;تالا انضمت لاخيها &lt;a href=&#34;https://rayed.com/posts/2005/10/i-became-a-dad/&#34;&gt;عبدالله&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/tags/dody&#34;&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/tags/dody&#34;&gt;http://www.flickr.com/photos/rayed/tags/dody&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The most efficient way of getting around</title>
      <link>https://rayed.com/posts/2009/02/the-most-efficient-way-of-getting-around/</link>
      <pubDate>Mon, 16 Feb 2009 09:01:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/the-most-efficient-way-of-getting-around/</guid>
      <description>&lt;a href=&#34;http://awesome.goodmagazine.com/transparency/web/trans0209gettingaround.html&#34;&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/2009/02/fuel.png&#34; alt=&#34;fuel&#34; title=&#34;fuel&#34;  /&gt;&#xA;http://awesome.goodmagazine.com/transparency/web/trans0209gettingaround.html&#xA;&lt;/a&gt;</description>
    </item>
    <item>
      <title>PHP development enviroument, what do you use?</title>
      <link>https://rayed.com/posts/2009/02/php-development-enviroument-what-do-you-use/</link>
      <pubDate>Sat, 14 Feb 2009 11:05:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/php-development-enviroument-what-do-you-use/</guid>
      <description>&lt;p&gt;I must confess, I still use &lt;a href=&#34;http://www.chami.com/html-kit/&#34;&gt;HTML-kit&lt;/a&gt; for PHP development, the only reason I use it for direct FTP editing, I know I should be ashamed of my self 🙁&lt;/p&gt;&#xA;&lt;p&gt;The last couple of months I started to look at &lt;a href=&#34;http://subversion.tigris.org/&#34;&gt;Subversion&lt;/a&gt; version control system, as a secure and professional way to edit your code, so I started shopping for new PHP IDE.&lt;/p&gt;&#xA;&lt;p&gt;My requirements are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Support Arabic&lt;/li&gt;&#xA;&lt;li&gt;Support UTF-8&lt;/li&gt;&#xA;&lt;li&gt;Support Subversion&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;So what do you use for PHP development? and what feature is a must?&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPv6 workshop photos</title>
      <link>https://rayed.com/posts/2009/02/ipv6-workshop-photos/</link>
      <pubDate>Sun, 08 Feb 2009 17:49:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/ipv6-workshop-photos/</guid>
      <description>&lt;p&gt;Unfortunately, I was very busy organizing I didn&amp;#8217;t have a chance to take a lot of pictures.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72157613477160849/&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3321/3262627659_b3dbc9b907.jpg?v=0&#34; width=&#34;440&#34;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>تذكير ورشة عمل IPv6 غداً الأحد</title>
      <link>https://rayed.com/posts/2009/02/ipv6-workshop/</link>
      <pubDate>Sat, 07 Feb 2009 17:23:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/ipv6-workshop/</guid>
      <description>&lt;p&gt;اذا كان لك اهتمام بالانترنت، والشبكات فيجب ان تحضر. هناك أكثر من عرض يجب على الجميع حضورها.&lt;br /&gt;&#xA;المكان فندق الشيراتون الرياض، نلقاكم هناك.&lt;/p&gt;</description>
    </item>
    <item>
      <title>12% to the end of the Internet</title>
      <link>https://rayed.com/posts/2009/02/12-to-the-end-of-the-internet/</link>
      <pubDate>Mon, 02 Feb 2009 08:37:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/12-to-the-end-of-the-internet/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/02/ipv6.png&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/02/ipv6.png&#34; alt=&#34;IPv4 Exhaustion&#34; title=&#34;IPv4 Exhaustion&#34; width=&#34;133&#34; height=&#34;232&#34; class=&#34;alignright size-full wp-image-530&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Mr. Latif Ladid, the president of &lt;a href=&#34;http://www.ipv6forum.com/&#34;&gt;IPv6 Forum&lt;/a&gt;, left a &lt;a href=&#34;https://rayed.com/posts/2008/11/how-many-ips-do-we-have-left/#comment-44698&#34;&gt;comment&lt;/a&gt; on a previous post on my blog with the latest update on IPv4 exhaustion, only 12% of IPv4 address are left, that is 2% in less than 3 months, the new estimate is 769 days.&lt;/p&gt;&#xA;&lt;p&gt;This this insightful comment:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The IP address space is down to just 12% with 534 M IP addresses or 32 blocks left. see &lt;a href=&#34;http://www.potaroo.net/tools/ipv4/index.html&#34;&gt;http://www.potaroo.net/tools/ipv4/index.html&lt;/a&gt;&#xA;One of the most obvious and easily quantifiable incentives of the move to IPv6 is the growth and the continuity of the Internet and then the run to the bank for the remaining address space as it will be needed to have a secure dual stack transition which is the most secure transition and will be unfortunately the rich man’s transition. All others will tunnel which is not secure making it the poor man’s transition. Even the transition will aggravate the digital divide between the haves and have-nots in terms of security. The IPv6 Forum knew this problem 10 years ago and pushed ISPs to move earlier to manage a secure transition, but it takes patience and passion to make this happen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPV6 دعوة لحضور ورشة عمل الإصدار السادس لبروتوكول الانترنت</title>
      <link>https://rayed.com/posts/2009/02/ipv6-workshop-invetation/</link>
      <pubDate>Sun, 01 Feb 2009 08:38:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/02/ipv6-workshop-invetation/</guid>
      <description>&lt;p&gt;الدعوة الالكترونية الرجاء ارسالها لكل من تعرف وقد يهمة الامر:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/02/d8afd8b9d988d8a9-d988d8b1d8b4d8a9-d8a7d984d8b9d985d984-d8b9d8b1d8a8d98a.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/02/d8afd8b9d988d8a9-d988d8b1d8b4d8a9-d8a7d984d8b9d985d984-d8b9d8b1d8a8d98a-300x225.jpg&#34; alt=&#34;IPv6&#34; title=&#34;IPv6&#34; width=&#34;300&#34; height=&#34;225&#34; class=&#34;aligncenter size-medium wp-image-525&#34; srcset=&#34;https://rayed.com/static/uploads/2009/02/d8afd8b9d988d8a9-d988d8b1d8b4d8a9-d8a7d984d8b9d985d984-d8b9d8b1d8a8d98a-300x225.jpg 300w, https://rayed.com/static/uploads/2009/02/d8afd8b9d988d8a9-d988d8b1d8b4d8a9-d8a7d984d8b9d985d984-d8b9d8b1d8a8d98a.jpg 801w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/02/e-invetation-english.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/02/e-invetation-english-300x225.jpg&#34; alt=&#34;IPv6&#34; title=&#34;IPv6&#34; width=&#34;300&#34; height=&#34;225&#34; class=&#34;aligncenter size-medium wp-image-526&#34; srcset=&#34;https://rayed.com/static/uploads/2009/02/e-invetation-english-300x225.jpg 300w, https://rayed.com/static/uploads/2009/02/e-invetation-english.jpg 801w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kudu’s kids meal toy … after 20 minutes</title>
      <link>https://rayed.com/posts/2009/01/kudu-kids-meal-toy-after-20-minutes/</link>
      <pubDate>Thu, 29 Jan 2009 18:26:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/kudu-kids-meal-toy-after-20-minutes/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/01/dsc00329.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/01/dsc00329-300x225.jpg&#34; alt=&#34;&#34; title=&#34;&#34; width=&#34;300&#34; height=&#34;225&#34; class=&#34;alignnone size-medium wp-image-512&#34; srcset=&#34;https://rayed.com/static/uploads/2009/01/dsc00329-300x225.jpg 300w, https://rayed.com/static/uploads/2009/01/dsc00329.jpg 640w&#34; sizes=&#34;(max-width: 300px) 100vw, 300px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;No my son didn&amp;rsquo;t even try to break, it just break in 4 places in 20 minutes, the worst toy I ever saw. Of course &lt;a href=&#34;http://www.kudu.com.sa/&#34;&gt;Kudu&lt;/a&gt; isn&amp;rsquo;t the only restaurant with crabby kids toys, &lt;a href=&#34;http://www.herfy.com/&#34;&gt;Herfy&lt;/a&gt; and almost all restaurant in Saudi Arabic.&lt;/p&gt;&#xA;&lt;p&gt;The only exception is McDonald&amp;rsquo;s, where kids ask for it just for the toys.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Local restaurants, please improve your toys.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>KDE 4.2 Released</title>
      <link>https://rayed.com/posts/2009/01/kde-42-released/</link>
      <pubDate>Wed, 28 Jan 2009 08:44:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/kde-42-released/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kde.org/announcements/4.2/screenshots/desktop.png&#34;&gt;&lt;img src=&#34;http://www.kde.org/announcements/4.2/screenshots/desktop_thumb.png&#34; with=&#34;420&#34;/&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;For more info:&#xA;&lt;a href=&#34;http://www.kde.org/announcements/4.2/index.php&#34;&gt;&lt;a href=&#34;http://www.kde.org/announcements/4.2/index.php&#34;&gt;http://www.kde.org/announcements/4.2/index.php&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t know what is KDE? check &lt;a href=&#34;http://en.wikipedia.org/wiki/KDE&#34;&gt;Wikipedia KDE page&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back to School</title>
      <link>https://rayed.com/posts/2009/01/back-to-school/</link>
      <pubDate>Mon, 26 Jan 2009 13:05:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/back-to-school/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/01/back_to_school.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/01/back_to_school.jpg&#34; alt=&#34;back to school&#34; title=&#34;back to school&#34; width=&#34;400&#34; class=&#34;alignnone size-medium wp-image-501&#34; srcset=&#34;https://rayed.com/static/uploads/2009/01/back_to_school.jpg 548w, https://rayed.com/static/uploads/2009/01/back_to_school-300x202.jpg 300w&#34; sizes=&#34;(max-width: 548px) 100vw, 548px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saudi Arabia IPv6 workshop and website</title>
      <link>https://rayed.com/posts/2009/01/saudi-arabia-ipv6-workshop-and-website/</link>
      <pubDate>Sat, 24 Jan 2009 14:21:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/saudi-arabia-ipv6-workshop-and-website/</guid>
      <description>&lt;p&gt;I am currently preparing for Saudi Arabia IPv6 workshop, that we at CITC arranging at 8th of February 2009.&lt;/p&gt;&#xA;&lt;p&gt;The workshop will have many high profile speakers in the IPv6 field.&lt;/p&gt;&#xA;&lt;p&gt;You can find more information about the workshop at IPv6 website:&#xA;&lt;a href=&#34;http://www.ipv6.org.sa/&#34;&gt;&lt;a href=&#34;https://www.ipv6.org.sa&#34;&gt;www.ipv6.org.sa&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t forget to register for the workshop.&lt;/p&gt;&#xA;&lt;p&gt;P.S. the website is built using &lt;a href=&#34;http://www.drupal.org/&#34;&gt;Drupal&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Network Solutions Under Large-Scale DDoS Attack</title>
      <link>https://rayed.com/posts/2009/01/network-solutions-under-large-scale-ddos-attack/</link>
      <pubDate>Sat, 24 Jan 2009 14:16:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/network-solutions-under-large-scale-ddos-attack/</guid>
      <description>&lt;p&gt;I got a DNS failure when I tried to access my website yesterday, I didn&amp;rsquo;t suspect my ISP because I am using &lt;a href=&#34;http://www.opendns.com/&#34;&gt;OpenDNS&lt;/a&gt; as my name server, so I switched back to SAUDI NET name servers and it worked fine. So I thought it was OpenDNS problem, until I read the news about large-scale DDoS attack on Network Solutions my DNS registrar, where I also host my DNS for rayed.com.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://tech.slashdot.org/article.pl?sid=09/01/24/0113210&#34;&gt;Slashdot Article&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nothing is original …</title>
      <link>https://rayed.com/posts/2009/01/nothing-is-original/</link>
      <pubDate>Sat, 17 Jan 2009 23:54:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/nothing-is-original/</guid>
      <description>&lt;figure id=&#34;attachment_494&#34; style=&#34;max-width: 245px&#34; class=&#34;wp-caption alignnone&#34;&gt;&lt;a href=&#34;https://rayed.com/static/uploads/2009/01/2mhhtap.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2009/01/2mhhtap-245x300.jpg&#34; alt=&#34;Nothing is original ....&#34; title=&#34;2mhhtap&#34; width=&#34;245&#34; height=&#34;300&#34; class=&#34;size-medium wp-image-494&#34; srcset=&#34;https://rayed.com/static/uploads/2009/01/2mhhtap-245x300.jpg 245w, https://rayed.com/static/uploads/2009/01/2mhhtap.jpg 648w&#34; sizes=&#34;(max-width: 245px) 100vw, 245px&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Nothing is original ....&lt;/figcaption&gt;&lt;/figure&gt;</description>
    </item>
    <item>
      <title>ورشة عمل المحتوى العربي المفتوح</title>
      <link>https://rayed.com/posts/2009/01/arabic-open-content/</link>
      <pubDate>Thu, 15 Jan 2009 08:29:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/arabic-open-content/</guid>
      <description>&lt;img src=&#34;https://rayed.com/static/uploads/2009/01/araboc.jpg&#34; alt=&#34;&#34; title=&#34;&#34; width=&#34;451&#34; height=&#34;279&#34; class=&#34;alignnone size-full wp-image-491&#34; srcset=&#34;https://rayed.com/static/uploads/2009/01/araboc.jpg 451w, https://rayed.com/static/uploads/2009/01/araboc-300x185.jpg 300w&#34; sizes=&#34;(max-width: 451px) 100vw, 451px&#34; /&gt;&#xA;&lt;p&gt;تنظم &lt;a href=&#34;http://www.kacst.edu.sa/&#34;&gt;مدينة الملك عبدالعزيز للعلوم والتقنية&lt;/a&gt; في يومي السبت والأحد القادمين ورشة عمل بعنوان “&lt;a href=&#34;http://araboc.info/&#34;&gt;المحتوى العربي المفتوح&lt;/a&gt;” وتأتي هذه الورشة لتعزيز مبادرة الملك عبدالله للمحتوى العربي.&lt;/p&gt;&#xA;&lt;p&gt;شخصياً اعتقد ان انطلاقة اي تطوير للأنترنت يجب ان تبدأ من المحتوى.&lt;/p&gt;&#xA;&lt;p&gt;نقلاً عن: &lt;a href=&#34;http://www.swalfy.com/mss/index.php/371&#34;&gt;سوالفي&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Qt becomes LGPL</title>
      <link>https://rayed.com/posts/2009/01/qt-becomes-lgpl/</link>
      <pubDate>Wed, 14 Jan 2009 19:29:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/qt-becomes-lgpl/</guid>
      <description>&lt;img src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Qt-designer-v4.2.1.png/300px-Qt-designer-v4.2.1.png&#34; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;Slashdot:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Qt, the highly polished, well documented, modern GUI toolkit owned by Nokia will be available under the LGPL starting with version 4.5! &amp;hellip; [Nokia] want to encourage and stimulate the use of Qt Everywhere. This is fantastic news for all commercial developers looking to create cross-platform applications &amp;hellip;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Wikipedia:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Qt is most notably used in KDE, Opera, Google Earth, Skype, Qtopia, Adobe Photoshop Album, VirtualBox and OPIE.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Really good news for &lt;a href=&#34;http://www.kde.org/&#34;&gt;KDE&lt;/a&gt; project and fans.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drupal best modules</title>
      <link>https://rayed.com/posts/2009/01/drupal-best-modules/</link>
      <pubDate>Wed, 07 Jan 2009 13:27:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2009/01/drupal-best-modules/</guid>
      <description>&lt;p&gt;One of &lt;a href=&#34;http://www.drupal.org/&#34;&gt;Drupal&amp;rsquo;s&lt;/a&gt; best features is the modular design, the core of Drupal is very small but flexible, and it only implements basic functionality.&lt;/p&gt;&#xA;&lt;p&gt;The good news is that Drupal already has hundreds of modules to implement any missing feature, you can even build your own module if you didn&amp;rsquo;t find a module to fulfill your needs.&lt;/p&gt;&#xA;&lt;p&gt;But having all these choices make finding the appropriate module a really hard job, to help you select the best Drupal modules I found a good list of module at &lt;a href=&#34;http://acquia.com/&#34;&gt;Acquia&lt;/a&gt; (a commercial company founded by Drupal inventor Dries Buytaert to provide different services around Drupal).&lt;/p&gt;</description>
    </item>
    <item>
      <title>nginx [Engine X] enters webserver top 5</title>
      <link>https://rayed.com/posts/2008/12/nginx-engine-x-enters-webserver-top-5/</link>
      <pubDate>Mon, 29 Dec 2008 18:55:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/12/nginx-engine-x-enters-webserver-top-5/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;nginx&#34; src=&#34;http://nginx.net/nginx.gif&#34; title=&#34;nginx&#34; class=&#34;alignright&#34; width=&#34;121&#34; height=&#34;32&#34; /&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://nginx.net/&#34;&gt;nginx&lt;/a&gt; [Engine X] became the world 4th most popular web server, according to the latest &lt;a href=&#34;http://news.netcraft.com/archives/2008/12/24/december_2008_web_server_survey.html&#34;&gt;Netcraft survey&lt;/a&gt;.&lt;br /&gt;&#xA;It is an event based web server, which makes really scalable especially for static files, so if you are serving many images, audio files, video, you might consider it.&lt;br /&gt;&#xA;It can also configured to work as HTTP and mail proxy.&lt;br /&gt;&#xA;Of course you should look also at &lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd [Lighty]&lt;/a&gt; which work with the same principle, and I have been using it for around 2 years for &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Not dead yet!</title>
      <link>https://rayed.com/posts/2008/12/not-dead-yet/</link>
      <pubDate>Sat, 27 Dec 2008 10:15:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/12/not-dead-yet/</guid>
      <description>&lt;p&gt;More update will come 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Selling the Iraq War ! Canadian and Australian Prime Ministers give Exact SAME SPEECH</title>
      <link>https://rayed.com/posts/2008/12/selling-the-iraq-war-canadian-and-australian-prime-ministers-give-exact-same-speech/</link>
      <pubDate>Sun, 07 Dec 2008 19:54:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/12/selling-the-iraq-war-canadian-and-australian-prime-ministers-give-exact-same-speech/</guid>
      <description>&lt;p&gt;&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/qtd7o9x5uN0&amp;#038;hl=en&amp;#038;fs=1&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&gt;&lt;/param&gt;&lt;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&gt;&lt;/param&gt;&lt;embed src=&#34;http://www.youtube.com/v/qtd7o9x5uN0&amp;#038;hl=en&amp;#038;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&#xA;&lt;p&gt;via: &lt;a href=&#34;http://www.reddit.com/&#34;&gt;reddit&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>شعار جديد لمدينة الملك عبدالعزيز للعلوم والتقنية</title>
      <link>https://rayed.com/posts/2008/11/kacst-new-logo/</link>
      <pubDate>Sat, 29 Nov 2008 08:57:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/kacst-new-logo/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.kacst.edu.sa/&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2008/11/kacst-logo.jpg&#34; alt=&#34;KACST Logo&#34; title=&#34;KACST Logo&#34; width=&#34;300&#34; height=&#34;229&#34; class=&#34;size-full wp-image-471&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.kacst.edu.sa/Ar/aboutkacst/Headlines/Lists/List/DispForm.aspx?List=d7a4ec52-dab7-4beb-9c8e-b15488cab6f9&amp;#038;ID=2244&amp;#038;Source=http%3A%2F%2Fwww.kacst.edu.sa%2Far%2Faboutkacst%2FHeadlines%2FPages%2FHeadlines.aspx&#34;&gt;للمزيد&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Al Madina newspaper uses drupal</title>
      <link>https://rayed.com/posts/2008/11/al-madina-newspaper-uses-drupal/</link>
      <pubDate>Sat, 22 Nov 2008 14:02:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/al-madina-newspaper-uses-drupal/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://al-madina.com/sites/all/themes/madina/logo.png&#34; align=&#34;right&#34; /&gt;&lt;br /&gt;&#xA;It seems that Al Madina daily newspaper is using drupal fro their newspaper website, really nice.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://al-madina.com/&#34;&gt;al-madina.com&lt;/a&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD has an offical forum</title>
      <link>https://rayed.com/posts/2008/11/freebsd-has-an-offical-forum/</link>
      <pubDate>Sun, 16 Nov 2008 21:22:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/freebsd-has-an-offical-forum/</guid>
      <description>&lt;img src=&#34;https://rayed.com/static/uploads/2008/02/freebsd-logo.png&#34; align=&#34;right&#34; alt=&#34;FreeBSD&#34; /&gt;&#xA;&lt;p&gt;FreeBSD my favorite OS, has an official web based discussion forum:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://forums.freebsd.org/&#34;&gt;http://forums.freebsd.org/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Congratulations, an good job.&lt;/p&gt;&#xA;&lt;p&gt;It seems to me FreeBSD is getting easier everyday.&lt;/p&gt;</description>
    </item>
    <item>
      <title>في وطني كن مهايطيا ولا تكن مبدعا</title>
      <link>https://rayed.com/posts/2008/11/ahmed-article/</link>
      <pubDate>Tue, 11 Nov 2008 08:08:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/ahmed-article/</guid>
      <description>&lt;p&gt;مقال يلخص احد اهم مشاكلنا في هذا الوطن:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.ahmad.ws/blog/2008/11/%D9%81%D9%8A-%D9%88%D8%B7%D9%86%D9%8A-%D9%83%D9%86-%D9%85%D9%87%D8%A7%D9%8A%D8%B7%D9%8A%D8%A7-%D9%88%D9%84%D8%A7-%D8%AA%D9%83%D9%86-%D9%85%D8%A8%D8%AF%D8%B9%D8%A7/&#34;&gt;في وطني كن مهايطيا ولا تكن مبدعا&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;احمد، جزاك الله خير، دائماً ما يثلج صدري بمقالتك.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How many IPs do we have left?</title>
      <link>https://rayed.com/posts/2008/11/how-many-ips-do-we-have-left/</link>
      <pubDate>Fri, 07 Nov 2008 11:04:39 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/how-many-ips-do-we-have-left/</guid>
      <description>&lt;p&gt;Only 14% of IP addresses are left, which is estimated to be used in 811 days which is around 2 years!!&lt;/p&gt;&#xA;&lt;figure id=&#34;attachment_451&#34; style=&#34;max-width: 134px&#34; class=&#34;wp-caption alignright&#34;&gt;&lt;a href=&#34;http://tunnelbroker.net/&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2008/11/ipv4.gif&#34; alt=&#34;IPv4 Exhaustion counter&#34; title=&#34;IPv4 Exhaustion counter&#34; width=&#34;134&#34; height=&#34;233&#34; class=&#34;size-full wp-image-451&#34; /&gt;&lt;/a&gt;&lt;figcaption class=&#34;wp-caption-text&#34;&gt;IPv4 Exhaustion counter&lt;/figcaption&gt;&lt;/figure&gt;&#xA;Does that mean the Internet as we know it will stop growing? yes exactly, if we ran out of IP addresses you can not connect your new game console, phone, notebook, etc... to the Internet.&#xA;&lt;p&gt;Scientists has found many solutions to delay this problem, including &amp;ldquo;classless network&amp;rdquo;, and NAT, which allowed us to use the IP address space more efficiently.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drupal wins 2008 Best Open Source CMS</title>
      <link>https://rayed.com/posts/2008/11/drupal-wins-2008-best-open-source-cms/</link>
      <pubDate>Tue, 04 Nov 2008 01:35:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/drupal-wins-2008-best-open-source-cms/</guid>
      <description>&lt;p&gt;Drupal wins 2008 Best Open Source CMS from Packt Publishing&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;http://www.packtpub.com/files/images/overall-winners-logo.png&#34; alt=&#34;Drupal Award&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;More from&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.packtpub.com/article/2008-open-source-cms-award-winner-announced&#34;&gt;http://www.packtpub.com/article/2008-open-source-cms-award-winner-announced&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;More from Wikipedia:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Drupal&#34;&gt;Drupal&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Content_management_system&#34;&gt;Content Management System (CMS)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Wikipedia switch its infrastructure from RedHat to Ubuntu</title>
      <link>https://rayed.com/posts/2008/11/wikipedia-switch-its-infrastructure-from-redhat-to-ubuntu/</link>
      <pubDate>Mon, 03 Nov 2008 00:27:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/11/wikipedia-switch-its-infrastructure-from-redhat-to-ubuntu/</guid>
      <description>&lt;p&gt;It is a bit of old news but thought I would share in case you missed it.&lt;br /&gt;&#xA;Basically Wikipedia is switching 400 server from Redhat and Fedora mix to Ubuntu server.&lt;br /&gt;&#xA;Check the details in ComputerWorld &lt;a href=&#34;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;#038;articleId=9116787&amp;#038;intsrc=news_ts_head&#34;&gt;article&lt;/a&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>I am Free</title>
      <link>https://rayed.com/posts/2008/10/i-am-free/</link>
      <pubDate>Wed, 22 Oct 2008 11:30:53 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/10/i-am-free/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/25907002@N06/2452016171/&#34;&gt;&lt;img src=&#34;http://farm3.static.flickr.com/2015/2452016171_9f018d6ddf.jpg?v=0&#34; alt=&#34;I am Free&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>أفضل رسام كاريكاتير سعودي</title>
      <link>https://rayed.com/posts/2008/10/saudi-comic-artists/</link>
      <pubDate>Tue, 21 Oct 2008 10:19:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/10/saudi-comic-artists/</guid>
      <description>&lt;p&gt;الكاريكاتير &amp;#8230; قد يكون هو الشئ الوحيد الذي يقرأه السعوديين من اوله الى اخره 🙂&lt;/p&gt;&#xA;&lt;p&gt;اعترف اني شخصياً احرص على الاطلاع على الكاريكاتيرات اليومية ونادرا ما اقرأ مقالات الكتاب، باستثناء فهد الاحمدي لكون مقالاته ظريفة وخفيفة ولا تجيب النكد.&lt;/p&gt;&#xA;&lt;p&gt;فنانين الكاريكاتير السعوديون رسامين مبدعين (&lt;a href=&#34;http://www.al-jazirah.com/139579/marz.jpg&#34;&gt;مثال&lt;/a&gt;) وغالباً خفيفين الدم (طبعاً هناك &lt;a href=&#34;http://www.al-jazirah.com/139579/marz.jpg&#34;&gt;استثنآت&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;p&gt;في ما يلي قائمة بالرسامين المفضلين عندي.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>غبار الهجير افضل مسلسل سعودي؟</title>
      <link>https://rayed.com/posts/2008/10/saudi-best-tv-show/</link>
      <pubDate>Mon, 06 Oct 2008 00:03:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/10/saudi-best-tv-show/</guid>
      <description>&lt;p&gt;اعتماداً على تصويت جريدة الرياض فان 92% من المشاركين يرون ان مسلسل &amp;#8220;غبار الهجير&amp;#8221; هو افضل مسلسل سعودي!!&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;وكان التنافس محموماً بشكل واضح بين &amp;#8220;غبار الهجير&amp;#8221; و&amp;#8221;غلطة نوف&amp;#8221; و&amp;#8221;كلنا عيال قرية&amp;#8221; على صدارة فئة المسلسلات إلا أن اللحظات الأخيرة وسعت الفارق الكبير بين الأول وبقية منافسيه.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;انا في الحقيقة لم اعرف بهذا المسلسل الا من هذا الخبر و لم اسمع احد يتكلم عنه اطلاقاً، لا بمدح ولا بذم، وزالت حيرتي عندما عرفت انه يعرض في قناة المجد.&lt;/p&gt;</description>
    </item>
    <item>
      <title>كل عام وانتم بخير وعيد سعيد</title>
      <link>https://rayed.com/posts/2008/09/happy-eid/</link>
      <pubDate>Tue, 30 Sep 2008 01:54:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/09/happy-eid/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/2899553643/&#34; title=&#34;كل عام وانتم بخير وعيد سعيد by rayed, on Flickr&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3073/2899553643_87699e6ac6_m.jpg&#34;  alt=&#34;كل عام وانتم بخير وعيد سعيد&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>STC’s new logo?</title>
      <link>https://rayed.com/posts/2008/09/stcs-new-logo/</link>
      <pubDate>Wed, 10 Sep 2008 19:40:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/09/stcs-new-logo/</guid>
      <description>&lt;p&gt;It seems that Saudi Telecom Company (STC) is going to change its logo, the new logo is all over Riyadh, without any reference to STC, with only the slogan &amp;ldquo;What good is technology if doesn&amp;rsquo;t make your life easier (poorly translated)&amp;rdquo;.&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/2008/09/logo.jpg&#34; alt=&#34;&#34; title=&#34;STC Logo&#34; width=&#34;240&#34; height=&#34;80&#34; class=&#34;alignnone size-full wp-image-418&#34; /&gt;&#xA;&lt;p&gt;This time STC is using the logo one of the companies STC bought, STC bought 51% of Indonesian GSM operator Natrindo, and AXIS is the brand name used by Natrindo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Django 1.0 released!</title>
      <link>https://rayed.com/posts/2008/09/django-10-released/</link>
      <pubDate>Sat, 06 Sep 2008 12:44:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/09/django-10-released/</guid>
      <description>&lt;p&gt;Django team released version 1.0 of the their web application framework, Django is written in &lt;a href=&#34;http://en.wikipedia.org/wiki/Python_(programming_language)&#34;&gt;Python&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I only tried Django for a week more than one year ago, and it was really amazing, and easy to create web application.&lt;/p&gt;&#xA;&lt;p&gt;Even if you don&amp;#8217;t write in Python I recommend you spend sometime to know it, may be walk through the tutorial. It has many inspiring and brilliant features you definitely need to know before select your next web framework.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Adventures of Johnny Bunko</title>
      <link>https://rayed.com/posts/2008/09/the-adventures-of-johnny-bunko/</link>
      <pubDate>Sat, 06 Sep 2008 11:49:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/09/the-adventures-of-johnny-bunko/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.johnnybunko.com/files/media/image/Cover%20Shot.jpg&#34; width=&#34;150&#34; align=&#34;right&#34;/&gt;&lt;br /&gt;&#xA;A friend recommended that I read &amp;#8220;The Adventures of Johnny Bunko&amp;#8221;, I read it and I loved it, thought I should share it with others too.&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;The Adventures of Johnny Bunko is America’s first business book in manga and the last career guide you’ll ever need.&lt;/p&gt;&#xA;&lt;p&gt;The book, which you can read in an hour, tells the story of Johnny Bunko, a beleaguered Everyman toiling away at the Boggs Corp.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chrome: Google new web browser</title>
      <link>https://rayed.com/posts/2008/09/chrome-google-new-web-browser/</link>
      <pubDate>Tue, 02 Sep 2008 03:43:15 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/09/chrome-google-new-web-browser/</guid>
      <description>&lt;p&gt;Google is building their own new browser, very interesting features, it has so many advance features that makes you wonder is the next OS GUI going to be a browser.&lt;/p&gt;&#xA;&lt;p&gt;A post about the &amp;#8220;chrome&amp;#8221;:&lt;br /&gt;&#xA;&lt;a href=&#34;http://blogoscoped.com/archive/2008-09-01-n47.html&#34;&gt;http://blogoscoped.com/archive/2008-09-01-n47.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Nice comic describing chrome features:&lt;br /&gt;&#xA;&lt;a href=&#34;http://blogoscoped.com/google-chrome/&#34;&gt;http://blogoscoped.com/google-chrome/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>حملة الجمعية السعودية الخيرية لمكافحة السرطان</title>
      <link>https://rayed.com/posts/2008/07/saudi-cancer/</link>
      <pubDate>Sat, 26 Jul 2008 22:19:55 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/07/saudi-cancer/</guid>
      <description>&lt;p&gt;الجمعية السعودية الخيرية لمكافحة السرطان تقوم بحملة على الانترنت لجمع التبرعات وزيادة الوعي بالجمعية ونشاطاتها.&lt;/p&gt;&#xA;&lt;p&gt;شاركنا بالتبرع ووضع اعلان الجمعيى في موقعك:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.cancersociety.org.sa/ar/modules.php?name=Content&amp;#038;pa=showpage&amp;#038;pid=58&#34;&gt;صفحة الاعلان&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TED: Ideas worth spreading</title>
      <link>https://rayed.com/posts/2008/07/ted-ideas-worth-spreading/</link>
      <pubDate>Sun, 13 Jul 2008 12:24:14 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/07/ted-ideas-worth-spreading/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ted.com/&#34;&gt;&lt;img src=&#34;http://www.ted.com/images/ted_logo.gif&#34; alt=&#34;TED: ideas worth spreading&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;TED (Technology Entertainment Design) is an annual conference [&amp;#8230;] It defines its mission as &amp;#8220;ideas worth spreading&amp;#8221;, and selected talks given at TED are available free on its website. Its lectures cover a broad set of topics: science, arts, design, politics, culture, business, global issues, technology, and entertainment.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/TED_(conference)&#34;&gt;http://en.wikipedia.org/wiki/TED_(conference)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;So many inspiring talks (in Video and Audio format), you will find it really hard to keep listening because the inspiration effect is almost instant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Erlang, or Utility-computing vs. Appliance-computing</title>
      <link>https://rayed.com/posts/2008/07/erlang-or-utility-computing-vs-appliance-computing/</link>
      <pubDate>Mon, 07 Jul 2008 09:30:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/07/erlang-or-utility-computing-vs-appliance-computing/</guid>
      <description>&lt;p&gt;Very good read about cloud computing, trust me it worth it.&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;I strongly believe that cloud computing (or computing as a utility) is the way computing is going to evolve over the next few years/decades.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;[t]he two biggest computing-providers of today, Amazon as well as Google, are building their concurrent offerings on top of really concurrent programming languages and systems. Not only because they want to, but because they need to. If you want to build computing into a utility, you need large real-time systems running as efficiently as possible. You need your technology to be able to scale in a similar way as other, comparable utilities or large real-time systems are scaling — utilities like telephony and electricity.&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>تتبع: خدمة تتبع سيارتك من الاتصالات</title>
      <link>https://rayed.com/posts/2008/07/car-tracking-stc/</link>
      <pubDate>Mon, 07 Jul 2008 08:05:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/07/car-tracking-stc/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.avl.com.sa/&#34;&gt;تتبع&lt;/a&gt; خدمة جديدة من شركة الاتصالات تمكنك من متابعة موقع سيارتك في اي لحظة باستخدم برنامج خاص او جوجل ايرث، يمكنك متابعة مسارها، سرعتها، التحذير عند تجاوز سرعة معينة، او منطقة معينة، او حتى وقت معين.&lt;/p&gt;&#xA;&lt;p&gt;طبعاً، هذه الخدمة مصيبة على المراهقين اللي بادين يسوقون او يسرقون سيارات اهلهم 🙂 حتى السووايق ما راح يسلمون.&lt;/p&gt;&#xA;&lt;p&gt;ويبدو ان الخدمة ستكون موجهة للافراد والشركات، واعتقد ان توجيهها للافراد حركة اعلامية من شركة الاتصالات، اما للشركات فاعتقد انها ستكون خدمة ممتازة، خصوصاً شركات تأجير السيارات، وشركات النقل.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Network Timeout!!</title>
      <link>https://rayed.com/posts/2008/07/connection-timed-out/</link>
      <pubDate>Sat, 05 Jul 2008 21:05:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/07/connection-timed-out/</guid>
      <description>&lt;p&gt;Lately I am getting a lot of &amp;#8220;Network Timeout&amp;#8221; errors, is it my machine or does everybody get this error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Misfer has a blog</title>
      <link>https://rayed.com/posts/2008/06/misfer-has-a-blog/</link>
      <pubDate>Mon, 23 Jun 2008 09:04:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/06/misfer-has-a-blog/</guid>
      <description>&lt;p&gt;My dear friend Misfer Almaymouni finally got a time to start a blog, and as you expect deep posts, that type of posts you have to read 5 times to understand (and sometimes you don&amp;#8217;t 🙂 )&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://misfer.fqaqee3.net/&#34;&gt;http://misfer.fqaqee3.net/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Download Firefox 3 now</title>
      <link>https://rayed.com/posts/2008/06/download-firefox-3-now/</link>
      <pubDate>Wed, 18 Jun 2008 11:58:55 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/06/download-firefox-3-now/</guid>
      <description>&lt;p&gt;In Saudi Arabia &lt;a href=&#34;http://www.mozilla.com/firefox/&#34;&gt;download Firefox&lt;/a&gt; before 10 pm on Wednesday to help Firefox to set new world record.&lt;/p&gt;&#xA;&lt;p&gt;Make sure you scan the file before installation, just in case.&lt;/p&gt;</description>
    </item>
    <item>
      <title>شارك فاير فوكس لتسجيل رقم قياسي جديد</title>
      <link>https://rayed.com/posts/2008/06/firefox/</link>
      <pubDate>Thu, 12 Jun 2008 22:01:47 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/06/firefox/</guid>
      <description>&lt;p&gt;يسعى متصفح فاير فوكس Firefox  لتسجيل رقم قياسي في موسوعة جينيس لأكثر برنامج تحميل خلال 24 ساعة، واليوم المنتظر هو يوم إصدار النسخة الثالثة، وسوف يكون يوم الثلاثاء القادم 17 يونيو.&lt;br /&gt;&#xA;يمكنك التسجيل في موقع فاير فوكس لتذكيرك بيوم الإصدار (رجاء لا تستخدم عنوان بريد العمل الرسمي)&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.spreadfirefox.com/en-US/worldrecord/&#34;&gt;http://www.spreadfirefox.com/en-US/worldrecord/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://people.mozilla.com/~beltzner/overview-of-firefox3.swf&#34;&gt;شرح فيديو لاهم مزايا النسخة Firefox 3&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.dria.org/wordpress/archives/2008/06/12/655/&#34;&gt;Field Guide to Firefox 3&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Being poor is …</title>
      <link>https://rayed.com/posts/2008/06/being-poor-is/</link>
      <pubDate>Sat, 07 Jun 2008 13:07:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/06/being-poor-is/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.scalzi.com/whatever/003704.html&#34;&gt;Being poor is &amp;#8230;&lt;/a&gt;&lt;br /&gt;&#xA;Short but heart breaking essay on what is it like to be poor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>فضيحة شواطئنا!</title>
      <link>https://rayed.com/posts/2008/05/saudi-beachs-locked/</link>
      <pubDate>Thu, 29 May 2008 10:58:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/saudi-beachs-locked/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;فالدراسات والبحوث التي نفذتها جهات حكومية منها وزارة الصحة ومراكز بحثية أثبتت بداية أن الشواطئ السعودية غير مهيأة للسباحة أو الصيد كونها شديدة التلوث، وأن 4% فقط من الواجهات البحرية للبحر الأحمر متاحة للجميع مقابل 96% مملوكة لأشخاص&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.alwatan.com.sa/news/writerdetail.asp?issueno=2799&amp;#038;id=5906&amp;#038;Rname=96&#34;&gt;رابط الخبر&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;قرأتها في موقع &lt;a href=&#34;http://mojil.net/&#34;&gt;نبيل المعجل&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>لينكس: تبي تحيرة خيرة</title>
      <link>https://rayed.com/posts/2008/05/linux-choices/</link>
      <pubDate>Sat, 24 May 2008 20:29:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/linux-choices/</guid>
      <description>&lt;p&gt;&lt;strong&gt;تحديث فبراير ٢٠٢٢ :&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;بعد تغيير سياسة Centos في التحديث، قررت التحويل الى ديبيان&#xA;توزيعة ديبيان خفيفة ورشيقة مقارنة باوبنتو، ومجانية وتحديثاتها آمنة&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;تحديث ١٢ اكتوبر ٢٠١٨:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;حولت بالكامل لسينوتس CentOS متوافق مع رد هات لكن مجاني.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;تحديث ٢٩ اغسطس ٢٠١٣:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;حاليا الخيار بالنسبة لي اوضح كثيرا، فهو ينحصر في اوبنتو Ubuntu خصوصا نسخة الخادمات، او سينتوس CentOS اذا احتجت توافقية مع RedHat.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;الموضوع الاصلي&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;من اهم نقاط الضعف في نظام لينكس هي تعدد التوزيعات، مما يخلق حيرة في اختيار التوزيعة المناسبة حتى لدى خبرء يونكس، فعلى الرغم من اني مدمن انظمة يونكس منذ اكثر من عشر سنوات الا اني لا ازال احتار عند العمل مع لينكس، وهذه احد اهم الاسباب التي تجعلني افضل نظام فري بي اس دي (FreeBSD)، حيث لا يوجد سوى نظام تشغيل واحد فقط لا غير، واذا بحثت عن حل مشكلة في فري بي اس دي ستعرف انها سوف تعمل لانه لا يوجد سوى نظام واحد اسمه قري بي اس دي. طبعاً اذا اخترت توزيعة لينكس وبقيت عليها فانك تحصل على نفس الفائدة، لكن يبقى التشتيت مستمراً من قبل التوزيعات الثانية التي يظهر فيها مزايا جديدة من هنا وهناك.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Engineers endangered species?</title>
      <link>https://rayed.com/posts/2008/05/engineers-endangered-species/</link>
      <pubDate>Sat, 17 May 2008 20:47:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/engineers-endangered-species/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.nytimes.com/2008/05/17/business/worldbusiness/17engineers.html?_r=1&amp;#038;oref=slogin&#34;&gt;High-Tech Japanese, Running Out of Engineers&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;After years of fretting over coming shortages, the country is actually facing a dwindling number of young people entering engineering and technology-related fields.&lt;/p&gt;&#xA;&lt;p&gt;Universities call it “rikei banare,” or “flight from science.” The decline is growing so drastic that industry has begun advertising campaigns intended to make engineering look sexy and cool, and companies are slowly starting to import foreign workers, or sending jobs to where the engineers are, in Vietnam and India.&lt;/p&gt;</description>
    </item>
    <item>
      <title>تدريب واختبارات “رد هات” لينكس في المملكة</title>
      <link>https://rayed.com/posts/2008/05/redhat-riyadh/</link>
      <pubDate>Sat, 10 May 2008 11:26:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/redhat-riyadh/</guid>
      <description>&lt;p&gt;أكاديمية الفيصل العالمية تتحالف مع &amp;#8220;رد هات&amp;#8221; لتقديم دورات واختبارت &amp;#8220;رد هات&amp;#8221; لينكس، خبر جداً مفرح لسببين:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;سهولة التدريب على لينكس&lt;/li&gt;&#xA;&lt;li&gt;ارتفاع الطلب على انظمة لينكس في السوق السعودي&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;الرجاء التعليق على الخبر اذا كان يهمك 🙂&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#39;http://www.redhat.com/g/logo_redhat.png&#39; alt=&#39;Redhat Logo&#39;  /&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/10/article341420.html&#34;&gt;&lt;br /&gt;&#xA;http://www.alriyadh.com/2008/05/10/article341420.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;تحديث:&lt;/strong&gt; موقع الاكاديمية على الانترنت:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alfac.edu.sa/prog.aspx?progid=6&#34;&gt;اكاديمية الفيصل: رد هات&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com image quality improvements</title>
      <link>https://rayed.com/posts/2008/05/alriyadhcom-image-quality-improvements/</link>
      <pubDate>Thu, 08 May 2008 11:21:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/alriyadhcom-image-quality-improvements/</guid>
      <description>&lt;p&gt;PHP default resampling method vs &amp;ldquo;resampling and sharping&amp;rdquo;;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Move your mouse over the image to see sharp version&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/2008/05/075279-old.jpg&#34; onmouseover=&#34;this.src=&#39;https://rayed.com/static/uploads/2008/05/075279.jpg&#39;;&#34; onmouseout=&#34;this.src=&#39;https://rayed.com/static/uploads/2008/05/075279-old.jpg&#39;;&#34; /&gt;&#xA;&lt;p&gt;Influenced by:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://shiftingpixel.com/2008/03/03/smart-image-resizer/&#34;&gt;Smart Image Resizer&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://colorspretty.blogspot.com/2007/01/flickrs-dirty-little-secre_117020899505299548.html&#34;&gt;Flickr’s Dirty Little Secret&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>موقع الرياض وجائزة جديدة</title>
      <link>https://rayed.com/posts/2008/05/alriyadh-com-awards/</link>
      <pubDate>Wed, 07 May 2008 07:58:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/alriyadh-com-awards/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt; في احتفالية كبرى احتضنتها قاعة الفلك في فندق برج العرب بمدينة دبي، حقق موقع &amp;#8220;الرياض الإلكتروني&amp;#8221; جائزة جديدة ضمن سلسلة الجوائز التي نجح الموقع في كسبها خلال السنوات الماضية، حيث فاز بجائزة أفضل المواقع الإستراتيجية الإعلامية Best Strategic Media and Press Portal على مستوى المواقع العربية متصدرا بذلك ترتيب قائمة أفضل المواقع الإلكترونية لوسائل الإعلام العرب&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340503.html&#34;&gt;&amp;#8220;الرياض&amp;#8221; الإلكتروني ينجح في تحقيق جائزة أفضل موقع عربياً &lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340504.html&#34;&gt;&amp;#8220;الصحفي الإلكتروني&amp;#8221; نموذج حديث لمفهوم التحقيقات الإلكترونية&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340505.html&#34;&gt;موقع &amp;#8220;الرياض &amp;#8221; الإلكتروني الأفضل.. محلياً وخليجياً وعربياً&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340506.html&#34;&gt;الرياض الإلكتروني بتقنيات 2.0 web قريباً!&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340507.html&#34;&gt;المستقبل برؤية الشباب الطموح&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2008/05/07/article340508.html&#34;&gt;التعليقات صوت القارئ الأول&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>CSS tutorial site</title>
      <link>https://rayed.com/posts/2008/05/css-tutorial-site/</link>
      <pubDate>Mon, 05 May 2008 14:15:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/05/css-tutorial-site/</guid>
      <description>&lt;p&gt;One of the best CSS tutorial I ever seen:&lt;br /&gt;&#xA;&lt;a href=&#34;http://css.maxdesign.com.au/&#34;&gt;http://css.maxdesign.com.au/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Step by step explanation of many of CSS concepts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TIOBE Programming Community Index</title>
      <link>https://rayed.com/posts/2008/04/tiobe-programming-community-index/</link>
      <pubDate>Sat, 26 Apr 2008 14:40:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/tiobe-programming-community-index/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html&#34;&gt;TIOBE Programming Community Index&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, and YouTube are used to calculate the ratings. Observe that the TIOBE index is not about the best programming language or the language in which most lines of code have been written.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Putty Tray: The best SSH client?</title>
      <link>https://rayed.com/posts/2008/04/putty-tray-the-best-ssh-client/</link>
      <pubDate>Sat, 26 Apr 2008 12:14:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/putty-tray-the-best-ssh-client/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;PuTTY Tray is an improved version of PuTTY. It features some cosmetic changes, and a number of addons to make it more useful and much more fun to use.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;The features that I really like:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Minimizing to the system tray&lt;/li&gt;&#xA;&lt;li&gt;Portability: optionally stores session configuration in files (for example: on a USB drive) like portaPuTTY&lt;/li&gt;&#xA;&lt;li&gt;Reconnects when your PC wakes up from stand-by / Attempts to reconnect when the connection fails&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.xs4all.nl/~whaa/putty/&#34;&gt;http://www.xs4all.nl/~whaa/putty/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The geekiest pants… ever?</title>
      <link>https://rayed.com/posts/2008/04/the-geekiest-pants-ever/</link>
      <pubDate>Wed, 23 Apr 2008 01:54:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/the-geekiest-pants-ever/</guid>
      <description>&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/2008/04/beauty_geek2.jpg&#39;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/2008/04/beauty_geek2-239x300.jpg&#34; alt=&#34;The geekiest pants… ever?&#34; title=&#34;The geekiest pants… ever?&#34; width=&#34;239&#34; height=&#34;300&#34; class=&#34;alignnone size-medium wp-image-378&#34; srcset=&#34;https://rayed.com/static/uploads/2008/04/beauty_geek2-239x300.jpg 239w, https://rayed.com/static/uploads/2008/04/beauty_geek2.jpg 468w&#34; sizes=&#34;(max-width: 239px) 100vw, 239px&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;More pictures: (&lt;a href=&#34;http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/&#34;&gt;http://www.vouspensez.com/2008/04/22/the-geekiest-pants-ever/&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>My vacation in Mauritius</title>
      <link>https://rayed.com/posts/2008/04/my-vacation-in-mauritius/</link>
      <pubDate>Sun, 20 Apr 2008 18:05:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/my-vacation-in-mauritius/</guid>
      <description>&lt;p&gt;&lt;!-- Start of Flickr Badge --&gt;&lt;/p&gt;&#xA;&lt;style type=&#34;text/css&#34;&gt;&#xA;#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}&#xA;#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}&#xA;#flickr_icon_td {padding:0 5px 0 0 !important;}&#xA;.flickr_badge_image {text-align:center !important;}&#xA;.flickr_badge_image img {border: 1px solid black !important;}&#xA;#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}&#xA;#flickr_badge_uber_wrapper a:hover,&#xA;#flickr_badge_uber_wrapper a:link,&#xA;#flickr_badge_uber_wrapper a:active,&#xA;#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}&#xA;#flickr_badge_wrapper {}&#xA;#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}&#xA;&lt;/style&gt;&#xA;&lt;table id=&#34;flickr_badge_uber_wrapper&#34; cellpadding=&#34;0&#34; cellspacing=&#34;10&#34; border=&#34;0&#34;&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;&lt;a href=&#34;http://www.flickr.com&#34; id=&#34;flickr_www&#34;&gt;www.&lt;strong style=&#34;color:#3993ff&#34;&gt;flick&lt;span style=&#34;color:#ff1c92&#34;&gt;r&lt;/span&gt;&lt;/strong&gt;.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>قيم: موقع تقييم المطاعم</title>
      <link>https://rayed.com/posts/2008/04/qaym/</link>
      <pubDate>Sun, 06 Apr 2008 17:28:55 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/qaym/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.qaym.com/&#34;&gt;&lt;img class=&#34;alignleft&#34; style=&#34;float: left;&#34; src=&#34;http://www.qaym.com/templates/initial/images/qaym_header_logo_s.jpg&#34; alt=&#34;&#34; width=&#34;160&#34; height=&#34;75&#34; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;&amp;#8220;قيّـم هو موقع تفاعلي لتقييم المطاعم. يعطي قيّـم اعضاءه كامل الحرية في اضافة وتحرير محتوياته, مثلاً كأضافة اي مطعم في اي مدينة في العالم, التصويت على مستواه, كتابة تقييمات مفصلة عن تجاربهم و ملاحظاتهم, النقاش عن تفاصيل المطعم, وغير ذلك.&amp;#8221;&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.qaym.com/&#34;&gt;qaym.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;اعتقد اننا في حاجة الى المزيد من المواقع التي تزيد من وعي المستهلكين، وتزيد من الضغط على المنتجين (المطاعم في هذه الحالة) لتحسين مستواها.&lt;/p&gt;&#xA;&lt;p&gt;شكراً &lt;a href=&#34;http://www.blogjihad.com/&#34;&gt;جهاد العمار&lt;/a&gt; على تطوير الموقع 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux Kernel Development: How Fast it is Going, Who is Doing It, What They are Doing, and Who is Sponsoring It</title>
      <link>https://rayed.com/posts/2008/04/linux-kernel-development-how-fast-it-is-going-who-is-doing-it-what-they-are-doing-and-who-is-sponsoring-it/</link>
      <pubDate>Wed, 02 Apr 2008 08:08:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/04/linux-kernel-development-how-fast-it-is-going-who-is-doing-it-what-they-are-doing-and-who-is-sponsoring-it/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.linux-foundation.org/publications/linuxkerneldevelopment.php&#34;&gt;Nice article&lt;/a&gt; about Linux kernel development, the most interesting to me is the section &amp;#8220;Why Companies Support Kernel Development&amp;#8221;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;The list of companies participating in Linux kernel development includes many of the most successful technology firms in existence. None of these companies are supporting Linux development as an act of charity; in each case, these companies find that improving the kernel helps them to be more competitive in their markets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgraded to WordPress 2.5</title>
      <link>https://rayed.com/posts/2008/03/upgraded-to-wordpress-25/</link>
      <pubDate>Mon, 31 Mar 2008 10:22:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/03/upgraded-to-wordpress-25/</guid>
      <description>&lt;p&gt;I&amp;#8217;ve just upgraded my Blogging software to &lt;a href=&#34;http://www.wordpress.org/&#34;&gt;WordPress&lt;/a&gt; latest version 2.5&lt;/p&gt;&#xA;&lt;p&gt;Since I skipped a version I noticed huge improvements, tags, widgets, new dashboard, new interfaces, more info in this post &lt;a href=&#34;http://wordpress.org/development/2008/03/wordpress-25-brecker/&#34;&gt;WordPress 2.5&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>UNIX Toolbox</title>
      <link>https://rayed.com/posts/2008/03/unix-toolbox/</link>
      <pubDate>Sun, 23 Mar 2008 14:51:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/03/unix-toolbox/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2008/03/index_unix20071016.png&#39; alt=&#39;UNIX&#39; align=&#34;right&#34; style=&#34;margin-left:10px;&#34; /&gt;&#xA;&lt;p&gt;One of the best cheat sheet / reference on UNIX and Linux:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;UNIX Toolbox is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://cb.vu/unixtoolbox.xhtml&#34;&gt;&lt;a href=&#34;http://cb.vu/unixtoolbox.xhtml&#34;&gt;http://cb.vu/unixtoolbox.xhtml&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>معرض الرياض للكتاب باقي 5 ايام</title>
      <link>https://rayed.com/posts/2008/03/riyadh-book-fair/</link>
      <pubDate>Mon, 10 Mar 2008 13:19:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/03/riyadh-book-fair/</guid>
      <description>&lt;p&gt;باقي 5 ايام فقط على &lt;a href=&#34;http://www.riyadhbookfair.org.sa/&#34;&gt;معرض الرياض الدولي للكتاب&lt;/a&gt;، اذا لم تذهب حتى الآن اذهب.&lt;/p&gt;&#xA;&lt;p&gt;المعرض يقام سنوياً ولكن للأسف لم احضره خلال العشر السنوات اللتي مضت (ان لم يكن اكثر)، خلال هذه الفترة لم اكن اقرأ سوى كتب الحاسب الانجليزية، والانترنت طبعاً 🙂 لكن هذه السنة قمت بزيارة المعرض مرتين، مرشحة للزيادة.&lt;/p&gt;&#xA;&lt;p&gt;كان لدي العديد من الاعتقادات عن المعرض وهي ما منعتني من الحضور كل هذه السنين:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;الكتب العربية مملة&lt;/li&gt;&#xA;&lt;li&gt;المعرض مزدحم&lt;/li&gt;&#xA;&lt;li&gt;عدم وجود مواقف للسيارات&lt;/li&gt;&#xA;&lt;li&gt;لا يوجد كتب جديدة تستحق الذهاب&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;بالطبع كل هذه الانطباعات تغيرت بشكل او بآخر، فالكتب العربية ليست مملة، او على الاقل ليس كلها، لكن عليك ان تجد ما ينساب ذوقك، فانا وجدت الكتب الاجتماعية الساخرة، وادب الرحلات مسلية ومفيدة للغاية، حتى انني بدأت اقرأ الروايات الاجنبية المترجمة (الحديثة) مع انها كانت ابعد ما يخطر على بالي.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD 7</title>
      <link>https://rayed.com/posts/2008/02/freebsd-7/</link>
      <pubDate>Thu, 28 Feb 2008 09:20:22 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/freebsd-7/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2008/02/freebsd-logo.png&#39; alt=&#39;FreeBSD&#39; /&gt;&#xA;&lt;p&gt;FreeBSD 7 is available, many new improvements performance and feature wise, check the &lt;a href=&#34;http://www.freebsd.org/releases/7.0R/announce.html&#34;&gt;announcement&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;One of the most impressive improvements is SMP (Symmetric multiprocessing):&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Dramatic improvements in performance and SMP scalability shown by various database and other benchmarks, in some cases showing peak performance improvements as high as 350% over FreeBSD 6.X under normal loads and 1500% at high loads. When compared with the best performing Linux kernel (2.6.22 or 2.6.24) performance is 15% better&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mozilla Messaging: conquering the enterprise?</title>
      <link>https://rayed.com/posts/2008/02/mozilla-messaging-conquering-the-enterprise/</link>
      <pubDate>Sun, 24 Feb 2008 11:39:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/mozilla-messaging-conquering-the-enterprise/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2008/02/product-thunderbird.png&#39; align=&#39;right&#39; alt=&#39;Thunderbird&#39; /&gt;&#xA;&lt;p&gt;Mozilla Foundation the people behind Firefox are launching a new Foundation &lt;a href=&#34;http://www.mozillamessaging.com/en-US/&#34;&gt;Mozilla Messaging&lt;/a&gt;, their objective is to improve how people communicate on the Internet. Of course they will start with my favorite email client &lt;a href=&#34;http://www.mozilla.com/en-US/thunderbird/&#34;&gt;Thunderbird &lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The initial focus for Mozilla Messaging is the development of Thunderbird 3, which will deliver significant improvements, notably integrated calendaring, better search and enhancements to the overall user experience.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;If Thunderbird improve its collaboration features it will be great contender in the Enterprise Collaboration arena, watch out &amp;ldquo;Lotus Notes&amp;rdquo; and &amp;ldquo;Outlook&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moving from Nokia to Sony Ericsson</title>
      <link>https://rayed.com/posts/2008/02/moving-from-nokia-to-sony-ericsson/</link>
      <pubDate>Wed, 20 Feb 2008 10:51:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/moving-from-nokia-to-sony-ericsson/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.sonyericsson.com/cws/file/1.264015.1193034333/T650i_product_quality_image_1.png&#34; align=&#34;right&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;After spending couple of years with Siemens, and 6 years with Nokia, I decided to convert my mobile to SonyEricsson, I switched to &lt;a href=&#34;http://www.sonyericsson.com/cws/products/mobilephones/overview/t650i?cc=ae&amp;#038;lc=en&#34;&gt;SonyEricsson T650i&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So far I like it, the OS is fast and so far reliable, the screen is very colorful and smooth, the camera is descent with auto focus feature which I love, and I really loved the design. Need sometime to get used to the back button.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Valentine in Riyadh</title>
      <link>https://rayed.com/posts/2008/02/valentine-in-riyadh/</link>
      <pubDate>Sun, 17 Feb 2008 07:21:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/valentine-in-riyadh/</guid>
      <description>&lt;p&gt;This is really funny 🙂&#xA;&lt;a href=&#34;http://www.alwatan.com.sa/news/caricatureInfo.asp?issueno=2697&amp;#038;imgID=1921&#34;&gt;&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/2008/02/1702misp36n36.jpg&#39; alt=&#39;Valentine&#39; /&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drupal 6 released</title>
      <link>https://rayed.com/posts/2008/02/drupal-6-released/</link>
      <pubDate>Thu, 14 Feb 2008 12:48:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/drupal-6-released/</guid>
      <description>&lt;img src=&#34;https://rayed.com/static/uploads/2007/12/drupal-logo_50x50.gif&#34;  align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.drupal.org/&#34;&gt;Drupal&lt;/a&gt; the open source content management system has a new fresh release Drupal 6.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; It seems CCK and VIEWS aren&amp;rsquo;t compatible with Drupal 6 yet, does anyone use Drupal without CCK and VIEW?&lt;/p&gt;</description>
    </item>
    <item>
      <title>CodeIgniter setup tips</title>
      <link>https://rayed.com/posts/2008/02/codeigniter-setup-tips/</link>
      <pubDate>Mon, 11 Feb 2008 14:26:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/codeigniter-setup-tips/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Fix mod_rewrite to have clean URLs, and get rid of &amp;#8220;index.php&amp;#8221; part.&lt;/li&gt;&#xA;&lt;li&gt;Edit &amp;#8220;config/config.php&amp;#8221; and change the following:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;// Setup your base URL&lt;br /&gt;&#xA;$config[&#39;base_url&#39;]=&#34;http://rayed.com/ci/&#34;;&lt;br /&gt;&#xA;// No need for index.php&lt;br /&gt;&#xA;$config[&#39;index_page&#39;] = &#34;&#34;;&lt;br /&gt;&#xA;// Remove AUTO and Put PATH_INFO&lt;br /&gt;&#xA;// this will allows you to pass variables as URL&lt;br /&gt;&#xA;// segments or Query string &#34;?id=1&#34;&lt;br /&gt;&#xA;$config[&#39;uri_protocol&#39;] = &#34;PATH_INFO&#34;;&lt;br /&gt;&#xA;&lt;/code&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Setup your database configuration &amp;#8220;config/database.php&amp;#8221;&lt;/li&gt;&#xA;&lt;li&gt;Auto connect to database, edit &amp;#8220;config/autoload.php&amp;#8221;: &lt;br /&gt;&#xA;&lt;code&gt;$autoload[&#39;libraries&#39;] = array(&#39;database&#39;);&lt;/code&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Edit &amp;#8220;config/routes.php&amp;#8221; to change default controller:&lt;br /&gt;&#xA;&lt;code&gt;$route[&#39;default_controller&#39;] = &#34;users&#34;;&lt;/code&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>CodeIgniter yet another PHP framework</title>
      <link>https://rayed.com/posts/2008/02/codeigniter-yet-another-php-framework/</link>
      <pubDate>Sun, 10 Feb 2008 23:38:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/02/codeigniter-yet-another-php-framework/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2008/02/ci_logo_flame1.jpg&#39; alt=&#39;CodeIgniter&#39; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;For the last year I spent a lot of my PHP time playing with &lt;a href=&#34;http://www.cakephp.org/&#34;&gt;CakePHP&lt;/a&gt; I like it at first, but when I tried to build large applications with it I noticed it have major issues with performance, plus I really had difficult time dealing with it is strict naming convention and it object-relational-mapping (ORM).&lt;/p&gt;&#xA;&lt;p&gt;Few days ago I read about &lt;a href=&#34;http://codeigniter.com/&#34;&gt;CodeIgniter&lt;/a&gt; framework and its similarities to CakePHP and its amazing performance, so I went and visited their website again, I heard about CodeIgniter before from Abdullah Aldosari (I miss our technical discussions) but when I visited the website I wasn&amp;rsquo;t really impressed, but the new website looks much better, so judging by the look improvement alone I decided to give it a try 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Hong Kong tips</title>
      <link>https://rayed.com/posts/2008/01/my-hong-kong-tips/</link>
      <pubDate>Tue, 29 Jan 2008 14:05:53 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/my-hong-kong-tips/</guid>
      <description>&lt;p&gt;Two separate friends are visiting Hong Kong soon, they asked for tips about Hong Kong this it what I remembered, hope others find it useful.&lt;/p&gt;&#xA;&lt;p&gt;Overall Hong Kong is very beautiful and modern city, hotel prices are bit high (with the weak dollar everything is), transportation is very good and efficient, the food is good and you can find Halal food in many places but you have to ask for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>This post left empty on purpose</title>
      <link>https://rayed.com/posts/2008/01/this-post-left-empty-on-purpsose/</link>
      <pubDate>Sun, 27 Jan 2008 14:55:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/this-post-left-empty-on-purpsose/</guid>
      <description></description>
    </item>
    <item>
      <title>وداعاً امي منيرة</title>
      <link>https://rayed.com/posts/2008/01/farewell-grandmother/</link>
      <pubDate>Sun, 20 Jan 2008 08:20:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/farewell-grandmother/</guid>
      <description>&lt;p&gt;انتقلت إلى رحمة الله جدتي الغالية &amp;#8220;منيرة بنت عبد العزيز الزامل&amp;#8221;، توفيت يوم أمس قرابة الساعة العاشرة والنصف صباحاً عن عمر يناهز 87 لتلحق بجدي &amp;#8220;عبد الرحمن بن عبد العزيز الراشد&amp;#8221; رحمة الله عليه بعد 58 سنة، قضت معظمها رحمة الله عليها في تربية أطفالها الستة ثم العناية بأمها رحمة الله عليهما.&lt;br /&gt;&#xA;جزاك الله ألف خير، وغفر لك، وأنزلك الفردوس الأعلى يا رب.&lt;br /&gt;&#xA;لا تنسوها بدعائكم&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sun Buys MySQL</title>
      <link>https://rayed.com/posts/2008/01/sun-buys-mysql/</link>
      <pubDate>Wed, 16 Jan 2008 17:58:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/sun-buys-mysql/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://mysql.com/news-and-events/sun-to-acquire-mysql.html&#34;&gt;Sun Buys MySQL&lt;/a&gt;, good or bad? we will see.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simplicity is the ultimate sophistication</title>
      <link>https://rayed.com/posts/2008/01/simplicity-is-the-ultimate-sophistication/</link>
      <pubDate>Tue, 15 Jan 2008 09:38:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/simplicity-is-the-ultimate-sophistication/</guid>
      <description>&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/2008/01/200px-leonardo_self.jpg&#39; title=&#39;Leonardo da Vinci&#39;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/2008/01/200px-leonardo_self.thumbnail.jpg&#39; alt=&#39;Leonardo da Vinci&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/2008/01/200px-mona_lisa.jpeg&#39; title=&#39;Mona Lisa&#39;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/2008/01/200px-mona_lisa.thumbnail.jpeg&#39; alt=&#39;Mona Lisa&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Great quote from &lt;a href=&#34;http://en.wikipedia.org/wiki/Leonardo_da_Vinci&#34;&gt;Leonardo da Vinci&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.brainyquote.com/quotes/authors/l/leonardo_da_vinci.html&#34;&gt;More Leonardo da Vinci  quotes&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>script.aculo.us auto completion made easy</title>
      <link>https://rayed.com/posts/2008/01/scriptaculous-auto-completion-made-easy/</link>
      <pubDate>Sat, 05 Jan 2008 10:49:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/scriptaculous-auto-completion-made-easy/</guid>
      <description>&lt;p&gt;I was not a big fan of JavaScript, until new cool technologies emerged that utilize JavaScript in really useful ways, the most impressive of course would be &lt;a href=&#34;http://en.wikipedia.org/wiki/Ajax_(programming)&#34;&gt;AJAX&lt;/a&gt; related functionality.&lt;/p&gt;&#xA;&lt;p&gt;AJAX is really easy to use, put some features are hard to implement which lead to JavaScript libraries emerging every where, the most popular are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://developer.yahoo.com/yui/&#34;&gt;Yahoo! UI&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.prototypejs.org/&#34;&gt;Prototype&lt;/a&gt; and &lt;a href=&#34;http://script.aculo.us/&#34;&gt;script.aculo.us&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://jquery.com/&#34;&gt;jQuery&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://dojotoolkit.org/&#34;&gt;Dojo&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.mochikit.com/&#34;&gt;MochiKit&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;#8217;ve played with Yahoo! UI it was really powerful and have many features, but it was getting complicated by time, the last time I tried to implement auto complete feature it took me a whole day 🙁&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moving rayed.com email to GMail</title>
      <link>https://rayed.com/posts/2008/01/moving-rayedcom-email-to-gmail/</link>
      <pubDate>Thu, 03 Jan 2008 19:30:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/moving-rayedcom-email-to-gmail/</guid>
      <description>&lt;p&gt;I am moving all my emails (except work email) to one single email using my own domain (myname at mydomain), and I am going to use Google Apps service, basically I am getting GMail for my own domain, I even have my own start page and tons of applications.&lt;/p&gt;&#xA;&lt;p&gt;The provided storage is unbeatable, and after Google provided IMAP service, it is really tempting.&lt;/p&gt;&#xA;&lt;p&gt;So guys if you want to contact me please do at myname at mydomain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ماهو ارخص سوبر ماركت في الرياض؟</title>
      <link>https://rayed.com/posts/2008/01/riyadh-best-supermarket/</link>
      <pubDate>Wed, 02 Jan 2008 09:00:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2008/01/riyadh-best-supermarket/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.gov.sa/&#34;&gt;أمانة مدينة الرياض&lt;/a&gt; طورت برنامج لقياس تنافسية محلات بيع السلع الاستهلاكية، البرنامج يقارن اسعار مجموعة من السلع الاستهلاكية بين مجموعة محلات.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.gov.sa/fst/index.html&#34;&gt;صفحة المؤشر&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;نشر المؤشر وزيارته الدورية يساعد على زيادة المنافسة بين المحلات مما يفيد المستهلك، اللي يبدو انها صاير ملطشة هذي الايام 🙁&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning Drupal</title>
      <link>https://rayed.com/posts/2007/12/learning-drupal/</link>
      <pubDate>Sun, 30 Dec 2007 09:30:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/12/learning-drupal/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2007/12/drupal-logo_50x50.gif&#39; alt=&#39;Drupal Logo&#39; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;Every Eid vacation I end up with an extra free time, I usually use it to learn new stuff, the latest vacation I decided to learn &lt;a href=&#34;http://drupal.org/&#34;&gt;Drupal&lt;/a&gt;. Drupal is a &lt;a href=&#34;http://en.wikipedia.org/wiki/Content_management_system&#34;&gt;Content management system&lt;/a&gt; (CMS), it is basically a software to help you manage your content.&lt;/p&gt;&#xA;&lt;p&gt;Drupal is a modular and customizable CMS, you can use it to build different types of web sites, a Blog, company or organization web site, community website, you name it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Story of Stuff</title>
      <link>https://rayed.com/posts/2007/12/the-story-of-stuff/</link>
      <pubDate>Sat, 08 Dec 2007 09:11:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/12/the-story-of-stuff/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.storyofstuff.com/&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/2007/12/stroy_of_stuff.jpg&#39; alt=&#39;The Story of Stuff&#39; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The Story of Stuff is a 20-minute, fast-paced, fact-filled look at the underside of our production and consumption patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com new search engine</title>
      <link>https://rayed.com/posts/2007/11/alriyadhcom-new-search-engine/</link>
      <pubDate>Thu, 22 Nov 2007 20:11:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/11/alriyadhcom-new-search-engine/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2007/11/solr.png&#39; alt=&#39;Solr&#39; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;After serving &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; the past 3 years, I am replacing &lt;a href=&#34;http://swish-e.org/&#34;&gt;Swish-e&lt;/a&gt; with &lt;a href=&#34;http://lucene.apache.org/solr/&#34;&gt;Solr&lt;/a&gt; search server, Solr is a search server based on &lt;a href=&#34;http://lucene.apache.org/java/docs/&#34;&gt;Lucene&lt;/a&gt; text search engine.&lt;/p&gt;&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/2007/11/lucene_green_150.gif&#39; alt=&#39;Lucene&#39; align=&#34;right&#34;   /&gt;&#xA;&lt;p&gt;Solr has many advance features I didn&amp;rsquo;t utilize most of them yet, but hopefully you will see them soon. I will write a post about Solr and how it works and its integrate with PHP soon.&lt;/p&gt;&#xA;&lt;p&gt;For now please have a look at it and tell me what you think.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pictures of the new 1/2 Riyal</title>
      <link>https://rayed.com/posts/2007/11/pictures-of-the-new-12-riyal/</link>
      <pubDate>Sun, 04 Nov 2007 08:41:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/11/pictures-of-the-new-12-riyal/</guid>
      <description>&lt;p&gt;Without any announcement Saudi Arabian Monetary Agency (&lt;a href=&#34;http://www.sama.gov.sa/&#34;&gt;SAMA&lt;/a&gt;) released the new 1/2 Riyal, it replaces the old coin, with special technologically advanced features, like UOO (Use Only Once), and WCAC (Who Cares About Consumers)&lt;/p&gt;&#xA;&lt;p&gt;Old 1/2 Riyal photo:&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/2007/11/c-saudiarabia50h_1x.jpg&#39; alt=&#39;50 halalah&#39; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;New currency photo:&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/2007/11/chewing_gum.jpg&#39; alt=&#39;Chewing Gum&#39; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Seriously SAMA I am sick of shops handing me a chewing gum instead of 1/2 Riyal, and you have to do something about it, my suggestions (some of them not related to SAMA):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Leaving SAUDI NET</title>
      <link>https://rayed.com/posts/2007/10/leaving-saudi-net/</link>
      <pubDate>Tue, 30 Oct 2007 08:23:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/10/leaving-saudi-net/</guid>
      <description>&lt;p&gt;This week, I started my new job at &lt;a href=&#34;http://www.citc.gov.sa/&#34;&gt;CITC&lt;/a&gt;, I am leaving &lt;a href=&#34;http://www.stc.com.sa&#34;&gt;STC&lt;/a&gt;, I&amp;#8217;ve spent the last 6 years working for SAUDI NET and SAUDI DATA.&lt;/p&gt;&#xA;&lt;p&gt;Alhamdu Lelah, the last 6 years were amazing, I learned too many thing, made friends with too many people.&lt;/p&gt;&#xA;&lt;p&gt;Thanks to everyone participated in this great experience, and special thank to Abdullah Aldosari who add the extra spices on it 😉&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exploit of Moms</title>
      <link>https://rayed.com/posts/2007/10/exploit-of-moms/</link>
      <pubDate>Wed, 10 Oct 2007 12:26:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/10/exploit-of-moms/</guid>
      <description>&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/2007/10/exploits_of_a_mom.png&#39; title=&#39;Exploit of Moms&#39;/&gt;&lt;img src=&#39;https://rayed.com/static/uploads/2007/10/exploits_of_a_mom.thumbnail.png&#39; alt=&#39;Exploit of Moms&#39; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://xkcd.com/327/&#34;&gt;http://xkcd.com/327/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you didn&amp;rsquo;t understand it read:&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/SQL_injection&#34;&gt;http://en.wikipedia.org/wiki/SQL_injection&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Where to buy computer books in Riyadh?</title>
      <link>https://rayed.com/posts/2007/10/where-to-buy-computer-books-in-riyadh/</link>
      <pubDate>Wed, 03 Oct 2007 14:04:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/10/where-to-buy-computer-books-in-riyadh/</guid>
      <description>&lt;p&gt;Al Mayman closed&lt;br /&gt;&#xA;Ba Shamakh closed&lt;br /&gt;&#xA;Jarir out dated books&lt;/p&gt;&#xA;&lt;p&gt;Where can I find computer books in Riyadh? any suggestions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSS Layout and design articles and resources</title>
      <link>https://rayed.com/posts/2007/09/css-layout-and-design-articles-and-resource/</link>
      <pubDate>Tue, 18 Sep 2007 13:38:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/09/css-layout-and-design-articles-and-resource/</guid>
      <description>&lt;p&gt;If you still use tables to build your web site you really need to go back to school to learn CSS, and understand why CSS should be utilized to design your web site.&lt;br /&gt;&#xA;Here are some resource I found most useful to understand and start using CSS for layout, enjoy:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.barelyfitz.com/screencast/html-training/css/positioning/&#34;&gt;Learn CSS Positioning in Ten Steps&lt;/a&gt;: Teach you about CSS &amp;#8220;position&amp;#8221;, &amp;#8220;float&amp;#8221;, &amp;#8220;clear&amp;#8221;, very important in CSS based design.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.stopdesign.com/present/2004/ddw-seattle/tables/&#34;&gt;No More Tables CSS Layout Techniques&lt;/a&gt;: layout using table is old and bad practice, learn why and how to move to CSS based layout.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://css.maxdesign.com.au/listamatic/&#34;&gt;Listamatic&lt;/a&gt;: create horizontal and vertical menus using simple &amp;lt;li&amp;gt; elements. &lt;/li&gt;&#xA;&lt;li&gt;Yahoo UI Library &lt;a href=&#34;http://developer.yahoo.com/yui/fonts/&#34;&gt;Fonts&lt;/a&gt; and &lt;a href=&#34;http://developer.yahoo.com/yui/reset/&#34;&gt;Reset&lt;/a&gt;: Library to make your design and fonts look the same in all browsers.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>MySQL: fixing errors of the past</title>
      <link>https://rayed.com/posts/2007/09/mysql-fixing-errors-of-the-past/</link>
      <pubDate>Sat, 01 Sep 2007 14:37:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/09/mysql-fixing-errors-of-the-past/</guid>
      <description>&lt;p&gt;Old MySQL versions didn&amp;#8217;t have good support for Arabic, so what I used to do is to configure MySQL tables with any character set e.g. latin-1 and configure PHP to read it and write in Windows-1256 and pass it to MySQL as is i.e. MySQL think it is &amp;#8220;Latin-1&amp;#8221; but in fact it is &amp;#8220;Windows-1256&amp;#8221;.&lt;/p&gt;&#xA;&lt;p&gt;Needless to say cheating in the character set have many bad consensuses:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Sorting will not work as expected&lt;/li&gt;&#xA;&lt;li&gt;Other applications will assume you are using the correct character set and you won&amp;#8217;t be able to read or write your data. e.g. PHPMyAdmin could display something like this:&lt;br /&gt;&#xA;&amp;#8220;ÈÓã Çááå ÇáÑÍãä ÇáÑÍíã&amp;#8221;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;b&gt;How to fix it&lt;/b&gt;&lt;br /&gt;&#xA;I found this trick in MySQL documentation, what you need to do is convert any character field to &amp;#8220;blob&amp;#8221; then convert it back to the desired field type with the desired character set:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;ALTER TABLE t1 CHANGE c1 c1 BLOB;&lt;br /&gt;&#xA;ALTER TABLE t1 CHANGE c1 c1 TEXT CHARACTER SET cp1256;&lt;br /&gt;&#xA;&lt;/code&gt;&lt;br /&gt;&#xA;You can change it and test it from phpMyAdmin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back to Riyadh</title>
      <link>https://rayed.com/posts/2007/08/back-to-riyadh-3/</link>
      <pubDate>Sun, 26 Aug 2007 09:37:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/08/back-to-riyadh-3/</guid>
      <description>&lt;p&gt;Guess which countries I have been to during my vacation, my Flickr photos could help:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/&#34;&gt;&lt;br /&gt;&#xA;&lt;img src=&#34;http://farm2.static.flickr.com/1227/1235160073_009ae0520f.jpg?v=0&#34; alt=&#34;&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;http://www.flickr.com/photos/rayed/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Convert videos for iPod</title>
      <link>https://rayed.com/posts/2007/07/convert-videos-for-ipod/</link>
      <pubDate>Fri, 20 Jul 2007 22:35:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/07/convert-videos-for-ipod/</guid>
      <description>&lt;p&gt;My son Abdullah is addicted to &lt;a href=&#34;http://www.nickjr.co.uk/shows/dora/index.aspx&#34;&gt;Dora the Explorer&lt;/a&gt; cartoons, and since I am planing to travel in the summer I am looking for ways to take his DVDs with me using my iPod.&lt;/p&gt;&#xA;&lt;p&gt;I found this free software that convert videos to iPod ready format, so far it is doing very good job.&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.koyotesoft.com/indexEn.html&#34;&gt;Koyote Free Ipod video converter&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My brother Khalid got a Wii</title>
      <link>https://rayed.com/posts/2007/07/my-brother-khalid-got-a-wii/</link>
      <pubDate>Sun, 01 Jul 2007 01:31:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/07/my-brother-khalid-got-a-wii/</guid>
      <description>&lt;img src=&#34;https://rayed.com/static/uploads/2007/07/wii.jpg&#34; alt=&#39;Wii&#39; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;The last computer game I spent more than 1 hour playing was &lt;a href=&#34;http://www.crashbandicoot.com/&#34;&gt;Crash Bandicoot&lt;/a&gt; on Sony play station 1, after this game I lost interest on all computer games, I even started to hate them specially football related game (e.g. Winning Eleven), for some reason I couldn&amp;rsquo;t train my self to hit the sequence square-square-triangle to do whatever it do in PS.&lt;/p&gt;&#xA;&lt;p&gt;Few months ago I read about &lt;a href=&#34;http://www.wii.com/&#34;&gt;Nintendo Wii&lt;/a&gt; and it is new revolutionary controller, the Wii remote, it is basically a game controller that you wave in the space and can detect 3D motion. You can use Wii remote as a sword, baseball bat, tennis racquet, human hand, you name it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wanted!! Cholula hot sauce</title>
      <link>https://rayed.com/posts/2007/06/cholula-the-best-hot-sauce-i-ever-tasted/</link>
      <pubDate>Fri, 29 Jun 2007 11:52:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/06/cholula-the-best-hot-sauce-i-ever-tasted/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.cholula.com/&#34;&gt;&lt;img style=&#34;margin:5px;&#34; align=&#34;right&#34; src=&#39;https://rayed.com/static/uploads/2007/06/cholulabottle.JPG&#39; alt=&#39;Cholula Hot Sauce&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Few months ago I went to &lt;a href=&#34;http://www.fuddruckers.com/&#34;&gt;Fuddruckers&lt;/a&gt; restaurant, and I ordered grilled chicken salad, I am not a salad guy and the salad tasted bit plane, so I went to the sauce bar and took the most exotic looking sauce, I grabber &lt;a href=&#34;http://www.cholula.com/&#34;&gt;Cholula&lt;/a&gt; hot sauce with its distinct large round wooden cap and tried it with my salad, the flavor was amazing. I even took a picture of the sauce trying to find it in local stores.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moved to a new server</title>
      <link>https://rayed.com/posts/2007/06/moved-to-a-new-server/</link>
      <pubDate>Mon, 25 Jun 2007 12:56:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/06/moved-to-a-new-server/</guid>
      <description>&lt;p&gt;rayed.com to new server with upgraded softwares:&lt;br /&gt;&#xA;FreeBSD 6.2&lt;br /&gt;&#xA;Apache 2&lt;br /&gt;&#xA;PHP 5&lt;br /&gt;&#xA;MySQL 5&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux vs FreeBSD kernel rebuild</title>
      <link>https://rayed.com/posts/2007/06/linux-vs-freebsd-kernel-rebuild/</link>
      <pubDate>Sun, 10 Jun 2007 09:49:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/06/linux-vs-freebsd-kernel-rebuild/</guid>
      <description>&lt;p&gt;For the past couple of week, I am trying to refresh my Linux skills, I abandoned Linux as the server platform of choice in favor of &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt;, but recently unfortunately FreeBSD isn&amp;#8217;t supported as Linux, and sometimes Linux have this weired feature that isn&amp;#8217;t available in FreeBSD, e.g. &lt;a href=&#34;http://www.drbd.org/&#34;&gt;DRDB&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I am big FreeBSD fan, and I loved it even more when I worked with Linux, &lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt;, the Linux distribution I use, is really impressive as a desktop OS, but if you want to hack the system, and play with its internal it doesn&amp;#8217;t give much room, and this the exact reason I switched from Windows to Linux 10 years ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fly Sama</title>
      <link>https://rayed.com/posts/2007/06/fly-sama/</link>
      <pubDate>Sat, 02 Jun 2007 14:47:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/06/fly-sama/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/2007/06/sama.jpg&#39; alt=&#39;Sama&#39; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;Two weeks ago I visited &lt;a href=&#34;http://en.wikipedia.org/wiki/Jeddah&#34;&gt;Jeddah&lt;/a&gt; city for the first time since 1990, yes 17 years since my last visit!&lt;/p&gt;&#xA;&lt;p&gt;I made my flight reservation on &lt;a href=&#34;http://www.saudiairlines.com/&#34;&gt;Saudi Airlines&lt;/a&gt;, and the only return flight I found was on Friday 7am, and since the flight is so early it will ruin my Thursday too, I decided to try the new economical air lines, &lt;a href=&#34;http://flysama.com/&#34;&gt;Sama&lt;/a&gt; or &lt;a href=&#34;http://www.flynas.com/&#34;&gt;Nas&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I visited the two sites, and I made my decision on how good the website was.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shrinking Vista Partion (to install Ubuntu :))</title>
      <link>https://rayed.com/posts/2007/05/shrinking-vista-partion-to-install-ubuntu/</link>
      <pubDate>Mon, 28 May 2007 12:27:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/05/shrinking-vista-partion-to-install-ubuntu/</guid>
      <description>&lt;p&gt;Control Panel -&gt; System and Maintenance -&gt; Administrative Tools -&gt; Computer Management&lt;/p&gt;&#xA;&lt;p&gt;Chose Storage. Then chose Disk Management. And now you can play with the partition sizes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Abdullah Aldosari left SAUDI NET</title>
      <link>https://rayed.com/posts/2007/05/abdullah-aldosari-left-saudi-net/</link>
      <pubDate>Sun, 27 May 2007 11:48:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/05/abdullah-aldosari-left-saudi-net/</guid>
      <description>&lt;p&gt;After spending 6 years at &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt;, &lt;a href=&#34;http://blog.ibraq.com/&#34;&gt;Abdullah Aldosari&lt;/a&gt; has left us and joined &lt;a href=&#34;http://www.mobily.com.sa/&#34;&gt;Mobily&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Abdullah was our system architect, with large arsenal of skills talents, we have working very tightly all these years. SAUDI NET sure lost a very valuable team member.&lt;/p&gt;&#xA;&lt;p&gt;Abdullah it has been a pleasure and honor to work with you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com converted to CSS based design</title>
      <link>https://rayed.com/posts/2007/05/alriyadhcom-now-css/</link>
      <pubDate>Fri, 18 May 2007 00:53:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/05/alriyadhcom-now-css/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Warning: It is the same design converted to CSS.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;After 5 weeks of development and testing, &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; is now converted to CSS based design, it still not 100% complete.&lt;/p&gt;&#xA;&lt;p&gt;You can view the design by using this URL:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www2.alriyadh.com/&#34;&gt;www2.alriyadh.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Some benefits of moving to CSS:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fonts look the same a cross browsers: I am using &lt;a href=&#34;http://developer.yahoo.com/yui/&#34;&gt;Yahoo! User Interface Library&lt;/a&gt; fonts file to guarantee that font have the same size a cross browsers.&lt;/li&gt;&#xA;&lt;li&gt;Page are bit smaller: because many presentation tags are now removed from the HMTL and put in the CSS.&lt;/li&gt;&#xA;&lt;li&gt;Printer friendly by default: we now have have separate CSS file for printing, so no need for printer friendly page since all page are automatically are.&lt;/li&gt;&#xA;&lt;li&gt;PDA friendly by default: same as printer CSS, not implemented yet.&lt;/li&gt;&#xA;&lt;li&gt;Rendering is faster.&lt;/li&gt;&#xA;&lt;li&gt;It will simplify future redesign. (since we are talking about redesign, suggestion are welcomed 🙂 )&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Muntaqa the best of Arabic email groups</title>
      <link>https://rayed.com/posts/2007/05/muntaqa-the-best-of-arabic-email-groups/</link>
      <pubDate>Fri, 04 May 2007 22:04:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/05/muntaqa-the-best-of-arabic-email-groups/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.muntaqa.com/img/muntaqa.gif&#34; alt=&#34;&#34; align=&#34;right&#34; /&gt;&lt;br /&gt;&#xA;Today me and &lt;a href=&#34;http://blog.ibraq.com/&#34;&gt;Abdullah&lt;/a&gt; launched &lt;a href=&#34;http://www.muntaqa.com/&#34;&gt;Muntaqa&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Muntaqa is a website that collect large number of email groups, e.g. &lt;a href=&#34;http://www.abunawaf.com/&#34;&gt;AbuNawaf&lt;/a&gt;, and displays them in a single page, people can vote, bookmark, and comment on all emails.&lt;/p&gt;&#xA;&lt;p&gt;In the front page you will get the most popular emails, so you want miss any interesting emails in the Arabic web sphere 🙂&lt;/p&gt;&#xA;&lt;p&gt;Muntaqa works like &lt;a href=&#34;http://digg.com/&#34;&gt;Digg&lt;/a&gt;, but instead of submitting websites, we automatically submit emails from email groups. A big population of computer users in Arab world (at least in Saudi Arabia) still consider the emails as the only form of publishing in the Internet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IE6 in Ubuntu</title>
      <link>https://rayed.com/posts/2007/04/ie6-in-ubuntu/</link>
      <pubDate>Mon, 23 Apr 2007 12:54:55 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/ie6-in-ubuntu/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; Linux is really easy OS with many interesting features, one of the best sites to help you with your Ubuntu experince is &lt;a href=&#34;http://ubuntuguide.org/&#34;&gt;Ubuntu Guide&lt;/a&gt;, the site has many useful tips on how to do thing in Ubuntu.&lt;/p&gt;&#xA;&lt;p&gt;One of the tips is &lt;a href=&#34;http://ubuntuguide.org/wiki/Ubuntu:Edgy#How_to_install_Internet_Explorer_.2B_Flash_9_.28IEs4Linux.29&#34;&gt;how to install Internet Explorer under Ubuntu&lt;/a&gt;, I saw &lt;a href=&#34;http://fahadblog.com/&#34;&gt;Fahad AlShenaifi&lt;/a&gt; do it, he is our Ubuntu expert since he is using it exclusively for the past year or so.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CentOS the free RedHat, Version 5.0 released</title>
      <link>https://rayed.com/posts/2007/04/centos-the-free-redhat-version-50-released/</link>
      <pubDate>Fri, 13 Apr 2007 17:21:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/centos-the-free-redhat-version-50-released/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;&lt;a href=&#34;http://www.centos.org/&#34;&gt;CentOS&lt;/a&gt; is a freely available Linux distribution which is based on Red Hat&amp;#8217;s commercial Red Hat Enterprise Linux (RHEL) product. This rebuild project strives to be 100% binary compatible with the upstream product, and within its mainline and updates, to not vary from that goal. Additional software archives hold later versions of such packages, along with other Free and Open Source Software RPM based packagings. CentOS stands for Community ENTerprise Operating System.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dovecot 1.0.0 released (Mail Server)</title>
      <link>https://rayed.com/posts/2007/04/dovecot-100-released-mail-server/</link>
      <pubDate>Fri, 13 Apr 2007 16:48:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/dovecot-100-released-mail-server/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.dovecot.org/&#34;&gt;Dovecot&lt;/a&gt; version 1.0.0 finally released, after almost 5 years of development.&lt;/p&gt;&#xA;&lt;p&gt;Dovecot is IMAP and POP3 server, it is one of the best and easiest servers I ever worked with, easy enough for home environment, and flexible and powerful enough for service providers.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;#8217;ve tested it earlier before and hopefully we will migrate to it later this year.&lt;/p&gt;&#xA;&lt;p&gt;Dovecot integrate very well with Postfix mail server (Postfix handle SMTP, Dovecot handle POP3+IMAP), and can easily support virtual hosting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WordPress 2.1 as CMS</title>
      <link>https://rayed.com/posts/2007/04/wordpress-21-as-cms/</link>
      <pubDate>Fri, 06 Apr 2007 12:14:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/wordpress-21-as-cms/</guid>
      <description>&lt;p&gt;On of the cool new features of WordPress 2.1 is &amp;#8220;Front Page&amp;#8221; options it allows you to make WordPress front page a static page instead of showing latest post.&lt;br /&gt;&#xA;This make WordPress suitable as CMS for small websites, without any heavy customizations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Supporting right to left writing (for Arabic) in WordPress</title>
      <link>https://rayed.com/posts/2007/04/supporting-right-to-left-writing-for-arabic-in-wordpress/</link>
      <pubDate>Fri, 06 Apr 2007 12:08:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/supporting-right-to-left-writing-for-arabic-in-wordpress/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE: I found an easier way to do the same thing &lt;a href=&#34;https://rayed.com/posts/2013/08/supporting-right-to-left-writing-for-arabic-in-wordpress-the-easy-way/&#34;&gt;Check it out&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In my blog I write in both languages English and Arabic, but I have to switch text direction from the template default English direction &amp;ldquo;Left to Right&amp;rdquo; to Arabic &amp;ldquo;Right to Left&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;One way do to it is to add HTML tags in each Arabic entry.&lt;/p&gt;&#xA;&lt;p&gt;Another way to do it is to utilize WordPress &amp;ldquo;Custom Fields&amp;rdquo; feature, WordPress allows you to add custom fields to any entry, so I add a new custom field to my Arabic entries, the key will be &amp;ldquo;wp_direction&amp;rdquo; and the value will be &amp;ldquo;rtl&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>العربية.نت منبر من لايستحقون منبر</title>
      <link>https://rayed.com/posts/2007/04/alarabiya-rant/</link>
      <pubDate>Thu, 05 Apr 2007 09:14:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/alarabiya-rant/</guid>
      <description>&lt;p&gt;استغرب على &lt;a href=&#34;http://www.alarabiya.net/&#34;&gt;العربية.نت&lt;/a&gt; تركيزهم على بعض الاخبار التي لاتستحق ذكر، لكنها تثير الجماهير.&lt;br /&gt;&#xA;وعلى عكس القناة المرئية فهي لاتبدو بمظهر متزن، بل هي اشبه بصحف التابلويد.&lt;br /&gt;&#xA;هل سنظل نتابع اخبار المرتدين، والشاذين، والعاهرات، لفترة طويلة على هذا الموقع ام سيؤدي دورة المفترض كموقع اخباري متزن. &lt;/p&gt;</description>
    </item>
    <item>
      <title>lighttpd enters the Top 5</title>
      <link>https://rayed.com/posts/2007/04/lighttpd-enters-the-top-5/</link>
      <pubDate>Tue, 03 Apr 2007 21:02:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/04/lighttpd-enters-the-top-5/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; web server is becoming major player in the web server space, according to &lt;a href=&#34;http://news.netcraft.com/archives/2007/04/02/april_2007_web_server_survey.html&#34;&gt;Netcraft&lt;/a&gt; Lighttpd is the 4th most popular web server on the net, and it is moving fast!&lt;br /&gt;&#xA;&lt;a href=&#34;http://news.netcraft.com/archives/2007/04/02/april_2007_web_server_survey.html&#34;&gt;&lt;img src=&#34;http://news.netcraft.com/archives/2007/04/overallc.gif&#34; alt=&#34;Lighttpd #4&#34;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best times to enjoy ٌRiyadh</title>
      <link>https://rayed.com/posts/2007/03/best-times-to-enjoy-alriyadh/</link>
      <pubDate>Fri, 09 Mar 2007 11:28:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/03/best-times-to-enjoy-alriyadh/</guid>
      <description>&lt;p&gt;Riyadh is a very big city, with 5.5 Million person sharing it streets, driving in Riyadh can be one of the worst experiences you may ever have.&lt;br /&gt;&#xA;Many people nowadays avoid the pressure of commuting and prefer to stay at home, I am a big example 🙁&lt;br /&gt;&#xA;The secret to enjoy the city is to use taxi to go wherever you want, and preferably stay in the back seat, and void the habit of looking at the road and try to enjoy the ride, you will be surprised of how many new things changed without you noticing it.&lt;br /&gt;&#xA;The other option to enjoy the city is Weekend mornings, Thursday morning is the best, business are open and the traffic is lighter that other days, Friday morning is nice with no one in the roads, but there is no places to go 🙁 may be you will find small fool restaurants, it can be ideal if you want to explore new places in Riyadh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fahad weblog</title>
      <link>https://rayed.com/posts/2007/03/fahad-weblog/</link>
      <pubDate>Sat, 03 Mar 2007 11:29:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/03/fahad-weblog/</guid>
      <description>&lt;p&gt;My dear Friend Fahad AlShenaifi finally found a time to launch his blog, &lt;a href=&#34;http://fahadblog.com/wordpress/&#34;&gt;http://fahadblog.com/wordpress/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The blog in English, and talk about &lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt;, computer security, and him self.&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;#8217;t miss his photo gallery.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CakePHP under Lighttpd</title>
      <link>https://rayed.com/posts/2007/02/cackephp-under-lighttpd/</link>
      <pubDate>Fri, 09 Feb 2007 23:28:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/02/cackephp-under-lighttpd/</guid>
      <description>&lt;p&gt;After moving &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; to &lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; I had some problem making a &lt;a href=&#34;http://cakephp.org/&#34;&gt;CakePHP&lt;/a&gt; application I wrote to work properly.&lt;/p&gt;&#xA;&lt;p&gt;I searched the net for a solution and I found this &lt;a href=&#34;http://bakery.cakephp.org/articles/view/164&#34;&gt;post&lt;/a&gt;, but unfortunately the solution they proposed didn&amp;#8217;t work, I spent several hours trying to make it work until I gave up, I decide to do it from scratch and luckily it worked. &lt;/p&gt;&#xA;&lt;p&gt;The mod_rewrite rules I used in lighttpd.conf file:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;url.rewrite-once = (&lt;br /&gt;&#xA;        &#34;^/cake/(css|files|img|js|stats)/(.*)$&#34; =&gt; &#34;/cake/app/webroot/$1/$2&#34;,&lt;br /&gt;&#xA;        &#34;^/cake/(.*)$&#34; =&gt; &#34;/cake/app/webroot/index.php?url=$1&#34;&lt;br /&gt;&#xA;)&lt;br /&gt;&#xA;&lt;/code&gt;&lt;br /&gt;&#xA;Where cake is you cakePHP application.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Submitting Forms using Ajax</title>
      <link>https://rayed.com/posts/2007/02/submiting-forms-using-ajax/</link>
      <pubDate>Wed, 07 Feb 2007 11:57:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/02/submiting-forms-using-ajax/</guid>
      <description>&lt;p&gt;When you build AJAX based form, you need to provide visual feedback to tell the user that something is really happening.&lt;/p&gt;&#xA;&lt;p&gt;I created small template for this purpose:&lt;/p&gt;&#xA;&lt;a href=&#34;https://rayed.com/static/uploads/old/2007-02-07/ajax.html&#34;&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-07/ajax.gif&#34; alt=&#34;&#34; border=&#34;0&#34; /&gt;&#xA;&lt;p&gt;Ajax Form&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hopefully you will see it in the next &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; CSS based theme 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Improving thumbnails quality</title>
      <link>https://rayed.com/posts/2007/02/improving-thumbnails-quality/</link>
      <pubDate>Mon, 05 Feb 2007 12:51:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/02/improving-thumbnails-quality/</guid>
      <description>&lt;p&gt;Inpired by &lt;a href=&#34;http://colorspretty.blogspot.com/2007/01/flickrs-dirty-little-secre_117020899505299548.html&#34;&gt;Flickr’s Dirty Little Secret&lt;/a&gt; post, about how &lt;a href=&#34;http://www.flickr.com/&#34;&gt;Flickr&lt;/a&gt; thumbnails make the photo prettier than the original photo.&lt;/p&gt;&#xA;&lt;p&gt;The article suggest that Flick sharpen the image before it resize it.&lt;/p&gt;&#xA;&lt;p&gt;So I did my own test, this the result and you are the judge:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-05/img-small.jpg&#34; /&gt; &lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-05/img-med.jpg&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Image 1, normal resize.&lt;/p&gt;&#xA;&lt;p&gt;Image 2, sharpen before resize.&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-05/img2.jpg&#34; /&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-05/img2-sharp.jpg&#34; /&gt;&#xA;&lt;p&gt;Sharpened and saturated +100:&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2007-02-05/img2-sharp-sat.jpg&#34; /&gt;&#xA;&lt;p&gt;All I need to know is how to do it from inside PHP.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com moved to lighttpd</title>
      <link>https://rayed.com/posts/2007/02/alriyadhcom-moved-lighttpd/</link>
      <pubDate>Sun, 04 Feb 2007 09:23:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/02/alriyadhcom-moved-lighttpd/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; website is now served by &lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; (aka Lighty).&lt;/p&gt;&#xA;&lt;p&gt;I moved all static content from &lt;a href=&#34;http://httpd.apache.org/&#34;&gt;Apache&lt;/a&gt; to Lighty, Lighty &amp;#8220;select&amp;#8221; based design makes it ideal for I/O bound operation, i.e. disk and network operations. For this reason Lighty move all CPU bound operations to external process and communicate with them using FastCGI protocol.&lt;/p&gt;&#xA;&lt;p&gt;This is what delayed my migration to Lighty, because I used to compile PHP with mod_php only and with FastCGI support, so I have to recompile PHP to enable it. Of course I spent few days testing, and I am still having some areas not covered completely.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unleash the power of RSS, use Google Reader</title>
      <link>https://rayed.com/posts/2007/01/unleash-the-power-of-rss-use-google-reader/</link>
      <pubDate>Sun, 21 Jan 2007 14:17:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/unleash-the-power-of-rss-use-google-reader/</guid>
      <description>&lt;p&gt;Few weeks ago I started using &lt;a href=&#34;http://www.google.com/reader&#34;&gt;Google Reader&lt;/a&gt;, and so far it is amazing. Basically you subscribe all your RSS feeds you are interested in Google Reader, and instead of visiting 10 or 20 website, you visit Reader page to get the latest updates.&lt;/p&gt;&#xA;&lt;p&gt;The integration with Firefox is amazing, just click on RSS icon and you can add it directly to Google Reader, very easy.&lt;/p&gt;&#xA;&lt;p&gt;I used to use Thunderbird for a while for RSS, but after I set it up I forgot to use it. The subscription method is bit more complex than Google reader, and lack of a single folder for all of my RSS feeds make it useless.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lighttpd powers Saudi Arabia most &lt;del&gt;popular&lt;/del&gt; unpopular website</title>
      <link>https://rayed.com/posts/2007/01/lighttpd-powers-saudi-arabia-most-popular-unpopular-website/</link>
      <pubDate>Tue, 16 Jan 2007 23:12:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/lighttpd-powers-saudi-arabia-most-popular-unpopular-website/</guid>
      <description>&lt;p&gt;Since we migrated Saudi Arabia international lines from &lt;a href=&#34;http://www.isu.net.sa/&#34;&gt;ISU&lt;/a&gt; to &lt;a href=&#34;http://www.stc.com.sa/&#34;&gt;us&lt;/a&gt;, we started to host the most unpopular web page in the kingdom, &lt;a href=&#34;http://blocked.igw.net.sa/&#34;&gt;Internet Block Page&lt;/a&gt;.&lt;br /&gt;&#xA;We started hosting it on Apache web server, but we noticed timeout problems with the server, to discover that slow clients reserve many Apache process which lead to consuming all of Apache processes.&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; came to the rescue, I replaced Apache with Lighttpd and so far it is doing a great job. Lighttpd is a prefect fit since the website only serve one static page, and this where Lighttpd shines.&lt;br /&gt;&#xA;This doesn&amp;#8217;t mean Lighttpd is better than Apache, each one has its own uses, this small comparison table for both:&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD 6.2 released</title>
      <link>https://rayed.com/posts/2007/01/freebsd-62-released/</link>
      <pubDate>Mon, 15 Jan 2007 17:24:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/freebsd-62-released/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; my favorite operating system has new version 6.2. The new version has many features, the most intersting (for me at least):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;freebsd-update provides officially supported binary updates for security fixes and errata patches (I always thought applying the patches manually isn&amp;#8217;t friendly enough for most people).&lt;/li&gt;&#xA;&lt;li&gt;csup, an integrated cvsup client  (Now I don&amp;#8217;t have to install it manually in new machines).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you never used FreeBSD invest sometime on it, and I guarantee that you will fall in love with it 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAMA sending us to the 80s</title>
      <link>https://rayed.com/posts/2007/01/sama-sending-us-to-the-80s/</link>
      <pubDate>Sun, 07 Jan 2007 13:09:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/sama-sending-us-to-the-80s/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.sama.gov.sa/&#34;&gt;Saudi Arabian Monetary Agency (SAMA)&lt;/a&gt; lately is doing a horrible job with SPAN network, SPAN is Saudi Arabia system for paying using your bank card.&lt;/p&gt;&#xA;&lt;p&gt;In the last 4 months, most transactions from local store fails, which force many business and customer to fall back to an older technology, Cash!!&lt;/p&gt;&#xA;&lt;p&gt;I am not used to carrying a lot of cash with me, and rely on my bank card to buy goods.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com previous polls</title>
      <link>https://rayed.com/posts/2007/01/alriyadhcom-previous-poll/</link>
      <pubDate>Fri, 05 Jan 2007 19:05:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/alriyadhcom-previous-poll/</guid>
      <description>&lt;p&gt;Recently I have improved &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; voting system, many of them are in administration area, some of these changes will be visible in the near future.&lt;/p&gt;&#xA;&lt;p&gt;One of the new additions is the previous votes page:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/php/vote/&#34;&gt;http://www.alriyadh.com/php/vote/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Check it out, and keep in mind the design is still under work.&lt;/p&gt;&#xA;&lt;p&gt;Memo to self: replace the word &amp;#8220;vote&amp;#8221; with &amp;#8220;poll&amp;#8221;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; If you see weird colors in IE (7?) it is fixed now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saudi Arabia is the 8th fattest country on Earth</title>
      <link>https://rayed.com/posts/2007/01/saudi-arabia-is-the-8th-fattest-country-on-earth/</link>
      <pubDate>Thu, 04 Jan 2007 19:37:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/saudi-arabia-is-the-8th-fattest-country-on-earth/</guid>
      <description>&lt;p&gt;According to this website:&lt;br /&gt;&#xA;&lt;a href=&#34;http://linkdonkey.blogspot.com/2007/01/fattest-countries-on-earth.html&#34;&gt;http://linkdonkey.blogspot.com/2007/01/fattest-countries-on-earth.html&lt;/a&gt;&lt;br /&gt;&#xA;Saudi Arabia is the 8th fattest country on Earth. Other Arab countries are also included!&lt;/p&gt;&#xA;&lt;p&gt;Does the government know about this?&lt;br /&gt;&#xA;What do you suggest to do about it.&lt;/p&gt;&#xA;&lt;p&gt;10) Emirates &amp;#8211; 25.9 men/39.9 women&lt;br /&gt;&#xA;9) Palestine &amp;#8211; 23.9 men/42 women&lt;br /&gt;&#xA;8) &lt;strong&gt;Saudi Arabia &amp;#8211; 26.4 men/44 women&lt;/strong&gt;&lt;br /&gt;&#xA;7) French Polynesia &amp;#8211; 36.3 men/ 44.3 women&lt;br /&gt;&#xA;6) Qatar &amp;#8211; 34.6 men/45.3 women&lt;br /&gt;&#xA;5) Nieue &amp;#8211; 15 men/46 women&lt;br /&gt;&#xA;4) Jordan &amp;#8211; 32.7 men/59.8 women&lt;br /&gt;&#xA;3) Samoa &amp;#8211; 32.9 men/63 women&lt;br /&gt;&#xA;2) Tonga &amp;#8211; 46.6% men / 70.3% women&lt;br /&gt;&#xA;1) Nauru &amp;#8211; 80.2% men / 78.6% women&lt;/p&gt;</description>
    </item>
    <item>
      <title>XCache new PHP optimizer</title>
      <link>https://rayed.com/posts/2007/01/xcache-new-php-optimizer/</link>
      <pubDate>Mon, 01 Jan 2007 00:24:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2007/01/xcache-new-php-optimizer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://trac.lighttpd.net/xcache/&#34;&gt;XCache&lt;/a&gt; is relatively new PHP code optimizer, written by &amp;#8220;Jan Kneschke&amp;#8221; the same guy who wrote &lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; web server.&lt;/p&gt;&#xA;&lt;p&gt;After migrating &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; to the new dual CPU servers, I had problems with APC PHP optimizer and locking, so I disabled the optimizer altogether, after all the CPU was very fast and it handled the load without any problems.&lt;/p&gt;&#xA;&lt;p&gt;But lately with my increasing interest on Lighttpd I noticed XCache, I never heard of it before but after reading the web site, and the problem APC have with multi processors I decided to give XCache a try, and the best of all it was ready in &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; ports, so I installed it and so far it doing a good job.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back in Riyadh</title>
      <link>https://rayed.com/posts/2006/12/back-in-riyadh/</link>
      <pubDate>Tue, 05 Dec 2006 08:18:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/12/back-in-riyadh/</guid>
      <description>&lt;p&gt;since Saturday 3 am, but I just got recovered from the jet lag.&lt;br /&gt;&#xA;Hopefully I&amp;#8217;ll post my trip highlight and photos soon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On vacation :)</title>
      <link>https://rayed.com/posts/2006/11/on-vacation/</link>
      <pubDate>Tue, 14 Nov 2006 20:54:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/11/on-vacation/</guid>
      <description>&lt;p&gt;I am currently on vacation in Thailand, so far I love it. Really beautiful and clean despite being crowded in some areas.&lt;/p&gt;&#xA;&lt;p&gt;Hopefully I&amp;#8217;ll post more about in the coming days. Meanwhile checkout out my photos on Flickr:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.flickr.com/photos/rayed/&#34;&gt;rayed @ Flickr&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My DSL is back :)</title>
      <link>https://rayed.com/posts/2006/11/my-dsl-is-back/</link>
      <pubDate>Thu, 02 Nov 2006 14:25:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/11/my-dsl-is-back/</guid>
      <description>&lt;p&gt;Extremely slow but still DSL. My phone line got off line for more than a month, after that phone worked but with out DSL for another 2 weeks, during this time I only connect using 28K dial up connection, which is really really slow. &lt;/p&gt;&#xA;&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; I upgraded to 512K and it is awesome, it wasn&amp;#8217;t slow Windows was downloading tons of updates 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>WordPress spam proctection: Akismet Out, CaptCha! In</title>
      <link>https://rayed.com/posts/2006/10/wordpress-spam-proctection-akismet-out-captcha-in/</link>
      <pubDate>Tue, 31 Oct 2006 14:14:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/wordpress-spam-proctection-akismet-out-captcha-in/</guid>
      <description>&lt;p&gt;Since I upgraded my WordPress to version 2 I used &lt;a href=&#34;http://akismet.com/&#34;&gt;Akismet&lt;/a&gt; to protect my from comment spam, it did a great job for a while but lately it passes a lot of spam, I am not sure what is the problem but I am suspecting some network problems.&lt;/p&gt;&#xA;&lt;p&gt;So until I resolve this problem I&amp;rsquo;ll try using &lt;a href=&#34;http://www.boriel.com/?page_id=17&#34;&gt;CaptCha!&lt;/a&gt; plug-in, it uses &lt;a href=&#34;http://en.wikipedia.org/wiki/Captcha&#34;&gt;captcha&lt;/a&gt; method to prevent spamming.&lt;/p&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-10-31/captcha.jpg&#34; alt=&#34;Captcha Image&#34; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;Captcha works as follow, when you want to submit a comment, the website displays an image with few characters shown in wave shapes, and you requested to type the character you see to accept your comment, the idea is to prevent automatic script from submitting comment because they can not read the character in the screen, even if they used &lt;a href=&#34;http://en.wikipedia.org/wiki/Optical_character_recognition&#34;&gt;OCR&lt;/a&gt; it would be very hard to recognize it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Car stolen this time mine!</title>
      <link>https://rayed.com/posts/2006/10/car-stolen-this-time-mine/</link>
      <pubDate>Sat, 28 Oct 2006 22:31:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/car-stolen-this-time-mine/</guid>
      <description>&lt;p&gt;Yesterday I went to &lt;a href=&#34;http://www.jarirbookstore.com/&#34;&gt;Jarir Bookstore&lt;/a&gt; between exist 5 and 6, and when I came back to my car I found the passenger glass smashed and all my stuff scattered on the car. Fortunately, I never leave anything in my car, so nothing got stolen, but fixing the damage would cost around 1000 SR.&lt;/p&gt;&#xA;&lt;p&gt;My brother car got stolen 500m from my Jarir Bookstore near Saco, both accidents happened in less than 6 months period!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox 2 and IE 7</title>
      <link>https://rayed.com/posts/2006/10/firefox-2-and-ie-7/</link>
      <pubDate>Tue, 24 Oct 2006 23:56:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/firefox-2-and-ie-7/</guid>
      <description>&lt;p&gt;Recently the 2 most popular browsers IE and Firefox released a new version.&lt;/p&gt;&#xA;&lt;p&gt;Firefox is already a very good product so improving it is very hard 🙂 The most important new feature is the online spell checker which is really lovely. It also has a new theme, I didn&amp;#8217;t like that much but it might take some time to get used to.&lt;/p&gt;&#xA;&lt;p&gt;IE 7 in the other hand is really impressive (compared to IE 6 of course), it has tab browsing at last, the theme is really really good, the new font rendering engine is really smooth and clear it feels like a Mac.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java what to learn</title>
      <link>https://rayed.com/posts/2006/10/java-what-to-learn/</link>
      <pubDate>Tue, 17 Oct 2006 12:16:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/java-what-to-learn/</guid>
      <description>&lt;p&gt;Every year or so I have a project in Java I learn enough thing to finish the project then I forget it by getting busy in other proejcts.&lt;br /&gt;&#xA;Over the years I really loved and hated Java, &lt;/p&gt;&#xA;&lt;p&gt;Java what to learn:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://ant.apache.org/&#34;&gt;Ant&lt;/a&gt;: is a Java-based build tool. In theory, it is kind of like Make, without Make&amp;#8217;s wrinkles and with the full portability of pure Java code.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://tomcat.apache.org/&#34;&gt;Tomcat:&lt;/a&gt; servlet and JSP server, can work as standalone, with Apache HTTPd, or IIS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://logging.apache.org/log4j/docs/&#34;&gt;log4j&lt;/a&gt;: log4j is a Java-based logging utility. It is used primarily as a debugging tool.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.junit.org/&#34;&gt;JUnit:&lt;/a&gt; JUnit is a unit testing framework for the Java programming language.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Java Package for FreeBSD</title>
      <link>https://rayed.com/posts/2006/10/java-package-for-freebsd/</link>
      <pubDate>Fri, 13 Oct 2006 02:32:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/java-package-for-freebsd/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-10-13/Java_compatible_logo_rgb.jpg&#34; align=&#34;right&#34; alt=&#34;Java&#34; /&gt;Installing &lt;a href=&#34;http://java.sun.com/&#34;&gt;Java&lt;/a&gt; on &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; (my favourite operating system) wasn’t an easy task, you have to download Java files from Sun web site put them in a special directory then start a lengthy build process that never successed.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately FreeBSD Foundation has binary package for Java, all you need is to &lt;a href=&#34;http://www.freebsdfoundation.org/downloads/java.shtml&#34;&gt;Download&lt;/a&gt; and install using:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;# pkg_add diablo-jdk-freebsd5.i386.1.5.0.07.01.tbz&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;and you are done.&lt;/p&gt;&#xA;&lt;p&gt;With Java on FreeBSD may be I will start playing with &lt;a href=&#34;http://lucene.apache.org/java/&#34;&gt;Lucene&lt;/a&gt; instead of &lt;a href=&#34;http://swish-e.org/&#34;&gt;Swish-e&lt;/a&gt; as &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh&lt;/a&gt; search engine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Things I want to write about but don’t have time</title>
      <link>https://rayed.com/posts/2006/10/things-i-want-to-write-about-but-dont-have-time/</link>
      <pubDate>Tue, 10 Oct 2006 20:58:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/10/things-i-want-to-write-about-but-dont-have-time/</guid>
      <description>&lt;p&gt;These days I really don&amp;#8217;t have time on the Internet, but I really want to talk about some of these issue in more depth later.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;My phone line (including DSL service) is out of service for more than month, and until now no hope 🙁&lt;/li&gt;&#xA;&lt;li&gt;IGW the new ISU: STC is now handling Internet gateway operation, the service is still has some issues, and we are still understaffed.&lt;/li&gt;&#xA;&lt;li&gt;Dev4Islam: Project to devlope open source Islamic and Arabic software and services. We aim to collect data and make it available for other so they can build better software.&lt;/li&gt;&#xA;&lt;li&gt;Java + Delphi = C# &lt;a href=&#34;http://en.wikipedia.org/wiki/Anders_Hejlsberg&#34;&gt;Anders Hejlsber&lt;/a&gt; the creator of Delphi, create a great language for Microsoft.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://lucene.apache.org/java/docs/&#34;&gt;Lucene&lt;/a&gt; is a full text search library, exteremly fast, and the API is awsome. I tested it Lucene .Net port it is really super fast.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://swish-e.org/&#34;&gt;Swish-e&lt;/a&gt; same as lucene, this what I use for Alriadh.com, still very good.&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Alriyadh.com new feature: user login for better experince, no need to rewrite your name and email when you want to submit a comment or send article to a friend, and you can bookmark your favourite articles, any thing else we should add.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Screen Shot of Quran program:&lt;br /&gt;&#xA;&lt;a href=&#34;http://dev4islam.com/wiki/images/f/fb/Delphi-quran-2006-10-06.jpg&#34;&gt;&lt;br /&gt;&#xA;&lt;img src=&#34;http://dev4islam.com/wiki/images/thumb/4/42/Delphi-quran2-2006-10-06jpg.jpg/180px-Delphi-quran2-2006-10-06jpg.jpg&#34; alt=&#34;&#34; /&gt;&lt;br /&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My brother car got stolen again!! this time the whole car!!!</title>
      <link>https://rayed.com/posts/2006/09/my-brother-car-got-stolen-again-this-time-the-whole-car/</link>
      <pubDate>Sat, 16 Sep 2006 13:13:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/09/my-brother-car-got-stolen-again-this-time-the-whole-car/</guid>
      <description>&lt;p&gt;Few months ago my brother Fouad went to &lt;a href=&#34;http://saco-ksa.com/&#34;&gt;SACO&lt;/a&gt; hardware store, unfortunately he forgot his wallet in the car, as soon as he remembered it he went back to the car to find the window broken and all his belongings stolen, including his wallet and his work briefcase, he reported the accident to his bank within few minutes to deactivate his VISA card, but it was too late they thief already purchased 17,000 SR worth of good including laptops and mobile phones, all this happened in less than an hour!!!! Until he is still talking to the bank to return it back.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Implementing Pingback in alriyadh.com</title>
      <link>https://rayed.com/posts/2006/08/implementing-pingback-in-alriyadhcom/</link>
      <pubDate>Fri, 25 Aug 2006 14:53:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/implementing-pingback-in-alriyadhcom/</guid>
      <description>&lt;blockquote cite=&#34;http://en.wikipedia.org/wiki/Pingback&#34;&gt;&lt;p&gt;Pingback is a method for Web authors to request notification when somebody links to one of their documents. This enables authors to keep track of who is linking to, or referring to their articles.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Implementing Pingback feature is very easy, you need to add the following code to your template:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;&amp;lt;link rel=&#34;pingback&#34; href=&#34;http://www.alriyadh.com/php/xmlrpc/&#34; /&amp;gt;&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;This code will make other blogging software notify your software that it is linking to it, It do this by sending &amp;#8220;pingback.ping&amp;#8221; XML-RPC request to the given URL, when you get the notification you can add it to the database, email it, or do what ever you want with it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtual FTP accounts with Pure-FTPd  and MySQL</title>
      <link>https://rayed.com/posts/2006/08/pure-ftpd-unlimited-accounts/</link>
      <pubDate>Sat, 19 Aug 2006 13:17:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/pure-ftpd-unlimited-accounts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.pureftpd.org/&#34;&gt;Pure-FTPd&lt;/a&gt; is a FTP server with many features that enable you to host virtual accounts, these are the features that I loved and tested:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You can put the user information in MySQL database, without having to create a real UNIX account for each user.&lt;/li&gt;&#xA;&lt;li&gt;It also have the feature of creating the user home directory when the user logging, so all you need to create a new user is to add it to the database.&lt;/li&gt;&#xA;&lt;li&gt;&lt;b&gt;CallUploadScript&lt;/b&gt; this feature will make the server run a script whenever a new file is uploaded, I used this feature to scan the file for viruses as soon as the user upload the file. (I use &lt;a href=&#34;http://www.clamav.net/&#34;&gt;ClamAV&lt;/a&gt; as my virus scanner)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;b&gt;Installation (FreeBSD)&lt;/b&gt;&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;# cd /usr/ports/ftp/pure-ftpd/&lt;br /&gt;&#xA;# make install&lt;br /&gt;&#xA;# vi /etc/rc.conf&lt;br /&gt;&#xA;:&lt;br /&gt;&#xA;pureftpd_enable=&#34;YES&#34;&lt;br /&gt;&#xA;pureftpd_upload_enable=&#34;YES&#34;&lt;br /&gt;&#xA;pureftpd_uploadscript=&#34;/path/to/pureftpd_uploadscript.sh&#34;&lt;br /&gt;&#xA;:&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Thunderbird checklist</title>
      <link>https://rayed.com/posts/2006/08/new-thunderbird-checklist/</link>
      <pubDate>Tue, 15 Aug 2006 11:42:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/new-thunderbird-checklist/</guid>
      <description>&lt;p&gt;&lt;b&gt;Check all IMAP folders:&lt;/b&gt;&lt;br /&gt;&#xA;By default Thunderbird only checks the inbox for new messages, but since we use server side filter emails don&amp;#8217;t have to go to inbox and sometimes go directly to destionation folder.&lt;br /&gt;&#xA;Fortunaltely Tunderbird can be configured to check all folders, but it has to be done manually, put the follwoing lines in &amp;#8220;user.js&amp;#8221;:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;// Download mail from all accounts on startup&lt;br /&gt;&#xA;user_pref(&#34;mail.check_all_imap_folders_for_new&#34;, true);&lt;br /&gt;&#xA;&lt;/code&gt;&lt;br /&gt;&#xA;The file doesn&amp;#8217;t exists by default so you need to create it in your &amp;#8220;profile&amp;#8221; filder, this link will help you to locate your &amp;#8220;profile&amp;#8221; folder:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.mozilla.org/support/thunderbird/edit#profile&#34;&gt;http://www.mozilla.org/support/thunderbird/edit#profile&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing Ubuntu Linux 6.06</title>
      <link>https://rayed.com/posts/2006/08/installing-ubuntu-linux-606/</link>
      <pubDate>Tue, 15 Aug 2006 01:23:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/installing-ubuntu-linux-606/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://ubuntu.com/&#34;&gt;&lt;img src=&#34;https://rayed.com/static//uploads/old/2006-08-15/ubuntu.png&#34; alt=&#34;Ubuntu Logo&#34; align=&#34;right&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Today I installed the new &lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu&lt;/a&gt; 6.06 on my laptop, and I wanted to share my experince.&lt;/p&gt;&#xA;&lt;p&gt;I took me a while to find out how to install it, after I rebooted from CD, and selected Start/Install a live Ubuntu system showed up, I thought I downloaded the live CD version of Ubuntu, but I remember that I raed &amp;ldquo;Install&amp;rdquo; during booting, so I rebooted again to try to install the system, same thing happen, I gave up and tried to play with the live CD version, then I found the &amp;ldquo;Install Ubuntu&amp;rdquo; icon on the desktop!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Don’t super size me!</title>
      <link>https://rayed.com/posts/2006/08/dont-super-size-me/</link>
      <pubDate>Sat, 12 Aug 2006 11:50:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/dont-super-size-me/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://herfy.com/&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-08-12/herfy.jpg&#34; alt=&#34;Herfy&#34; align=&#34;right&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yesterday I visited one of my favourite fast food resturants, &lt;a href=&#34;http://herfy.com/&#34;&gt;Herfy&lt;/a&gt;, and I order my usual meal &amp;#8220;Super Herfy&amp;#8221;. It usually cost 15 SR, but when I ordered it he asked me for 17 SR!! then I remembered that some resturants super size your meal without asking, I usually expect this kind of practice from &amp;#8220;Hardee&amp;#8217;s&amp;#8221; and &amp;#8220;KFC&amp;#8221; not from Herfy.&lt;/p&gt;&#xA;&lt;p&gt;I hate super sizing in general, because they super size the french fries and the drink, and I am not a big fan of both, and the medium serving is more than enough for me. But if you are offering super sizing my burgers this is a different story 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cricket extensions</title>
      <link>https://rayed.com/posts/2006/08/cricket-extensions/</link>
      <pubDate>Thu, 10 Aug 2006 15:13:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/cricket-extensions/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Cricket&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://cricket.sourceforge.net/&#34;&gt;Cricket&lt;/a&gt; is trend monitoring software, it allows you to monitor trend for any device you want.&lt;/p&gt;&#xA;&lt;p&gt;I wrote 2 extensions for Cricket to monitor &lt;a href=&#34;http://www.lighttpd.net/&#34;&gt;Lighttpd&lt;/a&gt; web server, and &lt;a href=&#34;http://www.danga.com/memcached/&#34;&gt;Memecached&lt;/a&gt; caching server.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Lighttpd web server&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;#8220;&lt;em&gt;lighttpd (also called &amp;#8220;Lighty&amp;#8221;) is a web server which is designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. Its low memory footprint (compared to other web servers), light CPU load and its speed goals make lighttpd suitable for servers that are suffering load problems, or for serving static media separately from dynamic content. lighttpd is free software / open source, and is distributed under the BSD license.&lt;/em&gt;&amp;#8221;  Wikipedia&lt;/p&gt;</description>
    </item>
    <item>
      <title>lighttpd the new webserver in town</title>
      <link>https://rayed.com/posts/2006/08/lighttpd-the-new-webserver-in-town/</link>
      <pubDate>Thu, 10 Aug 2006 14:37:22 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/08/lighttpd-the-new-webserver-in-town/</guid>
      <description>&lt;p&gt;For the past 9 years I used &lt;a href=&#34;http://httpd.apache.org/&#34;&gt;Apache Web Server&lt;/a&gt; exclusively, Apache is very stable and feature rich web server. The only downsize is consuming a lot of computer resources, Apache is a multi-processes server which mean you will find many Apache process running in your system and if we say that each process cosume 2MB of RAM and you have 5 Apache processes running this mean it needs 10MB of RAM.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac experience so far</title>
      <link>https://rayed.com/posts/2006/07/mac-expirence-so-far/</link>
      <pubDate>Fri, 07 Jul 2006 00:36:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/07/mac-expirence-so-far/</guid>
      <description>&lt;h2&gt;The Bad&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Mouse movement: Mac OS has very strange mouse movement, if you move the mouse slowly it moves &amp;#8220;very&amp;#8221; slow, and if you move it faster it move &amp;#8220;very&amp;#8221; fast. I couldn&amp;#8217;t get used to it until now and it drives me crazy.&lt;br /&gt;&#xA;I tried different software to fix this weired behavior, but it is still awkward.&lt;/li&gt;&#xA;&lt;li&gt;Arabic support is really bad:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Keyboard layout is different than PC layout, which is frustrating for PC converts.&lt;/li&gt;&#xA;&lt;li&gt;Most soft wares don&amp;#8217;t provide good support for Arabic, Front page doesn&amp;#8217;t connect Arabic characters. Apple iWork Pages doesn&amp;#8217;t even support right to left writing.&lt;/li&gt;&#xA;&lt;li&gt;Writing in &amp;#8220;bold&amp;#8221; in Arabic font is the same as non bold.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Software updates are huge, I guess they don&amp;#8217;t have incremental update, you need to download the complete software whenever a new version exists. e.g. I am downloading 51M update for QuickTime, and you have to restart the machines afterward!! So far I downloaded more than 1 GB for software update!!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2&gt;The Good&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It is UNIX 🙂&lt;/li&gt;&#xA;&lt;li&gt;In Mac OS an application is a complete folder when you click the folder the application runs. So software installation is very easy, you just move the folder to where you want to your application folder. To uninstall move the folder to the trash.&lt;/li&gt;&#xA;&lt;li&gt;The graphics are awesome, wallpapers, screen savers, application everything is cool!&lt;/li&gt;&#xA;&lt;li&gt;The machines is really great looking, and the 20&amp;#8243; monitor is really amazing and bright.&lt;/li&gt;&#xA;&lt;li&gt;Super quite you don&amp;#8217;t hear any noise.&lt;/li&gt;&#xA;&lt;li&gt;Mac OS sleep feature is really fast, one click and the machine is running in less than a second!!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://static.flickr.com/59/183591409_fd68e7d558_o.jpg&#34;&gt;&lt;img src=&#34;http://static.flickr.com/59/183591409_fd68e7d558_m.jpg&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://static.flickr.com/53/183591408_652a0c13b5_o.jpg&#34;&gt;&lt;img src=&#34;http://static.flickr.com/53/183591408_652a0c13b5_m.jpg&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://static.flickr.com/61/183591407_0f7a0f4088_o.jpg&#34;&gt;&lt;img src=&#34;http://static.flickr.com/61/183591407_0f7a0f4088_m.jpg&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python 2.5 Beta, and new Python website</title>
      <link>https://rayed.com/posts/2006/06/python-25-beta-and-new-python-website/</link>
      <pubDate>Mon, 26 Jun 2006 15:19:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/python-25-beta-and-new-python-website/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.python.org/&#34;&gt;Python&lt;/a&gt;, my favorite computer language (althought I don&amp;rsquo;t use it that often) released 2.5 beta version.&lt;/p&gt;&#xA;&lt;p&gt;What amazed me that their website is now changed with new look, and Python has a new logo too.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.python.org/&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-06-26/python-logo.gif&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Optimizing MySQL</title>
      <link>https://rayed.com/posts/2006/06/optimizing-mysql/</link>
      <pubDate>Tue, 20 Jun 2006 01:30:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/optimizing-mysql/</guid>
      <description>&lt;p&gt;The last 3 days we were facing many problems with &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; web server, the server suddenly get very slow, and all requests times out. It took me very long time to identify the problem, I tried many things and every time I think it will solve the problem completely, but after few hours the problem appear again and he server start to crawl.&lt;br /&gt;&#xA;Until this moment I am not 100% sure the problem is solved, but during the process I learned many things, so I&amp;#8217;ll share it with you and hopefully everything will go smoothly, if it doesn&amp;#8217;t I have to learn new thing to figure out the problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JEdit the ultimate editor!</title>
      <link>https://rayed.com/posts/2006/06/jedit-the-ultimate-editor/</link>
      <pubDate>Sat, 17 Jun 2006 20:03:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/jedit-the-ultimate-editor/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.jedit.org/&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-06-17/jedit.png&#34; align=&#34;right&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/posts/2005/08/new-plans-for-alriyadhcom/&#34;&gt;A year ago&lt;/a&gt; &lt;a href=&#34;http://www.waleedsgallery.biz/&#34;&gt;Waleed Alzuhair&lt;/a&gt; asked me about the reason I am still using Windows-1256 Arabic character set, intead of the new standard Unicode. My reason was the lack of good editor that support Arabic and Unicode, my favourite eidtor HTML-Kit doesn&amp;rsquo;t have any support for Unicode.&lt;/p&gt;&#xA;&lt;p&gt;But lately while looking for an editor for Mac OS I found &lt;a href=&#34;http://www.jedit.org/&#34;&gt;JEdit&lt;/a&gt;, it is a Java based editor which means it will work with any OS, it supports many charachter sets including Unicode UTF-8, another intersting feature is its support (through a plugin) of remote editing using both FTP, and SFTP  (HTML-Kit doesn&amp;rsquo;t support SFTP).&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET needs fresh graduates</title>
      <link>https://rayed.com/posts/2006/06/saudi-net-needs-fresh-graduates/</link>
      <pubDate>Wed, 14 Jun 2006 11:05:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/saudi-net-needs-fresh-graduates/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; is hiring and we are looking for fresh graduates in CS/IS, we have very large expansions that will give you many great chances to work with different technologies. &lt;/p&gt;&#xA;&lt;p&gt;SAUDI NET is part of &lt;a href=&#34;http://www.stc.com.sa/&#34;&gt;Saudi Telecom Company (STC)&lt;/a&gt; so you will get all the STC employees benefits.&lt;/p&gt;&#xA;&lt;p&gt;If you are intersted send me your resume at (rayed at saudi.net.sa)&lt;/p&gt;</description>
    </item>
    <item>
      <title>FireFTP: FTP client inside Firefox</title>
      <link>https://rayed.com/posts/2006/06/fireftp-ftp-client-inside-firefox/</link>
      <pubDate>Sun, 11 Jun 2006 11:52:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/fireftp-ftp-client-inside-firefox/</guid>
      <description>&lt;p&gt;I always have trouble finding and recommending FTP clients to friends, I used to use WS_FTP but it isn&amp;#8217;t free, same thing for Cute FTP.&lt;/p&gt;&#xA;&lt;p&gt;Lately I didn&amp;#8217;t use FTP client any more, because I start using &lt;a href=&#34;http://htmlkit.com/&#34;&gt;HTMLKit&lt;/a&gt; it isn&amp;#8217;t an FTP client per se, it is an editor with the ability to open remote files using FTP, so I do most of my file editing using it.&lt;/p&gt;&#xA;&lt;p&gt;HTMLKit is great but it doesn&amp;#8217;t support moving files or directories, or transfaering a complete directory. In these cases I usually log to the machine using SSH and do the need operations using the command line, but this not an option for most people.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Testing Google AdSense Images</title>
      <link>https://rayed.com/posts/2006/06/testing-google-adsense-images/</link>
      <pubDate>Sat, 10 Jun 2006 15:27:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/testing-google-adsense-images/</guid>
      <description>&lt;p&gt;It has been 4 months since I put Google ads on my site, and so far the result are rediclousy funny, I only earned $4 🙂 , I didn&amp;#8217;t expect to get anything at all, and even if I did I doubt that they will send to Saudi Arabia.&lt;/p&gt;&#xA;&lt;p&gt;Today, I noticed an ad that I didn&amp;#8217;t like and it appeared very frequently, so I decided to block it, fortunately Google have a mechanisim for that but it will take some time, so I decided to switch from text ads to image ads, and change the location of the banner to better place, and I will wait to see how it will affect my earnings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thunderbird extension for Arabic</title>
      <link>https://rayed.com/posts/2006/06/thunderbird-extension-for-arabic/</link>
      <pubDate>Sat, 10 Jun 2006 10:44:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/thunderbird-extension-for-arabic/</guid>
      <description>&lt;p&gt;Thunderbird is a great email client, it has very good support for international languages, and it displays Arabic emails without any problems, the only problem that I face with it is when writing Arabic emails, unfortunately Thunderbird doesn&amp;#8217;t have shortcut or button to change the writing direction from left-to-right used by most western languages, to right-to-left used for Arabic.&lt;/p&gt;&#xA;&lt;p&gt;But through the power of extensions you can install this small extension (37K) that will add 2 new buttons in Compose window, one for changing the direction from LTR-&gt;RTL, and vice versa.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh Newspaper world cup vote and win</title>
      <link>https://rayed.com/posts/2006/06/alriyadh-newspaper-world-cup-vote-and-win/</link>
      <pubDate>Thu, 08 Jun 2006 03:17:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/alriyadh-newspaper-world-cup-vote-and-win/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh Newspaper&lt;/a&gt; is giving away 25 one year subscription, one subscription for each game day in FIFA world cup 2006, all you need to do is to guess the result of each match, of course the more matches you get correct the more chance for you to win, to vote go to alriyadh world cup site &lt;a href=&#34;http://www.alriyadh.com/worldcup/&#34;&gt;http://www.alriyadh.com/worldcup/&lt;/a&gt;, and it is absolutely free, no need for 5 SR SMS to subscribe, and if you get the result right you really have good chance to win.&lt;br /&gt;&#xA;&lt;strong&gt;Update:&lt;/strong&gt;&lt;br /&gt;&#xA;&amp;#8220;All&amp;#8221; correct guesses will get 50% discount on Arliyadh Newspaper subscription, so it will become 300SR instead of 600SR.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WP1 &amp; WP2 spam filtering</title>
      <link>https://rayed.com/posts/2006/06/wp1-wp2-spam-filtering/</link>
      <pubDate>Thu, 08 Jun 2006 00:33:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/wp1-wp2-spam-filtering/</guid>
      <description>&lt;p&gt;While upgrading WordPress to version 2, I backed up my database and I noticed that the comments table size is around 1.7MB which is huge, I don&amp;#8217;t have that many comments. I find out that WordPress don&amp;#8217;t delete comments even if they were marked spam, so I deleted them manually, so go check your comments table and save some space.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;WP1 Spam detection:&lt;/strong&gt;&lt;br /&gt;&#xA;WordPress 1.x has a feature that mark comments as spam if they match certin keywords, it was doing very good job, except for that last few weeks I start getting new spam comments so I had to update my spam keywods.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Internet traffic slowness in Saudi Arabia</title>
      <link>https://rayed.com/posts/2006/06/internet-traffic-slowness-in-saudi-arabia/</link>
      <pubDate>Wed, 07 Jun 2006 13:06:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/internet-traffic-slowness-in-saudi-arabia/</guid>
      <description>&lt;p&gt;These days Internet backbone in Saudi Arabia is having many problems affecting mainly DSL customers in some areas. I guess it must be related to the boom in new DSL connections.&lt;/p&gt;&#xA;&lt;p&gt;To make things worst the school vacation just started and the Internet browsing became very very slow.&lt;/p&gt;&#xA;&lt;p&gt;Thank god that I host my website at &lt;a xhref=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; so no speed prolem with it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finally I upgraded WordPress</title>
      <link>https://rayed.com/posts/2006/06/finnaly-i-upgraded-wordpress/</link>
      <pubDate>Wed, 07 Jun 2006 00:19:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/06/finnaly-i-upgraded-wordpress/</guid>
      <description>&lt;p&gt;Today I had to finish writing some code for &lt;a href=&#34;http://www.alriyadh.com/worldcup/&#34;&gt;Alriyadh Worldcup&lt;/a&gt; web site, and I was expecting it to take at least 5 to 6 hours, and it had to be finished today, so I planned all my evening for that coding session&lt;/p&gt;&#xA;&lt;p&gt;Fortunately I finished the job in 2 hours, and I had some extra time in my hand, so I decided to do something I planned to do for very long time, upgrade WordPress, so I sat down and upgrade it from version 1.5 to the latest version, alhamdu lelah the upgrade process was very smoth, althogh some features didn’t work, mainy the rich text editing feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSS designed websites</title>
      <link>https://rayed.com/posts/2006/05/css-designed-websites/</link>
      <pubDate>Tue, 30 May 2006 13:26:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/css-designed-websites/</guid>
      <description>&lt;p&gt;These sites collect links to CSS designed websites, great if you want to get some inspiration, it also give some idea on the capabilities of CSS:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://thesis.veracon.net/&#34;&gt;css thesis: sites, that&amp;#8217;s all&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://cssimport.com/&#34;&gt;CSS Import&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.cssbeauty.com/&#34;&gt;CSS Beauty&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.unmatchedstyle.com/&#34;&gt;Unmatched style&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com Worldcup 2006 website</title>
      <link>https://rayed.com/posts/2006/05/alriyadhcom-worldcup-2006-website/</link>
      <pubDate>Tue, 30 May 2006 08:44:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/alriyadhcom-worldcup-2006-website/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; launched a new website for covering the FIFA world cup 2006, the website can be found here &lt;a href=&#34;http://www.alriyadh.com/worldcup/&#34;&gt;http://www.alriyadh.com/worldcup&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The new site isn&amp;#8217;t a regular news website, it is a new web application specifically designed for the world cup, it would be also updated in real time, i.e. you can follow any match events while it is still in play, of course you will still find regular coverage like news, and photos.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My MAC OS downloads</title>
      <link>https://rayed.com/posts/2006/05/my-mac-os-downloads/</link>
      <pubDate>Sun, 28 May 2006 18:33:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/my-mac-os-downloads/</guid>
      <description>&lt;p&gt;Until now my downloads are basically similar to Windows counter part:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Firefox&lt;/li&gt;&#xA;&lt;li&gt;Thunderbird&lt;/li&gt;&#xA;&lt;li&gt;Real Player&lt;/li&gt;&#xA;&lt;li&gt;Windows Mediaplayer&lt;/li&gt;&#xA;&lt;li&gt;Windows Messenger&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;any thing else I should look at.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Greylisting: New weapon to fight Spam</title>
      <link>https://rayed.com/posts/2006/05/greylisting-new-weapeon-to-fight-spam/</link>
      <pubDate>Sun, 28 May 2006 10:59:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/greylisting-new-weapeon-to-fight-spam/</guid>
      <description>&lt;p&gt;Last Tuesday, I enabled &lt;a href=&#34;http://www.greylisting.org/&#34;&gt;Geylisting&lt;/a&gt; on SAUDI NET mail servers, and you can see the decrease of spam we are getting (the blue line):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/2006-05-28/greylist.png&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-05-28/greylist-small.png&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The first day of enabling greylisting we got many complaints about delayed emails, but after that all emails flow with delays.&lt;/p&gt;&#xA;&lt;p&gt;To learn more check &lt;a href=&#34;http://en.wikipedia.org/wiki/Greylist&#34;&gt;Greylist @ Wikipedia&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I bought a 20″ iMac</title>
      <link>https://rayed.com/posts/2006/05/i-bought-a-20-imac/</link>
      <pubDate>Sun, 28 May 2006 09:15:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/i-bought-a-20-imac/</guid>
      <description>&lt;p&gt;First impressions: WOW, WOW, huh, why, where!!! I guess I need sometime to get used to it. At least I have a terminal program with ssh, after all it is UNIX machine 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com wins ICT Excellence Awards</title>
      <link>https://rayed.com/posts/2006/05/alriyadhcom-wins-ict-excellence-awards/</link>
      <pubDate>Tue, 23 May 2006 09:08:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/alriyadhcom-wins-ict-excellence-awards/</guid>
      <description>&lt;p&gt;Yesterday, &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; awarded the &lt;a href=&#34;http://www.meawards.com/itawards/winners.asp&#34;&gt;Middle East ICT Excellence Award&lt;/a&gt; in the &amp;#8220;Print and Electronic Media of the Year (Print)&amp;#8221; category from the &lt;a href=&#34;http://www.meawards.com/&#34;&gt;Middle East Excellence Awards Institute&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Alriyadh Newspaper covered the story, and we received a great response from many people, thanks everyone:&lt;/p&gt;&#xA;&lt;ul dirt=&#34;rtl&#34;&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/22/article156639.html&#34;&gt;«الرياض»تحصل على جائزةالشرق الأوسط في تقنية المعلومات والاتصالات لأفضل موقع الكتروني&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156823.html&#34;&gt;«الرياض» تحصل على جائزة أفضل موقع إلكتروني في الشرق الأوسط&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156836.html&#34;&gt;موقع «الرياض» الإلكتروني.. عمل دؤوب وتطوير دائم&lt;/a&gt;(screen shots for alriyadh.com since opening)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156833.html&#34;&gt;السحيباني: انتظروا المزيد من التطوير في موقع «الرياض» الإلكتروني&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156831.html&#34;&gt;شباب سعودي يتوج «الرياض» الإلكتروني باللقب&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156826.html&#34;&gt;تقنيون سعوديون: فخورون بفوز «الرياض» .. والجائزة ذهبت لمن يستحقها&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.alriyadh.com/2006/05/23/article156829.html&#34;&gt;قراء «الرياض» يتفاعلون مع الفوز&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Special thanks to Ahmad Alsuwailm for the great coverage.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac buying update</title>
      <link>https://rayed.com/posts/2006/05/mac-buying-update/</link>
      <pubDate>Tue, 16 May 2006 19:30:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/mac-buying-update/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-05-16/adam.png&#34; align=&#34;right&#34;/&gt;Today I contacted &lt;a href=&#34;http://www.adamsa.com/&#34;&gt;ADAM&lt;/a&gt; -the Apple distributer in Jeddah- by email and they replied after 20 minutes, which is a good thing, here is the reply:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;&#xA;Our branch in Riyadh is for whole sale only, but we can send you what ever you need from Jeddah.&lt;br /&gt;&#xA;The intel iMac 20&amp;#8243; is for 7500SR not including shipping.&#xA;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;In another front Apple announced the new &lt;a href=&#34;http://www.apple.com/macbook/macbook.html&#34;&gt;MacBook&lt;/a&gt; which replaced the iBook, it cost $1099 which is really attractive, but with only 13&amp;#8243; screen, it can be a good gift though.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple store in Riyadh?</title>
      <link>https://rayed.com/posts/2006/05/apple-store-in-riyadh/</link>
      <pubDate>Sun, 14 May 2006 22:54:10 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/apple-store-in-riyadh/</guid>
      <description>&lt;p&gt;Today I went to Apple Store in Riyadh looking for a Mac, I was interested in the 17&amp;#8243; iMac, but after seeing the 20&amp;#8243; iMac the 17&amp;#8243; won&amp;#8217;t satisfy me, it was really amazing and looks much prettier in real life.&lt;/p&gt;&#xA;&lt;p&gt;The bad side is the price, the 17&amp;#8243; cost 6500SR ($1730), and the 20&amp;#8243; cost 8400SR ($2240), keep in mind that in the US the 17&amp;#8243; cost $1299 ($430 difference), and the 20&amp;#8243; cost $1699 ($541 difference).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Convert to Mac! Is it time?</title>
      <link>https://rayed.com/posts/2006/05/convert-to-mac/</link>
      <pubDate>Fri, 12 May 2006 00:44:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/convert-to-mac/</guid>
      <description>&lt;p&gt;Every few years I think of buying a Mac machine, usually it happens after Apple annonce new cool thing, first the PowerPC CPU which was really amazing back in the 90s, then with Mac OS X being built on top of UNIX, then lately with the introduction of Intel based Macs.&lt;/p&gt;&#xA;&lt;p&gt;Also 6 months ago my friend &lt;a href=&#34;http://fqaqee3.net/&#34;&gt;Misfer&lt;/a&gt; bough a PowerBook, and he loves s much.&lt;/p&gt;&#xA;&lt;p&gt;So is it time to convert to Mac, Mac machines are generally more expensive than Windows machines, especially here in Saudi Arabia, and I only know one store that sells Macs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD 6.1 released</title>
      <link>https://rayed.com/posts/2006/05/freebsd-61-released/</link>
      <pubDate>Tue, 09 May 2006 12:30:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/freebsd-61-released/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; my favorite operating system released version 6.1, they finally put the new logo.&lt;/p&gt;&#xA;&lt;p&gt;For more information about FreeBSD checkout &lt;a href=&#34;http://en.wikipedia.org/wiki/Freebsd&#34;&gt;FreeBSD@WikiPedia&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox Google toolbar : uninstall now</title>
      <link>https://rayed.com/posts/2006/05/firefox-google-toolbar-uninstall-now/</link>
      <pubDate>Sat, 06 May 2006 09:11:10 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/firefox-google-toolbar-uninstall-now/</guid>
      <description>&lt;p&gt;I noticed that &lt;a href=&#34;http://www.mozilla.com/firefox/&#34;&gt;Firefox&lt;/a&gt; takes more than 100MB from my memory, I thought it would cache something and I didn&amp;#8217;t get that much thought, specially when it very clever to adjust the cache based on my memory. But yesterday it took 170MB from my notebook 256MB, this huge!!&lt;/p&gt;&#xA;&lt;p&gt;Today I chatted with &lt;a href=&#34;http://blog.ibraq.com/&#34;&gt;Abdullah&lt;/a&gt; about Firefox memory consumption, and he said it is normal on his machine, Strange! I restarted Firefox on Safemode to see if anything in my settings or extension are wrong. Yeppy! Firefox back to normal in 20MB range.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CakePHP 1.0 released!</title>
      <link>https://rayed.com/posts/2006/05/cakephp-10-released/</link>
      <pubDate>Wed, 03 May 2006 10:49:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/cakephp-10-released/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.cakephp.org/&#34;&gt;CakePHP&lt;/a&gt; version 1.0 is released, CakePHP in thier word is:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;I have tried it few times and it is really intersting peace of software, many say CakePHP is &lt;a href=&#34;http://www.rubyonrails.org/&#34;&gt;Ruby on Rails&lt;/a&gt; clone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com new 404 page</title>
      <link>https://rayed.com/posts/2006/05/alriyadhcom-new-404-page/</link>
      <pubDate>Tue, 02 May 2006 02:35:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/05/alriyadhcom-new-404-page/</guid>
      <description>&lt;p&gt;Check it out:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/some_page&#34;&gt;404 Page&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;and give me you feedback, what to you think it should contain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Genius, my favorite mouse</title>
      <link>https://rayed.com/posts/2006/04/genius-my-favorite-mouse/</link>
      <pubDate>Fri, 28 Apr 2006 22:52:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/04/genius-my-favorite-mouse/</guid>
      <description>&lt;p&gt;A while ago I bought an &amp;#8220;Orange&amp;#8221; mouse for my parents home, I bought it based on a recommendation from a sales man at &amp;#8220;echo&amp;#8221; electronic store. I thought optical mouses reached apoint where all mouses are the same, I was wrong. &amp;#8220;orange&amp;#8221; mouse was very stupid, jumping all the time and it drove my crazy.&lt;/p&gt;&#xA;&lt;p&gt;So when I went to computer complex at Olaya to buy my DSL modem, I decided to buy a mouse for my parents computer, and since I have a good &lt;a href=&#34;http://www.geniusnet.com.tw/&#34;&gt;Genius&lt;/a&gt; mouse I bought another Genuis mouse for 20SR (Ibought mine for 30SR 3 years ago), and what a difference between the two. Genuis mouse was very wasy moving and no jumping all over the screen, I loved it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DSL access at last :)</title>
      <link>https://rayed.com/posts/2006/04/dsl-access-at-last/</link>
      <pubDate>Wed, 26 Apr 2006 11:11:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/04/dsl-access-at-last/</guid>
      <description>&lt;p&gt;After three months delay from the &lt;a href=&#34;https://rayed.com/posts/2005/12/finally-dsl-access/&#34;&gt;inital plan&lt;/a&gt; I finally got DSL access.&lt;/p&gt;&#xA;&lt;p&gt;My friend Abdulaziz Alqudhibi offered me NetGear DSL Modem/Router/Access point for really great price but it will take two days to install, but I couldn&amp;rsquo;t wait so I went to the market and bought a SpeedTouch 585, I hope I won&amp;rsquo;t regret it&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.speedtouch.com/prod585.htm&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-04-26/ST585.jpg&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>الحليفة، مزرعة في وادي</title>
      <link>https://rayed.com/posts/2006/04/hulaefah-farm/</link>
      <pubDate>Fri, 14 Apr 2006 17:55:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/04/hulaefah-farm/</guid>
      <description>&lt;div dir=&#34;rtl&#34; align=&#34;right&#34;&gt;&#xA;الحليفة هي مزرعة صغيرة اشتراها عمي عبدالعزيز قبل قرابة السنة، وعلى الرغم من صغر المزرعة التي لا يتجاوز مساحتها 5000 متر فانها معروفة لدى الكثير من سكان الوشم.&lt;br /&gt;&#xA;تقع المزرعة بالقرب من مدينتي &amp;#8220;اثيثية&amp;#8221; و &amp;#8220;مرات&amp;#8221;، والمزرعة موجودة داخل احد الاودية، ويحدها من الغرب سد الحليفة.&lt;br /&gt;&#xA;ارجوا ان تستمع بالصور مثلما استمعت انا بزيارتها.&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rayed/sets/72057594106898263/&#34;&gt;&lt;img src=&#34;http://static.flickr.com/52/128386843_729557d98e_s.jpg&#34; /&gt; &lt;img src=&#34;http://static.flickr.com/47/128386509_c134509882_s.jpg&#34; /&gt; &lt;img src=&#34;http://static.flickr.com/45/128385517_c089976437_s.jpg&#34; /&gt; &lt;img src=&#34;http://static.flickr.com/54/128385883_5bce3ac5db_s.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New theme PaintedDesert</title>
      <link>https://rayed.com/posts/2006/04/new-theme-painteddesert/</link>
      <pubDate>Sun, 09 Apr 2006 13:21:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/04/new-theme-painteddesert/</guid>
      <description>&lt;p&gt;Today my friend &lt;a href=&#34;http://www.tivity.info/wordpress/&#34;&gt;Feras Al-Jumah&lt;/a&gt; sent me a link to a WordPress theme called &lt;a href=&#34;http://jtkconsulting.com/PaintedDesert/?p=6&#34;&gt;PaintedDesert&lt;/a&gt;. I liked it so much that I installed it on my blog, hope everybody like it.&lt;br /&gt;&#xA;Thanks Feras for the link.&lt;/p&gt;&#xA;&lt;p&gt;Here is a screenshot of my old theme:&lt;br /&gt;&#xA;&lt;a href=&#34;https://rayed.com/static/uploads/old/2006-04-09/kubrick.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-04-09/kubrick-small.jpg&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alexa experiment end</title>
      <link>https://rayed.com/posts/2006/04/alexa-experiment-end/</link>
      <pubDate>Tue, 04 Apr 2006 09:30:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/04/alexa-experiment-end/</guid>
      <description>&lt;p&gt;Today I&amp;rsquo;ll end my &lt;a href=&#34;https://rayed.com/posts/2006/01/improving-my-alexa-ranking/&#34;&gt;Alexa experiment&lt;/a&gt;. During the last 60 days I tried to improve my Alexa ranking, my ranking jumped from 1,603,040 to 133,430.&lt;/p&gt;&#xA;&lt;p&gt;Today I removed Alexa ranking banner in my website footer, and I&amp;rsquo;ll remove all A9 toolbar extension from Firefox, it is occupying 20,000 pixels from my screen and I rarely use it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP output compression</title>
      <link>https://rayed.com/posts/2006/03/php-output-compression/</link>
      <pubDate>Fri, 31 Mar 2006 15:30:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/php-output-compression/</guid>
      <description>&lt;p&gt;PHP 4.0.5 and above added new feature to compress your PHP pages on the fly, all you need is the zlib extension, this how I configured it.&lt;br /&gt;&#xA;&lt;code&gt;# vi /usr/local/etc/php.ini&lt;br /&gt;&#xA;:&lt;br /&gt;&#xA;zlib.output_compression = On&lt;br /&gt;&#xA;:&lt;br /&gt;&#xA;# apachectl graceful&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; front page size dropped from 20.5 K to 5.6 K, according to my tests almost 50% of browser don&amp;#8217;t support compression, IE for instance turn off gzip compression support if you have bad firewalls (Zone Alarm), and even some IE extensions (specially ad wares) turn off the compression.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caching: memcached vs MySQL</title>
      <link>https://rayed.com/posts/2006/03/caching-memcached-vs-mysql/</link>
      <pubDate>Thu, 30 Mar 2006 23:46:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/caching-memcached-vs-mysql/</guid>
      <description>&lt;p&gt;Several month ago I researched caching methods to use with &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt;, it was essential because we used old and slow hardware.&lt;/p&gt;&#xA;&lt;p&gt;The result of &lt;a href=&#34;https://rayed.com/posts/2005/08/caching-method-compared/&#34;&gt;my test&lt;/a&gt; showed that MySQL based caching was superior to &lt;a href=&#34;http://www.danga.com/memcached/&#34;&gt;memcached&lt;/a&gt; caching.&lt;/p&gt;&#xA;&lt;p&gt;I did a new benchmark comparing MySQL, &lt;a href=&#34;http://pecl.php.net/package/memcache&#34;&gt;PHP memcache extension&lt;/a&gt;, and &lt;a href=&#34;http://phpca.cytherianage.net/memcached/&#34;&gt;PHP memcache class&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The text is done by fetching the result of a complex query 1000 times, and calculated the time it took using my bechmark library (link dead!), times in seconds:&lt;/p&gt;</description>
    </item>
    <item>
      <title>I got Google Analytics Invitation</title>
      <link>https://rayed.com/posts/2006/03/i-got-google-analytics-invitation/</link>
      <pubDate>Thu, 30 Mar 2006 07:38:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/i-got-google-analytics-invitation/</guid>
      <description>&lt;p&gt;WikiPedia definition:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;Google Analytics is a free service offered by Google that generates detailed statistics about the visitors to a website.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;I&amp;#8217;ve just received my &lt;a href=&#34;http://www.google.com/analytics/&#34;&gt;Google Analytics&lt;/a&gt; Invitation, so I subscribed to the free service. Of course no interesting reports until now, but I&amp;#8217;ll keep you updated when I got anything interesting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saudi credit cards are useless</title>
      <link>https://rayed.com/posts/2006/03/saudi-credit-card/</link>
      <pubDate>Sun, 19 Mar 2006 08:43:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/saudi-credit-card/</guid>
      <description>&lt;p&gt;It cost 150SR per year and I never use it in the Kingdom, even abroad I use for reservation only, because the last time I used it to pay for my hotel stay I couldn&amp;#8217;t get approval for a rented car because the hotel held more money than the cost of my room, and my credit card limit was reached, so I had to pay double in cash 🙁&lt;/p&gt;&#xA;&lt;p&gt;To make thing worse, I tried to purchase a product from the Internet using my credit card and they refused to process my credit card most likely because it is Saudi card.&lt;/p&gt;</description>
    </item>
    <item>
      <title>1000 Mabrook Eyad</title>
      <link>https://rayed.com/posts/2006/03/1000-mabrook-eyad/</link>
      <pubDate>Wed, 15 Mar 2006 19:40:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/1000-mabrook-eyad/</guid>
      <description>&lt;p&gt;My brother Eyad graduated from &lt;a href=&#34;http://www.amman.edu/&#34;&gt;Aman University&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;font size=&#34;6&#34;&gt;1000 Mabrook Eyad&lt;/font&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-03-15/eyad.jpg&#34; /&gt;&lt;br /&gt;&#xA;Sorry for the photo bad quality, I took it using my phone from the TV.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com migration finished</title>
      <link>https://rayed.com/posts/2006/03/alriyadhcom-migration-finished/</link>
      <pubDate>Wed, 15 Mar 2006 17:20:21 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/alriyadhcom-migration-finished/</guid>
      <description>&lt;p&gt;Today &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; main website migrated to &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt;, now the complete website runs on FreeBSD on HP servers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com ads server migrated to FreeBSD</title>
      <link>https://rayed.com/posts/2006/03/alriyadhcom-ads-server-migrated-to-freebsd/</link>
      <pubDate>Mon, 13 Mar 2006 15:55:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/alriyadhcom-ads-server-migrated-to-freebsd/</guid>
      <description>&lt;p&gt;The ads appear now as if they are local images, awesome 🙂&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/2006-03-15/cpu.png&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-03-15/cpu-small.png&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You will notice that the maximum CPU utlization is 29% at around 7:30 am, at this time the old server would hit 100% CPU utlization.&lt;/p&gt;&#xA;&lt;p&gt;The 29% is before enabling &lt;a href=&#34;http://pecl.php.net/package/APC&#34;&gt;APC&lt;/a&gt; (Alternative PHP Cache) which replaced PHPAccelerator I used with the old server, you can see a major drop in CPU utilization after enabling it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My new 80GB USB hard disk</title>
      <link>https://rayed.com/posts/2006/03/my-new-80gb-usb-hard-disk/</link>
      <pubDate>Thu, 02 Mar 2006 18:42:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/03/my-new-80gb-usb-hard-disk/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/2006-03-02/usb-small.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-03-02/usb-small.jpg&#34; align=&#34;right&#34; border=&#34;1&#34; style=&#34;margin:5px;&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I love it, I backed up everything Pictures, Movies, PDF books, ISO images, everything you can image, I wounder why I didn&amp;#8217;t buy one earlier.&lt;/p&gt;&#xA;&lt;p&gt;My brother in law Turki Almuamer suggests that I should buy one, after his laptop go stolen from Dubai airport with all of his data :(, sorry for your loss Turki, and thank you for the suggestion, and another thanks to &lt;a href=&#34;http://blog.ibraq.com/&#34;&gt;Abdullah Aldosari&lt;/a&gt; for suggestion on where to buy it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My tiny contribution to ClamAV</title>
      <link>https://rayed.com/posts/2006/02/my-small-contribution-to-clamav/</link>
      <pubDate>Sun, 26 Feb 2006 15:40:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/my-small-contribution-to-clamav/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.clamav.net/&#34;&gt;ClamAV&lt;/a&gt; is an open source Anti Virus software for UNIX systems, we use it here in &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; to stop Virus in email message it stops thousands of viruses  everyday, I also use it in our &lt;a href=&#34;http://myweb.saudi.net.sa/&#34;&gt;personal hosting&lt;/a&gt; service that we provide for our customers, unfortunately some customers upload virus intentionally and unintentionally, so I installed ClamAV to scan and delete viruses.&lt;/p&gt;&#xA;&lt;p&gt;Last week I noticed one of our trouble making customers uploading sospious files, I ran &amp;#8220;clamscan&amp;#8221; on the user directory but it didn&amp;#8217;t detect it, when I tried to download it my PC anti-virus software &amp;#8220;MicroTrend&amp;#8221; stopped the download warning me about the Virus. So I went home and downloaded it again and scanned it using Norton AV, it didn&amp;#8217;t detect it either! &lt;/p&gt;</description>
    </item>
    <item>
      <title>“The Complete FreeBSD” book in PDF format</title>
      <link>https://rayed.com/posts/2006/02/the-complete-freebsd-book-in-pdf-format/</link>
      <pubDate>Sun, 26 Feb 2006 10:47:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/the-complete-freebsd-book-in-pdf-format/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; is my operating system of choice, for many reasons, one of them is the great documentation, all you need to know about FreeBSD you can find in &lt;a href=&#34;http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/&#34;&gt;FreeBSD handbook&lt;/a&gt;.&lt;br /&gt;&#xA;But to make thing better Mr. &lt;a href=&#34;http://www.lemis.com/grog/&#34;&gt;Greg Lehey&lt;/a&gt; decided to release it for download under the Creative Commons license.  Go pick your copy at &lt;a href=&#34;http://www.lemis.com/grog/Documentation/CFBSD/&#34;&gt;http://www.lemis.com/grog/Documentation/CFBSD/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thank you Mr. Greg&lt;/p&gt;</description>
    </item>
    <item>
      <title>“Unfair” Apache performance comparison</title>
      <link>https://rayed.com/posts/2006/02/unfair-apache-performance-comparison/</link>
      <pubDate>Thu, 23 Feb 2006 23:09:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/unfair-apache-performance-comparison/</guid>
      <description>&lt;p&gt;To find out how fast &lt;a href=&#34;https://rayed.com/posts/2006/02/alriyadhcom-new-servers/&#34;&gt;our new servers&lt;/a&gt; are I run a small test using &lt;a href=&#34;http://httpd.apache.org/docs/1.3/programs/ab.html&#34;&gt;ab&lt;/a&gt; Apache HTTP server benchmarking tool.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll send 10,000 requests using 10 simultaneous processes, I run the same test on both old and new server:&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Old Server&lt;/em&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ ab -c 10 -n 10000 www.alriyadh.com/zzz.txt&#xA;&#xA;:&#xA;&#xA;Time taken for tests:   78.172 seconds&#xA;&#xA;:&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;em&gt;New Server&lt;/em&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ ab -c 10 -n 10000 new-www.alriyadh.com/zzz.txt&#xA;&#xA;:&#xA;&#xA;Time taken for tests:   3.851 seconds&#xA;&#xA;:&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This mean that the new server is &lt;em&gt;20&lt;/em&gt; times faster than the old server, the test is really unfair because the old server is running on production and serving other requests. I&amp;rsquo;ll repeat the same test after migration to see the real numbers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com migration status</title>
      <link>https://rayed.com/posts/2006/02/alriyadhcom-migration-status/</link>
      <pubDate>Thu, 23 Feb 2006 22:53:06 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/alriyadhcom-migration-status/</guid>
      <description>&lt;p&gt;Alriyadh.com is hosted at &lt;a href=&#34;http://www.medu.net.sa/&#34;&gt;MeduNet&lt;/a&gt;, they unpacked the servers on the lab for now, and hopefully they will prepare the racks and install the servers next week.&lt;br /&gt;&#xA;Mean while I went to MeduNet and installed &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD 6&lt;/a&gt; on the 3 servers, fortunately I brought 2 installation CD with me which allowed me to work on 2 servers concurrently. The whole installation process took 1 hour for the 3 servers, of course this a basic setup to allow me to connect remotely to continue installing required software.&lt;br /&gt;&#xA;I went back home and continued working on the servers, it took more than 7 hours to update the system and install the required software, specially &lt;a href=&#34;http://cricket.sourceforge.net/&#34;&gt;Cricket&lt;/a&gt; which required a lot of time and configuration.&lt;br /&gt;&#xA;I also started migrating some of the data from the old servers to the new ones, and to tell you the truth the link between those servers are extremely slow, I left rsync running for overnight and it only copied 1.7G out of 10G.&lt;/p&gt;</description>
    </item>
    <item>
      <title>rsync tips</title>
      <link>https://rayed.com/posts/2006/02/rsync-tips/</link>
      <pubDate>Thu, 23 Feb 2006 12:28:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/rsync-tips/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://rsync.samba.org/&#34;&gt;rsync&lt;/a&gt; is a really smart file transfer tool, when you want to move a large directory from machine to machine it is the best tool you can use.&lt;/p&gt;&#xA;&lt;p&gt;The tool utilise ssh protocol (among others) to transfer files, this is a sample command:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;host_1# rsync /some/dir host_2:/other&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The above command will copy the directory /some/dir  from host_1 to host_2, the smart thing about rsync that it check what files are already copied so it won&amp;#8217;t copy them again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com migrating from Solaris to FreeBSD</title>
      <link>https://rayed.com/posts/2006/02/alriyadhcom-new-servers/</link>
      <pubDate>Wed, 22 Feb 2006 19:17:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/alriyadhcom-new-servers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; new servers arrived, we are upgrading from 4 Sun Solaris machines to 3 HP machines with &lt;a href=&#34;http://www.freebsd.com/&#34;&gt;FreeBSD&lt;/a&gt;, the machines specification as follow:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dual Xeon 3.40GHz&lt;/li&gt;&#xA;&lt;li&gt;1GB RAM&lt;/li&gt;&#xA;&lt;li&gt;4 x 36GB Hard disk&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The servers should be in production next week, you should notice significant performance improvements Insha Allah.&lt;br /&gt;&#xA;Other website enhancements will follow that wasn&amp;#8217;t possible with the old hardware.&lt;/p&gt;</description>
    </item>
    <item>
      <title>rayed.com the first result in Google</title>
      <link>https://rayed.com/posts/2006/02/rayedcom-the-first-result-in-google/</link>
      <pubDate>Wed, 15 Feb 2006 11:13:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/rayedcom-the-first-result-in-google/</guid>
      <description>&lt;p&gt;Finally my website &lt;a href=&#34;http://rayed.com/&#34;&gt;http://rayed.com/&lt;/a&gt; became the first result in &lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt; when searching for &amp;#8220;Rayed&amp;#8221;:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.google.com/search?q=rayed&#34;&gt;http://www.google.com/search?q=rayed&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;For years and years when you search for my name you will get X-Ray related sites, because the past of the verb &amp;#8220;ray&amp;#8221; is &amp;#8220;rayed&amp;#8221;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google AdSense on my blog</title>
      <link>https://rayed.com/posts/2006/02/google-adsense-on-my-blog/</link>
      <pubDate>Tue, 14 Feb 2006 02:13:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/google-adsense-on-my-blog/</guid>
      <description>&lt;p&gt;I signed up with Google AdSense, and you can find Google Ads in sidebar, I am still learning about the AdDense program.&lt;br /&gt;&#xA;But basically it allow content providers (i.e. owner of Internet websites) to earn money by displaying google ads, and each time a person click on an add it add more credit to him.&lt;br /&gt;&#xA;To learn more here are some links from Wikipedia links:&lt;br /&gt;&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Adsense&#34;&gt;AdSense&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/AdWords&#34;&gt;AdWords&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://en.wikipedia.org/wiki/Mediabot&#34;&gt;Mediabot&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>BBS News script no longer work</title>
      <link>https://rayed.com/posts/2006/02/bbs-news-script-no-longer-work/</link>
      <pubDate>Mon, 13 Feb 2006 14:36:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/bbs-news-script-no-longer-work/</guid>
      <description>&lt;p&gt;Long time ago I built a PHP script that fetch and parse Arabic BBC news and format them in Javscript format, this can be used by adding few HTML code in your website.&lt;/p&gt;&#xA;&lt;p&gt;The script located at: &lt;a href=&#34;http://rayed.com/bbcjs.php3&#34;&gt;http://rayed.com/bbcjs.php3&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I stopped the script more than 5 years ago, but until now I found many entries in my log asking for that file, so I decide to take an action, I put the file back but I put a warning message to notify the user that the script is no longer working.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New look</title>
      <link>https://rayed.com/posts/2006/02/new-look/</link>
      <pubDate>Thu, 09 Feb 2006 12:37:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/new-look/</guid>
      <description>&lt;p&gt;I chaned the default image that comes with the default WordPress theme, what do you think about it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alexa Ranking imporvment</title>
      <link>https://rayed.com/posts/2006/02/alexa-ranking-imporvment/</link>
      <pubDate>Thu, 09 Feb 2006 11:53:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/alexa-ranking-imporvment/</guid>
      <description>&lt;p&gt;My ranking from:&lt;br /&gt;&#xA;&lt;strong&gt;1,603,040&lt;/strong&gt;&lt;br /&gt;&#xA;To:&lt;br /&gt;&#xA;&lt;strong&gt;1,052,170&lt;/strong&gt;&lt;br /&gt;&#xA;In less than 10 days.&lt;/p&gt;&#xA;&lt;p&gt;UPDATE: My ranking jumped to &lt;strong&gt;629,132&lt;/strong&gt;, I am starting to enjoy this 😉&lt;br /&gt;&#xA;UPDATE: Day 17 my ranking is now &lt;strong&gt;473,585&lt;/strong&gt;.&lt;br /&gt;&#xA;UPDATE: Day 20 my ranking is now &lt;strong&gt;388,412&lt;/strong&gt;.&lt;br /&gt;&#xA;UPDATE: Day 23 my ranking is now &lt;strong&gt;360,154&lt;/strong&gt;, I guess it starting to slow down.&lt;br /&gt;&#xA;UPDATE: Day 28 my ranking is now &lt;strong&gt;322,116&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox 1.5.0.1 upgrade</title>
      <link>https://rayed.com/posts/2006/02/firefox-1501-upgrade/</link>
      <pubDate>Sat, 04 Feb 2006 09:18:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/firefox-1501-upgrade/</guid>
      <description>&lt;p&gt;Few days ago while browsing my favourite websites, a pop-up showed asking me to install Firefox 1.5.0.1 &amp;#8230; WOW, I didn&amp;#8217;t have to re-download 4.5MB for Firefox again, this really nice feature.&lt;/p&gt;&#xA;&lt;p&gt;It also appears to me that the new version 1.5.0.1 much better than the old one, at least in memory consumption, I like it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cheese Steak @ Subway</title>
      <link>https://rayed.com/posts/2006/02/cheese-steak-subway/</link>
      <pubDate>Fri, 03 Feb 2006 19:29:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/02/cheese-steak-subway/</guid>
      <description>&lt;table align=&#34;right&#34;&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;&#xA;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-02-03/subway.png&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2006-02-03/quiznos.png&#34; width=&#34;147&#34; /&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Everyone who know me knows that I love &lt;a href=&#34;http://www.subway.com/&#34;&gt;Subway&lt;/a&gt; subs, but recently I switched to &lt;a href=&#34;http://www.quiznos.com/&#34;&gt;Quiznos&lt;/a&gt; mainly because they toast the sandwiches, yummy my mouth start watering 🙂&lt;/p&gt;&#xA;&lt;p&gt;But two days ago I got tired from Quiznos so I went back to Subway and I tried the &amp;#8220;Cheese Steak&amp;#8221;, oh my god, it is really delicious!&lt;/p&gt;&#xA;&lt;p&gt;The worst thing about Subway that you need to know which topping and sauce is good with what, and of course if you get something wrong it could ruin your sandwich.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh a record number of comments</title>
      <link>https://rayed.com/posts/2006/01/alriyadh-a-record-number-of-comments/</link>
      <pubDate>Tue, 31 Jan 2006 23:00:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/alriyadh-a-record-number-of-comments/</guid>
      <description>&lt;p&gt;It is still 10:54 pm and until now we have around &lt;a href=&#34;http://www.alriyadh.com/php/comments/comments_top.php&#34;&gt;1200 comments&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;923 Viewed.&lt;/li&gt;&#xA;&lt;li&gt;65 Pending.&lt;/li&gt;&#xA;&lt;li&gt;207 Rejected.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;and I complain when I get 3 spam messages.&lt;/p&gt;&#xA;&lt;p&gt;&lt;b&gt;الله يعينكم والله&lt;/b&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com eBooks</title>
      <link>https://rayed.com/posts/2006/01/alriyadhcom-ebooks/</link>
      <pubDate>Tue, 31 Jan 2006 09:19:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/alriyadhcom-ebooks/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; introduced new service called &amp;#8220;Alriyadh eBook&amp;#8221;, basically they collected articles of selected writers and group them in one downloadable PDF file.&lt;br /&gt;&#xA;We used to get hundreds of request for some writers, specaially &lt;a href=&#34;http://www.alriyadh.com/static/ebooks/ebook-235.html&#34; &gt;&amp;#8220;فهد عامر الأحمد&amp;#8221;&lt;/a&gt; who write very informative and in the same time amusing articles.&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/static/ebooks/&#34;&gt;http://www.alriyadh.com/static/ebooks/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trying to improving my Alexa ranking</title>
      <link>https://rayed.com/posts/2006/01/improving-my-alexa-ranking/</link>
      <pubDate>Mon, 30 Jan 2006 01:55:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/improving-my-alexa-ranking/</guid>
      <description>&lt;p&gt;I really hate &lt;a href=&#34;http://www.alexa.com/&#34;&gt;Alexa&lt;/a&gt;, and I never trust their ranking method, you must install their toolbar to get counted but I never saw any one using their toolbar, but unfortunately it is the only was to measure website popularity.&lt;/p&gt;&#xA;&lt;p&gt;Any way I am going to use &lt;a href=&#34;http://www.a9.com/&#34;&gt;A9&lt;/a&gt; toolbar (which is part of Amazon, who in turn own Alexa), and I added Alexa Badge in the bottom of my page to see how this will affect my website ranking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Faster Dialup Service</title>
      <link>https://rayed.com/posts/2006/01/faster-dialup-service/</link>
      <pubDate>Fri, 27 Jan 2006 18:15:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/faster-dialup-service/</guid>
      <description>&lt;p&gt;SAUDI NET is testing new dialup service, the new service uses PPP compression to give faster links, the difference is noticeable espically with HTML pages. Of course images and binary files get less compression which mean you won&amp;#8217;t notice a big difference with them.&lt;/p&gt;&#xA;&lt;p&gt;The service is tested with SAUDI NET prepaid service only (Phone: 3604567), if tests went ok we deploy it on SAUDI NET EasyNet (Phone: 3660077).&lt;/p&gt;&#xA;&lt;p&gt;Improvemnt of performance depeneds on your browsing behaviour, but 25% is the average increase. So if you connect using 45K you will really get 56K, and if you connect with 52K speed you will get 65K.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com news in your website, cut and paste</title>
      <link>https://rayed.com/posts/2006/01/alriyadhcom-news-in-your-website-cut-and-paste/</link>
      <pubDate>Wed, 25 Jan 2006 00:21:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/alriyadhcom-news-in-your-website-cut-and-paste/</guid>
      <description>&lt;p&gt;I developed a new Javascript based feed for &lt;a href=&#34;http://www.alriyadh.com&#34;&gt;alriyadh.com&lt;/a&gt; that can be included easily in any website, all you need is cut-n-paste some HTML code (mostly Javascript) into your web page and you will get all the news you need.&lt;br /&gt;&#xA;The script is customizable you can select the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What section you want to view.&lt;/li&gt;&#xA;&lt;li&gt;How many links in each section.&lt;/li&gt;&#xA;&lt;li&gt;How do you want to view the links.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Give it a try and tell me what do you think, remember it is still under development, so please don&amp;#8217;t complain about the design 🙂&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/static/feedjs/&#34;&gt;http://www.alriyadh.com/static/feedjs/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fastest CVS UP server</title>
      <link>https://rayed.com/posts/2006/01/fastest-cvs-up-server/</link>
      <pubDate>Sat, 21 Jan 2006 09:31:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/fastest-cvs-up-server/</guid>
      <description>&lt;p&gt;FreeBSD use a protocol called CVS to update its source code, it is also use it to upgrade FreeBSD ports.&lt;br /&gt;&#xA;But before you start update you must specify the mirror you want sychronize your code with, of  course you should use the server near you to speed up the process.&lt;br /&gt;&#xA;I always had trouble finding the best mirror, I used pickup server in France, then I switched to servers in the US, but I never satisfied with the speed.&lt;br /&gt;&#xA;Until I discovered &lt;a href=&#34;http://fastest-cvsup.sourceforge.net/&#34;&gt;fastest_cvsup&lt;/a&gt; which is a tool that test all mirror of given country(eis) and give the fastest one of them, neat!&lt;br /&gt;&#xA;It turned out that the fastest mirror are indeede in france, here is the result:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;# fastest_cvsup -q -c sa,fr,us,ca&lt;br /&gt;&#xA; -=(ooooooooooooooooooooooooooo)=(cvsup2.ca.freebsd.org)=-&lt;br /&gt;&#xA;cvsup4.fr.freebsd.org&lt;br /&gt;&#xA;&lt;/code&gt;&lt;br /&gt;&#xA;The command check server in Saudi Arabia (nothing in Saudi Arabia but to make sure), France, US, and Canada.&lt;br /&gt;&#xA;You milage may vary, in fact teh result could change from day to day, so it might be a good idea to use a script like the one given with the tool:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;#!/bin/sh&lt;br /&gt;&#xA;if SERVER=`fastest_cvsup -q -c fr,us,ca`; then&lt;br /&gt;&#xA; cvsup -g -L 2 -h $SERVER /usr/local/etc/cvsup/ports-supfile&lt;br /&gt;&#xA;fi&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET DSL without proxy: Fixed</title>
      <link>https://rayed.com/posts/2006/01/saudi-net-dsl-without-proxy-fixed/</link>
      <pubDate>Tue, 17 Jan 2006 21:59:40 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/saudi-net-dsl-without-proxy-fixed/</guid>
      <description>&lt;p&gt;We found a small configuration error that broke the transparent proxy from working on some DSL connections, it should work now with every one, Enjoy!&lt;/p&gt;</description>
    </item>
    <item>
      <title>After 8 months of waiting, the Avalon arrived</title>
      <link>https://rayed.com/posts/2006/01/after-8-month-of-waiting-my-new-car-arrived/</link>
      <pubDate>Mon, 16 Jan 2006 19:45:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/after-8-month-of-waiting-my-new-car-arrived/</guid>
      <description>&lt;p&gt;Finally after &lt;a href=&#34;https://rayed.com/posts/2005/05/i-like-the-new-avalon/&#34;&gt;8 months of waiting&lt;/a&gt;, and many calls and visits to &lt;a href=&#34;http://www.alj.com/&#34;&gt;Abdul Latif Jameel&lt;/a&gt; my new &lt;a href=&#34;http://www.toyota.com/avalon&#34;&gt;Avalon&lt;/a&gt; arrived.&lt;br /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flickr open again, but is it for good!</title>
      <link>https://rayed.com/posts/2006/01/flickr-open-again-but-is-it-for-good/</link>
      <pubDate>Sun, 15 Jan 2006 12:54:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/flickr-open-again-but-is-it-for-good/</guid>
      <description>&lt;p&gt;Today a friend of mine opened my old web site &lt;a href=&#34;http://myweb.saudi.net.sa/rayed/&#34;&gt;http://myweb.saudi.net.sa/rayed/&lt;/a&gt; and I noticed that my flickr badge is working again! I thought he used an external proxy, but he wasn&amp;#8217;t 🙂&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.flickr.com/&#34;&gt;Flickr&lt;/a&gt; is open again but is it for good or it is just a mistake from ISU.&lt;br /&gt;&#xA;I enabled my Flickr badge again, I miss Flickr!&lt;br /&gt;&#xA;&lt;b&gt;UPDATE:&lt;/b&gt; ISU blocked flickr again 🙁&lt;br /&gt;&#xA;&lt;b&gt;UPDATE:&lt;/b&gt; It is open now, I am confused!&lt;br /&gt;&#xA;&lt;b&gt;UPDATE:&lt;/b&gt; It seems that Flickr is open in Riyadh proxies, and not on Jeddah proxies, I hope it is closed by mistake.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back to Riyadh :)</title>
      <link>https://rayed.com/posts/2006/01/back-to-riyadh-2/</link>
      <pubDate>Fri, 13 Jan 2006 00:21:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/back-to-riyadh-2/</guid>
      <description></description>
    </item>
    <item>
      <title>Photos from Konstanz, Germany</title>
      <link>https://rayed.com/posts/2006/01/photos-from-konstanz/</link>
      <pubDate>Sun, 08 Jan 2006 22:11:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/photos-from-konstanz/</guid>
      <description>&lt;p&gt;Here are two photos I took today when visiting &lt;a href=&#34;http://www.konstanz.de/&#34;&gt;Konstanz&lt;/a&gt;, I forgot my Canon camera so I took these photos with my Nokia phone, surprisingly they look good. Click to enlarge.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/Image054.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/thumb-Image054.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/Image058.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/thumb-Image058.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>In Germany now</title>
      <link>https://rayed.com/posts/2006/01/in-germany-now/</link>
      <pubDate>Sat, 07 Jan 2006 21:47:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2006/01/in-germany-now/</guid>
      <description>&lt;p&gt;So no real updates for a while, it is freezing in here, a lot of pictures in the near future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finally DSL access :)</title>
      <link>https://rayed.com/posts/2005/12/finally-dsl-access/</link>
      <pubDate>Thu, 29 Dec 2005 00:47:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/finally-dsl-access/</guid>
      <description>&lt;p&gt;but after two months 🙁&lt;br /&gt;&#xA;STC is under going a massive deployment in DSL lines in 2006, they announced that they will increase the number of DSL lines kingdom wide from 50,000 line to 500,000 line by the end of 2006!&lt;br /&gt;&#xA;So I decided to call the STC service number 907, and order DSL, they gave me an appointment today to tell me if the line is ready or not, no called me, so I called and they told the &amp;#8220;Moather&amp;#8221; exchange -which my area belongs to- will get DSL access in 26/1/1427 Hejjri which corresponds to 25/2/2006 according to &lt;a href=&#34;http://www.islamicfinder.org/Hcal/hdate_hj.php?month=1&amp;#038;year=1427&#34;&gt;IslamicFinder&lt;/a&gt;&lt;br /&gt;&#xA;I&amp;#8217;ll be waiting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com first DDoS</title>
      <link>https://rayed.com/posts/2005/12/alriyadhcom-first-ddos/</link>
      <pubDate>Tue, 27 Dec 2005 17:53:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/alriyadhcom-first-ddos/</guid>
      <description>&lt;p&gt;We had today a major DDoS attack (Distributed Denial of Service), we get thousands of concurrent connection from all over the globe. It took us a while to figure out the problem, the attack still active but hopefully we managed to take the site online again for Saudi Arabia users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WordPress 2</title>
      <link>https://rayed.com/posts/2005/12/wordpress-2/</link>
      <pubDate>Tue, 27 Dec 2005 17:47:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/wordpress-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://wordpress.org/&#34;&gt;WordPress&lt;/a&gt; the blogging software that runs my site released version 2.&lt;br /&gt;&#xA;A lot of new features, the admin interface is complete changed with many new enhancements, they also added WYSIWYG editor, and easier file upload.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Refresh firefox, and make it faster</title>
      <link>https://rayed.com/posts/2005/12/refresh-firefox-and-make-it-faster/</link>
      <pubDate>Mon, 26 Dec 2005 14:23:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/refresh-firefox-and-make-it-faster/</guid>
      <description>&lt;p&gt;Today I tried to install &lt;a href=&#34;http://livehttpheaders.mozdev.org/&#34;&gt;LiveHTTPHeaders&lt;/a&gt; extension and I had to kill FireFox in the middle of installation process, so I ended up with half installed extension,  I tried to install it again to find out two copies of the same extension one working the other just showing in the list without being able to do anything with it.&lt;/p&gt;&#xA;&lt;p&gt;Then I decided to remove manually, to find out 340M temporary files in the profile directory, so I decided to replace the complete profile, and create new one again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET DSL without proxy</title>
      <link>https://rayed.com/posts/2005/12/saudi-net-dsl-without-proxy/</link>
      <pubDate>Sun, 25 Dec 2005 13:03:29 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/saudi-net-dsl-without-proxy/</guid>
      <description>&lt;p&gt;We&amp;#8217;ve just launched transparent proxy solution on our DSL service, since I don&amp;#8217;t have DSL at home I can&amp;#8217;t test it yet 🙁&lt;br /&gt;&#xA;But if you do and have problems please let me know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET photo shoot</title>
      <link>https://rayed.com/posts/2005/12/saudi-net-photo-shoot/</link>
      <pubDate>Sun, 18 Dec 2005 12:12:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/saudi-net-photo-shoot/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/2005-12-18/saudinet.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/static/uploads/old/2005-12-18/saudinet-small.jpg&#34; align=&#34;right&#34; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;Very busy shooting studio 🙂&lt;br /&gt;&#xA;&lt;br clear=&#34;both&#34; /&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yet another Ad :(</title>
      <link>https://rayed.com/posts/2005/12/yet-another-ad/</link>
      <pubDate>Tue, 13 Dec 2005 13:10:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/yet-another-ad/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;www.alriyadh.com&lt;/a&gt; added a new advertising banner to all pages, they now show 6 ads in a single page, I am not sure what they are thinking why don&amp;#8217;t they increase the prices, and put fewer ads. I hate it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Writing Arabic emails under Thunderbird</title>
      <link>https://rayed.com/posts/2005/12/writing-arabic-emails-under-thunderbird/</link>
      <pubDate>Mon, 05 Dec 2005 09:33:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/writing-arabic-emails-under-thunderbird/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.mozilla.com/thunderbird/&#34;&gt;Thunderbird&lt;/a&gt; is my favourite email client, I really love it.&lt;br /&gt;&#xA;The only problem I face is when writing an Arabic email, the problem is with changed the direction of text from &amp;#8220;Left to Right&amp;#8221; (ltr) to &amp;#8220;Right to Left&amp;#8221; (rtl).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/2005-12-04/thunderbird.png&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/2005-12-04/thunderbird-small.png&#39; align=&#34;right&#34; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;br /&gt;&#xA;The trick works like this:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;From the toolbar change the text alignment to the right.&lt;/li&gt;&#xA;&lt;li&gt;Double click on the line.&lt;/li&gt;&#xA;&lt;li&gt;The &amp;#8220;Advanced Property Editor&amp;#8221; will popup, it will allow you to add any custom attribute to the current section.&lt;/li&gt;&#xA;&lt;li&gt;In &amp;#8220;Attribute&amp;#8221; add &amp;#8220;dir&amp;#8221;, and in the &amp;#8220;Value&amp;#8221; add &amp;#8220;rtl&amp;#8221;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I am sure we will have some short cut in the future, I know there is an extension for supporting &amp;#8220;Right to Left&amp;#8221; but I guess it is old, and I personally prefer built in support.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exposé for Firefox</title>
      <link>https://rayed.com/posts/2005/12/expose-for-firefox/</link>
      <pubDate>Sat, 03 Dec 2005 12:32:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/expose-for-firefox/</guid>
      <description>&lt;img src=&#39;https://rayed.com/static/uploads/old/viamatic_foxpose2.jpg&#39; alt=&#39;&#39; align=&#39;right&#39; /&gt;&#xA;&lt;a href=&#34;http://www.apple.com/macosx/features/expose/&#34;&gt;Exposé&lt;/a&gt; is a feature in Mac OS X that enables you to see all your open windows with only one click.&#xA;foXpose is a Firefox extension that give you similar effect, it will show you all your open tabs at once, give it a try it is only 6kb extension:&#xA;&lt;a href=&#34;https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;#038;id=1457&#34;&gt;https://addons.mozilla.org/extensions/...&lt;/a&gt;</description>
    </item>
    <item>
      <title>Cleaning up readers comments</title>
      <link>https://rayed.com/posts/2005/12/cleaning-up-readers-comments/</link>
      <pubDate>Thu, 01 Dec 2005 16:54:01 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/12/cleaning-up-readers-comments/</guid>
      <description>&lt;p&gt;When reading &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; readers comments, I found many readers using bad practices when posting comments for example:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Repeating one character many times, e.g. “……”, “!!!!!”, “?????”, etc..&lt;/li&gt;&#xA;&lt;li&gt;Using empty lines&lt;/li&gt;&#xA;&lt;li&gt;Using Kasheda to format Arabic strings.&lt;/li&gt;&#xA;&lt;li&gt;Using more than one space between words.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://rayed.com/posts/2005/11/spelling-mistakes-drive-me-crazy/&#34;&gt;Misspelling “لكن”&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;So I wrote a filter to remove all these practices.&lt;/p&gt;&#xA;&lt;p&gt;What do you think? good or bad idea, please tell me what do you think.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox 1.5 released</title>
      <link>https://rayed.com/posts/2005/11/firefox-15-released/</link>
      <pubDate>Wed, 30 Nov 2005 21:35:53 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/firefox-15-released/</guid>
      <description>&lt;p&gt;with auto update, i.e. you don&amp;#8217;t have to reinstall it every time a new version released, it will update it self with small download.&lt;br /&gt;&#xA;Plus it means the browser will be always secure.&lt;br /&gt;&#xA;P.S. Firefox 1.5 is 5 Mb download.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I love Thursday mornings</title>
      <link>https://rayed.com/posts/2005/11/i-love-thursday-mornings/</link>
      <pubDate>Thu, 24 Nov 2005 10:11:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/i-love-thursday-mornings/</guid>
      <description>&lt;p&gt;The best time of the week by far is Thursday morning, I usually wake up around 8 am, even when I stay late the night before it, I go out for breakfast at any place quite.&lt;/p&gt;&#xA;&lt;p&gt;Today I went to MyPie restaurant in Olaya, it is a small restaurant that serve Pies of course and sandwiches. I usually take Labna with Tomato, and Meat pies, but today I tried the lever sandwich (very popular in Saudi), and Shakshokah (Scrambled eggs with tomato and onion).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cat in a microwave</title>
      <link>https://rayed.com/posts/2005/11/cat-in-a-microwave/</link>
      <pubDate>Wed, 23 Nov 2005 21:30:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/cat-in-a-microwave/</guid>
      <description>&lt;p&gt;This a very disturbing story, I don&amp;#8217;t recommend reading it at all, or at least don&amp;#8217;t try to visualize the story.&lt;/p&gt;&#xA;&lt;p&gt;A family left their 3 kids, oldest is 8, at home with the family maid, they were playing in the garden with a small kitten they have, while playing it rained and the kitten got wet, so the kids thought they need to dry her, so they put her in the microwave and they clicked random numbers and started cooking the poor kitten, after few minutes the microwave exploded and the kitten internal part shattered all over the kitchen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My JVC Everio camcorder</title>
      <link>https://rayed.com/posts/2005/11/my-jvc-everio-camcorder/</link>
      <pubDate>Wed, 23 Nov 2005 21:12:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/my-jvc-everio-camcorder/</guid>
      <description>&lt;img src=&#34;https://rayed.com/static/uploads/old/jvc_camcorder.jpg&#34; alt=&#34;JVC Evrio&#34; align=&#34;right&#34; /&gt;&#xA;&lt;p&gt;I &lt;a href=&#34;https://rayed.com/posts/2005/10/jvc-camcorders-with-hard-disk/&#34;&gt;wrote&lt;/a&gt; a while back about JVC camcorder with hard disk, I bought this camera to shoot my baby life 🙂&lt;/p&gt;&#xA;&lt;p&gt;I thought I would write small review about it, so here is the good and the bad.&lt;/p&gt;&#xA;&lt;p&gt;The good:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Easy to use.&lt;/li&gt;&#xA;&lt;li&gt;No tapes to buy, to take on trips, to exchange, just take the shoot.&lt;/li&gt;&#xA;&lt;li&gt;No over writing other clips by mistake.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The bad:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Less than average video quality.&lt;/li&gt;&#xA;&lt;li&gt;I have an old notebook with USB1, moving clips from the camcorder to notebook takes very very long time.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>digg.com vs Slashdot</title>
      <link>https://rayed.com/posts/2005/11/diggcom-vs-slashdot/</link>
      <pubDate>Wed, 23 Nov 2005 20:49:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/diggcom-vs-slashdot/</guid>
      <description>&lt;p&gt;If you like &lt;a href=&#34;http://slashdot.org/&#34;&gt;SlashDot&lt;/a&gt; the technical news site, you will love &lt;a href=&#34;http://digg.com/&#34;&gt;Digg&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;My first impression of digg is that Digg has more links, and less discussion.&lt;/p&gt;&#xA;&lt;p&gt;The major advantage about Digg is that stories are picked by users not by ad editor, which makes it self maintained site! check Digg &lt;a href=&#34;http://digg.com/faq&#34;&gt;FAQ&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;There is even a dedicated website to compare Digg to Slashdot, and give score to based on how fast they post a news, so far the result Digg 24, Slashdot 14:&lt;br /&gt;&#xA;&lt;a href=&#34;http://diggvsdot.com/&#34;&gt;http://diggvsdot.com/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com usability improvements</title>
      <link>https://rayed.com/posts/2005/11/comments-usability-improvments/</link>
      <pubDate>Sun, 20 Nov 2005 11:37:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/comments-usability-improvments/</guid>
      <description>&lt;p&gt;alriyadh.com added multiple usability improvements to comment posting form:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;To prevent duplicate posting, the submit button is disabled after the first click.&lt;/li&gt;&#xA;&lt;li&gt;The user name and email is now remembered, so next time it will be auto filled.&lt;/li&gt;&#xA;&lt;li&gt;Focus is set to the first empty field in the form.&lt;/li&gt;&#xA;&lt;li&gt;Client IP is now recorded to detect fake posting, some users sends multiple posts with different, this will help to detect them.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>PostgreSQL included in Solaris 10</title>
      <link>https://rayed.com/posts/2005/11/postgresql-included-in-solaris-10/</link>
      <pubDate>Fri, 18 Nov 2005 13:56:47 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/postgresql-included-in-solaris-10/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.sun.com/&#34;&gt;Sun&lt;/a&gt; microsystem will include &lt;a href=&#34;http://www.postgresql.org/&#34;&gt;PostgreSQL&lt;/a&gt; open source database with every copy of Solaris 10, with 24/7 support also 🙂&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.sun.com/software/solaris/news/111705.jsp&#34;&gt;http://www.sun.com/software/solaris/news/111705.jsp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET DSL feedback</title>
      <link>https://rayed.com/posts/2005/11/saudi-net-dsl-feedback/</link>
      <pubDate>Wed, 16 Nov 2005 16:17:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/saudi-net-dsl-feedback/</guid>
      <description>&lt;p&gt;It is thrilling to see these words:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.adslgate.com/dsl/showthread.php?t=10976&#34;&gt;http://www.adslgate.com/dsl/showthread.php?t=10976&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.adslgate.com/dsl/showthread.php?p=85995&#34;&gt;http://www.adslgate.com/dsl/showthread.php?p=85995&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com one man show!</title>
      <link>https://rayed.com/posts/2005/11/alriyadhcom-one-man-show/</link>
      <pubDate>Tue, 15 Nov 2005 09:35:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/alriyadhcom-one-man-show/</guid>
      <description>&lt;p&gt;Everyday at 11pm, alriyadh.com team start working on the next day issue, the job involve copying all contents from the printed version to the alriyadh.com content management system, the process involve 2 to 3 team members, and takes about 4-5 hours to complete.&lt;/p&gt;&#xA;&lt;p&gt;But last Thursday was a special case, due to a planned vacation for one team member, and family issues for another member, Faisal Alenzi was the only guy working that night and he carried the whole show and published the whole issue on time by him self.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Abdullah Alrashed</title>
      <link>https://rayed.com/posts/2005/11/abdullah-alrashed/</link>
      <pubDate>Mon, 14 Nov 2005 09:47:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/abdullah-alrashed/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.alriyadh.com/2005/11/14/img/rayed.jpg&#34; alt=&#34;Rayed Alrashed&#34; align=&#34;right&#34; /&gt;&lt;br /&gt;&#xA;My friends at Alriyadh Newspaper published my son news on todays issue:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/2005/11/14/article107840.html&#34;&gt;Abdullah Alrashed&lt;/a&gt;&lt;br /&gt;&#xA;Thank you guys 🙂&lt;br /&gt;&#xA;&lt;br style=&#34;clear:both&#34;/&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL and PHP (on Windows)</title>
      <link>https://rayed.com/posts/2005/11/postgresql-and-php-on-windows/</link>
      <pubDate>Sun, 13 Nov 2005 10:12:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/postgresql-and-php-on-windows/</guid>
      <description>&lt;p&gt;After installing PostgreSQL (15 minutes job), and playing with pgAdminIII, I decided to try it with PHP.&lt;br /&gt;</description>
    </item>
    <item>
      <title>PostgreSQL on windows</title>
      <link>https://rayed.com/posts/2005/11/postgresql-on-windows/</link>
      <pubDate>Sat, 12 Nov 2005 15:00:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/postgresql-on-windows/</guid>
      <description>&lt;p&gt;Last weekend I decided to try PostgreSQL on Windows, I download PostgreSQL 8.1 installation file from &lt;a href=&#34;http://postgresql.org/&#34;&gt;PostgreSQL website&lt;/a&gt;, it was 22Mg zip file.&lt;/p&gt;&#xA;&lt;p&gt;I also downloaded the 12 Mg manual, which contains everything about Postgres.&lt;/p&gt;&#xA;&lt;p&gt;The installation is straight forward, simple wizard with some clicks and everything is installed and Postgres is running.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/20051112pgadmin.png&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/thumb-20051112pgadmin.png&#39; align=&#34;right&#34; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Postgres comes with two clients:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;psql: CLI (command line) client.&lt;/li&gt;&#xA;&lt;li&gt;pgAdminIII: graphical client.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;pgAdmin (see the screen shot) looks amazing and gives you access to all parts of the database, and you can connect to multiple databases. I got intimidated at first when I saw all the options in pgAdminIII but after looking carefully at them it isn&amp;rsquo;t that scary 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saudi NIC new website</title>
      <link>https://rayed.com/posts/2005/11/saudi-nic-new-website/</link>
      <pubDate>Sat, 12 Nov 2005 14:40:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/saudi-nic-new-website/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.nic.net.sa/&#34;&gt;Saudi NIC&lt;/a&gt; the organization responsible for registering &amp;#8220;.sa&amp;#8221; domains updated their website, the new design very clean and fresh. Congratulation.&lt;/p&gt;&#xA;&lt;p&gt;Registering under &amp;#8220;.sa&amp;#8221; is free, and you can get good names too, so if you have a company please go and register (it is easy).&lt;/p&gt;&#xA;&lt;p&gt;They also register Arabic domain names.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ISU block flickr AGAIN</title>
      <link>https://rayed.com/posts/2005/11/isu-block-flickr-again/</link>
      <pubDate>Wed, 09 Nov 2005 22:39:09 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/isu-block-flickr-again/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.isu.net.sa/&#34;&gt;ISU&lt;/a&gt; blocked &lt;a href=&#34;http://flickr.com&#34;&gt;Flickr&lt;/a&gt; for the third time in less than a year, I HATE YOU ISU.&lt;/p&gt;&#xA;&lt;p&gt;Please help me to unblock Flickr by filing &lt;a href=&#34;http://www.isu.net.sa/saudi-internet/contenet-filtring/forms/unblock-requist-ar.htm&#34;&gt;URL unblocking request&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The importance of flickr is that thousands of weblogs and personal websites host their image at flickr, so by blocking flickr they blocked all images from all of these weblogs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spelling mistakes drive me crazy</title>
      <link>https://rayed.com/posts/2005/11/spelling-mistakes-drive-me-crazy/</link>
      <pubDate>Wed, 09 Nov 2005 14:35:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/spelling-mistakes-drive-me-crazy/</guid>
      <description>&lt;p&gt;I am not a &amp;#8220;speeling bee champion&amp;#8221; -the previous sentence proves it 🙂  -, and I usually don&amp;#8217;t care about spelling mistakes of others, but some spelling mistakes drive me crazy.&lt;/p&gt;&#xA;&lt;p&gt;One of the most common in Arabic is:&lt;br /&gt;&#xA;لاكن&lt;br /&gt;&#xA;This is wrong, if you write it like this please stop, it is written:&lt;br /&gt;&#xA;لكن&lt;/p&gt;&#xA;&lt;p&gt;I hope Google would support Arabic in their toolbar spell checker.&lt;/p&gt;&#xA;&lt;p&gt;P.S: If you noticed any spelling mistakes in any of my post please let me know.&lt;br /&gt;&#xA;P.S: I used to write &amp;#8220;great&amp;#8221; as &amp;#8220;grate&amp;#8221; for many many years, but thanks to my friend &amp;#8220;Fayez Alazmi&amp;#8221; who corrected me one day I don&amp;#8217;t write &amp;#8220;grate&amp;#8221; that often any more 🙂 .&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL 8.1 released</title>
      <link>https://rayed.com/posts/2005/11/postgresql-81-released/</link>
      <pubDate>Tue, 08 Nov 2005 17:07:44 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/postgresql-81-released/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.postgresql.org/&#34;&gt;PostgreSQL&lt;/a&gt; (&lt;a href=&#34;http://en.wikipedia.org/wiki/Postgresql&#34;&gt;Wikipedia&lt;/a&gt;) 8.1 released, check &lt;a href=&#34;http://www.postgresql.org/docs/whatsnew&#34;&gt;What&amp;#8217;s new in 8.1&lt;/a&gt; document.&lt;/p&gt;&#xA;&lt;p&gt;For some reason I love PostgreSQL althought I never really used it before, I am very happy with MySQL but I really would love to use PostgreSQL, for me MySQL excel in 3 areas:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PHPMyAdmin: I can&amp;#8217;t live without it, I know PostgreSQL have &lt;a href=&#34;http://phppgadmin.sourceforge.net&#34;&gt;phppgadmin&lt;/a&gt;, but I don&amp;#8217;t think it would match PHPMyAdmin.&lt;/li&gt;&#xA;&lt;li&gt;Windows port: I remember they ported PostgreSQL to Windows, a while ago but I never tried it either, I guess I am lazy.&lt;/li&gt;&#xA;&lt;li&gt;Replication: I am not sure about the status of replication in PostgreSQL, am I lazy or what.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>alriyadh.com new comments style</title>
      <link>https://rayed.com/posts/2005/11/alriyadhcom-new-comments-style/</link>
      <pubDate>Tue, 08 Nov 2005 13:24:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/alriyadhcom-new-comments-style/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.alriyadh.com/2005/11/08/article106434.html&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/thumb-alriyadh_comments.png&#39; align=&#39;right&#39; alt=&#39;alriyadh.com comments&#39; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alriyadh.com introduced new style to display comments, see the &lt;a href=&#34;http://www.alriyadh.com/2005/11/08/article106434.html&#34;&gt;Sample Article&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The new style uses CSS instead of tables, which make it much smaller and cleaner.&lt;/p&gt;&#xA;&lt;p&gt;A link to each comment is also added -the time of the post- to allow bookmarking and sending URLs to specific comment.&lt;/p&gt;&#xA;&lt;p&gt;The posting form is now viewed in the same page, it is hidden by default but after clicking &amp;ldquo;Post Comment&amp;rdquo; it will appear thank to the power of Javascript.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Crazy or Executive</title>
      <link>https://rayed.com/posts/2005/11/158/</link>
      <pubDate>Mon, 07 Nov 2005 00:09:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/158/</guid>
      <description>&lt;p&gt;Nice Dilbert strip (click to enlarge):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://dilbert.com/comics/dilbert/archive/images/dilbert200511095146.jpg&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/dilbert20051106.jpg&#39; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>alriyadh.com most commented articles</title>
      <link>https://rayed.com/posts/2005/11/alriyadhcom-most-commented-articles/</link>
      <pubDate>Sun, 06 Nov 2005 23:28:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/alriyadhcom-most-commented-articles/</guid>
      <description>&lt;p&gt;This is an experimental page that shows the articles with most comments:&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.alriyadh.com/php/comments/comments_top.php&#34;&gt;http://www.alriyadh.com/php/comments/comments_top.php&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hopefully it will find it self in the front page shortly, I don&amp;#8217;t where should we put it, the front page is little crowded as is.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD 6.0 released</title>
      <link>https://rayed.com/posts/2005/11/freebsd-60-released/</link>
      <pubDate>Sat, 05 Nov 2005 03:35:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/freebsd-60-released/</guid>
      <description>&lt;p&gt;My web server is running FreeBSD 5.3 for the past 100 days without any problems. But 5.X isn&amp;#8217;t as and fast as 4.X series, hope this will change with the new 6.0 release.&lt;/p&gt;&#xA;&lt;p&gt;Some major improvment over 5.4:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Significant performance improvements to the filesystem and direct disk access layers of the OS.  The filesystem is now multithreaded and can take full advantage of multiple CPU systems.&lt;/li&gt;&#xA;&lt;li&gt;Expanded support for wireless networking adapters and new support for the WPA wireless security protocol.&lt;/li&gt;&#xA;&lt;li&gt;Experimental support for the PowerPC platform.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Slashdot covered the &lt;a href=&#34;http://bsd.slashdot.org/bsd/05/11/04/1539240.shtml?tid=162&amp;#038;tid=7&#34;&gt;story&lt;/a&gt;, and most of the feedback from FreeBSD 6.0 beta users was positive:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alriyadh.com: tell us what do you think!</title>
      <link>https://rayed.com/posts/2005/11/alriyadhcom-tell-us-what-do-you-think/</link>
      <pubDate>Thu, 03 Nov 2005 00:09:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/alriyadhcom-tell-us-what-do-you-think/</guid>
      <description>&lt;p&gt;Today &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;Alriyadh.com&lt;/a&gt; opened comments on all articles, instead of articles in the &amp;#8220;columns&amp;#8221; section only.&lt;/p&gt;&#xA;&lt;p&gt;In the first day of opening comments the amount of comments posted today tripled the average daily volume.&lt;/p&gt;&#xA;&lt;p&gt;This means the work on the Internet team will need to work three times harder than they used to be, since all of user comments need to be moderated!&lt;/p&gt;&#xA;&lt;p&gt;This is a huge step from being just an electronic copy of the printed newspaper, to becoming a real Internet website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New FreeBSD logo</title>
      <link>https://rayed.com/posts/2005/11/new-freebsd-logo/</link>
      <pubDate>Wed, 02 Nov 2005 00:14:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/11/new-freebsd-logo/</guid>
      <description>&lt;p&gt;FreeBSD the amazing Operating System running this site got a new logo:&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/old/freebsd_new_logo.jpg&#39; alt=&#39;&#39; /&gt;&#xA;&lt;a href=&#34;http://logo-contest.freebsd.org/result/640-1.png&#34;&gt;More Pictures&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I became a dad</title>
      <link>https://rayed.com/posts/2005/10/i-became-a-dad/</link>
      <pubDate>Mon, 31 Oct 2005 02:11:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/i-became-a-dad/</guid>
      <description>&lt;p&gt;For a very beautiful boy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Say Mashallah&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; I named him Abdullah 🙂&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#39;https://rayed.com/static/uploads/old/babyboy.jpg&#39;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/babyboy_s.jpg&#39; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New services at my.saudi.net.sa</title>
      <link>https://rayed.com/posts/2005/10/new-service-at-mysaudinetsa/</link>
      <pubDate>Tue, 25 Oct 2005 11:44:53 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/new-service-at-mysaudinetsa/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve just added new services and features to SAUDI NET portal &lt;a href=&#34;http://my.saudi.net.sa/&#34;&gt;my.saudi.net.sa&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;New prayer times service, with alerts 🙂 , just click setting and add it to your page.&lt;/li&gt;&#xA;&lt;li&gt;Two newsfeed: &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt;, and &lt;a href=&#34;http://www.alarabiya.net/&#34;&gt;alarabiya.net&lt;/a&gt; through RSS.&lt;/li&gt;&#xA;&lt;li&gt;New option in the setting for external link target, either to open them in the same page or new one.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/old/athan.png&#39; alt=&#39;Prayer Time Screenshot&#39;  /&gt;</description>
    </item>
    <item>
      <title>Homer Becomes Omar</title>
      <link>https://rayed.com/posts/2005/10/homer-becomes-omar/</link>
      <pubDate>Fri, 21 Oct 2005 01:41:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/homer-becomes-omar/</guid>
      <description>&lt;p&gt;Slashdot covers the Simpsons in Arabic.&lt;br /&gt;&#xA;&lt;a href=&#34;http://slashdot.org/articles/05/10/20/169240.shtml?tid=129&#34;&gt;Link&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JVC camcorders with hard disk</title>
      <link>https://rayed.com/posts/2005/10/jvc-camcorders-with-hard-disk/</link>
      <pubDate>Thu, 20 Oct 2005 14:28:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/jvc-camcorders-with-hard-disk/</guid>
      <description>&lt;p&gt;No tapes or discs any more! It stores 5 hours of DVD quality movies.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.jvc.com/presentations/everio_g/&#34;&gt;&lt;img src=&#39;https://rayed.com/static/uploads/old/jvc_camcorder.jpg&#39; alt=&#39;JVC camcorder&#39; /&gt;&lt;a href=&#34;http://www.jvc.com/presentations/everio_g/&#34;&gt;http://www.jvc.com/presentations/everio_g/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD new website</title>
      <link>https://rayed.com/posts/2005/10/freebsd-new-website-2/</link>
      <pubDate>Thu, 06 Oct 2005 03:32:47 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/freebsd-new-website-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; finally updated the website. I wrote about the new website 10 months ago, I guess it took more than they expected 😉&lt;br /&gt;&#xA;The new website look modern, but the logo still old.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy Ramdan</title>
      <link>https://rayed.com/posts/2005/10/happy-ramdan/</link>
      <pubDate>Tue, 04 Oct 2005 11:11:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/10/happy-ramdan/</guid>
      <description>&lt;p&gt;🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Simpsons in Arabic</title>
      <link>https://rayed.com/posts/2005/09/the-simpsons-in-arabic/</link>
      <pubDate>Sat, 10 Sep 2005 17:35:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/09/the-simpsons-in-arabic/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.mbc.net/arabic/&#34;&gt;MBC&lt;/a&gt; will broadcast an Arabic version of &lt;a href=&#34;http://www.thesimpsons.com/&#34;&gt;the Simpons&lt;/a&gt;, Mohammed Heaindi will play Homer Simpson, it will broadcast in Ramadan Month.&lt;br /&gt;&#xA;Couldn&amp;#8217;t wait for it 🙂&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET logo back in Tadawul website</title>
      <link>https://rayed.com/posts/2005/08/saudi-net-logo-back-in-tadawul-website/</link>
      <pubDate>Wed, 31 Aug 2005 11:26:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/saudi-net-logo-back-in-tadawul-website/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://tadawul.com.sa/&#34;&gt;Tadawul&lt;/a&gt; returned powered by SAUDI NET logo once again.&lt;/p&gt;&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/old/saudinet.gif&#39; alt=&#39;&#39;  border=&#34;1&#34;/&gt;</description>
    </item>
    <item>
      <title>PHP &amp; regular experssion named groups</title>
      <link>https://rayed.com/posts/2005/08/php-regular-experssion-named-groups/</link>
      <pubDate>Fri, 26 Aug 2005 20:04:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/php-regular-experssion-named-groups/</guid>
      <description>&lt;p&gt;This is a nice regular expression feature, sometime when you have complex regular expression, you could forget what each refer to:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;$str = &#39;2005-08-01&#39;;&lt;br /&gt;&#xA;preg_match(&#39;/(\d{4})-(\d{1,2})-(\d{1,2})/&#39;, $str, $m);&lt;br /&gt;&#xA;&lt;/code&gt;&lt;br /&gt;&#xA;Now you don&amp;#8217;t know which group is which part in the regular experssion.&lt;/p&gt;&#xA;&lt;p&gt;Instead you can name all groups by using the format &lt;tt&gt;(?P&amp;lt;name&amp;gt;pattern)&lt;/tt&gt; instead of just &lt;tt&gt;(pattern)&lt;/tt&gt;, then you can access this group by name you assigned it, so the previous regular experssion could be written like:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;preg_match(&#39;/(?P&amp;lt;year&amp;gt;\d{4})-(?P&amp;lt;month&amp;gt;\d{1,2})-(?P&amp;lt;day&amp;gt;\d{1,2})/&#39;, $str, $m);&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET customer care close their door</title>
      <link>https://rayed.com/posts/2005/08/saudi-net-customer-care-close-their-door/</link>
      <pubDate>Thu, 25 Aug 2005 18:09:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/saudi-net-customer-care-close-their-door/</guid>
      <description>&lt;p&gt;This week SAUDI NET customer care team left NCCI building and moved to one of the STC (out parent company) headquarter buildings.&lt;/p&gt;&#xA;&lt;p&gt;The customer care works in shifts 24 hours a day, and today it is the first time since I came to SAUDI NET 5 years ago I come to my office and no one else in our floor except me.&lt;/p&gt;&#xA;&lt;p&gt;I rarely chat with the guys in customer care, I am not very social person after all, but today I really missed them a lot, I really feel a huge void in my life, very sad moment indeed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Riyadh City Webcam</title>
      <link>https://rayed.com/posts/2005/08/riyadh-city-webcam/</link>
      <pubDate>Fri, 19 Aug 2005 17:03:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/riyadh-city-webcam/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://my.saudi.net.sa/webcam/&#34;&gt;http://my.saudi.net.sa/webcam&lt;br /&gt;&#xA;&lt;img src=&#34;http://my.saudi.net.sa/webcam/&#34; alt=&#34;Riyadh City Webcam&#34; /&gt;&lt;br /&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tip on installing graphic support for PHP in FreeBSD</title>
      <link>https://rayed.com/posts/2005/08/tip-on-installing-php-with-gd-in-freebsd/</link>
      <pubDate>Fri, 19 Aug 2005 16:10:54 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/tip-on-installing-php-with-gd-in-freebsd/</guid>
      <description>&lt;p&gt;GD is a graphic library that enable PHP to manipulate images, to install it from FreeBSD port us:&lt;/p&gt;&#xA;&lt;pre&gt;&#xD;&#xA;# cd /usr/ports/graphics/php4-gd&#xD;&#xA;# make -DWITHOUT_X11 install&#xD;&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;The tip is to use &lt;tt&gt;WITHOUT_X11&lt;/tt&gt; option this will save you from compiling X Windows which is needed for some of GD supported formats.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New start page</title>
      <link>https://rayed.com/posts/2005/08/new-start-page/</link>
      <pubDate>Tue, 16 Aug 2005 11:01:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/new-start-page/</guid>
      <description>&lt;p&gt;Whenever I install new machine or a new browser I download one HTML file and make it my home page.&lt;/p&gt;&#xA;&lt;p&gt;This start page contains:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Search form for many of my favourite search engines.&lt;/li&gt;&#xA;&lt;li&gt;Links to my favourite links.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The start page save me a lot of time typing, since it have links of frequently used websites.&lt;/p&gt;&#xA;&lt;p&gt;Give it a try, &lt;a href=&#34;https://rayed.com/start/&#34;&gt;My Start Page&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caching method compared</title>
      <link>https://rayed.com/posts/2005/08/caching-method-compared/</link>
      <pubDate>Sun, 07 Aug 2005 22:30:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/caching-method-compared/</guid>
      <description>&lt;p&gt;I tested different types of caching, here is my times:&lt;/p&gt;&#xA;&lt;table border=&#34;1&#34;&gt;&#xA;&lt;tr&gt;&#xA;&lt;th&gt;Method&lt;/th&gt;&#xA;&lt;th&gt;Hit Time&lt;/th&gt;&#xA;&lt;th&gt;Improvments over Miss&lt;/th&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;File&lt;/td&gt;&#xA;&lt;td&gt;0.00029&lt;/td&gt;&#xA;&lt;td&gt;19337.93%&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;MySQL&lt;/td&gt;&#xA;&lt;td&gt;0.00064&lt;/td&gt;&#xA;&lt;td&gt;8762.50%&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;memcached&lt;/td&gt;&#xA;&lt;td&gt;0.00103&lt;/td&gt;&#xA;&lt;td&gt;5444.66%&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Altought File caching is much faster that the other two methods, it can suffer from file locking problems, and can&amp;#8217;t be shared between more than one server.&lt;/p&gt;&#xA;&lt;p&gt;memcached client used is written in PHP which will slow it down a little bit.&lt;/p&gt;&#xA;&lt;p&gt;So MySQL seems the ideal choice 😉&lt;/p&gt;</description>
    </item>
    <item>
      <title>New plans for alriyadh.com</title>
      <link>https://rayed.com/posts/2005/08/new-plans-for-alriyadhcom/</link>
      <pubDate>Fri, 05 Aug 2005 01:03:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/new-plans-for-alriyadhcom/</guid>
      <description>&lt;p&gt;When I started building &lt;a href=&#34;http://alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; website I decided to generate all pages as static HTML files, I relied heavily on Server Side Includes (SSI) to build complex pages.&lt;/p&gt;&#xA;&lt;p&gt;The main reason for this decision was the fact that the server was very slow on processing PHP files, espcially with a site with high load.&lt;/p&gt;&#xA;&lt;p&gt;Generating static HTML files has its advantages but it also had many problems:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Regenerate everytime you want to test a change&lt;/li&gt;&#xA;&lt;li&gt;Changing the design will cause regenrating the whole website, which could take forever.&lt;/li&gt;&#xA;&lt;li&gt;Generating complex pages is very hard, I had to rely on SSI.&lt;/li&gt;&#xA;&lt;li&gt;What to do with pages that change frequently, e.g. pages with comments.&lt;/li&gt;&#xA;&lt;li&gt;When importing old data, you need to generate them as well.&lt;/li&gt;&#xA;&lt;li&gt;Static HTML files performance advantage for frequently used data, like todays issue, but for old issues it just take a lot of disk space.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Soon I&amp;#8217;ll start testing dynamicly generated of pages with these points in mind:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ruby on Rails</title>
      <link>https://rayed.com/posts/2005/08/ruby-on-rails/</link>
      <pubDate>Wed, 03 Aug 2005 23:16:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/08/ruby-on-rails/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.rubyonrails.org/&#34;&gt;Ruby on Rails&lt;/a&gt; is a web development framework written in Ruby computer language.&lt;br /&gt;&#xA;It is based on the Model-View-Controller (MVC) architecture.&lt;br /&gt;&#xA;Smarty does a good job in the areas of View-Controller in PHP language, but I always had a feeling that the model part can be improved, but no idea how. I raed a little about Object-Relational mapping but it seems very complicated and very restircting.&lt;br /&gt;&#xA;Ruby on Rails on the other hand does a good job in the these 3 areas, specially the Model part, they have something called ActiveRecord which maps database tables.&lt;br /&gt;&#xA;There are also PHP clone for Ruby on Rails, &lt;a href=&#34;http://cakephp.org/&#34;&gt;Cake PHP&lt;/a&gt;, it is still in its early phases, but could give a feeling of what Ruby on Rails can offer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saudi Ubuntu Yahoo Group</title>
      <link>https://rayed.com/posts/2005/07/saudi-ubuntu-yahoo-group/</link>
      <pubDate>Sun, 17 Jul 2005 23:30:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/saudi-ubuntu-yahoo-group/</guid>
      <description>&lt;p&gt;Osama Aldosary started a Saudi Ubuntu email group at Yahoo Groups, join us!&lt;br /&gt;&#xA;&lt;center&gt;&lt;a href=&#34;http://groups.yahoo.com/group/subuntu/join&#34;&gt;&lt;img src=&#34;http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif&#34; border=&#34;0&#34; alt=&#34;Click here to join subuntu&#34;/&gt;&lt;br /&gt;&#xA;Click to join subuntu&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgrading SAUDI NET mail server</title>
      <link>https://rayed.com/posts/2005/07/upgrading-saudi-net-mail-server/</link>
      <pubDate>Sun, 17 Jul 2005 23:16:20 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/upgrading-saudi-net-mail-server/</guid>
      <description>&lt;p&gt;We&amp;#8217;ve just upgrade SAUDI NET main mail server 350GB, RAID-5, simply awesome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What Does the Fungus Know That You Don’t?</title>
      <link>https://rayed.com/posts/2005/07/what-does-the-fungus-know-that-you-dont/</link>
      <pubDate>Tue, 12 Jul 2005 23:48:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/what-does-the-fungus-know-that-you-dont/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.stayfreemagazine.org/2005/06/mcdonalds_exper.html&#34;&gt;Even fungus couldn&amp;rsquo;t eat McDonald&amp;rsquo;s Food&lt;/a&gt;&lt;/p&gt;&#xA;&lt;img src=&#39;https://rayed.com/static/uploads/old/fries25.jpg&#39; alt=&#39;&#39; /&gt;</description>
    </item>
    <item>
      <title>My Sun Certified System Admin notes</title>
      <link>https://rayed.com/posts/2005/07/my-sun-certified-system-admin-notes-2/</link>
      <pubDate>Mon, 11 Jul 2005 21:33:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/my-sun-certified-system-admin-notes-2/</guid>
      <description>&lt;p&gt;It is little old but I found it useful from time to time.&#xA;&lt;a href=&#34;https://rayed.com/static/uploads/old/SCSA.html&#34;&gt;My Notes&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>no-www</title>
      <link>https://rayed.com/posts/2005/07/no-www/</link>
      <pubDate>Mon, 11 Jul 2005 21:04:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/no-www/</guid>
      <description>&lt;p&gt;I removed www from my site name, so from now on it is only &lt;a href=&#39;http://rayed.com/&#39; &gt;http://rayed.com/&lt;/a&gt;, www.rayed.com will be still acceptable but will be redirect to rayed.com.&lt;br /&gt;&#xA;Here is how it is done in Apache:&lt;/p&gt;&#xA;&lt;pre&gt;&#xD;&#xA;&amp;lt;VirtualHost *&amp;gt;&#xD;&#xA;        ServerName www.rayed.com&#xD;&#xA;         Redirect permanent / http://rayed.com/&#xD;&#xA;&amp;lt;/VirtualHost&amp;gt;&#xD;&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Figlet</title>
      <link>https://rayed.com/posts/2005/07/figlet/</link>
      <pubDate>Mon, 11 Jul 2005 20:30:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/figlet/</guid>
      <description>&lt;p&gt;FIGlet is a program for making large letters out of ordinary text, it mainly for UNIX but you can find other versions for other OSes.&lt;br /&gt;&#xA;&lt;a href=&#34;http://www.figlet.org/&#34;&gt;http://www.figlet.org/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&#xD;&#xA;                          _&#xD;&#xA; _ __ __ _ _   _  ___  __| |  ___ ___  _ __ ___&#xD;&#xA;| &#39;__/ _` | | | |/ _ \/ _` | / __/ _ \| &#39;_ ` _ \&#xD;&#xA;| | | (_| | |_| |  __/ (_| || (_| (_) | | | | | |&#xD;&#xA;|_|  \__,_|\__, |\___|\__,_(_)___\___/|_| |_| |_|&#xD;&#xA;           |___/&#xD;&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Google toolbar now for Firefox</title>
      <link>https://rayed.com/posts/2005/07/google-toolbar-now-for-firefox/</link>
      <pubDate>Sat, 09 Jul 2005 14:50:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/google-toolbar-now-for-firefox/</guid>
      <description>&lt;p&gt;I never liked Google toolbar anyway, but for those who can&amp;#8217;t live without it here it is:&lt;br /&gt;&#xA;&lt;a href=&#34;http://toolbar.google.com/firefox/&#34;&gt;Google Firefox toolbar&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu Linux?</title>
      <link>https://rayed.com/posts/2005/07/ubuntu-linux/</link>
      <pubDate>Sat, 09 Jul 2005 11:54:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/ubuntu-linux/</guid>
      <description>&lt;p&gt;Lately I raed (and heared) a lot of good things about &lt;a href=&#34;http://www.ubuntulinux.org/&#34;&gt;Ubuntu Linux&lt;/a&gt;, my understanding is that Ubuntu is a user friendly &lt;a href=&#34;http://www.debian.org/&#34;&gt;Debian&lt;/a&gt; (I am sure it is more than that).&lt;/p&gt;&#xA;&lt;p&gt;My friend Osama Aldosari gave me a copy of Ubuntu CD, and made think of installing it on my laptop, more to come one the experince.&lt;/p&gt;&#xA;&lt;p&gt;Read more about &lt;a href=&#34;http://en.wikipedia.org/wiki/Ubuntu_Linux&#34;&gt;Ubuntu at Wikipedia&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Archive link fixed</title>
      <link>https://rayed.com/posts/2005/07/archive-link-fixed/</link>
      <pubDate>Tue, 05 Jul 2005 13:14:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/archive-link-fixed/</guid>
      <description>&lt;p&gt;I added small Javascript to the list:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;&amp;lt;select onchange=&#34; location.href= this.options[this.selectedIndex].value; &#34;&amp;gt;&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My wife’s painting</title>
      <link>https://rayed.com/posts/2005/07/my-wife-painting/</link>
      <pubDate>Tue, 05 Jul 2005 00:23:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/07/my-wife-painting/</guid>
      <description>&lt;p&gt;My wife bought this lovely painting:&lt;br /&gt;&#xA;&lt;a href=&#34;http://flickr.com/photos/rayed/23592514/&#34; &gt;&lt;img style=&#34;border:1px solid gray; padding:4px;&#34; src=&#34;http://photos18.flickr.com/23592514_aca813e0dd_m.jpg&#34;/&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The painting is by an Iraqi artist -I couldn&amp;#8217;t get the name- check other paitings from  &lt;a href=&#34;http://www.iraqifineart.com/&#34;&gt;www.iraqifineart.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moved to WordPress</title>
      <link>https://rayed.com/posts/2005/06/moved-to-wordpress/</link>
      <pubDate>Thu, 30 Jun 2005 20:46:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/moved-to-wordpress/</guid>
      <description>&lt;p&gt;I moved my blog from Blogger to WordPress the process was very easy, but I am still having difficulties with slow parts of WordPress!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moving my blog from Blogger to WordPress</title>
      <link>https://rayed.com/posts/2005/06/moving-my-blog-from-blogger-to-wordpress/</link>
      <pubDate>Wed, 29 Jun 2005 09:24:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/moving-my-blog-from-blogger-to-wordpress/</guid>
      <description>&lt;p&gt;I am thinking seriously about moving from &lt;a href=&#34;http://www.blogger.com/&#34;&gt;Blogger&lt;/a&gt; to &lt;a href=&#34;http://www.wordpress.org/&#34;&gt;WordPress&lt;/a&gt;, Blogger is really great service, I mainly choose it because it doesn&amp;#8217;t need any server side scripting at all, i.e. it will work with &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; &lt;a href=&#34;http://myweb.saudi.net.sa/&#34;&gt;myweb&lt;/a&gt; service.&lt;br /&gt;&#xA;But lately I moved some parts of my site to a new server, and I now have a more reliable Apache+PHP+MySQL installation, and start playing with wordpress and it was really cool feature, I even built a plugin 🙂&lt;br /&gt;&#xA;any way here is my test wordpress page: (http://rayed.rayed.com/wordpress/)&lt;/p&gt;</description>
    </item>
    <item>
      <title>My new Nokia 6230i</title>
      <link>https://rayed.com/posts/2005/06/my-new-nokia-6230i/</link>
      <pubDate>Wed, 29 Jun 2005 09:02:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/my-new-nokia-6230i/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I bought a new Nokia &lt;a href=&#34;http://www.nokiamena.com/english/phones/models/6230i/index.htm&#34;&gt;6230i&lt;/a&gt; mobile phone after I my old Nokia &lt;a href=&#34;http://www.nokiamena.com/english/phones/models/6610/&#34;&gt;6610&lt;/a&gt; was stolen (actually  dropped in a cap while he drove me home).&lt;/p&gt;&#xA;&lt;p&gt;The new phone comes with 1.3 Megapixel camera see a &lt;a href=&#34;http://flickr.com/photos/rayed/21837927/&#34;&gt;sample&lt;/a&gt; &lt;a href=&#34;http://flickr.com/photos/rayed/21689436/&#34;&gt;picture&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Luckily &lt;a href=&#34;http://www.stc.com.sa/&#34;&gt;STC&lt;/a&gt; started providing &lt;a href=&#34;http://www.mms.net.sa/&#34;&gt;MMS&lt;/a&gt; service, which allows me to send emails from mobile phone, so now I can take a picture from mobile phone and email it direclty my flickr account, or I can blog by sending an email to my Blogger email address.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fixing WordPress dashboard</title>
      <link>https://rayed.com/posts/2005/06/fixing-wordpress-dashboard/</link>
      <pubDate>Mon, 27 Jun 2005 12:27:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/fixing-wordpress-dashboard/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;WordPress is a personal blogging software, works with PHP and MySQL.&lt;br /&gt;The first page of WordPress administration page is called dash board it usually takes forever to load, this due the fact that WordPress display some RSS feed from its development blog.&lt;br /&gt;The loading problem caused by trying to access the RSS feed with a proxy server, which won&amp;#8217;t work inside Saudi Arabia, so here is the fix, in the file &lt;b&gt;wp-includes/class-snoopy.php&lt;/b&gt; modify the proxy lines to be something like:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;var $proxy_host = &#34;proxy.saudi.net.sa&#34;; // proxy host to use&lt;br /&gt;var $proxy_port = &#34;8080&#34;;  // proxy port to use&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET new DSL prices</title>
      <link>https://rayed.com/posts/2005/06/saudi-net-new-dsl-prices/</link>
      <pubDate>Sun, 26 Jun 2005 08:34:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/saudi-net-new-dsl-prices/</guid>
      <description>&lt;p&gt;Unfortunately I don&amp;#8217;t have DSL in my area 🙁&lt;/p&gt;&#xA;&lt;table border=&#34;1&#34; width=&#34;100%&#34;&gt;&lt;/p&gt;&#xA;&lt;tr&gt;&#xA;&lt;td&gt;&#xA;&lt;th&gt;64K&lt;/th&gt;&#xA;&lt;th&gt;128K&lt;/th&gt;&#xA;&lt;th&gt;256K&lt;/p&gt;&#xA;&lt;tr&gt;&#xA;&lt;th&gt;Old Price&lt;/p&gt;&#xA;&lt;td&gt;160&lt;/td&gt;&#xA;&lt;td&gt;250&lt;/td&gt;&#xA;&lt;td&gt;400&lt;/p&gt;&#xA;&lt;tr&gt;&#xA;&lt;th&gt;New Price&lt;/p&gt;&#xA;&lt;td&gt;100&lt;/td&gt;&#xA;&lt;td&gt;180&lt;/td&gt;&#xA;&lt;td&gt;270&lt;/td&gt;&#xA;&lt;/th&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/td&gt;&#xA;&lt;/th&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/th&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/table&gt;</description>
    </item>
    <item>
      <title>New world record number of ads in a single page</title>
      <link>https://rayed.com/posts/2005/06/new-world-record-number-of-ads-in-a-single-page/</link>
      <pubDate>Sat, 18 Jun 2005 10:57:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/06/new-world-record-number-of-ads-in-a-single-page/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;alriyadh.com&lt;/a&gt; broke the world record for the largest number of ads in a single page, today they added yet another banner to become 7 banners in thier frontpage.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Interanet searching with Swish-e</title>
      <link>https://rayed.com/posts/2005/05/interanet-searching-with-swish-e/</link>
      <pubDate>Thu, 26 May 2005 09:14:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/interanet-searching-with-swish-e/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://swish-e.org/&#34;&gt;Swish-e&lt;/a&gt; (Simple Web Indexing System for Humans &amp;#8211; Enhanced) is really nice small program that index almost anything, I am playing with it at the moment and I am thinking of dumping my own search engine and replace it with Swish-e.&lt;/p&gt;&#xA;&lt;p&gt;Swish has many features but the one feature that stroke me is the speed:&lt;br /&gt;&#xA;&lt;code&gt;66,548 files indexed.  164,076,410 total bytes.  26,496,024 total words.&lt;br /&gt;&#xA;Elapsed time: 00:02:44 CPU time: 00:02:31&lt;br /&gt;&#xA;Indexing done!&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox essential extensions</title>
      <link>https://rayed.com/posts/2005/05/firefox-essential-extensions/</link>
      <pubDate>Thu, 26 May 2005 07:14:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/firefox-essential-extensions/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Here is my list of essential Firefox extensions:&lt;/p&gt;&#xA;&lt;ul&gt;&lt;/p&gt;&#xA;&lt;li&gt;Tabbrowser Preferences&#xA;&lt;li&gt;Session Saver&#xA;&lt;li&gt;miniT&#xA;&lt;li&gt;SwitchProxy Tool&lt;/ul&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Online Arabic to English dictionary</title>
      <link>https://rayed.com/posts/2005/05/online-arabic-to-english-dictionary/</link>
      <pubDate>Thu, 12 May 2005 08:27:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/online-arabic-to-english-dictionary/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Thanks to ArabEyes project &lt;a href=&#34;http://www.arabeyes.org/project.php?proj=Wordlist&#34;&gt;WordList&lt;/a&gt; which is an Arabic to English wordlist, I created small web based dictionary application.&lt;/p&gt;&#xA;&lt;p&gt;It is very simple but yet useful application, all you need to do is drag-n-drop the following link into you bookmark toolbar &lt;a href=&#34;javascript: e = %22%22 + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (e==null) e=%22%22; window.open(%22http://rayed.rayed.com/qol/get.php?word=%22+e,%22qol%22, %22width=300,height=200%22); void 0;&#34;&gt;Qamoos&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;To use it you mark any word in your browser, and after clicking the Qamoos Bookmarklet then a popup like this will show with the Arabic meaning for the word.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web based Quran Application</title>
      <link>https://rayed.com/posts/2005/05/web-based-quran-application/</link>
      <pubDate>Thu, 12 May 2005 07:58:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/web-based-quran-application/</guid>
      <description>&lt;p&gt;Last week I rediscovered &lt;a href=&#34;http://www.arabeyes.org/&#34;&gt;ArabEyes&lt;/a&gt; which is a web site dedicated for Arabic UNIX software, they host many Arabic projects.&lt;br /&gt;&#xA;One of the hosted projects is Quran project, they produced many XML files of Quran text, and they needed help with collecting data, both textual data, and audio data.&lt;br /&gt;&#xA;So I talked with Abdullah Aldosari about it, and it happened that he have MySQL table with this kind of data, so I processed the table and convert it UTF-8 to be complatible with ArabEyes and UNIX, my plan is to cleanup this data and contibue it back to ArabEyes.&lt;br /&gt;&#xA;Meanwhile I started playing with this data and created a web based Quran software, please try it out.&lt;br /&gt;&#xA;&lt;a href=&#34;http://dev.rayed.com/islam/quran/&#34;&gt;Quran&lt;/a&gt;&lt;br /&gt;&#xA;It uses &lt;a href=&#34;http://www.ajaxmatters.com/&#34;&gt;AJAX&lt;/a&gt; to make fast and user friendly interface.&lt;br /&gt;&#xA;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-12/quran.jpg&#34;&gt;&lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-12/quran-small.jpg&#34; border=&#34;0&#34;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I like the new Avalon</title>
      <link>https://rayed.com/posts/2005/05/i-like-the-new-avalon/</link>
      <pubDate>Wed, 04 May 2005 12:52:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/i-like-the-new-avalon/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I really like the new Toyota Avalon 2005, and I am really thinking of buying one.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-04/avl_2004_gall_01_800.jpg&#34;&gt; &lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-04/avl_2004_gall_01_im.gif&#34;&gt; &lt;/a&gt; &lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-04/avl_2004_gall_03_800.jpg&#34;&gt; &lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/2005-05-04/avl_2004_gall_03_im.gif&#34;&gt; &lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>ISU opened flickr but with restrictions</title>
      <link>https://rayed.com/posts/2005/05/isu-opened-flickr-but-with-restrictions/</link>
      <pubDate>Wed, 04 May 2005 02:14:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/05/isu-opened-flickr-but-with-restrictions/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;After closing the great photo site &lt;a href=&#34;http://www.flickr.com&#34;&gt;Flickr&lt;/a&gt; for couple of weeks, &lt;a href=&#34;http://www.isu.net.sa/&#34;&gt;ISU&lt;/a&gt; opened the site again but with some restrictions, searching for photos are now blocked.&lt;br /&gt;&lt;a href=&#34;http://www.flickr.com/photos/tags&#34;&gt;http://www.flickr.com/photos/tags&lt;/a&gt; 🙁&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Saudi Radio stuck in the 80s</title>
      <link>https://rayed.com/posts/2005/04/saudi-radio-stuck-in-the-80s/</link>
      <pubDate>Sun, 24 Apr 2005 07:26:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/04/saudi-radio-stuck-in-the-80s/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today I woke up at 5:30am after 12 hours of sleep (I just came from a long 6 hour journey to Bahrain) I took a shower prayed then I went to work around 6:30, I turned on the radio and it was set on one of the Saudi Radio channels, the same music, the same programs, the same songs, it was like the last time I listened to Saudi radio back in 80s when every body stopped listening to radio and start watching satellite channels from other countries.&lt;br /&gt;When I think about it, not only Saudi radio, all Saudi media stuck on the 80s, despite some cosmatic changes, all news paper, all TV channels are still the same.&lt;br /&gt;&lt;b&gt;Thinking:&lt;/b&gt; is it only the media or does the whole country stuck in the 80s!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moved rayed.com email hosting to SAUDI NET</title>
      <link>https://rayed.com/posts/2005/04/moved-rayedcom-email-hosting-to-saudi-net/</link>
      <pubDate>Tue, 19 Apr 2005 06:12:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/04/moved-rayedcom-email-hosting-to-saudi-net/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Finally I moved my domain rayed.com email hosting to SAUDI NET, the main reason is that old server was very unreliable and was down for 5 days, the old server was very old Compaq PC Pentium III with all disk almost full, it was shared with the great site &lt;a href=&#34;http://www.fqaqee3.net&#34;&gt;Fqaqee3.net&lt;/a&gt;, Misfer the owner of fqaqee3.net is little busy these days, I hope he could rearrange the server and move it better server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hummer vs Toyota</title>
      <link>https://rayed.com/posts/2005/04/hummer-vs-toyota/</link>
      <pubDate>Mon, 04 Apr 2005 11:34:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/04/hummer-vs-toyota/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;This clip for you Rakan:&lt;br /&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2005-04-04/h4.3gp&#34;&gt;Hummer pulled by Toyota&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Add Alriyadh newspaper headlines to your website</title>
      <link>https://rayed.com/posts/2005/03/add-alriyadh-newspaper-headlines-to-your-website/</link>
      <pubDate>Wed, 30 Mar 2005 08:30:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/03/add-alriyadh-newspaper-headlines-to-your-website/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Alriyadh newspaper UNOFFICALY releasing new service that allow you to add alriyadh.com headlines into yuor website, it very simple to include, for example if you are interstead in putting &amp;#8220;Internet &amp;#038; Communication&amp;#8221; into your website put this code into your website:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;&amp;lt;iframe style=&#34;width:400px; height:30px; border:0px;&#34; src=&#34;http://www.alriyadh.com/section.net_marque.html&#34;&amp;gt;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;It will show into your website like this:&lt;br /&gt;&lt;iframe width=&#34;400&#34; height=&#34;30&#34; style=&#34;border:0px;&#34; src=&#34;http://www.alriyadh.com/section.net_marque.html&#34;&gt;&lt;/iframe&gt;&lt;/p&gt;&#xA;&lt;p&gt;Of course you can change the section by replacing the file name:&lt;/p&gt;&#xA;&lt;ul&gt;&lt;/p&gt;&#xA;&lt;li&gt;Local News:&lt;br /&gt;http://www.alriyadh.com/section.local_marque.html&#xA;&lt;li&gt;International News:&lt;br /&gt;http://www.alriyadh.com/section.inter_marque.html&#xA;&lt;li&gt;Columns:&lt;br /&gt;http://www.alriyadh.com/section.columns_marque.html&#xA;&lt;li&gt;Clinic:&lt;br /&gt;http://www.alriyadh.com/section.clinic_marque.html&#xA;&lt;li&gt;Art &amp;#038; Culture:&lt;br /&gt;http://www.alriyadh.com/section.art_marque.html&#xA;&lt;li&gt;Light News:&lt;br /&gt;http://www.alriyadh.com/section.misc_marque.html&#xA;&lt;li&gt;Economy:&lt;br /&gt;http://www.alriyadh.com/section.econ_marque.html&#xA;&lt;li&gt;Sport:&lt;br /&gt;http://www.alriyadh.com/section.net_marque.html&lt;/ul&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Playing with Flickr API</title>
      <link>https://rayed.com/posts/2005/03/playing-with-flickr-api/</link>
      <pubDate>Sun, 20 Mar 2005 01:38:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/03/playing-with-flickr-api/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Flickr has really amazing web service API, they support many transports REST, SOAP, and XML-RPC. I had some idea about SOAP, and XML-RPC, and never worked with REST, it turned out as the best and the simplest one of them.&lt;/p&gt;&#xA;&lt;p&gt;All you need is API KEY which is a key you use every time you call a function, it is used by Flickr for statistics, you can get it from here &lt;a href=&#34;http://www.flickr.com/services/api/key.gne&#34;&gt;Get a key&lt;/a&gt;, it is only one form, and you will get the key instantly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP Accelerator is awesome</title>
      <link>https://rayed.com/posts/2005/03/php-accelerator-is-awesome/</link>
      <pubDate>Sun, 13 Mar 2005 07:08:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/03/php-accelerator-is-awesome/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I have a server with &lt;a href=&#34;http://phpadsnew.com/two/&#34;&gt;PHPAdsNew&lt;/a&gt; installed serving around 20 requests per second serving a really busy web site.&lt;/p&gt;&#xA;&lt;p&gt;Few days ago the admins for that website doubled the number of ads per page, and the server stopped responding most of the day 🙁&lt;/p&gt;&#xA;&lt;p&gt;I installed PHP Accelerator to make it faster to serve the those ads, but it didn&amp;#8217;t help that much, I tried every trick I know to maximize MySQL performance (although it didn&amp;#8217;t have any load in the first place) nothing worked.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a search engine</title>
      <link>https://rayed.com/posts/2005/03/building-a-search-engine/</link>
      <pubDate>Tue, 08 Mar 2005 01:43:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/03/building-a-search-engine/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Currently I am working on a search engine for a large website, the search engine is based on PHP+MySQL.&lt;/p&gt;&#xA;&lt;p&gt;You may wonder why not use LIKE in SQL for searching! Of course LIKE will work with few documents, but how about tens of thousand of documents it would be very slow, since the DBMS would have top scan all reconrds one by one in your database to find the word you are looking for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Car accident update</title>
      <link>https://rayed.com/posts/2005/02/car-accident-update/</link>
      <pubDate>Wed, 23 Feb 2005 11:32:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/02/car-accident-update/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I got my money back!!&lt;br /&gt;The guy who crashed my car came to the traffic department and paid the money 🙂&lt;br /&gt;It has been 8 month since the accident I never thought I&amp;#8217;ll get anything from it.&lt;br /&gt;Alhamdou Lelah&lt;br /&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/2004_06_01_archive.html#108737197049270708&#34;&gt;Original Posting&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>SAUDI NET is now the laregest ISP in Saudi Arabia</title>
      <link>https://rayed.com/posts/2005/02/saudi-net-is-now-the-laregest-isp-in-saudi-arabia/</link>
      <pubDate>Wed, 16 Feb 2005 02:11:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/02/saudi-net-is-now-the-laregest-isp-in-saudi-arabia/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I got my Canon digital camera back</title>
      <link>https://rayed.com/posts/2005/02/i-got-my-canon-digital-camera-back/</link>
      <pubDate>Tue, 08 Feb 2005 11:10:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/02/i-got-my-canon-digital-camera-back/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Finally after two months with the Quershi service center I got my Canon digital camera back.&lt;br /&gt;I tried to call them for the past couple of weeks and no one answers, so I had to go to the shop my self, and surprise! Surprise! the shop is closed they moved to another location, so I went to the new location and took my camera, I wonder why they didn&amp;#8217;t call me to tell me that the camera is ready.&lt;br /&gt;BTW, they took 235 to fix the dark LCD screen for the camera, they said there were an oil on the LCD which ruined it!!! and it isn&amp;#8217;t covered by the warranty.&lt;br /&gt;I hope I&amp;#8217;ll live until I see real warranty in Saudi Arabia, they always says it isn&amp;#8217;t covered by the warranty !&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weve just implemented transparent proxy</title>
      <link>https://rayed.com/posts/2005/02/weve-just-implemented-transparent-proxy/</link>
      <pubDate>Tue, 08 Feb 2005 11:04:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/02/weve-just-implemented-transparent-proxy/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Now you can use SAUDI NET EasyNet without any proxy settings, we knew that transparent HTTP works fine for a long time, unfortunately we didn&amp;#8217;t know that transparent HTTPS could work too, this is why we waited until this time when we saw one of the ISP implemented it 🙁&lt;br /&gt;Any way it is working fine now, so if you want to use SAUDI NET EasyNet just:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt; Call &lt;b&gt;&lt;nobr&gt;3 66 00 77&lt;/nobr&gt;&lt;/b&gt; &lt;/li&gt;&#xA;&lt;p&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET EasyNet Ad</title>
      <link>https://rayed.com/posts/2005/02/saudi-net-easynet-ad/</link>
      <pubDate>Tue, 08 Feb 2005 03:23:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/02/saudi-net-easynet-ad/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/rayed/img/2005-02-08/EasyNet.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/rayed/img/2005-02-08/EasyNet-small.jpg&#34; border=&#34;0&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Eezee Net phone numbers working now</title>
      <link>https://rayed.com/posts/2005/01/eezee-net-phone-numbers-working-now/</link>
      <pubDate>Mon, 31 Jan 2005 03:00:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/01/eezee-net-phone-numbers-working-now/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;SAUDI NET EezeeNet number ( 3 66 00 77 ) is now working and you can start testing now.&lt;br /&gt;Remeber to setup the proxy:&lt;br /&gt;Host: proxy.saudi.net.sa&lt;br /&gt;Port: 8080&lt;/p&gt;&#xA;&lt;p&gt;Remeber it isn&amp;#8217;t free as some ISPs prompote, it cost you 3 Riyals per hour, it is free in the sense it doesn&amp;#8217;t need any Internet account to to use it.&lt;/p&gt;&#xA;&lt;p&gt;Enjoy it, and tell every body.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>PostgreSQL 8 released</title>
      <link>https://rayed.com/posts/2005/01/postgresql-8-released/</link>
      <pubDate>Wed, 19 Jan 2005 02:22:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/01/postgresql-8-released/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Many new improvements but the most important to me is the native support for Windows platform, not that people will start using it in production in Windows, but it will allow more people to use and play with it.&lt;br /&gt;I wonder about the status of the replication system.&lt;br /&gt;&lt;a href=&#34;http://www.postgresql.org/docs/whatsnew&#34;&gt;What&amp;#8217;s new in 8.0&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>PostgreSQL new website</title>
      <link>https://rayed.com/posts/2005/01/postgresql-new-website/</link>
      <pubDate>Thu, 13 Jan 2005 01:40:35 +0300</pubDate>
      <guid>https://rayed.com/posts/2005/01/postgresql-new-website/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;PostgreSQL launched a new good looking website, it look more professional 🙂&lt;br /&gt;PostgreSQL if you don&amp;#8217;t know it, is the open source Oracle database server. It has many  advance features not currently found on MySQL.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>3660077</title>
      <link>https://rayed.com/posts/2004/12/3660077/</link>
      <pubDate>Wed, 29 Dec 2004 03:39:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/3660077/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;&lt;font size=6 color=red&gt;&lt;b&gt;3 66 00 77&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;EezeeNet from SAUDI NET&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Eezee Net phone numbers</title>
      <link>https://rayed.com/posts/2004/12/eezee-net-phone-numbers/</link>
      <pubDate>Wed, 29 Dec 2004 02:28:17 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/eezee-net-phone-numbers/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today EezeeNet phone numbers will be announced for all ISPs, the phone numbers start with 366 instead of 368 announced earlier.&lt;br /&gt;EezeeNet is dialup service provided by &lt;a href=&#34;http://www.stc.com.sa/&#34;&gt;STC&lt;/a&gt; to allow customers to connect to the Internet without having ISP account, of course ISP will share the profit with STC for the connection, it costs 3 Riyals per hour, and I guess the ISP share is .65&lt;br /&gt;any way I&amp;#8217;ll post the given numbers earlier this day insha Allah.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My annoying neighbor</title>
      <link>https://rayed.com/posts/2004/12/my-annoying-neighbor/</link>
      <pubDate>Mon, 27 Dec 2004 02:16:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/my-annoying-neighbor/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Yesterday, at 12:00 am while me and my wife watch TV, the  guy living in the apartment above mine start drilling, I start complaining to my wife saying what insensitive neighbor he is. At first I said it won&amp;#8217;t take long, few minutes and he will be over, but the noise didn&amp;#8217;t stop and it became very annoying.&lt;br /&gt;At 1:00 am I decided to go to bed and ignore that noise, the strangest thing happened, I didn&amp;#8217;t hear any noise, I went back to the living room to find out that all this noise was coming from an electric tooth brush connected their, which I drop (and apparently broke) few days ago, and it start working and stopping by it self.&lt;br /&gt;Sorry neighbor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD new website</title>
      <link>https://rayed.com/posts/2004/12/freebsd-new-website/</link>
      <pubDate>Wed, 22 Dec 2004 11:23:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/freebsd-new-website/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;FreeBSD new website, check it out, but not today it due in 1/1/2005.&lt;br /&gt;Just a reminder.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Riyadh newspaper new web site</title>
      <link>https://rayed.com/posts/2004/12/riyadh-newspaper-new-web-site/</link>
      <pubDate>Sun, 12 Dec 2004 11:05:39 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/riyadh-newspaper-new-web-site/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Check it out! Riyadh newspaper has a new domain name &lt;a href=&#34;http://www.alriyadh.com/&#34;&gt;www.alriyadh.com&lt;/a&gt;, not just this it has new simplified, and cleaner design.&lt;br /&gt;The new design dramatically improved the browsing speed, and daily bandwidth usage for the site dropped 40%&lt;br /&gt;Thanks to the hard work of Abw Nawaf, Waleed, Mohammed, Faisal, Majed, and abdullaziz, good job guys 🙂&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Thunderbird 1 released</title>
      <link>https://rayed.com/posts/2004/12/thunderbird-1-released/</link>
      <pubDate>Tue, 07 Dec 2004 01:48:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/thunderbird-1-released/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;The Internet is safe again 🙂&lt;br /&gt;Thuderbird is an email,news,rss client developed by Mozilla foundation, it is really fast and light weight, the only problem is with compose Arabic Emails, I couldn&amp;#8217;t figure out away to toggle the input direction.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Finally I sent my camera to maintenance</title>
      <link>https://rayed.com/posts/2004/12/finally-i-sent-my-camera-to-maintenance/</link>
      <pubDate>Sat, 04 Dec 2004 03:54:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/finally-i-sent-my-camera-to-maintenance/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;My digital Canon camera LCD display got very dark, It was very hard to see even in the night, so I decide I should send it before the warranty expires, I went to three stores to find the right store for maintenance, they will sent it to Jeddah, and it will take from 2 to 3 weeks.&lt;br /&gt;I hope they fix it.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>My Sister</title>
      <link>https://rayed.com/posts/2004/12/my-sister/</link>
      <pubDate>Sat, 04 Dec 2004 01:17:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/12/my-sister/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Check this great song about the sisters &amp;#8230; in Arabic&lt;br /&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/mysister.mp3&#34;&gt;Akhyaty&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Enabling FreeBSD firewall</title>
      <link>https://rayed.com/posts/2004/11/enabling-freebsd-firewall/</link>
      <pubDate>Sun, 28 Nov 2004 09:06:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/enabling-freebsd-firewall/</guid>
      <description>&lt;p&gt;Now with the new FreeBSD releases you don&amp;#8217;t have to recompile the kernel to add firewall support (which is easy but take sometime), now firewall module can be loaded as a kernel module, with a simple command like:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;# kldload ipfw        # (WARNING read on first)&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;But be careful the default behaviour is to block everything, you need to open the connection you need manually using a command like:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;# ipfw -q add allow all from any to any&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>my.saudi.net.sa tip</title>
      <link>https://rayed.com/posts/2004/11/mysaudinetsa-tip/</link>
      <pubDate>Tue, 23 Nov 2004 02:31:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/mysaudinetsa-tip/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;SAUDI NET portal site has a little anoying box called &amp;#8220;New @ MY&amp;#8221; this box is mandatory and you can&amp;#8217;t remove it or change its location.&lt;br /&gt;But there is a little trick to remove it completely, instead of accessing the portal using the address:&lt;br /&gt;&lt;a href=&#34;http://my.saudi.net.sa/&#34;&gt;http://my.saudi.net.sa/&lt;/a&gt;&lt;br /&gt;You can use:&lt;br /&gt;&lt;a href=&#34;http://my.saudi.net.sa/?nofixed=1&#34;&gt;http://my.saudi.net.sa/?nofixed=1&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Indian food killing me</title>
      <link>https://rayed.com/posts/2004/11/indian-food-killing-me/</link>
      <pubDate>Mon, 22 Nov 2004 11:56:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/indian-food-killing-me/</guid>
      <description>&lt;p&gt;Couple of weeks ago a new Indian restaurant open in Raka Plaza near my home, it is called &lt;b&gt;&amp;#8220;Spice&amp;#8221;&lt;/b&gt;, it looked nice, and the logo was really cool.&lt;br /&gt;&#xA;Last week me and my wife tried it, the food was good, the problem was the day after that, I had the worst stomach ache, and it didn&amp;#8217;t stop until today. Everytime I eat anything the same pain comes again.&lt;br /&gt;&#xA;&lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/spice.jpg&#34; /&gt;&lt;br /&gt;&#xA;&lt;small&gt;They stole the logo from &lt;a href=&#34;http://www.cafespice.com/&#34;&gt;Cafe Spice&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dumping Mozilla for Firefox,Thuderbird combo</title>
      <link>https://rayed.com/posts/2004/11/dumping-mozilla-for-firefoxthuderbird-combo/</link>
      <pubDate>Mon, 22 Nov 2004 01:59:36 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/dumping-mozilla-for-firefoxthuderbird-combo/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I decide to stop using Mozilla in favour of Firefox, Thuderbird combo.&lt;br /&gt;&lt;a href=&#34;http://www.mozilla.org/products/firefox/&#34;&gt;Firefox&lt;/a&gt; is a stand alone browser, and &lt;a href=&#34;http://www.mozilla.org/products/thunderbird/&#34;&gt;Thuderbird&lt;/a&gt; is stand alone email client, both made by Mozilla foundation.&lt;br /&gt;I make this decision since Mozilla package isn&amp;#8217;t as current as neither Firefox, or Thuderbird, and I think I raed that Mozilla foundation will favour Firefox/Thuderbird.&lt;br /&gt;Another advantage of two seperate programs for browsing and email, is the ability to upgrade one component without affecting the other, althought all Mozilla upgrade were very smooth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working after Eid misery</title>
      <link>https://rayed.com/posts/2004/11/working-after-eid-misery/</link>
      <pubDate>Sun, 21 Nov 2004 11:33:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/working-after-eid-misery/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today is the second day of work after Eid vacation, I hardly got up from my bed today, as you know sleeping hours in Ramdan and Eid is dramatically fliped, I usually sleep after 6 am!! and wake up around 2pm.&lt;br /&gt;I went to bed at 12 am but couldn&amp;#8217;t sleep until 5:30 am.&lt;br /&gt;Today I&amp;#8217;ll try to stay awake all day, so I can fall sleep early in night.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Social bookmarks</title>
      <link>https://rayed.com/posts/2004/11/social-bookmarks/</link>
      <pubDate>Mon, 15 Nov 2004 02:15:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/social-bookmarks/</guid>
      <description>&lt;p&gt;Bookmarks &amp;#8230; store them, categorize them, share them, plus much more&amp;#8230;&lt;br /&gt;&#xA;Register and find out how great is it.&lt;br /&gt;&#xA;&lt;a href=&#34;http://del.icio.us/&#34;&gt;http://del.icio.us/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://rayed.com/posts/2004/11/uiissa-aecnss/</link>
      <pubDate>Sat, 13 Nov 2004 05:21:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/uiissa-aecnss/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Firefox 1.0 released</title>
      <link>https://rayed.com/posts/2004/11/firefox-10-released/</link>
      <pubDate>Tue, 09 Nov 2004 02:38:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/firefox-10-released/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Dump Internet Expolrer, and use.&lt;br /&gt;&lt;a href=&#34;http://getfirefox.com/&#34; title=&#34;Get Firefox - Web browsing redefined.&#34;&gt;&lt;br /&gt;&lt;img src=&#34;http://www.mozilla.org/products/firefox/buttons/getfirefox_large2.png&#34; width=&#34;178&#34; height=&#34;60&#34; border=&#34;0&#34; alt=&#34;Get Firefox&#34;&gt;&lt;/a&gt; &lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Eid vacation starting today</title>
      <link>https://rayed.com/posts/2004/11/eid-vacation-starting-today/</link>
      <pubDate>Tue, 09 Nov 2004 01:55:39 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/eid-vacation-starting-today/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;What are my plans? Going to my uncles farm near O&amp;#8217;sheger.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>FreeBSD 5.3 Released</title>
      <link>https://rayed.com/posts/2004/11/freebsd-53-released/</link>
      <pubDate>Mon, 08 Nov 2004 01:41:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/freebsd-53-released/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;and it is now considered STABLE branch of FreeBSD, i.e. it is now ready for prodution.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>FreeBSD port for PHP supports dynamic extensions (update)</title>
      <link>https://rayed.com/posts/2004/11/freebsd-port-for-php-supports-dynamic-extensions-update/</link>
      <pubDate>Mon, 01 Nov 2004 01:36:45 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/11/freebsd-port-for-php-supports-dynamic-extensions-update/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Few months ago I wrote about php4-extensions as the way to install other PHP modules, php4-extensions is a meta port which mean it isn&amp;#8217;t a real port, it is a port used to install other ports.&lt;br /&gt;So when you try to install php4-extensions, and selected MySQL, and XML extensions, it will install the following ports:&lt;code&gt;&lt;br /&gt; /usr/ports/databases/php4-mysql&lt;br /&gt; /usr/ports/textproc/php4-xml&lt;br /&gt;&lt;/code&gt;and you can uninstall them separately.&lt;br /&gt;This solve alot of issue for me, previously when I want to upgrade MySQL I have to uninstall PHP completly, and reinstall it again of course this mean upgrading all port used by PHP, which create a miss.&lt;br /&gt;Now, I can reinstall only PHP MySQL extension only.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Came back from Gitex in Dubai</title>
      <link>https://rayed.com/posts/2004/10/came-back-from-gitex-in-dubai/</link>
      <pubDate>Mon, 11 Oct 2004 03:57:55 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/10/came-back-from-gitex-in-dubai/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;More details to come, I have tons of work to catch on.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Mozilla Arabic support improvments</title>
      <link>https://rayed.com/posts/2004/09/mozilla-arabic-support-improvments/</link>
      <pubDate>Tue, 21 Sep 2004 02:36:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/09/mozilla-arabic-support-improvments/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today I filled a Mozilla bug report about an old bug on handling Arabic paragraph, in the same day I received a feedback about this bug saying they couldn&amp;#8217;t regenerate it on current versions. So I downloaded Firefox Preview Release and it really solved, I love Mozilla 🙂&lt;br /&gt;Update: The bug still exists in Mozilla 1.7.3 🙁&lt;br /&gt;Update: But it works with Mozilla 1.8 a 🙂&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Back from vacation</title>
      <link>https://rayed.com/posts/2004/09/back-from-vacation/</link>
      <pubDate>Mon, 13 Sep 2004 11:58:03 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/09/back-from-vacation/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;&amp;#8230; so tired, I found out that I don&amp;#8217;t relax on my vacations, from now on I need to include a relaxation period in all of my vacations.&lt;br /&gt;One more thing, when I go back to work I really hate it, but we will see if the relaxation period will solve this.&lt;br /&gt;About my vacation, I spent two days in Ras Tanura in Aramco compound, in my wife&amp;#8217;s uncle home, Fahad, it was great the place is very nice with a sea view, they have very small but fun city.&lt;br /&gt;Then I spent two days in Bahrain, nothing new their same place, same activities, we saw 5 movies and came back again &amp;#8230; and that&amp;#8217;s it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Going to Bahrain for the weekend</title>
      <link>https://rayed.com/posts/2004/09/going-to-bahrain-for-the-weekend/</link>
      <pubDate>Tue, 07 Sep 2004 03:09:24 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/09/going-to-bahrain-for-the-weekend/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;A short vacation 🙂&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>SAUDI NET pool cup</title>
      <link>https://rayed.com/posts/2004/08/saudi-net-pool-cup/</link>
      <pubDate>Tue, 31 Aug 2004 09:23:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/saudi-net-pool-cup/</guid>
      <description>&lt;p&gt;The place:&lt;br /&gt;&#xA;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/arocaria.jpg&#34;&gt;&lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/arocaria_s.jpg&#34;/&gt;&lt;/a&gt;&lt;br /&gt;&#xA;Our guest of honor Misfer Almaymouni who left SAUDI NET recently:&lt;br /&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/misfer1.jpg&#34;&gt;&lt;img src=&#34;https://rayed.com/rayed/img/2004-08-30/misfer1_s.jpg&#34;/&gt;&lt;/a&gt;&lt;br /&gt;&#xA;And the winner is: (this is my photo in case you don&amp;#8217;t know me)&lt;br /&gt;&#xA;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/rayed_winner4.jpg&#34;&gt;&lt;img src=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/rayed_winner4_s.jpg&#34;/&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/panorama.jpg&#34;&gt;Panoramic view of the place&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/all.jpg&#34;&gt;Some of the guys&lt;/a&gt;&lt;br /&gt;&#xA;&lt;a href=&#34;http://myweb.saudi.net.sa/rayed/img/2004-08-30/&#34;&gt;All Photos&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeRADIUS version 1 released</title>
      <link>https://rayed.com/posts/2004/08/freeradius-version-1-released/</link>
      <pubDate>Mon, 30 Aug 2004 01:56:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/freeradius-version-1-released/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;RADIUS is the protocol used for authenticating users, it is used mainly by routers and NASes.&lt;br /&gt;FreeRADIUS is the best open source RADIUS server available, it support many external databases, LDAP, MySQL, PostgreSQL, Oracle.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Cost of living in Riyadh</title>
      <link>https://rayed.com/posts/2004/08/cost-of-living-in-riyadh/</link>
      <pubDate>Sat, 21 Aug 2004 09:36:58 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/cost-of-living-in-riyadh/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;According to this &lt;a href=&#34;http://money.cnn.com/pf/features/popups/costofliving/popup.html&#34;&gt;link from CNN&lt;/a&gt; the cost of living in Riyadh is ranked #77 out of 144 cities.&lt;br /&gt;I wonder with the current oil price where are we heading and the worst part that we aren&amp;#8217;t getting a dime from it!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>More spam prevention using Spamhaus</title>
      <link>https://rayed.com/posts/2004/08/more-spam-prevention-using-spamhaus/</link>
      <pubDate>Sat, 14 Aug 2004 12:02:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/more-spam-prevention-using-spamhaus/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today I started using &lt;a href=&#34;http://www.spamhaus.org/&#34;&gt;Spamhaus&lt;/a&gt; to help prevent spam, I use it now in addition to &lt;a href=&#34;http://www.spamcop.net&#34;&gt;Spamcop&lt;/a&gt;.&lt;br /&gt;It was triggered by many spam emails coming from the same range of IPs, so I tested it with Spamhaus and it blocked it.&lt;/p&gt;&#xA;&lt;p&gt;Here is the code to add in &lt;a href=&#34;http://www.postfix.org/&#34;&gt;Postfix&lt;/a&gt; main.cf file:&lt;code&gt;&lt;br /&gt;smtpd_client_restrictions =&lt;br /&gt;        permit_mynetworks&lt;br /&gt;        check_client_access hash:/usr/local/etc/postfix/client_access&lt;br /&gt;        &lt;b&gt;reject_rbl_client sbl.spamhaus.org&lt;/b&gt;&lt;br /&gt;        reject_rbl_client bl.spamcop.net&lt;br /&gt;        permit&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Serious Security Hole In PuTTY</title>
      <link>https://rayed.com/posts/2004/08/serious-security-hole-in-putty/</link>
      <pubDate>Wed, 04 Aug 2004 06:23:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/serious-security-hole-in-putty/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Putty is my favorite SSH client for windows.&lt;br /&gt;Upgrade to 0.55, for more info check &lt;a href=&#34;http://developers.slashdot.org/article.pl?sid=04/08/04/1216258&amp;#038;tid=93&amp;#038;tid=201&amp;#038;tid=8&amp;#038;tid=218&#34;&gt;Slashdot&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>SMPP client rewritten in PHP</title>
      <link>https://rayed.com/posts/2004/08/smpp-client-rewritten-in-php/</link>
      <pubDate>Tue, 03 Aug 2004 02:04:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/smpp-client-rewritten-in-php/</guid>
      <description>&lt;p&gt;Today I ported my Python SMPP client library to PHP, I had to redesign the whole library because the old design was very bad, and with the new design it became very small, and trivial library.&lt;/p&gt;&#xA;&lt;p&gt;Most of my work was on a library to convert between window-1256 charset used by most Arabic computers, to UTF-16 (big endian) used by GSM phones.&lt;/p&gt;&#xA;&lt;p&gt;The new SMPP library supports long and flash messages, you can try it from &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; &lt;a href=&#34;http://my.saudi.net.sa/&#34;&gt;Portal&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Supporting long, and flash SMS</title>
      <link>https://rayed.com/posts/2004/08/supporting-long-and-flash-sms/</link>
      <pubDate>Mon, 02 Aug 2004 04:27:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/08/supporting-long-and-flash-sms/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today Abdullah Aldosari my coworker insisted on working on long SMSs, he kept dreaming of them the last couple of days, so we sat together today, and we figured out how to do it.&lt;br /&gt;It was fairly simple, in fact I found an old code that I wrote for sending operator logos which use this feature! Abdullah also searched for the way to send flash SMS, it was even simpler, all you need is to set a flag when sending the SMS and that&amp;#8217;s it.&lt;br /&gt;These new features will be introduced to &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; &lt;a href=&#34;http://my.saudi.net.sa/&#34;&gt;portal&lt;/a&gt; after proper testing (i.e. tomorrow 🙂&lt;br /&gt;We are using a protocol called &lt;a href=&#34;http://www.smsforum.net/&#34;&gt;SMPP&lt;/a&gt; it is used to communicate with the SMS Center, the SMPP client library we are using is currently written in &lt;a href=&#34;http://www.python.org/&#34;&gt;Python&lt;/a&gt; language, I am thinking of rewriting it in PHP  as soon as I find a good way to convert between character sets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FreeBSD port for PHP supports dynamic extensions</title>
      <link>https://rayed.com/posts/2004/07/freebsd-port-for-php-supports-dynamic-extensions/</link>
      <pubDate>Thu, 29 Jul 2004 08:42:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/freebsd-port-for-php-supports-dynamic-extensions/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;In the past when you forget to add a PHP extension in FreeBSD you have to recompile the whole thing, but now PHP port support dynamic extensions, in fact PHP port doesn&amp;#8217;t allow you to add any extensions, you have to add these extensions using a separate port.&lt;br /&gt;There is one wrapper port called /usr/ports/lang/php4-extensions/ which will allow you to select modules to install.&lt;br /&gt;Very nice indeed, even when I spent long time to figure out how to add extensions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Change PHPMyAdmin to view Arabic on English interface</title>
      <link>https://rayed.com/posts/2004/07/change-phpmyadmin-to-view-arabic-on-english-interface/</link>
      <pubDate>Tue, 27 Jul 2004 01:35:42 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/change-phpmyadmin-to-view-arabic-on-english-interface/</guid>
      <description>&lt;p&gt;I love phpmyadmin, it is a web interface for MySQL DB server, I usually use the English interface, but the problem with English interface that it doesn&amp;#8217;t show Arabic string, of course you can change the whole interface to Arabic, but I don&amp;#8217;t understand anything from that interface.&lt;/p&gt;&#xA;&lt;p&gt;So I played with PHPMyAdmin code so I can use English interface but using Arabic character set, here is how to do it:&lt;br /&gt;&#xA;&lt;code&gt;&lt;br /&gt;&#xA;# vi lang/english-iso-8859-1.inc.php&lt;br /&gt;&#xA;... change: $charset = &#39;iso-8859-1&#39;;&lt;br /&gt;&#xA;... to: $charset = &#39;windows-1256&#39;;&lt;br /&gt;&#xA;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL replication is so simple</title>
      <link>https://rayed.com/posts/2004/07/mysql-replication-is-so-simple/</link>
      <pubDate>Sat, 24 Jul 2004 02:18:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/mysql-replication-is-so-simple/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I just configured my first MySQL replication, it is very simple to configure, few configuration steps and it is done.&lt;br /&gt; The hardest thing is to figure the location of MySQL configuration file my.cnf under my FreeBSD, it doesn&amp;#8217;t exists by default so you have to create it your self, it can be many place, I choosed /var/db/mysql/my.cnf to make reside with the datafiles.&lt;br /&gt; You can find a sample chapter from &lt;a href=&#34;http://jeremy.zawodny.com/blog/&#34;&gt;Jeremy Zawodny&lt;/a&gt; book, &lt;a href=&#34;http://www.oreilly.com/catalog/hpmysql/index.html&#34;&gt;High Performance MySQL&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My wife had a lasik surgery</title>
      <link>https://rayed.com/posts/2004/07/my-wife-had-a-lasik-surgery/</link>
      <pubDate>Sat, 24 Jul 2004 01:10:49 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/my-wife-had-a-lasik-surgery/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;It took around 15 minutes, it was little painfull in the first day, her vision is somehow blurry, the doctor says the blur will go away in the next 10 days.&lt;br /&gt; Lasik if you don&amp;#8217;t know it is a surgery to correct the vision.&lt;br /&gt; &lt;a href=&#34;http://lasik.bab.com/&#34;&gt;http://lasik.bab.com/&lt;/a&gt; &lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>More about my car accident</title>
      <link>https://rayed.com/posts/2004/07/more-about-my-car-accident/</link>
      <pubDate>Sun, 18 Jul 2004 02:09:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/more-about-my-car-accident/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today the traffic department called me to telling that they found the car with the description I gave, but the color wasn&amp;#8217;t silver it was gray! So they called me to change the paper I signed earlier. &lt;br /&gt; Silver and gray is there really any difference between the two!?  &lt;br /&gt; The name of the guy who hit me and ran away was Abdullah Mohammed Alsalem. &lt;br /&gt; &lt;!-- Abdullah Mohammed Alsalem 218 xxxx --&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP5 relaeased</title>
      <link>https://rayed.com/posts/2004/07/php5-relaeased/</link>
      <pubDate>Wed, 14 Jul 2004 08:58:08 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/php5-relaeased/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;With many amazing new features, is it going to be the defacto scripting language!&lt;/p&gt;&#xA;&lt;div style=&#34;text-align: left;&#34;&gt;&lt;a href=&#34;http://www.onlamp.com/lpt/a/5008&#34;&gt;OnLamp article about PHP5 new features&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Amavisd &#43; Spamassassin &#43; ClamAV</title>
      <link>https://rayed.com/posts/2004/07/amavisd-spamassassin-clamav/</link>
      <pubDate>Mon, 12 Jul 2004 08:45:13 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/amavisd-spamassassin-clamav/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Installing amavisd+Spamassassin+clamav&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# cd /usr/ports/security/amavisd-new/&lt;br /&gt;# make install&lt;br /&gt;# cd /usr/ports/security/clamav/&lt;br /&gt;# make install&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;Updating ClamAV virus defintation, every hour!:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# vi /usr/local/etc/freshclam.conf&lt;br /&gt;... HTTPProxyServer proxy.saudi.net.sa&lt;br /&gt;... HTTPProxyPort 8080&lt;br /&gt;# freshclam&lt;br /&gt;# crontab -e&lt;br /&gt;... 43 * * * * /usr/local/bin/freshclam --quiet&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;Changing clamav setting to work as vscan user, same as amavisd:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# vi /usr/local/etc/clamav.conf&lt;br /&gt;... # Change User to match amavid user&lt;br /&gt;... User vscan&lt;br /&gt;# chown -R vscan:vscan /var/run/clamav&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Just came from Beirut</title>
      <link>https://rayed.com/posts/2004/07/just-came-from-beirut/</link>
      <pubDate>Sat, 10 Jul 2004 02:29:23 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/07/just-came-from-beirut/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Going to sleep now 🙂&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Free RHCE practice test</title>
      <link>https://rayed.com/posts/2004/06/free-rhce-practice-test/</link>
      <pubDate>Wed, 30 Jun 2004 11:40:48 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/free-rhce-practice-test/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;This is a practice exam for &lt;a href=&#34;http://www.redhat.com/&#34;&gt;RedHat&lt;/a&gt; &lt;a href=&#34;http://www.redhat.com/training/rhce/courses/&#34;&gt;RHCE&lt;/a&gt; (Red Hat Certified Engineer Program)&lt;br /&gt;My results so far: 50%, 70%, 80%, 70%, &amp;#8230;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Blogger Bookmarklet</title>
      <link>https://rayed.com/posts/2004/06/blogger-bookmarklet/</link>
      <pubDate>Wed, 30 Jun 2004 02:33:38 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/blogger-bookmarklet/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;A nice feature from Blogger called bookmaklet, it is a simple link that you drag-and-drop it on your browser link bar, to allow you write a new blog entry related to the current web site you are browsing. Cool!&lt;br /&gt;&lt;a href=&#34;http://help.blogger.com/bin/answer.py?answer=152&#34;&gt;Blogger Bookmarklet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Clam AntiVirus and amavisd</title>
      <link>https://rayed.com/posts/2004/06/clam-antivirus-and-amavisd/</link>
      <pubDate>Mon, 28 Jun 2004 11:25:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/clam-antivirus-and-amavisd/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;After installing amavisd you need to edit the confiuration file to change some of the settings:&lt;br /&gt;&lt;code&gt;# vi /usr/local/etc/amavisd.conf&lt;br /&gt;:&lt;br /&gt;$mydomain = &#39;yourdomain.com&#39;;&lt;br /&gt;:&lt;br /&gt;$final_spam_destiny = D_PASS;&lt;/code&gt;&lt;br /&gt;You also need to enable clamav section, then restart:&lt;br /&gt;&lt;code&gt;# /usr/local/etc/rc.d/amavisd.sh restart&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;To allow amavisd-new to work with clamav you need to run clamav using the same user:&lt;br /&gt;&lt;code&gt;# vi /usr/local/etc/clamav.conf&lt;br /&gt;... change user to:&lt;br /&gt; User vscan&lt;br /&gt;# /usr/local/etc/rc.d/clamav-clamd.sh restart&lt;/code&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Spamassassin is easy</title>
      <link>https://rayed.com/posts/2004/06/spamassassin-is-easy/</link>
      <pubDate>Sun, 27 Jun 2004 03:54:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/spamassassin-is-easy/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I was planning to install spamassassin+amavisd+clamav on our mail server for a long time, but every time I try to do it, I quit after few tries.&lt;br /&gt;But finally I got it, and it isn&amp;#8217;t that hard at all, although I don&amp;#8217;t understand everything yet, but it seems easy. Hopefully I&amp;#8217;ll add some configuration hints for &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt; of course.&lt;/p&gt;&#xA;&lt;ul&gt;&lt;/p&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.spamassassin.org/&#34;&gt;Spamassassin&lt;/a&gt; is SPAM mail detection software, it became the de facto standard in SPAM fighting.&#xA;&lt;li&gt;&lt;a href=&#34;http://www.clamav.net/&#34;&gt;ClamAV&lt;/a&gt; is an opensource antivirus program.&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ijs.si/software/amavisd/&#34;&gt;amavisd-new&lt;/a&gt; is a high-performance interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin.&lt;/ul&gt;&#xA;&lt;p&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>BBCArabic RSS newsfeed</title>
      <link>https://rayed.com/posts/2004/06/bbcarabic-rss-newsfeed/</link>
      <pubDate>Tue, 22 Jun 2004 12:36:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/bbcarabic-rss-newsfeed/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Finnaly I can remove my old BBC parsing script and replace it with RSS feed.&lt;br /&gt;&lt;a href=&#34;http://news.bbc.co.uk/rss/arabic/news/rss091.xml&#34;&gt;Arabic BBC RSS&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I also found (from BBC links) a nice software for reading RSS called &lt;a href=&#34;http://www.sharpreader.net/&#34;&gt;SharpReader&lt;/a&gt;, I didn&amp;#8217;t try it but it looks cool!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Al Arabiya news channel web site</title>
      <link>https://rayed.com/posts/2004/06/al-arabiya-news-channel-web-site/</link>
      <pubDate>Tue, 22 Jun 2004 09:47:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/al-arabiya-news-channel-web-site/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Nice! Very clean and works well with &lt;a href=&#34;http://www.mozilla.org/&#34;&gt;Mozilla&lt;/a&gt; browser.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Remove Spyware from your Window machine</title>
      <link>https://rayed.com/posts/2004/06/remove-spyware-from-your-window-machine/</link>
      <pubDate>Tue, 22 Jun 2004 07:50:11 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/remove-spyware-from-your-window-machine/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;If you use MS Internet Explorer and you have one of the following:&lt;/p&gt;&#xA;&lt;li&gt;Many toolbars that you didn&amp;#8217;t install, and you couldn&amp;#8217;t remove.&#xA;&lt;li&gt;Pop-up windows from nowhere, coming from all Internet web sites, even the ones you know they didn&amp;#8217;t have any.&#xA;&lt;li&gt;Slow machine.&#xA;&lt;li&gt;Slow connection.&#xA;&lt;p&gt;Then you diffently need to install Lavasoft &lt;a href=&#34;http://www.lavasoftusa.com/software/adaware/&#34;&gt;AD-Aware&lt;/a&gt;, and remove all the ad, and spywares.&lt;br /&gt;Just try it.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Car accident update</title>
      <link>https://rayed.com/posts/2004/06/car-accident-update/</link>
      <pubDate>Wed, 16 Jun 2004 10:28:52 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/car-accident-update/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I went to the traffic department to follow-up on my car accident report, I was told that the guy who hit me came and gave them his insurance -which won&amp;#8217;t help since he escaped-, and they told me to go Car dealer (Al Hamza, Sheikh Almared) to get an estimate for the car repair.&lt;br /&gt;After search for 20 minutes for the car dealer shop -the shop didn&amp;#8217;t have a banner!!- I found it and they ask for 30 Riyals for the car estimate, they send me back to the Traffic department with a sealed envelope with the repair estimate, which was 1700 riyals.&lt;br /&gt;The traffic department now will contact the guy to get the money from him, it could take months as they said!&lt;br /&gt;Any way I&amp;#8217;ll wait and see how our judicial system work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My car crashed by drunk driver</title>
      <link>https://rayed.com/posts/2004/06/my-car-crashed-by-drunk-driver/</link>
      <pubDate>Fri, 04 Jun 2004 07:44:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/06/my-car-crashed-by-drunk-driver/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;On my way to my parents home to help my sister with her math exam a drunk driver (I think) hit my car and escaped! I stopped him, and called the cups, they told me to get his car plate and leave him.&lt;br /&gt;My friends told me that I am not going to get any money to repair my car from him, but I&amp;#8217;ll try my best with the traffic department to catch him.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAUDI NET increase customers emails to 100MB</title>
      <link>https://rayed.com/posts/2004/05/saudi-net-increase-customers-emails-to-100mb/</link>
      <pubDate>Thu, 27 May 2004 07:42:00 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/saudi-net-increase-customers-emails-to-100mb/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;SAUDI NET got jealous from &lt;a href=&#34;http://www.gmail.com/&#34;&gt;gmail&lt;/a&gt; for providing 1GB of free email service, so SAUDI NET will increase email quota to 100MB, to get SAUDI NET email you need to subscribe to one of SAUDI NET service, either Dialup, or DSL.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Installing Fedora Linux on my machine</title>
      <link>https://rayed.com/posts/2004/05/installing-fedora-linux-on-my-machine/</link>
      <pubDate>Sat, 22 May 2004 12:02:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/installing-fedora-linux-on-my-machine/</guid>
      <description>&lt;p&gt;&lt;b&gt;What is Fedora?&lt;/b&gt;&lt;br /&gt;&#xA;Fedora is basically a hat, see image in &lt;a href=&#34;http://images.google.com/images?q=fedora%20&amp;#038;hl=en&amp;#038;lr=&amp;#038;ie=UTF-8&amp;#038;safe=off&amp;#038;sa=N&amp;#038;tab=wi&#34;&gt;Google&lt;/a&gt;&lt;br /&gt;&#xA;In the computer world Fedora is a new Linux distrbution sponsored by &lt;a href=&#34;http://www.redhat.com/&#34;&gt;RedHat&lt;/a&gt;, and supported by open source community, it existed to replace RedHat free version Linux.&lt;/p&gt;&#xA;&lt;p&gt;&lt;b&gt;Dual booting howto&lt;/b&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&lt;/p&gt;&#xA;&lt;li&gt;Using PartitionMagic I resized Windows XP partition, and added two new partitions, 9 GB for Linux, and 1 GB as FAT32 partition, to be shared between Windows XP and Linux.&lt;/li&gt;&#xA;&lt;li&gt;I installed Linux, with GRUB (boot loader) installed in the partition (and not on MBR).&lt;/li&gt;&#xA;&lt;li&gt;I rebooted the machine, then from Windows I used &lt;a href=&#34;http://www.winimage.com/bootpart.htm&#34;&gt;bootpart&lt;/a&gt; to add Linux to Windows boot option.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>ISU block blogspot.com</title>
      <link>https://rayed.com/posts/2004/05/isu-block-blogspotcom/</link>
      <pubDate>Wed, 19 May 2004 03:14:19 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/isu-block-blogspotcom/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;ISU (Internet Service Unit) is blocking all domains under blogspot.com, blogspot is used by Blogger.com to host its customers blogs.&lt;br /&gt;ISU always block the whole domain when they find bad subdomains!!&lt;br /&gt;I already filled unblocking request.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Anyone interested on afkary.net</title>
      <link>https://rayed.com/posts/2004/05/anyone-interested-on-afkarynet/</link>
      <pubDate>Tue, 18 May 2004 10:43:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/anyone-interested-on-afkarynet/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;afkary.net domain will expire soon any one interested I can transfer the domain starting now.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>ssh tunneling = fast browsing</title>
      <link>https://rayed.com/posts/2004/05/ssh-tunneling-fast-browsing/</link>
      <pubDate>Mon, 17 May 2004 11:36:32 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/ssh-tunneling-fast-browsing/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;A while ago I tried tunneling proxy conection though ssh, you asked why &amp;#8230; because ssh have a neat compression feature, it will compress all ssh communication between your client and the ssh server, and by tunneling HTTP proxy trafic through ssh you can speed up HTML page loading time, you can really see the difference.&lt;br /&gt;Any way I had a problem of having to run ssh client every time I want to use the Internet, even when you want to check one small thing, it was kind of anoying to change the proxy from the localhost (thought tunneling) and connecting directly to the &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; proxy server.&lt;br /&gt;Today I invested sometime to build small proxy auto configuration script, that will try to use the local proxy (compressed &amp;#038; tunneled) and if it fails it will try to connect directly to the proxy, here is the script, give it a try it really makes thing FAST.&lt;/p&gt;</description>
    </item>
    <item>
      <title>myweb under construction page</title>
      <link>https://rayed.com/posts/2004/05/myweb-under-construction-page/</link>
      <pubDate>Sun, 16 May 2004 11:01:07 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/myweb-under-construction-page/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Misfer our talented designer designed new &lt;a href=&#34;http://myweb.saudi.net.sa/default.html&#34;&gt;Under Construction&lt;/a&gt; page, this page will be the default page when the customer create new myweb account.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Fouad playing with Blogger</title>
      <link>https://rayed.com/posts/2004/05/fouad-playing-with-blogger/</link>
      <pubDate>Wed, 12 May 2004 10:55:33 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/fouad-playing-with-blogger/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Two days ago I talked with my brother Fouad about Blogger and it features, he couldn&amp;#8217;t grasp the concept at first, but he subscribed to it, and played with it, and he created his first weblog.&lt;br /&gt;Fouad isn&amp;#8217;t computer savy, and he found Blogger useful may be you should try it your self if you didn&amp;#8217;t yet.&lt;br /&gt;I didn&amp;#8217;t get the URL of Fouad Blogger yet, I&amp;#8217;ll publish as soon as I get it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>rayed.com points to rayed@myweb</title>
      <link>https://rayed.com/posts/2004/05/rayedcom-points-to-rayedmyweb/</link>
      <pubDate>Wed, 12 May 2004 03:10:57 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/rayedcom-points-to-rayedmyweb/</guid>
      <description>&lt;p&gt;I forwarded request to &lt;a href=&#34;http://www.rayed.com/&#34;&gt;www.rayed.com&lt;/a&gt; to &lt;a href=&#34;http://myweb.saudi.net.sa/rayed/&#34;&gt;http://myweb.saudi.net.sa/rayed&lt;/a&gt;, for the following reasons:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;To promote using &lt;a href=&#34;http://myweb.saudi.net.sa/&#34;&gt;myweb&lt;/a&gt; service provided by &lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;To replace my own blogging software with &lt;a href=&#34;http://www.blogger.com/&#34;&gt;Blogger&lt;/a&gt;, I know I can make Blogger publish to rayed.com directly, but I didn&amp;#8217;t want to publish in two locations.&lt;br /&gt;&#xA;I also migrated all entries from the my own software to Blogger, so nothing lost. (as if there anything worth saving!)&lt;/li&gt;&#xA;&lt;li&gt;The most important one, is because myweb.saudi.net.sa is much faster than my own server, which is a very old machine, with very limited bandwidth.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Another Blog from email</title>
      <link>https://rayed.com/posts/2004/05/another-blog-from-email/</link>
      <pubDate>Wed, 12 May 2004 01:57:37 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/another-blog-from-email/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;and this time from GMail.com&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Blogger.com new interface</title>
      <link>https://rayed.com/posts/2004/05/bloggercom-new-interface/</link>
      <pubDate>Mon, 10 May 2004 11:37:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/bloggercom-new-interface/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Although I liked the old one, but the new is really cool, the colors are great, the interface seems more logical, and they got rid of the HTML frames.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I got my GMail.com email account</title>
      <link>https://rayed.com/posts/2004/05/i-got-my-gmailcom-email-account/</link>
      <pubDate>Sun, 09 May 2004 11:30:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/i-got-my-gmailcom-email-account/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I forgot to mention this earlier, but one week ago when I logged in to &lt;a href=&#34;http://www.blogger.com/&#34;&gt;Blogger.com&lt;/a&gt; I got an invetation to try &lt;a href=&#34;http://www.gmail.com/&#34;&gt;Gmail.com&lt;/a&gt; service, if you never heared of Gmail before, it is a webmail service provided by google.com and they give 1GB of space.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Blogging from Email</title>
      <link>https://rayed.com/posts/2004/05/blogging-from-email/</link>
      <pubDate>Sun, 09 May 2004 11:19:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/blogging-from-email/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Blogger is really very nice service 🙂&lt;br /&gt;I entred this entry by sending an email message to special email e.g xxxx@blogger.com, and it just posted it to my web site, I start to love these guys.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>SAUDI NET website really sucks</title>
      <link>https://rayed.com/posts/2004/05/saudi-net-website-really-sucks/</link>
      <pubDate>Sun, 09 May 2004 11:07:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/saudi-net-website-really-sucks/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.saudi.net.sa/&#34;&gt;SAUDI NET&lt;/a&gt; web site is really bad, we are trying to replace it since &amp;#8230; well forever actually but we couldn&amp;#8217;t, the marketing people signed a contract (!!!) with external company to deveploe the website.&lt;br /&gt;and we are still waiting, it is really bad, and every time I see it I get very angry 🙁&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Dinner at STC executive club</title>
      <link>https://rayed.com/posts/2004/05/dinner-at-stc-executive-club/</link>
      <pubDate>Wed, 05 May 2004 12:28:46 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/dinner-at-stc-executive-club/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;The weather was nice and we witnesed a lonar eclipse too &amp;#8230; unfortunately I forgot to take a picture for the eclipse 🙁&lt;br /&gt;&lt;a href=&#34;img/4-5-2004/IMG_0199.jpg&#34;&gt;&lt;img border=&#34;0&#34; src=&#34;img/4-5-2004/IMG_0199-s.jpg&#34;&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;img/4-5-2004/&#34;&gt;Check out other pictures&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Developing news paper site</title>
      <link>https://rayed.com/posts/2004/05/developing-news-paper-site/</link>
      <pubDate>Sun, 02 May 2004 08:24:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/developing-news-paper-site/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;It would be very interesting project to do, many ideas in my head but we will see what will comes from it.&lt;br /&gt;I&amp;#8217;ll definitely use CSS to support many printer friendly, light, handheld version of the web site, and will have RSS syndication.&lt;br /&gt;and of course it will be compressed for faster download, what else &amp;#8230; I&amp;#8217;ll keep thinking&lt;/p&gt;&#xA;&lt;p&gt;The worst part that it should be very simple to use, this would be hard to do, but I&amp;#8217;ll try my best.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I bought new Canon digital camera</title>
      <link>https://rayed.com/posts/2004/05/i-bought-new-canon-digital-camera/</link>
      <pubDate>Sun, 02 May 2004 03:00:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/i-bought-new-canon-digital-camera/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I like it a lot, although my pictures (most of them) look blury.&lt;br /&gt;&lt;a href=&#34;img/IMG_0093.jpg&#34;&gt;&lt;img border=0 src=&#34;img/IMG_0093-small.jpg&#34; width=300&gt;&lt;br /&gt;&lt;small&gt;This is not my home, but I liked it&lt;/small&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>SAUDI NET myweb rocks</title>
      <link>https://rayed.com/posts/2004/05/saudi-net-myweb-rocks/</link>
      <pubDate>Sun, 02 May 2004 02:39:59 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/05/saudi-net-myweb-rocks/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I really like it free web space, no ads, my own name, and fast, yummy!!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>My first log</title>
      <link>https://rayed.com/posts/2004/04/my-first-log/</link>
      <pubDate>Fri, 30 Apr 2004 01:12:27 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/04/my-first-log/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Hello every one, I will write here about my interests, I&amp;#8217;ll mainly write about college life, homes, resturants, coffee shops, malls, etc&amp;#8230;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I got gmail email account</title>
      <link>https://rayed.com/posts/2004/04/i-got-gmail-email-account/</link>
      <pubDate>Tue, 27 Apr 2004 02:56:25 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/04/i-got-gmail-email-account/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I got an invetation to join beta testing of Google Mail (GMail), when you think that email can&amp;#8217;t get better Google surprise you with many inovations.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I can’t sleep</title>
      <link>https://rayed.com/posts/2004/04/i-cant-sleep/</link>
      <pubDate>Sat, 17 Apr 2004 02:55:47 +0300</pubDate>
      <guid>https://rayed.com/posts/2004/04/i-cant-sleep/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Nothing to say &amp;#8230; I am very borde so I thought I would update my website.&lt;br /&gt;Sorry!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>afkary.net</title>
      <link>https://rayed.com/posts/2003/07/afkarynet/</link>
      <pubDate>Wed, 09 Jul 2003 02:53:21 +0300</pubDate>
      <guid>https://rayed.com/posts/2003/07/afkarynet/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I know it has been long time since the last update to the website, I was very lasy lately.&lt;/p&gt;&#xA;&lt;p&gt;The part were I wasn&amp;#8217;t lazy I work in a new site called &lt;a href=&#34;http://www.afkary.net/&#34;&gt;afkary.net&lt;/a&gt;, Afkary means &amp;#8220;My Ideas&amp;#8221;, no it doesn&amp;#8217;t talk about my own ideas, it will be service to allow users to create their own eMagazine, without the need to install any software, just take the sample site, and customize it to your taste.&lt;br /&gt;Still working on it to make it really easy, and useful.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Design</title>
      <link>https://rayed.com/posts/2003/04/new-design/</link>
      <pubDate>Mon, 07 Apr 2003 02:52:34 +0300</pubDate>
      <guid>https://rayed.com/posts/2003/04/new-design/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I got sick from the green design &amp;#8230; I don&amp;#8217;t like this one a lot, but at least not green!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I became HP OpenView Certified Consultant in Network Management</title>
      <link>https://rayed.com/posts/2003/02/i-became-hp-openview-certified-consultant-in-network-management/</link>
      <pubDate>Sun, 02 Feb 2003 02:50:28 +0300</pubDate>
      <guid>https://rayed.com/posts/2003/02/i-became-hp-openview-certified-consultant-in-network-management/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I passed &amp;#8220;HP OpenView Certified Consultant in Network Management exam&amp;#8221; today, very long exam, but very useful!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I just passed SCDME exam</title>
      <link>https://rayed.com/posts/2003/01/i-just-passed-scdme-exam/</link>
      <pubDate>Thu, 09 Jan 2003 02:49:51 +0300</pubDate>
      <guid>https://rayed.com/posts/2003/01/i-just-passed-scdme-exam/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I just passed SCDME exam (Sun Certified Data Management Engineer), it was very tough exam.&lt;br /&gt;The exam has two flavours one emphasis on Veritas Volume Manager, and the one I took emphais on Solstice DiskSuite.&lt;br /&gt;&lt;a href=&#34;http://suned.sun.com/US/certification/storage/data.html&#34;&gt;Certificate Page&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Denmark &gt; Copenhagen &gt; DigiQuant</title>
      <link>https://rayed.com/posts/2002/12/denmark-copenhagen-digiquant/</link>
      <pubDate>Mon, 23 Dec 2002 02:48:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/12/denmark-copenhagen-digiquant/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I spent a week in Copenhagen, Denemark.&lt;br /&gt;I went for training on , it was very good.&lt;br /&gt;The weather was very cold in the first day, but I think I got used to it. Unfortunately I didn&amp;#8217;t have time for sight seeing.&lt;br /&gt;&lt;a href=&#34;http://www.rayed.com/img/digiquant.jpg&#34;&gt;Picture of me and some colleges&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Updated resume online</title>
      <link>https://rayed.com/posts/2002/10/updated-resume-online/</link>
      <pubDate>Sun, 20 Oct 2002 02:45:50 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/10/updated-resume-online/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Not hunting for a job, but for the sake of updating it.&lt;br /&gt;&lt;a href=&#34;http://www.rayed.com/resume/&#34;&gt;Resume&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Back to Riyadh</title>
      <link>https://rayed.com/posts/2002/09/back-to-riyadh/</link>
      <pubDate>Mon, 02 Sep 2002 02:44:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/09/back-to-riyadh/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Salam again, I am back in Riyadh, I was in vacation for the past month I visited my family in Washington DC, I also visited Naiagra Falls and Montreal in Canada, Anapolis, Baltimore, San Deigo, Las Vegas.&lt;br /&gt;I spent around 5 days for travelling, I really need very long sleep now.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I became Sun Certified Network Administrator</title>
      <link>https://rayed.com/posts/2002/07/i-became-sun-certified-network-administrator/</link>
      <pubDate>Sat, 27 Jul 2002 02:43:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/07/i-became-sun-certified-network-administrator/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Finally, after long delays -due to voucher purchase problems- I passed a Sun Certified Network Administrator exam.&lt;br /&gt;Next plan?! I don&amp;#8217;t know!! I am thinking of taking Java certifecations, but who knows.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>My Chat System</title>
      <link>https://rayed.com/posts/2002/07/my-chat-system/</link>
      <pubDate>Sat, 06 Jul 2002 02:43:02 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/07/my-chat-system/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Recently I was developing a Chat system software that can be used from regular browser window, the requirement for the client can be found on almost all browsers, it needs to run JavaScript1 .5+, Java1 .0+, as far I know there are some versions of WindowsXP that don&amp;#8217;t have Java at all, of course you can download WindowsXP Java plugin from http://www.sun.com/.&lt;br /&gt;Give a test drive Chat!&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Web Server upgrade</title>
      <link>https://rayed.com/posts/2002/07/web-server-upgrade/</link>
      <pubDate>Mon, 01 Jul 2002 02:42:16 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/07/web-server-upgrade/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today I upgraded the server I am using to Apache1 .3. 26it should fix security hole found on versions older than1 .3.26.&lt;br /&gt;I also upgraded PHP to the version4 .2.1&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Sun Certified System Admin Notes</title>
      <link>https://rayed.com/posts/2002/06/sun-certified-system-admin-notes/</link>
      <pubDate>Mon, 17 Jun 2002 02:41:30 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/06/sun-certified-system-admin-notes/</guid>
      <description>&lt;p&gt;While preparing for SCSA exams I wrote some notes, not very useful for study, but might be useful for quick reference.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://rayed.com/static/uploads/old/SCSA.html&#34;&gt;Sun Certified System Admin Notes&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SCNA book arrived</title>
      <link>https://rayed.com/posts/2002/04/scna-book-arrived/</link>
      <pubDate>Tue, 23 Apr 2002 02:40:05 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/04/scna-book-arrived/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Last week I orderer &amp;#8220;Solaris 8 Network Adminstrator Certification training guide&amp;#8221; to help me preparing for Sun Certified Network Admin (SCNA) exam, It just arrived 🙂 I am planing to take the exam in the 2nd May.&lt;br /&gt;The books isn&amp;#8217;t very good, but it is the only one I found about the subject.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Sun Certified System Admin on Solaris8</title>
      <link>https://rayed.com/posts/2002/04/sun-certified-system-admin-on-solaris8/</link>
      <pubDate>Sat, 06 Apr 2002 02:39:18 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/04/sun-certified-system-admin-on-solaris8/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I finished the SCSA second exam, and I passed it 🙂&lt;br /&gt;Now I became &amp;#8220;Sun Certified System Admin on Solaris8 &amp;#8220;, I am also planing to take &amp;#8220;Sun Certified Network Admin on Solaris8 &amp;#8220;, SCNA as soon as I get its material.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>I passed Sun Certified System Admin (SCSA) first exam</title>
      <link>https://rayed.com/posts/2002/04/i-passed-sun-certified-system-admin-scsa-first-exam/</link>
      <pubDate>Tue, 02 Apr 2002 02:38:31 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/04/i-passed-sun-certified-system-admin-scsa-first-exam/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Last thursday I passed SCSA first exam, and I&amp;#8217;ll take the second exam this thursday, if I pass it (Inshallah) I&amp;#8217;ll be SCSA 🙂&lt;br /&gt;If I got SCSA, I am planing to take SCNA (Sun certified Network Admin)&lt;br /&gt;Wish me luck 😉&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Me and my lovely wife in Maldives</title>
      <link>https://rayed.com/posts/2002/02/me-and-my-lovely-wife-in-maldives/</link>
      <pubDate>Wed, 13 Feb 2002 02:38:43 +0300</pubDate>
      <guid>https://rayed.com/posts/2002/02/me-and-my-lovely-wife-in-maldives/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Hay ,, we are in Maldives, very long journey but it worth it, we traveled from Riyadh at8 , 30to Dubi, we arrived at11 :30, and waited theier till3 :30, then we took another plain to Maldives, but the journey wasn&amp;#8217;t over, when we reached Male maldives capital we took small sea plane to Sun Island were we will stay,we have to wait for about1 : 30hour to rise the plane,the sea plane wasn&amp;#8217;t bad but we were very tired and we slept on the journey, when we reached Sun Island we had to take a small boat to reach it.&lt;br /&gt;But once we reached it, we forgot all the bad things, very lovely island, very magical beach, crystal clear water, real green palm trees, oh I am very excited to wake up again and see it again, we took Water Bungalow, it is small room inside the sea, yes inside the sea, we actually hear the waves beneth us, we have small stairs that reach the water, an we have our own sun dick were no on can see you 🙂&lt;br /&gt;what else &amp;#8230; the food is good, prices are good, and you didn&amp;#8217;t have to carry money at all every thing will be billed to your room, and we have Internet in our room also 🙂&lt;br /&gt;More to come in ten years 😉&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mozilla9 .5</title>
      <link>https://rayed.com/posts/2001/10/mozilla9-5/</link>
      <pubDate>Sat, 13 Oct 2001 02:37:56 +0300</pubDate>
      <guid>https://rayed.com/posts/2001/10/mozilla9-5/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Today I converted my browser from Opera to Mozilla9 .5, I was running Opera and Mozilla9 .X for the past couple of weeks, Opera is very fast but sometimes it gives poor view for some web sites, Mozilla is better in viewing web sites, but it is kind of slow, another thing I like with Opera is the tabbed view, all web sites are in the same window, and you tab to switch between them, but now Mozilla9 . 5have this feature, so I converted directly 🙂&lt;br /&gt;I also moved my emails from Netscpe4 .X to the new Mozilla, a good thing about it, that you can use multiple email accounts 🙂&lt;br /&gt;UPDATE: the email serach is very slow, and it doesn&amp;#8217;t have spell-checking 🙁&lt;/p&gt;</description>
    </item>
    <item>
      <title>No news!!</title>
      <link>https://rayed.com/posts/2001/10/no-news/</link>
      <pubDate>Sat, 13 Oct 2001 02:36:12 +0300</pubDate>
      <guid>https://rayed.com/posts/2001/10/no-news/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Is a good news 🙂&lt;br /&gt;No really my life is getting very boring, long cycle of routines 🙁&lt;br /&gt;Is that what I want to do for the rest of my life?!&lt;br /&gt;Okay, let us take a moment to think what is wrong in the picture, first my private life (yes I do have one 🙂 I am engaged for abount three months now (this is a news isn&amp;#8217;t it) &amp;#8230; any way I didn&amp;#8217;t want to tell you, don&amp;#8217;t ask why, may be because it private, any way I already did.&lt;br /&gt;Every thing is going ok on my private life, every thing is getting very clear, all the dates are known now, nothing in the near future yet, so I am starting to get used to the situation (Is this good or bad!!)&lt;br /&gt;Work is another story, I don&amp;#8217;t know what to say about it, but I really start to hate it, things take forever to finish, every aspect is improving but nothing finishes, I&amp;#8217;ll taslk about it in the near future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redesign!!</title>
      <link>https://rayed.com/posts/2001/09/redesign/</link>
      <pubDate>Tue, 04 Sep 2001 02:35:26 +0300</pubDate>
      <guid>https://rayed.com/posts/2001/09/redesign/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;I didn&amp;#8217;t get any design ideas, so I went back to something similar to what I built, the news section is built from pre downloaded files, which will make the page runs much faster.&lt;br /&gt;I wish I have more time to play with my site again &amp;#8230;&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>10 days without any change</title>
      <link>https://rayed.com/posts/2001/06/10-days-without-any-change/</link>
      <pubDate>Sat, 23 Jun 2001 02:34:41 +0300</pubDate>
      <guid>https://rayed.com/posts/2001/06/10-days-without-any-change/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;The last few weeks were very busy, My mothere had to return back to Washington DC, and we have to finish many issues here in Riyadh, my brother Hussam went with my mother too, it is his first time in non Arabic country, he was kind of nervous, but I am sure he will enjoy it.&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>New Website, new weblog :)</title>
      <link>https://rayed.com/posts/2001/06/new-website-new-weblog/</link>
      <pubDate>Wed, 13 Jun 2001 02:33:04 +0300</pubDate>
      <guid>https://rayed.com/posts/2001/06/new-website-new-weblog/</guid>
      <description>&lt;div style=&#34;clear:both;&#34;&gt;&lt;/div&gt;&#xA;&lt;p&gt;Hi there welcome back to rayed.com, still nothing here, I don&amp;#8217;t have many plans yet, the only thing I am planing to do is to make it worth visiting.&lt;br /&gt;Keep coming 🙂&lt;/p&gt;&#xA;&lt;div style=&#34;clear:both; padding-bottom: 0.25em;&#34;&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
