<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Netlex Toolbox</title>
	<atom:link href="http://netlex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://netlex.wordpress.com</link>
	<description>boîte à outils - tools and playground</description>
	<pubDate>Sun, 13 Apr 2008 20:13:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Post thumbnails with WordPress 2.5</title>
		<link>http://netlex.wordpress.com/2008/04/13/post-thumbnails-with-wordpress-25/</link>
		<comments>http://netlex.wordpress.com/2008/04/13/post-thumbnails-with-wordpress-25/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 20:13:43 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/?p=45</guid>
		<description><![CDATA[
Adding Post Thumbnails in WordPress 2.5
Thumbnail For Your WordPress 2.5 Posts
       ]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2008/04/13/post-thumbnails-with-wordpress-25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mysql + tableaux</title>
		<link>http://netlex.wordpress.com/2006/10/18/mysql-tableaux/</link>
		<comments>http://netlex.wordpress.com/2006/10/18/mysql-tableaux/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 19:26:25 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/18/mysql-tableaux/</guid>
		<description><![CDATA[Compteur

  if (count($TABLEAU)&#62;0):
       ksort($TABLEAU);
       While (List($KEY,$VALUE)=each($TABLEAU)):
             echo (&#8221;$KEY -&#62; $VALUE&#8221;);
       EndWhile;
   Endif;
Les tableaux php
_______________________
# connection SQL et ouverture de la base
mysql_connect(&#8221;localhost&#8221;,&#8221;root&#8221;,&#8221;");
mysql_select_db(&#8221;test&#8221;);
$res  [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/18/mysql-tableaux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bash script and cron (Cgi + Perl + Cron)</title>
		<link>http://netlex.wordpress.com/2006/10/18/bash-script-and-cron-cgi-perl-cron/</link>
		<comments>http://netlex.wordpress.com/2006/10/18/bash-script-and-cron-cgi-perl-cron/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 19:14:15 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[Perl-Cgi]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/18/bash-script-and-cron-cgi-perl-cron/</guid>
		<description><![CDATA[&#8220;TUTORIAL / www.cgi-interactive-uk.com
Bash Shell Script (mysqlbackup)
#!/bin/sh
mysqldump -uroot -ppwd &#8211;opt db1 &#62; /sqldata/db1.sql
mysqldump -uroot -ppwd &#8211;opt db2 &#62; /sqldata/db2.sql
cd /sqldata/
tar -zcvf sqldata.tgz *.sql
cd /scripts/
perl emailsql.cgi
The first mysqldump statement has 4 parameters passed to it :-
    *  -u = your MySQL username. (substitute root with your username)
    *  -p [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/18/bash-script-and-cron-cgi-perl-cron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Client-side and Server-side encoding</title>
		<link>http://netlex.wordpress.com/2006/10/15/client-side-and-server-side-encoding/</link>
		<comments>http://netlex.wordpress.com/2006/10/15/client-side-and-server-side-encoding/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 20:08:15 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/15/client-side-and-server-side-encoding/</guid>
		<description><![CDATA[Récupérer les accents français quand MySql parle latin&#8230; au lieu de UTF-8
Apache Server 2.0.54
PHP 5.0.4
MySQL 4.1.12
and WordPress 1.5.1.3
The problem all originates from MySQL 4.1
version 4.1 MySQL supports different language encodings
problem : &#8220;Client&#8221; encoding language and the &#8220;Server&#8221; encoding language.
The &#8220;Client&#8221; was set to Latin-1 encoding
The &#8220;Server&#8221; was set to UTF-8
&#8220;MySQL tries to translate from one [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/15/client-side-and-server-side-encoding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Character Encoding + Transformation</title>
		<link>http://netlex.wordpress.com/2006/10/09/character-encoding-transformation/</link>
		<comments>http://netlex.wordpress.com/2006/10/09/character-encoding-transformation/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 11:24:30 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/09/character-encoding-transformation/</guid>
		<description><![CDATA[After the damage has occured, the best way, it seems, to clean this up is to run multiple SQL queries in the phpmyadmin console emulating find/replace on the wp_posts table:

    UPDATE wp_posts SET post_content = replace(post_content, “bad”, “good”)
Gestion des accents français
1/ exporter sous MySQL dans le bon encodage (sous wordpress, généralement UTF-8).
2/ [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/09/character-encoding-transformation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AJAHT</title>
		<link>http://netlex.wordpress.com/2006/10/01/ajaht/</link>
		<comments>http://netlex.wordpress.com/2006/10/01/ajaht/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 18:55:42 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/01/ajaht/</guid>
		<description><![CDATA[&#8220;What&#8217;s in a name? That which we call a rose
By any other word would smell as sweet.&#8221;
                                       [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/01/ajaht/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Migration en cours -  Undergoing migration to a new host</title>
		<link>http://netlex.wordpress.com/2006/10/01/migration-en-cours-undergoing-migration-to-a-new-host/</link>
		<comments>http://netlex.wordpress.com/2006/10/01/migration-en-cours-undergoing-migration-to-a-new-host/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 15:44:39 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/10/01/migration-en-cours-undergoing-migration-to-a-new-host/</guid>
		<description><![CDATA[netlexfrance.com et netlexfrance.info sont en cours de migration sur un autre serveur.
Les deux sites seront remis progressivement en service dans les prochains jours. 
Merci de votre patience et de votre compréhension.
______________
netlexfrance.com and netlexfrance.info are currently unavailable due to the migration process to another host.
Both sites will be reinstalled progressively as soon as possible.
Thank you for [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/10/01/migration-en-cours-undergoing-migration-to-a-new-host/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySql relation table</title>
		<link>http://netlex.wordpress.com/2006/09/25/mysql-relation-table/</link>
		<comments>http://netlex.wordpress.com/2006/09/25/mysql-relation-table/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 21:48:12 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/09/25/mysql-relation-table/</guid>
		<description><![CDATA[ How can I use the relation table in Query-by-example?
Here is an example with the tables persons, towns and countries, all located in the database mydb. If you don&#8217;t have a pma_relation table, create it as explained in the configuration section. Then create the example tables:
     CREATE TABLE REL_countries (
  [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/09/25/mysql-relation-table/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mod_rewrite</title>
		<link>http://netlex.wordpress.com/2006/09/18/mod_rewrite/</link>
		<comments>http://netlex.wordpress.com/2006/09/18/mod_rewrite/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 06:40:50 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/09/18/mod_rewrite/</guid>
		<description><![CDATA[Mod_rewrite, ou la réécriture des URL &#8220;à la volée&#8221;
Le fichier .htaccess :
AuthName &#8220;Protected Area&#8221;
AuthType Basic
AuthUserFile /var/www/virtual/site.com/htdocs/repertoire/.htpasswd
require valid-user
AuthUserFile /home/login/.htpasswd
AuthGroupFile /dev/null
AuthName &#8220;Acces Restreint&#8221;
AuthType Basic
require valid-user

Protéger les images :
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.site.info/.*$ [NC]
ReWriteRule .*\.(gif&#124;png&#124;jpe?g)$ - [F]
       ]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/09/18/mod_rewrite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fonctions PHP</title>
		<link>http://netlex.wordpress.com/2006/09/12/fonctions-php/</link>
		<comments>http://netlex.wordpress.com/2006/09/12/fonctions-php/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 09:33:02 +0000</pubDate>
		<dc:creator>netlex</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://netlex.wordpress.com/2006/09/12/fonctions-php/</guid>
		<description><![CDATA[strcmp($str1, $str2) : compare en binaire les 2 chaînes, retourne un entier négatif si $str1$str2, nul si $str1=$str2.
strncmp($str1, $str2, $i) : comme strcmp() mais sur les $i premiers caractères.
strcasecmp($str1, $str2) : comme strcmp() mais insensible à la case.
strncasecmp($str1, $str2) : comme strncmp() mais insensible à la case.
strnatcmp($str1, $str2) : comme strcmp() mais dans l’ordre « [...]]]></description>
		<wfw:commentRss>http://netlex.wordpress.com/2006/09/12/fonctions-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>