<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Gurus Place</title>
	<link>http://guru.alaa-ibrahim.com</link>
	<description>I'm a PHP Developer in a well known Company in the Middle east, I'm trying to introduce software technologies to my comunity in this Blog.</description>
	<lastBuildDate>Mon, 02 Jun 2008 22:52:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ftp using curl</title>
		<description>This post just a reminder for me, as every time I need it, I look through the manual for options, to send a file through FTP using the command curl



$ curl ftp://server/Path/To/Destenation  -T FileToUpload -u username:password
&#160;


I just keep forgetting it, hope it would help someone else :) </description>
		<link>http://guru.alaa-ibrahim.com/2008/06/03/ftp-using-curl/</link>
			</item>
	<item>
		<title>Good Old sscanf</title>
		<description>Working in PHP, all this time, and the big uses you find in regex, and all the string processing we need to, could make us forget our old friend that can easily solve a problem.
sscanf, do you remember it, well, for quite some time I didn't, until I saw it ...</description>
		<link>http://guru.alaa-ibrahim.com/2008/02/28/good-old-sscanf/</link>
			</item>
	<item>
		<title>PHP5 CAPTCHA</title>
		<description>I've written a small CAPTCHA library, in an OO style, and I love to share it with you
http://sourceforge.net/projects/php5captcha/ </description>
		<link>http://guru.alaa-ibrahim.com/2008/02/16/php5-captcha/</link>
			</item>
	<item>
		<title>MySQL: Dynamic Select Queries</title>
		<description>As we start to transfer our code to stored procedures, now we would have to start putting more logic in MySQL than before. In the past we would create an sql statement in our hosting language, and pass it by to mysql, put as we see the more improvement of ...</description>
		<link>http://guru.alaa-ibrahim.com/2007/06/03/mysql-dynamic-select-quires/</link>
			</item>
	<item>
		<title>Butterfield and Fake, How they started Flicker</title>
		<description>The original plan had been to create an online game. But they were just about out of money. And then Butterfield had this crazy vision of building a photo-sharing website, and before you knew it Flickr was a cultural phenomenon. Ya-hoooo!
more </description>
		<link>http://guru.alaa-ibrahim.com/2006/12/04/butterfield-and-fake-how-they-started-flicker/</link>
			</item>
	<item>
		<title>How Much Do You Love Firefox</title>
		<description> </description>
		<link>http://guru.alaa-ibrahim.com/2006/12/04/how-much-do-you-love-firefox/</link>
			</item>
	<item>
		<title>Firefox</title>
		<description> </description>
		<link>http://guru.alaa-ibrahim.com/2006/12/04/firefox/</link>
			</item>
	<item>
		<title>I Love /* */ and I hate #</title>
		<description>What is wrong with multi-line comments? this is the question I'm asking myself right now, since I started programming I loved multi-line comments, (actually the comments you have to specify where do they end).
My first programming language was Pascal, they had comments like { my comments are here }, then ...</description>
		<link>http://guru.alaa-ibrahim.com/2006/12/03/i-love-and-i-hate/</link>
			</item>
	<item>
		<title>Once Again I Failed To Fail</title>
		<description>After my first failure to fail, now I hold the Zend PHP 5 Certification, it was a tough day day for me, it was like:
6:30
I started the second Mock-Up Exam, I passed it, but my results were worse than the first, "OK Ala'a, don't panic, you might just be tired", ...</description>
		<link>http://guru.alaa-ibrahim.com/2006/11/25/once-again-i-failed-to-fail/</link>
			</item>
	<item>
		<title>Playing with PEAR Net_IMAP</title>
		<description>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 ...</description>
		<link>http://guru.alaa-ibrahim.com/2006/11/22/playing-with-pear-net_imap/</link>
			</item>
</channel>
</rss>
