<?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>PHPkitchen</title>
	<atom:link href="http://phpkitchen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpkitchen.com</link>
	<description>PHP and Web Development News and Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:00:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bookmarks for June 11th through August 20th</title>
		<link>http://phpkitchen.com/2010/08/bookmarks-for-june-11th-through-august-20th/</link>
		<comments>http://phpkitchen.com/2010/08/bookmarks-for-june-11th-through-august-20th/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 15:00:10 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogit_phpkitchen]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[to_try]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1420</guid>
		<description><![CDATA[ Recommended reading

Git for the lazy &#8211; Spheriki &#8211; A nice git cheatsheet
Debugging on the Command Line with xdebug &#171; Davey Shafik &#8211; A handy approach to debugging cli apps if you&#39;re developing in Netbeans
Teambox &#8211; Project Collaboration &#8211; A great looking app for team collaboration and doc mgnt, surprised it&#39;s open source, will be [...]]]></description>
			<content:encoded><![CDATA[<p> Recommended reading</p>
<ul>
<li><a href="http://www.spheredev.org/wiki/Git_for_the_lazy">Git for the lazy &#8211; Spheriki</a> &#8211; A nice git cheatsheet</li>
<li><a href="http://daveyshafik.com/archives/734-debugging-on-the-command-line-with-xdebug.html">Debugging on the Command Line with xdebug &laquo; Davey Shafik</a> &#8211; A handy approach to debugging cli apps if you&#39;re developing in Netbeans</li>
<li><a href="http://teambox.com/">Teambox &#8211; Project Collaboration</a> &#8211; A great looking app for team collaboration and doc mgnt, surprised it&#39;s open source, will be installing it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/08/bookmarks-for-june-11th-through-august-20th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating your dev environment after a Snow Leopard upgrade</title>
		<link>http://phpkitchen.com/2010/07/updating-your-dev-environment-after-a-snow-leopard-upgrade/</link>
		<comments>http://phpkitchen.com/2010/07/updating-your-dev-environment-after-a-snow-leopard-upgrade/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 11:59:45 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1421</guid>
		<description><![CDATA[I&#8217;ve avoided upgrading to Snow Leopard for ages for a number of reasons:

didn&#8217;t want to spend ages re-setting up all my ports, I&#8217;ve heard SL creates a havoc
wanted to maintain java apps that stop working in SL, like Zend 5.5 (it may be old but still has the best debugger around)
wasn&#8217;t crazy about tinkering with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve avoided upgrading to Snow Leopard for ages for a number of reasons:</p>
<ul>
<li>didn&#8217;t want to spend ages re-setting up all my ports, I&#8217;ve heard SL creates a havoc</li>
<li>wanted to maintain java apps that stop working in SL, like Zend 5.5 (it may be old but still has the best debugger around)</li>
<li>wasn&#8217;t crazy about tinkering with my Cocoa dev environment</li>
</ul>
<p>Finally I was forced to upgrade, in a panic in fact, as it&#8217;s the only way to build iOS apps for iPhone and iPad for version 4 or later.  And since the iOS 4 update broke a lot of our 3.1.3 apps, I had to get fixes out asap.</p>
<p>So what&#8217;s involved?  Well on the database side, forget about downloading the dmg for MySQL, it&#8217;s poorly setup.  And forget about globally upgrading your ports, the various approaches suggested <a href="http://trac.macports.org/wiki/Migration">here</a> and <a href="http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard">here</a> simply don&#8217;t work.</p>
<p>Unfortunately you have to take the advice on the <a href="http://trac.macports.org/wiki/Migration">official Macports page</a> and uninstall everything, then selectively re-install the ports you want.  The suggestion labelled &#8220;Automatically reinstall ports&#8221; refers to a script that collapses almost instantly when it fails to find Tcl libs which certainly don&#8217;t exist in my bog standard ports setup.</p>
<p>So one thing you need to keep in mind is to reinstall your ports with the +universal option which specifies 32 and 64 bit architectures will be accommodated.</p>
<p>For a basic PHP+Apache install <a href="http://2tbsp.com/content/install_apache_2_and_php_5_macports">this page</a> has some good suggestions but is not up to date.  And you need to go <a href="http://2tbsp.com/content/install_and_configure_mysql_5_macports">here</a> for advice on installing MySQL, which obviously needs to be done before you install PHP.  I&#8217;ve summarise the steps required here:</p>
<h2>Apache 2</h2>
<p>Install apache as follows:</p>
<pre>sudo port install apache2 +universal</pre>
<p>Then run the following, as advised, to get it to startup automatically after reboots:</p>
<pre>sudo port load apache2</pre>
<p>Just installing apache installed 16 ports including all the deps.  For tweaks the config the file is here:</p>
<pre>/opt/local/apache2/conf/httpd.conf</pre>
<h2>MySQL 5.1</h2>
<p>To get the ball rolling with MySQL, the following:</p>
<pre>sudo port install mysql5 +universal</pre>
<p>Then you need to issue you a</p>
<pre>sudo port install mysql5-server +universal</pre>
<p>which just takes a few secs and the server is setup.</p>
<p>To start the server on reboot do</p>
<pre>sudo port load mysql5-server</pre>
<p>and if you wanted to setup a new db from scratch you could issue</p>
<pre>sudo -u _mysql mysql_install_db5</pre>
<p>If you want to change any of the configuration the file is here:</p>
<pre>/opt/local/etc/mysql5/my.cnf</pre>
<h2>PHP 5.3</h2>
<p>Now that you have your Apache and MySQL installed, it&#8217;s time to install PHP and link to them:</p>
<pre>sudo port install php5 +apache2 +universal</pre>
<p>To enable PHP in Apache, run</p>
<pre>cd /opt/local/apache2/modules
/opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so</pre>
<p>then add the PHP modules you want after:</p>
<pre>sudo port install php5-mysql</pre>
<p>Then, to get MySQL working with PHP you need to edit /opt/local/etc/php5/php.ini and set</p>
<p>mysql.default_socket, mysqli.default_socket and pdo_mysql.default_socket to /tmp/mysqld.sock</p>
<p>And that should do the trick!</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1093px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">edit /opt/local/etc/php5/php.ini and set</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1093px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">mysql.default_socket, mysqli.default_socket and pdo_mysql.default_socket</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1093px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">to /opt/local/var/run/mysql5/mysqld.sock</div>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/07/updating-your-dev-environment-after-a-snow-leopard-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix Terminal.app hang on open new tab</title>
		<link>http://phpkitchen.com/2010/06/how-to-fix-terminal-app-on-open-new-ta/</link>
		<comments>http://phpkitchen.com/2010/06/how-to-fix-terminal-app-on-open-new-ta/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 17:32:05 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1425</guid>
		<description><![CDATA[For once google returned an effective answer to solve a bizarre problem.  Do you have the problem that Terminal.app takes ages before a prompt shows up when you open a new tab?  So did I &#8211; here&#8217;s the fix:
sudo rm -f /private/var/log/asl/*
via Shannon Hicks
]]></description>
			<content:encoded><![CDATA[<p>For once google returned an effective answer to solve a bizarre problem.  Do you have the problem that Terminal.app takes ages before a prompt shows up when you open a new tab?  So did I &#8211; here&#8217;s the fix:</p>
<pre>sudo rm -f /private/var/log/asl/*</pre>
<p>via <a href="http://www.webapper.com/blog/index.php/2009/03/26/consoleapp-freezes-on-launch-terminalapp-slow-to-launch/">Shannon Hicks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/06/how-to-fix-terminal-app-on-open-new-ta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for June 2nd through June 8th</title>
		<link>http://phpkitchen.com/2010/06/bookmarks-for-june-2nd-through-june-8th/</link>
		<comments>http://phpkitchen.com/2010/06/bookmarks-for-june-2nd-through-june-8th/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 23:00:02 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[blogit_phpkitchen]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1411</guid>
		<description><![CDATA[ Recommended reading

How I took my web-app to market in 3 days thanks to common services in the cloud &#124; TK&#8217;s weblog &#8211; Why develop a feature when you can bolt on a 3rd party service that does just as good a job, if not better
OAuth Support in NetBeans IDE 6.9 &#124; NetBeans Zone &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p> Recommended reading</p>
<ul>
<li><a href="http://www.tawheedkader.com/2010/04/how-i-used-heroku-chargify-and-sendgrid-to-take-my-web-app-to-market-in-3-days/">How I took my web-app to market in 3 days thanks to common services in the cloud | TK&#8217;s weblog</a> &#8211; Why develop a feature when you can bolt on a 3rd party service that does just as good a job, if not better</li>
<li><a href="http://netbeans.dzone.com/oauth-support-netbeans&amp;default=false&amp;zid=159&amp;browser=14&amp;mid=0&amp;refresh=0">OAuth Support in NetBeans IDE 6.9 | NetBeans Zone</a> &#8211; Interesting article describing how Netbeans can automatically create a twitter client and authenticate, currently only supported for Java though</li>
<li><a href="http://carsonified.com/blog/dev/steve-huffman-on-lessons-learned-at-reddit/">Steve Huffman on Lessons Learned at Reddit | Carsonified</a> &#8211; Some good advice from one of the Reddit founders on how to handle rapid growth of your web app</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/06/bookmarks-for-june-2nd-through-june-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning PHP, MySQL, and JavaScript</title>
		<link>http://phpkitchen.com/2010/06/learning-php-mysql-and-javascript/</link>
		<comments>http://phpkitchen.com/2010/06/learning-php-mysql-and-javascript/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 11:15:58 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1412</guid>
		<description><![CDATA[O&#8217;Reilly asked me to be a technical reviewer for this book by Robin Nixon, I forgot to mention that it was published several months ago.
If you&#8217;re a newb I recommend giving it a read, you can pick up a copy on Amazon.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://phpkitchen.com/wp-content/uploads/2010/06/41FuzYeQQGL._SL500_AA300_.jpg"><img class="alignleft size-full wp-image-1413" title="Learning PHP, MySQL, and JavaScript" src="http://phpkitchen.com/wp-content/uploads/2010/06/41FuzYeQQGL._SL500_AA300_.jpg" alt="Learning PHP, MySQL, and JavaScript" width="300" height="300" /></a>O&#8217;Reilly asked me to be a technical reviewer for this book by Robin Nixon, I forgot to mention that it was published several months ago.</p>
<p>If you&#8217;re a newb I recommend giving it a read, you can pick up a copy on <a href="http://www.amazon.co.uk/Learning-MySQL-JavaScript-Step-Step/dp/0596157134/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1274808677&amp;sr=8-1">Amazon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/06/learning-php-mysql-and-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bookmarks for May 31st</title>
		<link>http://phpkitchen.com/2010/05/bookmarks-for-may-31st/</link>
		<comments>http://phpkitchen.com/2010/05/bookmarks-for-may-31st/#comments</comments>
		<pubDate>Mon, 31 May 2010 17:00:12 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogit_phpkitchen]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1404</guid>
		<description><![CDATA[Recommended reading

While You Slept, They Hacked #tcdisrupt &#8211; Watch the video, some interesting hacking projects
Google i/o 2010 &#8211; GWT + Spring &#8211; This is one of the more impressive videos from this year&#39;s Google I/O event, here you can see how VMware (of all people) organised an effort to combine the predominant backend Java framework, [...]]]></description>
			<content:encoded><![CDATA[<p>Recommended reading</p>
<ul>
<li><a href="http://techcrunch.com/2010/05/23/while-you-slept-they-hacked-tcdisrupt/">While You Slept, They Hacked #tcdisrupt</a> &#8211; Watch the video, some interesting hacking projects</li>
<li><a href="http://www.youtube.com/googledevelopers#p/c/02292AD8CFFE1349/9/GQHlhIIxCIc">Google i/o 2010 &#8211; GWT + Spring</a> &#8211; This is one of the more impressive videos from this year&#39;s Google I/O event, here you can see how VMware (of all people) organised an effort to combine the predominant backend Java framework, Spring, with the leading frontend framework, GWT, and came up with quite a harmonious result &#8211; recommended watching</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/05/bookmarks-for-may-31st/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for May 28th through May 29th</title>
		<link>http://phpkitchen.com/2010/05/bookmarks-for-may-28th-through-may-29th/</link>
		<comments>http://phpkitchen.com/2010/05/bookmarks-for-may-28th-through-may-29th/#comments</comments>
		<pubDate>Sat, 29 May 2010 16:00:09 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[blogit_phpkitchen]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[schema]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1402</guid>
		<description><![CDATA[ Recommended reading

How many lines of code does it take to create the Android OS? &#8211; Gubatron.com &#8211; Quite a nice way to show, in one table, how complex a project actually is.  Wonder what the Objective-C is for?  
Schema Sync &#8250; a MySQL Schema Versioning and Migration Utility &#8211; A nice commandline [...]]]></description>
			<content:encoded><![CDATA[<p> Recommended reading</p>
<ul>
<li><a href="http://www.gubatron.com/blog/2010/05/23/how-many-lines-of-code-does-it-take-to-create-the-android-os/">How many lines of code does it take to create the Android OS? &#8211; Gubatron.com</a> &#8211; Quite a nice way to show, in one table, how complex a project actually is.  Wonder what the Objective-C is for? <img src='http://phpkitchen.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li><a href="http://schemasync.org/">Schema Sync &rsaquo; a MySQL Schema Versioning and Migration Utility</a> &#8211; A nice commandline utility for versioning and migrating your schemas</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/05/bookmarks-for-may-28th-through-may-29th/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bookmarks for May 26th through May 27th</title>
		<link>http://phpkitchen.com/2010/05/bookmarks-for-may-26th-through-may-27th/</link>
		<comments>http://phpkitchen.com/2010/05/bookmarks-for-may-26th-through-may-27th/#comments</comments>
		<pubDate>Thu, 27 May 2010 23:00:00 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[blogit_phpkitchen]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/2010/05/bookmarks-for-may-26th-through-may-27th/</guid>
		<description><![CDATA[ Recommended reading

Subversion Write Support &#8211; GitHub &#8211; Now this looks like a nice light way to take advantage of the amazing reporting and social features of github &#8211; nice work guys!
What are the lesser known but cool data structures ? &#8211; Stack Overflow &#8211; Quite an interesting collection of algorithms

]]></description>
			<content:encoded><![CDATA[<p> Recommended reading</p>
<ul>
<li><a href="http://github.com/blog/644-subversion-write-support">Subversion Write Support &#8211; GitHub</a> &#8211; Now this looks like a nice light way to take advantage of the amazing reporting and social features of github &#8211; nice work guys!</li>
<li><a href="http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures">What are the lesser known but cool data structures ? &#8211; Stack Overflow</a> &#8211; Quite an interesting collection of algorithms</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/05/bookmarks-for-may-26th-through-may-27th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Jargon Gems</title>
		<link>http://phpkitchen.com/2010/05/programming-jargon-gems/</link>
		<comments>http://phpkitchen.com/2010/05/programming-jargon-gems/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:31:13 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1396</guid>
		<description><![CDATA[
Stackoverflow has a great list of terms programmers have come up with where the standard jargon just didn&#8217;t cut it.  A few gems in here, see if you can guess what the following might be:

Yoda conditions &#8211; arrg, right up there with with leaving off the ?&#62; in PHP, &#8220;training wheels best practices&#8221; &#8230;
shrug report [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://phpkitchen.com/wp-content/uploads/2010/05/yoda.jpg"><img class="size-full wp-image-1398 alignnone" title="yoda" src="http://phpkitchen.com/wp-content/uploads/2010/05/yoda.jpg" alt="yoda" width="452" height="165" /></a></p>
<p><a href="http://phpkitchen.com/wp-content/uploads/2010/05/yoda.jpg"></a><a href="http://stackoverflow.com/questions/2349378/new-programming-jargon-you-coined">Stackoverflow has a great list of terms</a> programmers have come up with where the standard jargon just didn&#8217;t cut it.  A few gems in here, see if you can guess what the following might be:</p>
<ul>
<li><strong>Yoda conditions &#8211; </strong>arrg, right up there with with leaving off the ?&gt; in PHP, &#8220;training wheels best practices&#8221; &#8230;</li>
<li><strong>shrug report &#8211; </strong>I get this on a daily basis</li>
<li><strong>Egyptian brackets</strong></li>
<li><strong>Refuctoring &#8211; </strong>one word speaks volumes</li>
<li><strong>Stringly typed</strong> &#8211; one of my favs &#8211; check out Yii framework if you&#8217;re unfamiliar with the concept</li>
<li><strong>Heisenbug</strong> &#8211; an old and painful classic, I get them all the time</li>
<li><strong>Fear Driven Development</strong> &#8211; I think we&#8217;ve all been there</li>
<li><strong>Baklava code</strong> &#8211; this one is just begging to enter your vocabulary</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/05/programming-jargon-gems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP interns in Paris required</title>
		<link>http://phpkitchen.com/2010/04/php-interns-in-paris-required/</link>
		<comments>http://phpkitchen.com/2010/04/php-interns-in-paris-required/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 15:49:42 +0000</pubDate>
		<dc:creator>Demian Turner</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[interns]]></category>
		<category><![CDATA[paris]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[soluo]]></category>

		<guid isPermaLink="false">http://phpkitchen.com/?p=1388</guid>
		<description><![CDATA[Soluo is looking for an intern in PHP Web Programming to join the development team in Paris. The focus of this internship will be the core developement of a SaaS Web Application. The intern should start by April 2010.
You will be involved in Web Application design and development, third-party integrations (Social Networks such as Twitter, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://soluo.fr/">Soluo</a> is looking for an intern in PHP Web Programming to join the development team in Paris. The focus of this internship will be the core developement of a SaaS Web Application. The intern should start by April 2010.</p>
<p>You will be involved in Web Application design and development, third-party integrations (Social Networks such as Twitter, LinkedIn, Facebook) via Web Services / API / XML, development and integration of reporting tools, design and implementation of SQL databases.</p>
<p>We are offering an enriching experience, within a small and agile team, mentored by a senior architect. And hey, maybe you could end up joining the team? Forgot to ask how good is your sea-legs as you will be working in an amazing boat on the Seine. But don’t worry, you should get used to it within 2 weeks.</p>
<p>In this internship you will:<br />
• develop sclalable, secured and reliable Web Applications<br />
• integrate third-party applications<br />
• use Social Web platforms to enhance the App (LinkedIn, Twitter, Facebook, …)<br />
• learn to optimise and enhance through iterations<br />
• get satisfaction in seeing the product launch before the end of your internship<br />
• learn and implement development best practices</p>
<p>You are:<br />
• passionate about Web Application Development<br />
• curious and proactive<br />
• constantly reseraching innovative solutions<br />
• enthusiastic about getting involved in a startup</p>
<p>You have:<br />
• strong skills in PHP5 and MySQL and knowledge of at least one php framework<br />
• experience in OOP, Test Driven Development and Agile Methods<br />
• good system administration skills<br />
• a good level of English</p>
<p>You like:<br />
• being autonomous in your work<br />
• working in small teams<br />
• to speak/write English obviously<br />
If you think this is you, just drop us an email at recrutement*_at_*<a href="http://soluo.fr/" target="_blank">soluo.fr</a>, specifying the reference webdev1003.</div>
<div>Tell us about a challenging project you are proud of which you have realised in the framework of your studies. We will get back to you.</div>
]]></content:encoded>
			<wfw:commentRss>http://phpkitchen.com/2010/04/php-interns-in-paris-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
