<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>PHP Architect blog &#187; developer</title>
	<atom:link href="http://www.php-architect.com/blog/tag/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>me, myself, and my code</description>
	<lastBuildDate>Wed, 14 Sep 2011 12:50:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Web Developer Brain</title>
		<link>http://www.php-architect.com/blog/2009/09/20/web-developer-brain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-developer-brain</link>
		<comments>http://www.php-architect.com/blog/2009/09/20/web-developer-brain/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 22:22:09 +0000</pubDate>
		<dc:creator>aibrahim</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Brain]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=336</guid>
		<description><![CDATA[<a href="http://www.php-architect.com/blog/2009/09/20/web-developer-brain/" title="Web Developer Brain"></a>A Developer Brain is not like an ordinary person brain, he has experienced things ordinary people never had, that led that organ to grow in a complex way, the below diagram i found is the best to describe it.]]></description>
			<content:encoded><![CDATA[<a href="http://www.php-architect.com/blog/2009/09/20/web-developer-brain/" title="Web Developer Brain"></a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.php-architect.com/blog/2009/09/20/web-developer-brain/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p>A Developer Brain is not like an ordinary person brain, he has experienced things ordinary people never had, that led that organ to grow in a complex way, the below diagram i found is the best to describe it.</p>
<div id="attachment_343" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.php-architect.com/blog/wp-content/uploads/2009/09/webdev_mind1.jpg" rel="lightbox[336]"><img class="size-medium wp-image-343" title="webdev_mind" src="http://www.php-architect.com/blog/wp-content/uploads/2009/09/webdev_mind1-300x290.jpg" alt="Web Developer Brain" width="300" height="290" /></a><p class="wp-caption-text">Web Developer Brain</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/09/20/web-developer-brain/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fix the MySQL PHP issue in Leopard (mysql.sock file)</title>
		<link>http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-the-mysql-php-issue-in-leopard-mysqlsock-file</link>
		<comments>http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 13:39:25 +0000</pubDate>
		<dc:creator>aibrahim</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[php5]]></category>
		<guid isPermaLink="false">http://www.abdelaliem.com/blog/?p=20</guid>
		<description><![CDATA[<a href="http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/" title="Fix the MySQL PHP issue in Leopard (mysql.sock file)"></a>This is a known issue in Leopard, basically the system is looking for the mysql.sock file in the wrong place. Just need to create a symlink and you should be in business: sudo mkdir /var/mysql/ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock]]></description>
			<content:encoded><![CDATA[<a href="http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/" title="Fix the MySQL PHP issue in Leopard (mysql.sock file)"></a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><span class="postbody">This is a known issue in Leopard, basically the system is looking for the mysql.sock file in the wrong place. Just need to create a symlink and you should be in business:</p>
<p>sudo mkdir /var/mysql/<br />
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/01/07/fix-the-mysql-php-issue-in-leopard-mysqlsock-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

