<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>guig.net - articles</title>
<link>http://www.guig.net</link>
<image><url>http://www.guig.net/img/ga.gif</url><link>http://www.guig.net</link><title>guig.net</title></image>
<description>Mes derniers articles</description>
<managingEditor>guillaume@cotten.com (Guillaume COTTEN) </managingEditor>
<language>fr</language>
<generator>guig.net</generator>
<copyright>guig.net</copyright>
<webMaster>guillaume@cotten.com (Guillaume COTTEN) </webMaster>
<atom:link href="http://guig.net/rss.php" rel="self" type="application/rss+xml" /><item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Pacman Google</title>
<link>http://www.guig.net/index.php?page=6935</link>
<guid>http://www.guig.net/index.php?page=6935</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6935</comments>
<description>Un pacman par Google tout en javascript (Mai 2010).</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Codes subversion (svn status)</title>
<link>http://www.guig.net/index.php?page=6931</link>
<guid>http://www.guig.net/index.php?page=6931</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6931</comments>
<description>Pompé sur &lt;a href="http://svnbook.red-bean.com/en/1.0/re26.html" target="_blank"&gt;http://svnbook.red-bean.com/en/1.0/re26.html&lt;/a&gt; &lt;hr&gt;</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Compresser des fichiers (tar) via PHP</title>
<link>http://www.guig.net/index.php?page=6928</link>
<guid>http://www.guig.net/index.php?page=6928</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6928</comments>
<description></description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Mon générique</title>
<link>http://www.guig.net/index.php?page=6927</link>
<guid>http://www.guig.net/index.php?page=6927</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6927</comments>
<description>Séquence Flash générée via Ming.</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Google Agenda dans Thunderbird</title>
<link>http://www.guig.net/index.php?page=6925</link>
<guid>http://www.guig.net/index.php?page=6925</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6925</comments>
<description>Si vous avez un compte Gmail, vous utilisez très certainement Google agenda.  Cette petite note vous permettra de gérer vos agendas Google directement dans ThunderBird en l&amp;#39;accompagnant des add-ons "Lightning" et "Calendar:GDATA Provider"</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>tar gzip</title>
<link>http://www.guig.net/index.php?page=6922</link>
<guid>http://www.guig.net/index.php?page=6922</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6922</comments>
<description>Créer des archives et compresser des fichiers sous Unix</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Faire sa Live USB</title>
<link>http://www.guig.net/index.php?page=6921</link>
<guid>http://www.guig.net/index.php?page=6921</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6921</comments>
<description>Une façon de faire sa Live USB, c&amp;#39;est à dire pouvoir démarrer son PC sur une clef USB.</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Une soirée à 1 euro</title>
<link>http://www.guig.net/index.php?page=6920</link>
<guid>http://www.guig.net/index.php?page=6920</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6920</comments>
<description></description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Exemple simple de redirection</title>
<link>http://www.guig.net/index.php?page=6918</link>
<guid>http://www.guig.net/index.php?page=6918</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6918</comments>
<description>&lt;u&gt;Pré-requis&lt;/u&gt; : &lt;ul&gt; &lt;li&gt;un server WEB Apache + PHP (un Wamp ou un Xampp fera l&amp;#39;affaire),&lt;/li&gt; &lt;li&gt;un alias (dans l&amp;#39;exemple &lt;code&gt;/redirect&lt;/code&gt;),&lt;/li&gt; &lt;li&gt;installer le module Apache &lt;code&gt;mod_rewrite&lt;/code&gt;.&lt;/li&gt; &lt;/ul&gt;  Pour le détail des clauses de redirection Apache allez voir la &lt;a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html"&gt;documentation du module mod_rewrite&lt;/a&gt;.</description>
</item>
<item>
<author>guillaume@cotten.com (Guillaume COTTEN) </author>
<title>Exemple jQuery</title>
<link>http://www.guig.net/index.php?page=6913</link>
<guid>http://www.guig.net/index.php?page=6913</guid>
<enclosure url="http://guig.net/img/remote_a.gif" type="image/gif" length="970"></enclosure><comments>http://www.guig.net/index.php?page=6913</comments>
<description></description>
</item>
</channel>
</rss>
