<?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>ELAO &#124; Le blog technique</title>
	<atom:link href="http://www.elao.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.elao.com/blog</link>
	<description>ELAO Web agency&#039;s technical blog</description>
	<lastBuildDate>Fri, 04 May 2012 09:30:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Migrer un site web sans interruption de service grâce au reverse proxy d&#8217;Apache.</title>
		<link>http://www.elao.com/blog/linux/migrer-un-site-web-sans-interruption-de-service-grace-au-reverse-proxy-dapache.html</link>
		<comments>http://www.elao.com/blog/linux/migrer-un-site-web-sans-interruption-de-service-grace-au-reverse-proxy-dapache.html#comments</comments>
		<pubDate>Fri, 04 May 2012 09:30:40 +0000</pubDate>
		<dc:creator>Guewen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trucs et astuces]]></category>
		<category><![CDATA[Reverse proxy]]></category>

		<guid isPermaLink="false">http://www.elao.com/blog/?p=2004</guid>
		<description><![CDATA[Bonjour à tous, petit mémo aujourd&#8217;hui concernant la migration d&#8217;une application web d&#8217;un (ancien) serveur vers un nouveau serveur. Tout admin système à été, un jour ou l&#8217;autre, confronté à la problématique du &#8220;downtime&#8221; ou en bon français de l&#8217;interruption de service lors du &#8220;déménagement&#8221; d&#8217;une application web vers une nouvelle machine. En effet dans le cas de la modification &#8230; <a class="readmore" href="http://www.elao.com/blog/linux/migrer-un-site-web-sans-interruption-de-service-grace-au-reverse-proxy-dapache.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/linux/migrer-un-site-web-sans-interruption-de-service-grace-au-reverse-proxy-dapache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse proxy Apache: No protocol handler was valid for the URL</title>
		<link>http://www.elao.com/blog/linux/reverse-proxy-apache-no-protocol-handler-was-valid-for-the-url.html</link>
		<comments>http://www.elao.com/blog/linux/reverse-proxy-apache-no-protocol-handler-was-valid-for-the-url.html#comments</comments>
		<pubDate>Thu, 03 May 2012 08:32:05 +0000</pubDate>
		<dc:creator>Guewen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trucs et astuces]]></category>
		<category><![CDATA[Reverse proxy]]></category>

		<guid isPermaLink="false">http://www.elao.com/blog/?p=2029</guid>
		<description><![CDATA[Petit billet pour se souvenir de cette erreur rencontrée récemment en mettant en place un reverse proxy Apache. Celle-ci peut passer relativement inaperçue car elle n&#8217;empêche pas Apache de démarrer et un apachectl -S ne remonte pas d&#8217;erreur de configuration. Si vous avez donc dans vos logs serveur quelque chose ressemblant à ceci: [warn] proxy: No protocol handler was valid &#8230; <a class="readmore" href="http://www.elao.com/blog/linux/reverse-proxy-apache-no-protocol-handler-was-valid-for-the-url.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/linux/reverse-proxy-apache-no-protocol-handler-was-valid-for-the-url.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Qualité du Code : PHPCS</title>
		<link>http://www.elao.com/blog/developpement/php-developpement/qualite-du-code-phpcs.html</link>
		<comments>http://www.elao.com/blog/developpement/php-developpement/qualite-du-code-phpcs.html#comments</comments>
		<pubDate>Mon, 26 Mar 2012 08:39:35 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.elao.com/blog/?p=1980</guid>
		<description><![CDATA[L&#8217;un des principaux problèmes rencontrés au cours de projets nécessitants l&#8217;intervention de plusieurs développeurs est l&#8217;uniformité du code et le respect des conventions de codage, qui ont (normalement) dû être mise en place. Avec l&#8217;avènement de PHP depuis quelques années dans le milieu professionel, de plus en plus d&#8217;outils facilitent la vérification de ces normes de codage, leur but étant &#8230; <a class="readmore" href="http://www.elao.com/blog/developpement/php-developpement/qualite-du-code-phpcs.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/developpement/php-developpement/qualite-du-code-phpcs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to customize system path on Mac OSX</title>
		<link>http://www.elao.com/blog/mac-os/how-to-customize-system-path-on-mac-osx.html</link>
		<comments>http://www.elao.com/blog/mac-os/how-to-customize-system-path-on-mac-osx.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 14:47:06 +0000</pubDate>
		<dc:creator>Guewen</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1691</guid>
		<description><![CDATA[Hi guys ! I just figured out how to handle system path customization in an &#8220;OSX way&#8221;. From here to now I used to add my path customization into system profile (/etc/profile) or my local profile (~/.bash_profile) and my .bashrc file (wich is a common meaning on a UNIX system). For example: export PATH=$PATH:/usr/local/zend/bin But, I came across some postings &#8230; <a class="readmore" href="http://www.elao.com/blog/mac-os/how-to-customize-system-path-on-mac-osx.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/mac-os/how-to-customize-system-path-on-mac-osx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony 2 &#8211; Loading session from query param</title>
		<link>http://www.elao.com/blog/symfony-2/symfony-2-loading-session-from-query-param.html</link>
		<comments>http://www.elao.com/blog/symfony-2/symfony-2-loading-session-from-query-param.html#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:55:33 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Symfony 2]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[Session Id]]></category>
		<category><![CDATA[Session Storage]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1658</guid>
		<description><![CDATA[UPDATE February 15, 2012 to reflect last symfony changes Sometimes, you have to recreate your session from an existing session id passed in parameters (for example, with uploadify, the flash uploading your files cannot pass cookies to the request and you have to pass it throught a query parameter). This can be done easily in Symfony2 by overriding the native &#8230; <a class="readmore" href="http://www.elao.com/blog/symfony-2/symfony-2-loading-session-from-query-param.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/symfony-2/symfony-2-loading-session-from-query-param.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Présentation Behat / Mink : les tests fonctionnels sous PHP.</title>
		<link>http://www.elao.com/blog/developpement/php-developpement/presentation-behat-mink-les-tests-fonctionnels-sous-php.html</link>
		<comments>http://www.elao.com/blog/developpement/php-developpement/presentation-behat-mink-les-tests-fonctionnels-sous-php.html#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:33:16 +0000</pubDate>
		<dc:creator>Tristan BESSOUSSA</dc:creator>
				<category><![CDATA[bdd]]></category>
		<category><![CDATA[behat]]></category>
		<category><![CDATA[mink]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sahi]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1647</guid>
		<description><![CDATA[A quoi ressemble un test fonctionnel ? Comment les mettre en place ? Qu&#8217;est ce que Behat ? Comment l&#8217;utiliser ? Qu&#8217;est ce qu&#8217;une .feature ? A quoi sert Mink ? le Behaviour Driven Development (BDD) Si jamais un de ces points vous intéresse et que vous souhaitez avoir une première approche de Behat / Mink, alors cette présentation est &#8230; <a class="readmore" href="http://www.elao.com/blog/developpement/php-developpement/presentation-behat-mink-les-tests-fonctionnels-sous-php.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/developpement/php-developpement/presentation-behat-mink-les-tests-fonctionnels-sous-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer Dropbox en tant que service sur un serveur Linux (DEBIAN)</title>
		<link>http://www.elao.com/blog/linux/installer-dropbox-en-tant-que-service-sur-un-serveur-linux-debian.html</link>
		<comments>http://www.elao.com/blog/linux/installer-dropbox-en-tant-que-service-sur-un-serveur-linux-debian.html#comments</comments>
		<pubDate>Sat, 23 Jul 2011 13:08:26 +0000</pubDate>
		<dc:creator>Guewen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trucs et astuces]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1267</guid>
		<description><![CDATA[Bonjour à tous ! Je vais vous parler aujourd&#8217;hui d&#8217;une utilisation de Dropbox un peu différente de l&#8217;utilisation desktop &#8220;standard&#8221;. En effet, en travaillant sur un projet nécessitant l&#8217;archivage de certains documents, nous avons été confrontés à la problématique du &#8220;tampon&#8221; entre l&#8217;upload du document et son indexation dans une GED dédiée. De fait nous avons décidé d&#8217;utiliser Dropbox comme &#8230; <a class="readmore" href="http://www.elao.com/blog/linux/installer-dropbox-en-tant-que-service-sur-un-serveur-linux-debian.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/linux/installer-dropbox-en-tant-que-service-sur-un-serveur-linux-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GITorious &#8211; Gérer et administrer ses dépôts GIT</title>
		<link>http://www.elao.com/blog/linux/gitorious-gerer-et-administrer-ses-depots-git.html</link>
		<comments>http://www.elao.com/blog/linux/gitorious-gerer-et-administrer-ses-depots-git.html#comments</comments>
		<pubDate>Tue, 31 May 2011 07:23:54 +0000</pubDate>
		<dc:creator>Guewen</dc:creator>
				<category><![CDATA[Gestion de projets]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Gitorious]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1516</guid>
		<description><![CDATA[Bonjour à toutes et à tous, Aujourd&#8217;hui au programme, un petit memo sur l&#8217;installation de GITORIOUS. Pour ceux qui l&#8217;ignorent, Gitorious est un projet web destiné à la gestion des projets Open Source utilisant GIT. C&#8217;est le deuxième outil utilisé derrière GitHub bien que plus ancien que celui-ci et étant codé en Ruby Introduction: La suite de cet article s&#8217;adresse &#8230; <a class="readmore" href="http://www.elao.com/blog/linux/gitorious-gerer-et-administrer-ses-depots-git.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/linux/gitorious-gerer-et-administrer-ses-depots-git.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Symfony2: How to share objects when writing fixtures</title>
		<link>http://www.elao.com/blog/symfony/symfony2-how-to-share-objects-when-writing-fixtures.html</link>
		<comments>http://www.elao.com/blog/symfony/symfony2-how-to-share-objects-when-writing-fixtures.html#comments</comments>
		<pubDate>Mon, 02 May 2011 10:03:13 +0000</pubDate>
		<dc:creator>Tristan BESSOUSSA</dc:creator>
				<category><![CDATA[Doctrine 2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Symfony 2]]></category>
		<category><![CDATA[Fixture]]></category>
		<category><![CDATA[Fixtures]]></category>
		<category><![CDATA[relations]]></category>
		<category><![CDATA[sharing object]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1477</guid>
		<description><![CDATA[This is a small post to explain to you how to simply share objects when you write your fixtures on Symfony2. Let&#8217;s assume you have 2 class, Game and Platform linked together as a One to Many relation (one game may have One or Many Platforms). How to tell Doctrine2 to link Platform Y to this Game X ? namespace &#8230; <a class="readmore" href="http://www.elao.com/blog/symfony/symfony2-how-to-share-objects-when-writing-fixtures.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/symfony/symfony2-how-to-share-objects-when-writing-fixtures.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony 2 &#8211; Doctrine 2 &#8211; Cheat Sheets</title>
		<link>http://www.elao.com/blog/symfony-2/doctrine-2/symfony-2-doctrine-2-cheat-sheets.html</link>
		<comments>http://www.elao.com/blog/symfony-2/doctrine-2/symfony-2-doctrine-2-cheat-sheets.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:06:03 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Doctrine 2]]></category>
		<category><![CDATA[Symfony 2]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://www.elao.org/?p=1420</guid>
		<description><![CDATA[Symfony 2 &#038; <strong>Doctrine 2</strong> cheat Sheets  <a class="readmore" href="http://www.elao.com/blog/symfony-2/doctrine-2/symfony-2-doctrine-2-cheat-sheets.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.elao.com/blog/symfony-2/doctrine-2/symfony-2-doctrine-2-cheat-sheets.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

