<?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>Od2dev.be Web Development &#187; Français</title>
	<atom:link href="http://www.od2dev.be/language/fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.od2dev.be</link>
	<description>Olivier De Waele - WebDev freelance</description>
	<lastBuildDate>Wed, 07 Mar 2012 12:33:22 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Zend Framework sous Mamp</title>
		<link>http://www.od2dev.be/zend-framework-sous-mamp/</link>
		<comments>http://www.od2dev.be/zend-framework-sous-mamp/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 23:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend framework]]></category>
		<category><![CDATA[Mamp]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=58</guid>
		<description><![CDATA[Après avoir passé beaucoup de temps en PHP orienté objet et choisi Codeigniter comme mon premier framework PHP, j&#8217;ai décidé de me mettre au Framework Zend qui est sans doute moins léger mais a une vocation plus universelle et est &#8230; <a href="http://www.od2dev.be/zend-framework-sous-mamp/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/zend-framework-sous-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choisir la bonne librairie PDF en PHP</title>
		<link>http://www.od2dev.be/choisir-la-bonne-librairie-pdf-en-php/</link>
		<comments>http://www.od2dev.be/choisir-la-bonne-librairie-pdf-en-php/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 12:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[FPDF]]></category>
		<category><![CDATA[PHP5]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=69</guid>
		<description><![CDATA[Il y a un certain nombre de librairies PDF qui peuvent vous aider à générer des fichiers PDF via PHP : FPDF, TCPDF, DOMPDF, CEZPDF&#8230; J&#8217;ai longtemps travaillé avec FPDF qui est une classe très légère (le fichier fpdf.php pèse &#8230; <a href="http://www.od2dev.be/choisir-la-bonne-librairie-pdf-en-php/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/choisir-la-bonne-librairie-pdf-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurer Aptana pour connecter des bases de données MySql</title>
		<link>http://www.od2dev.be/configurer-aptana-pour-connecter-des-bases-de-donnees-mysql/</link>
		<comments>http://www.od2dev.be/configurer-aptana-pour-connecter-des-bases-de-donnees-mysql/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 10:20:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=96</guid>
		<description><![CDATA[Utiliser Aptana comme IDE PHP est super mais devoir systématiquement changer de fenêtre de travail pour afficher PhpMyadmin et vérifier la structure des tables Mysql devient vite lassant (même si [CMD + TAB] ou [CTRL + TAB] rendent la chose &#8230; <a href="http://www.od2dev.be/configurer-aptana-pour-connecter-des-bases-de-donnees-mysql/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/configurer-aptana-pour-connecter-des-bases-de-donnees-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un formulaire sous Codeigniter avec Ajax</title>
		<link>http://www.od2dev.be/un-formulaire-sous-codeigniter-avec-ajax/</link>
		<comments>http://www.od2dev.be/un-formulaire-sous-codeigniter-avec-ajax/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=86</guid>
		<description><![CDATA[CodeIgniter (CI), le framework PHP, est passé à la version 2.0. Cette version a été réécrite pour fonctionner en PHP5 exclusivement : les helpers des versions antérieures étaient en PHP4. Une belle amélioration attendue en soi. Ce framework est léger &#8230; <a href="http://www.od2dev.be/un-formulaire-sous-codeigniter-avec-ajax/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/un-formulaire-sous-codeigniter-avec-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De Windows à Linux à Mac</title>
		<link>http://www.od2dev.be/de-windows-a-linux-a-mac/</link>
		<comments>http://www.od2dev.be/de-windows-a-linux-a-mac/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 17:04:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Matériel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=108</guid>
		<description><![CDATA[Le Père Noël est passé plus tôt que prévu cette année et a déposé : un Mac book Pro 13.3&#8243; 2.4 GHz 4Go 250Go Mac OSx 10.6 au pied de mon sapin. J&#8217;avais l&#8217;habitude de développer sous un PC Linux &#8230; <a href="http://www.od2dev.be/de-windows-a-linux-a-mac/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/de-windows-a-linux-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outils de mots-clefs SEO</title>
		<link>http://www.od2dev.be/outils-de-mots-clefs-seo/</link>
		<comments>http://www.od2dev.be/outils-de-mots-clefs-seo/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 17:14:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[cuterank]]></category>
		<category><![CDATA[Google adwords]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[seo tools]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=119</guid>
		<description><![CDATA[Vers une meilleure réflexion SEO Un développeur Web freelance peut travailler pour divers clients (associations, entreprises,&#8230;) dans beaucoup de domaines différents : coiffeurs, architectes, écoles,&#8230; Maîtriser les outils SEO fait partie des compétences du développeur. Et son client pourrait ne &#8230; <a href="http://www.od2dev.be/outils-de-mots-clefs-seo/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/outils-de-mots-clefs-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De Notepad2 à Aptana, IDE pour Développement PHP</title>
		<link>http://www.od2dev.be/de-notepad2-a-aptana-ide-pour-developpement-php/</link>
		<comments>http://www.od2dev.be/de-notepad2-a-aptana-ide-pour-developpement-php/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 17:19:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aptana IDE]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[notepad2]]></category>
		<category><![CDATA[php ide]]></category>
		<category><![CDATA[php plugin]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=128</guid>
		<description><![CDATA[Eureka! Cette fois-ci; c&#8217;est la bonne. J&#8217;avais pris l&#8217;habitude de scripter avec Notepad2, qui possède quelques outils basiques tels que la coloration syntaxique, la numérotation des lignes, mais pas beaucoup plus. J&#8217;étais donc à la recherche d&#8217;IDE PHP (Integrated Development &#8230; <a href="http://www.od2dev.be/de-notepad2-a-aptana-ide-pour-developpement-php/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/de-notepad2-a-aptana-ide-pour-developpement-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery pour masquer ou afficher des champs de formulaires</title>
		<link>http://www.od2dev.be/jquery-pour-masquer-ou-afficher-des-champs-de-formulaires/</link>
		<comments>http://www.od2dev.be/jquery-pour-masquer-ou-afficher-des-champs-de-formulaires/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:16:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=137</guid>
		<description><![CDATA[JQuery est un framework Javascript qui a révolutionné la manière dont ont peut générer des événements côté client. L&#8217;interaction entre Javascript et HTML est devenue beaucoup plus aisée et standardisée grâce à JQuery. Dans cet article, je montre comment gérer &#8230; <a href="http://www.od2dev.be/jquery-pour-masquer-ou-afficher-des-champs-de-formulaires/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/jquery-pour-masquer-ou-afficher-des-champs-de-formulaires/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery event tracker pour Google Analytics</title>
		<link>http://www.od2dev.be/jquery-event-tracker-pour-google-analytics/</link>
		<comments>http://www.od2dev.be/jquery-event-tracker-pour-google-analytics/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[event tracking]]></category>
		<category><![CDATA[Google analytics]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=147</guid>
		<description><![CDATA[Google Analytics est l&#8217;outil statistique par excellence pour comptabiliser les hits sur votre site. Il vous donne des statistiques à propos de vos visiteurs, à propos des sources de trafic vers votre site et à propos des pages vues. Ces &#8230; <a href="http://www.od2dev.be/jquery-event-tracker-pour-google-analytics/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/jquery-event-tracker-pour-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Igniter, un framework PHP</title>
		<link>http://www.od2dev.be/code-igniter-un-framework-php/</link>
		<comments>http://www.od2dev.be/code-igniter-un-framework-php/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 10:58:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://wp331.local:8888/?p=159</guid>
		<description><![CDATA[Choisir un Framework PHP pour développer des sites web peut vous faire gagner des efforts et du temps. Je ne désire pas écrire ici une liste exhaustive des avantages et inconvénients des différents frameworks PHP disponibles mais veut simplement mettre &#8230; <a href="http://www.od2dev.be/code-igniter-un-framework-php/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.od2dev.be/code-igniter-un-framework-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

