<?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</description>
	<lastBuildDate>Fri, 18 Dec 2009 20:58:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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[Tutoriels]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Modèle]]></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).]]></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&#8217;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[Tutoriels]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZF]]></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.]]></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[Tutoriels]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZF]]></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.]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/requetes-sql-zend-db-profiler-firebug/feed/</wfw:commentRss>
		<slash:comments>0</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[Trucs et Astuces]]></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.]]></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 complète des attributs d&#8217;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 16:01:05 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Trucs et Astuces]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Modèle]]></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.</p>]]></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[Tutoriels]]></category>
		<category><![CDATA[Génération de code]]></category>
		<category><![CDATA[ZF]]></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.]]></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[Tutoriels]]></category>
		<category><![CDATA[Génération de code]]></category>
		<category><![CDATA[ZF]]></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.]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/creer-webapp-application-web-zend-tool-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Opérations CRUD sur les produits Magento</title>
		<link>http://www.libre-a-vous.fr/operation-creer-charger-modifier-supprimer-produit-magento/</link>
		<comments>http://www.libre-a-vous.fr/operation-creer-charger-modifier-supprimer-produit-magento/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:58:52 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Trucs et Astuces]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=1036</guid>
		<description><![CDATA[L'acronyme CRUD pour Create, Read, Update et Delete désigne les quatre opérations basiques
du stockage d'une information en base de données. Voyons ici comment utiliser ces méthodes sur un produit Magento.]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/operation-creer-charger-modifier-supprimer-produit-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Envoyer un e-mail depuis Joomla!</title>
		<link>http://www.libre-a-vous.fr/envoyer-email-depuis-joomla/</link>
		<comments>http://www.libre-a-vous.fr/envoyer-email-depuis-joomla/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:39:10 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Trucs et Astuces]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=990</guid>
		<description><![CDATA[Grâce à la classe JUtility, l'envoi d'un email depuis Joomla! est relativement trivial. L’exemple présenté ici permet d'envoyer un email à l'utilisateur courant de la part de l'utilisateur système.]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/envoyer-email-depuis-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Récupérer la configuration globale de Joomla!</title>
		<link>http://www.libre-a-vous.fr/recuperer-variables-configuration-globale-joomla/</link>
		<comments>http://www.libre-a-vous.fr/recuperer-variables-configuration-globale-joomla/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 14:47:26 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Trucs et Astuces]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.libre-a-vous.fr/?p=979</guid>
		<description><![CDATA[Voyons comment récupérer par la programmation les variables de la configuration globale d'un site Joomla! stockées dans le fichier configuration.php]]></description>
		<wfw:commentRss>http://www.libre-a-vous.fr/recuperer-variables-configuration-globale-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
