<?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>Libre à vous</title>
	<atom:link href="http://www.libre-a-vous.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libre-a-vous.fr</link>
	<description>Développement web basé sur des solutions libres et open source, Magento, Zend Framework</description>
	<lastBuildDate>Tue, 09 Aug 2011 19:04:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Récupérer les paramètres d&#8217;un module Joomla!</title>
		<link>http://www.libre-a-vous.fr/recuperer-parametres-module-joomla/</link>
		<comments>http://www.libre-a-vous.fr/recuperer-parametres-module-joomla/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 19:00:11 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1598</guid>
		<description><![CDATA[La classe JComponentHelper fourni une méthode utilitaire permettant de récupérer les paramètres de configuration d'un module Joomla! <a href="http://www.libre-a-vous.fr/recuperer-parametres-module-joomla/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/recuperer-parametres-module-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer l’extension APC (Alternative PHP Cache) sur Debian Lenny</title>
		<link>http://www.libre-a-vous.fr/installer-extension-apc-alternative-php-cache-debian-lenny/</link>
		<comments>http://www.libre-a-vous.fr/installer-extension-apc-alternative-php-cache-debian-lenny/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 23:38:05 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Opcode]]></category>
		<category><![CDATA[Optimisation]]></category>

		<guid isPermaLink="false">http://libre-a-vous.local/?p=1533</guid>
		<description><![CDATA[APC est une extension PECL qui permet de mettre en cache et optimiser le code intermédiaire PHP. Voyons comment l'installer sur un serveur LAMP "Debian like". <a href="http://www.libre-a-vous.fr/installer-extension-apc-alternative-php-cache-debian-lenny/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/installer-extension-apc-alternative-php-cache-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activer les path hints Magento</title>
		<link>http://www.libre-a-vous.fr/templating-activer-path-hints-magento/</link>
		<comments>http://www.libre-a-vous.fr/templating-activer-path-hints-magento/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 13:40:30 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Templating]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://libre-a-vous.local/?p=1292</guid>
		<description><![CDATA[Cette astuce est incontournable lorsque l'on travaille sur un nouveau thème Magento et permet d'identifier les différents blocs et templates utilisés sur une page du site. <a href="http://www.libre-a-vous.fr/templating-activer-path-hints-magento/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/templating-activer-path-hints-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecrire un script PHP qui utilise le modèle Magento</title>
		<link>http://www.libre-a-vous.fr/ecrire-script-php-acces-api-modele-magento/</link>
		<comments>http://www.libre-a-vous.fr/ecrire-script-php-acces-api-modele-magento/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:16:30 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Mage::getModel]]></category>
		<category><![CDATA[Model]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1203</guid>
		<description><![CDATA[Voyons comment écrire un script PHP ayant accès à l'API Magento (ici version 1.3.2.4) pour réaliser divers traitements (exports, synchronisations, etc). <a href="http://www.libre-a-vous.fr/ecrire-script-php-acces-api-modele-magento/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/ecrire-script-php-acces-api-modele-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faciliter la maintenance d’une application Zend en combinant Zend_Log et ErrorController</title>
		<link>http://www.libre-a-vous.fr/faciliter-maintenance-application-zend_log-errorcontroller/</link>
		<comments>http://www.libre-a-vous.fr/faciliter-maintenance-application-zend_log-errorcontroller/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:48:31 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ErrorController]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Zend_Log]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1162</guid>
		<description><![CDATA[Dans le contexte d'une application MVC basée sur le Zend Framework (architecture identique à celle du Quickstart), voyons comment configurer son contrôleur d'erreurs pour journaliser les erreurs applicatives dans un fichier de log. <a href="http://www.libre-a-vous.fr/faciliter-maintenance-application-zend_log-errorcontroller/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/faciliter-maintenance-application-zend_log-errorcontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiler les requêtes SQL de son application avec Zend_Db_Profiler_Firebug</title>
		<link>http://www.libre-a-vous.fr/requetes-sql-zend-db-profiler-firebug/</link>
		<comments>http://www.libre-a-vous.fr/requetes-sql-zend-db-profiler-firebug/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 00:54:35 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[Zend_Db_Profiler_Firebug]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1127</guid>
		<description><![CDATA[Le profileur Zend_Db_Profiler_Firebug permet de profiler les requêtes SQL d'un site directement dans la console de l'extension Firefox Firebug. Nous verrons ici comment le configurer dans le bootstrap de notre application. <a href="http://www.libre-a-vous.fr/requetes-sql-zend-db-profiler-firebug/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/requetes-sql-zend-db-profiler-firebug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Crypter / décrypter un fichier avec OpenSSL</title>
		<link>http://www.libre-a-vous.fr/crypter-decrypter-fichier-openssl/</link>
		<comments>http://www.libre-a-vous.fr/crypter-decrypter-fichier-openssl/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:37:25 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Divers]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[Sécurité]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1115</guid>
		<description><![CDATA[Nous verrons ici comment crypter / décrypter un fichier avec le chiffrement symétrique AES (Advanced Encryption Standard) en utilisant l'outil openssl. <a href="http://www.libre-a-vous.fr/crypter-decrypter-fichier-openssl/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/crypter-decrypter-fichier-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Récupérer la liste des attributs d’un produit Magento</title>
		<link>http://www.libre-a-vous.fr/recuperer-liste-complete-attributs-produit-magento/</link>
		<comments>http://www.libre-a-vous.fr/recuperer-liste-complete-attributs-produit-magento/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 15:01:05 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Modèle]]></category>
		<category><![CDATA[Mage::getModel]]></category>
		<category><![CDATA[Model]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1073</guid>
		<description><![CDATA[Nous verrons ici comment récupérer la liste complète des attributs d'un produit Magento, qu'ils soient natifs ou créés par l'utilisateur, pour se faire, intéressons nous au modèle entity_attribute. <a href="http://www.libre-a-vous.fr/recuperer-liste-complete-attributs-produit-magento/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/recuperer-liste-complete-attributs-produit-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Générer un modèle avec Zend_CodeGenerator</title>
		<link>http://www.libre-a-vous.fr/exemple-generer-modele-zend_codegenerator/</link>
		<comments>http://www.libre-a-vous.fr/exemple-generer-modele-zend_codegenerator/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 22:28:33 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Génération de code]]></category>
		<category><![CDATA[Zend_CodeGenerator]]></category>
		<category><![CDATA[Zend_Tool_Framework]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1103</guid>
		<description><![CDATA[Zend_CodeGenerator est un nouveau composant du Zend Framework qui permet de générer du code PHP en utilisant une interface orientée objet. Réalisons pas à pas un script permettant de générer une partie du modèle de données. <a href="http://www.libre-a-vous.fr/exemple-generer-modele-zend_codegenerator/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/exemple-generer-modele-zend_codegenerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créer une webapp avec Zend Tool Framework</title>
		<link>http://www.libre-a-vous.fr/creer-webapp-application-web-zend-tool-framework/</link>
		<comments>http://www.libre-a-vous.fr/creer-webapp-application-web-zend-tool-framework/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:33:57 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Génération de code]]></category>
		<category><![CDATA[Zend_CodeGenerator]]></category>
		<category><![CDATA[Zend_Tool_Framework]]></category>
		<category><![CDATA[Zend_Tool_Project]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1080</guid>
		<description><![CDATA[Après une brève présentation des composants Zend_Tool_Framework, Zend_Tool_Project et Zend_CodeGenerator, nous installerons l'outil de génération de code désormais inclus dans le Zend Framework pour générer les bases d'une application web. <a href="http://www.libre-a-vous.fr/creer-webapp-application-web-zend-tool-framework/">Lire la Suite <span class="meta-nav"></span></a>]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/creer-webapp-application-web-zend-tool-framework/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

