<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>532Pixel - Le blog</title>
	
	<link>http://blog.532pixel.com</link>
	<description />
	<lastBuildDate>Fri, 12 Mar 2010 14:21:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/532pixel" /><feedburner:info uri="532pixel" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Utiliser jQuery.change() sur des listes deroulantes, avec IE</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/v83xn5dHYRQ/</link>
		<comments>http://blog.532pixel.com/2010/03/12/utiliser-jquery-change-sur-des-listes-deroulantes-avec-ie/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:20:20 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Bloc-note]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=118</guid>
		<description>Dans la lignée de l&amp;#8217;article précedent () , voici un petit fix pour pouvoir utiliser .change() de jQuery sur une liste deroulante (select / option) avec ce cher Internet Explorer.
Assez simple aussi, au lieu d&amp;#8217;utiliser :
$(#maListeDeroulante).change(function(){ });
Il faut utiliser :
$(#maListeDeroulante).bind($.browser.msie? "propertychange": "change", function(){ });
En gros, quand le navigateur n&amp;#8217;est pas IE, on utilise bind(&amp;#8220;change&amp;#8221;, funciton(){}), [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/v83xn5dHYRQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2010/03/12/utiliser-jquery-change-sur-des-listes-deroulantes-avec-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2010/03/12/utiliser-jquery-change-sur-des-listes-deroulantes-avec-ie/</feedburner:origLink></item>
		<item>
		<title>Fixer le bug IE pour utiliser jQuery.change() sur des input de type radio</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/wnLrwbu3f4Y/</link>
		<comments>http://blog.532pixel.com/2010/03/12/fixer-le-bug-ie-pour-utiliser-jquery-change-input-radio/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 12:32:46 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Bloc-note]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=113</guid>
		<description>Sur les &amp;#60;input&amp;#62; de type radio ( et checkbox ?) , l&amp;#8217;utilisation de la fonction .change() de jQuery est delicate : Apres avoir cliquer sur le radio, il faut cliquer ailleurs dans la page pour activer la fonction .change()
En gros, l&amp;#8217;event .change est &amp;#8220;fired&amp;#8221; uniquement lorsqu&amp;#8217;on quitte l&amp;#8217;element (blur). Ca nous fait une belle phrase [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/wnLrwbu3f4Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2010/03/12/fixer-le-bug-ie-pour-utiliser-jquery-change-input-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2010/03/12/fixer-le-bug-ie-pour-utiliser-jquery-change-input-radio/</feedburner:origLink></item>
		<item>
		<title>Utiliser drush avec un hébergement OVH mutualisé (php5)</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/nYhoQB_JunQ/</link>
		<comments>http://blog.532pixel.com/2010/03/09/utiliser-drush-avec-un-hebergement-ovh-mutualise-php5/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:43:54 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[hebergement]]></category>
		<category><![CDATA[ovh]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=102</guid>
		<description>Drush est l&amp;#8217;outil ultime du developpeur drupal qui n&amp;#8217;est pas effrayé par la ligne de commande (Si vous êtes effrayé, faites un petit effort, et vous serez largement recompensé d&amp;#8217;avoir franchi le cap !)
Drush, ca permet de telecharger et d&amp;#8217;activer un module en faisant :
drush dl mon_module
drush enable mon_module
Ca donne envie hein ?
Pour installer drush, [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/nYhoQB_JunQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2010/03/09/utiliser-drush-avec-un-hebergement-ovh-mutualise-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2010/03/09/utiliser-drush-avec-un-hebergement-ovh-mutualise-php5/</feedburner:origLink></item>
		<item>
		<title>Ecouter France-Inter sans le player flash</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/nP7KDMRK_xM/</link>
		<comments>http://blog.532pixel.com/2010/02/22/ecouter-france-inter-sans-le-player-flash/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:21:47 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Bloc-note]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=96</guid>
		<description>Par defaut, pour écouter france-inter en ligne, ca passe par le player flash, disponible en cliquant sur &amp;#8220;Direct&amp;#8221;, sur la page d&amp;#8217;accueil (www.franceinter.com ).
Mais on peut faire plus simple, et surtout moins gourmand (Flash à haute dose dans Firefox/ubuntu, c&amp;#8217;est pas encore ca !!).
Il suffit d&amp;#8217;ouvrir vlc, ou un autre lecteur capable de lire une [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/nP7KDMRK_xM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2010/02/22/ecouter-france-inter-sans-le-player-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2010/02/22/ecouter-france-inter-sans-le-player-flash/</feedburner:origLink></item>
		<item>
		<title>AE, j’en suis !</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/EMdvSbBREkY/</link>
		<comments>http://blog.532pixel.com/2010/02/18/ae-jen-suis/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:18:28 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Auto-entrepreneur]]></category>
		<category><![CDATA[egotrip]]></category>
		<category><![CDATA[paperasse]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=84</guid>
		<description>C&amp;#8217;est officiel, je suis un auto-entrepreneur !!  Apres une année à jouer les freelance à Montréal (le status de travailleur autonome est très simple outre-atlantique), ca me semblait le meilleur statut pour continuer l&amp;#8217;aventure à me retour. Une fois le peu de formalités effectuées, j&amp;#8217;ai donc recu ma notification d&amp;#8217;affiliation au statut d&amp;#8217;auto-entrepreneur !

J&amp;#8217;essaierais [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/EMdvSbBREkY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2010/02/18/ae-jen-suis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2010/02/18/ae-jen-suis/</feedburner:origLink></item>
		<item>
		<title>Déménagement !!</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/llF3xNUXDuI/</link>
		<comments>http://blog.532pixel.com/2009/11/16/demenagement/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:54:33 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[532pixel]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=78</guid>
		<description>Il le fallait, ca fait quelques temps que j&amp;#8217;y pense : Le déménagement de mon blog vers quelque chose de plus &amp;#8220;serieux&amp;#8221;, ou &amp;#8220;pro&amp;#8221; si j&amp;#8217;ose dire.
Jusqu&amp;#8217;a présent, mon blog était hebergé chez ironie.org a l&amp;#8217;adresse suivante : http://opi.ironie.org. J&amp;#8217;ai toujours été très satisfait des services d&amp;#8217;ironie.org , hebergeur php gratuit, fiable et disponible.
Cependant, il [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/llF3xNUXDuI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2009/11/16/demenagement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2009/11/16/demenagement/</feedburner:origLink></item>
		<item>
		<title>Telecharger des modules drupal quand drupal.org est inaccessible</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/nrg_xdwgy5Y/</link>
		<comments>http://blog.532pixel.com/2009/03/26/telecharger-des-modules-drupal-quand-drupalorg-est-inaccessible/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:17:30 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=73</guid>
		<description>On ne lui souhaite pas, mais aujourd&amp;#8217;hui drupal.org semble avoir quelques difficultés techniques.  Et comme je suis en plein developpement d&amp;#8217;un site sous drupal 6 , il me fallait certain modules.  Comme les page de www.drupal.org sont inaccessibles, la solution est de passer par le ftp :
Dans firefox (pas testé mais ca doit marcher avec [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/nrg_xdwgy5Y" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2009/03/26/telecharger-des-modules-drupal-quand-drupalorg-est-inaccessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2009/03/26/telecharger-des-modules-drupal-quand-drupalorg-est-inaccessible/</feedburner:origLink></item>
		<item>
		<title>My Open Bookmark Manager</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/Xntfi2bK4j4/</link>
		<comments>http://blog.532pixel.com/2009/03/25/my-open-bookmark-manager/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:55:01 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[my-open-bookmark-manager]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=70</guid>
		<description>Je developpe dans mon coin une application PHP / MySQL de gestion de liens (bookmarks) comme etant une simple alternative a delicious.
Le seul but de cette application est d&amp;#8217;heberger ses données sur son propre espace web. Ca fait partie d&amp;#8217;une envie générale de se passer d&amp;#8217;appliction tierce (GG Analytics, GG docs, delicious &amp;#8230;)
Vous trouverez My [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/Xntfi2bK4j4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2009/03/25/my-open-bookmark-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2009/03/25/my-open-bookmark-manager/</feedburner:origLink></item>
		<item>
		<title>Regler le probleme de memoire php pour l’installation d’un module de drupal</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/YYBbtWQuEZs/</link>
		<comments>http://blog.532pixel.com/2009/02/20/regler-le-probleme-de-memoire-php-pour-linstallation-dun-module-de-drupal/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:57:13 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=62</guid>
		<description>Je ne suis surement pas le seul a qui ca arrive, en voulant installer le module views à un site drupal, j&amp;#8217;ai le droit à une erreur php : &amp;#8220;Fatal error:  Allowed memory size &amp;#8230;&amp;#8221;.
C&amp;#8217;est du à une limitation fixée dans php, relative a la quantité de memoire disponible pour l&amp;#8217;execution d&amp;#8217;un script. Et [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/YYBbtWQuEZs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2009/02/20/regler-le-probleme-de-memoire-php-pour-linstallation-dun-module-de-drupal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2009/02/20/regler-le-probleme-de-memoire-php-pour-linstallation-dun-module-de-drupal/</feedburner:origLink></item>
		<item>
		<title>Soutien à Framasoft</title>
		<link>http://feedproxy.google.com/~r/532pixel/~3/6I_BDCkxIe4/</link>
		<comments>http://blog.532pixel.com/2009/02/14/soutien-a-framasoft/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 13:49:22 +0000</pubDate>
		<dc:creator>opi</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[monde libre]]></category>

		<guid isPermaLink="false">http://blog.532pixel.com/?p=54</guid>
		<description>Dans le même style que celui consacré à l&amp;#8217;adhésion à L&amp;#8217;April, voici un petit billet pour relayer la campagne de soutien à Framasoft.
Je cite : &amp;#8220;Issu du monde éducatif, Framasoft est un réseau de sites web collaboratifs à géométrie variable dont le dénominateur commun est le logiciel libre et son état d&amp;#8217;esprit. Il vise à [...]&lt;img src="http://feeds.feedburner.com/~r/532pixel/~4/6I_BDCkxIe4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.532pixel.com/2009/02/14/soutien-a-framasoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.532pixel.com/2009/02/14/soutien-a-framasoft/</feedburner:origLink></item>
	</channel>
</rss>
