Me Live :P

I’ll be playing with a group of musicians in Jafra (down-town) on Wednesday at 8:00 PM (20:00), I’ll post more details when I get the poster.
Group:
Tarek Al Jundy (Bouzoq)
Ihab Abu Hmad (Oud and Classic Guitar)
Ma’en Al Saied (Percussion)
Baha Othman (Classic and Electric Guitar)
Ala’a Ibrahim (Bass Guitar) Me 🙂
Enass Al saed (Vocals)
Ghaida’ Hamoudeh (Vocals)

jafra_concert.jpg

Hope to see everybody there.

Playing with PEAR Net_IMAP

when it comes to IMAP programming, you should be very careful about IMAP commands you are issuing, an unneeded call can make your page much slower, that’s why usually IMAP Developers avoid programming with the php IMAP functions, yes they are written in C (c-client), but they don’t give you the commands you want exactly, so usually you would go for native IMAP (i.e. writing commands to a socket, and parsing the output). Continue reading Playing with PEAR Net_IMAP

Mahmoud Darwish Book Launch 20/11/06

Under the Patronage of his Excellency Mayor of Amman
Mr. Omar Maani
Â
Al Balad Theatre is Proud to Host Poet
Â
MAHMOUD DARWISH
Â
For a book signing event to mark the launch of his book
Â
IN THE PRESENCE OF ABSENCE
Â
On Monday 20/11/2006
Â
From 6:30 to 8:30 pm
Â
At Al Balad Theatre
Jabal Amman/ First Circle
Â
Open invitation to the public
Copies of the book will be available at the theatre
For more information please call: 4652005 or 4623297

Rainbow of Music

Under his partonage of His Excellency
Engineer Omar Maani
Mayor of Amman
Friends of Culture Jordanian Forum / AS.HAB
Cordially invites you to attend the concert performed by the participants of the youth activity “Rainbow of Music”
On the 20th of November, 2006 at 8:00 pm.
At the main theater in Al Hussein Center, in Amman
This activity is funded by the Anna Lindh Euro-Mediterranean Foundation for Dialogue between Cultures, Greater Amman Municipality, Minstry of Culture of Tourism and Antiquities.

Moving

Moving Day

I’m now in the process of moving my blog to my own domain, I had this idea for quite some time, and after the week my blog was offline, this idea grew, but yestarday at 4:00 am, I made the decision, I can’t remember how I got the host and the domain, I just woke up today, with a hosting and a domain, I’m now transfering everything to my new host, (I’ll publish when I’m done moving).
I also going to move my technical blog too, it’s better to have everything under your control, not others.
I guess I need a lot of boxes, if you have any that might help :P.

Testing your code

Perhaps no other coding practice is as important as testing your code. Also in the nature of Business Development, where parts of your code always change on the request of a client (including Management), or even when you want to make your code run with better performance, Automated tests are highly needed, you can’t just spread your print statements all over your code every time you need to test it. Continue reading Testing your code