<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>PHP, Linux and manga</title>
		<link>http://www.shinji.fr</link>
		<description>www.shinji.fr - News</description>
		<language>en</language>
		<pubDate>Sat, 03 Jan 2009 12:46:53 +0100</pubDate>

		<image>
			<url>http://www.shinji.fr/content/img/rss/logo.gif</url>

			<title>PHP, Linux and manga</title>

			<link>http://www.shinji.fr</link>

			<width>100</width>

			<height>100</height>
		</image>

		<item>
			<title>ie6 et ie7 side to side</title>

			<description>It's a long time I didn't integrate xhtml/css pages. Well yesterday night I did. BUT, I'm on os X now, and unfortunately it's not the case of all the surfers (poor guys, they don't know...) and of course my page has to display correctly on internet explorer.  I have Vista on the PC that I use as media center, but it's ie7 installed by default (by the way my page displays perfectly on ie7 without modifications hihi). And then the question is: how to have ie6 and ie7 side to side on the same computer?</description>

			<link>http://www.shinji.fr/en/articles/ie6-et-ie7-side-to-side-83.html</link>

			<guid>http://www.shinji.fr/en/articles/ie6-et-ie7-side-to-side-83.html</guid>

			<author>Shinji</author>

			<pubDate>Wed, 24 Dec 2008 14:47:00 +0100</pubDate>

			<category>Dev web</category>
</item>

		<item>
			<title>[MySQL] DELETE used with JOIN</title>

			<description>I noticed something weird today, while attempting to do a DELETE request with join statement. And it doesn't work! It's a syntax error according to MySQL. Therefore this join statement works good in a SELECT request. So SELECT and DELETE don't have the same behavior regarding to joins. A simple solution is to use the USING statement.</description>

			<link>http://www.shinji.fr/en/articles/mysql-delete-used-with-join-81.html</link>

			<guid>http://www.shinji.fr/en/articles/mysql-delete-used-with-join-81.html</guid>

			<author>Shinji</author>

			<pubDate>Thu, 11 Dec 2008 14:43:00 +0100</pubDate>

			<category>Dev web</category>
</item>

		<item>
			<title>Sort a dataset in PHP</title>

			<description>It may be necessary to sort a dataset after a SQL request. And in a general case, I prefer using this function instead of dealing with the ORDER BY and LIMIT clauses.</description>

			<link>http://www.shinji.fr/en/articles/sort-a-dataset-in-php-61.html</link>

			<guid>http://www.shinji.fr/en/articles/sort-a-dataset-in-php-61.html</guid>

			<author>Shinji</author>

			<pubDate>Sun, 09 Nov 2008 13:12:00 +0100</pubDate>

			<category>Dev web</category>
</item>

		<item>
			<title>A class to use cURL</title>

			<description>Libcurl is a librairy that allows you to communicate with servers in many different protocols.</description>

			<link>http://www.shinji.fr/en/articles/a-class-to-use-curl-50.html</link>

			<guid>http://www.shinji.fr/en/articles/a-class-to-use-curl-50.html</guid>

			<author>Shinji</author>

			<pubDate>Thu, 06 Nov 2008 23:00:00 +0100</pubDate>

			<category>Dev web</category>
</item>
	</channel>
</rss>