<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : Script php générateur de fautes de frappe</title>
	<atom:link href="http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/</link>
	<description>SEO BlackOut, site web dédié aux techniques de référencement et de positionnement de sites web.</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:17:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Par : admin</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11820</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Sep 2008 14:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11820</guid>
		<description>Salut Nico,

Remplace $alphabet par :
&lt;pre lang=&quot;php&quot;&gt;
$alphabet = Array(
q =&gt; array(&quot;w&quot;),
w =&gt; array(&quot;q&quot;, &quot;e&quot;),
e =&gt; array(&quot;w&quot;, &quot;r&quot;),
r =&gt; array(&quot;e&quot;, &quot;t&quot;),
t =&gt; array(&quot;r&quot;, &quot;y&quot;),
y =&gt; array(&quot;t&quot;, &quot;u&quot;),
u =&gt; array(&quot;y&quot;, &quot;i&quot;),
i =&gt; array(&quot;u&quot;, &quot;o&quot;),
o =&gt; array(&quot;i&quot;, &quot;p&quot;),
p =&gt; array(&quot;o&quot;),
a =&gt; array(&quot;s&quot;),
s =&gt; array(&quot;a&quot;, &quot;d&quot;),
d =&gt; array(&quot;s&quot;, &quot;f&quot;),
f =&gt; array(&quot;d&quot;, &quot;g&quot;),
g =&gt; array(&quot;f&quot;, &quot;h&quot;),
h =&gt; array(&quot;g&quot;, &quot;j&quot;),
j =&gt; array(&quot;h&quot;, &quot;k&quot;),
k =&gt; array(&quot;j&quot;, &quot;l&quot;),
l =&gt; array(&quot;k&quot;),
z =&gt; array(&quot;x&quot;),
x =&gt; array(&quot;z&quot;, &quot;c&quot;),
c =&gt; array(&quot;x&quot;, &quot;v&quot;),
v =&gt; array(&quot;c&quot;, &quot;b&quot;),
b =&gt; array(&quot;v&quot;, &quot;n&quot;),
n =&gt; array(&quot;b&quot;, &quot;m&quot;),
m =&gt; array(&quot;n&quot;)	
);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Salut Nico,</p>
<p>Remplace $alphabet par :</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$alphabet</span> <span style="color: #339933;">=</span> <span style="color: #990000;">Array</span><span style="color: #009900;">&#40;</span>
q <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;w&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
w <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;q&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;e&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
e <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;w&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
r <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;e&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;t&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
t <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;y&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
y <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;t&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;u&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
u <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;y&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;i&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
i <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;o&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
o <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;i&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;p&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
p <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;o&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
a <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
s <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;a&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
d <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;f&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
f <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;g&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
g <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;f&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;h&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
h <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;g&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;j&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
j <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;h&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;k&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
k <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;j&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;l&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
l <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;k&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
z <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;x&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
x <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;z&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
c <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;x&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;v&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
v <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
b <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;v&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;n&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
n <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;m&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
m <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;n&quot;</span><span style="color: #009900;">&#41;</span>	
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Par : Nico</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11819</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11819</guid>
		<description>Hello,

As-tu conservé le script US car j&#039;aurai besoin des paramètre pour un clavier Qwerty.

Merci d&#039;avance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>As-tu conservé le script US car j&#8217;aurai besoin des paramètre pour un clavier Qwerty.</p>
<p>Merci d&#8217;avance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : mumuri</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-9399</link>
		<dc:creator>mumuri</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-9399</guid>
		<description>Merci beaucoup pour ce script,

Une remarque cependant, dans le cas où la fonction qui contient le tableau est appelé plusieurs fois (et çà devrait être le cas en utilisation réelle), il peut être intéressant de le déclarer en static et de faire un isset pour éviter de le redéclarer à chaque appel de fonction

bonne soirée</description>
		<content:encoded><![CDATA[<p>Merci beaucoup pour ce script,</p>
<p>Une remarque cependant, dans le cas où la fonction qui contient le tableau est appelé plusieurs fois (et çà devrait être le cas en utilisation réelle), il peut être intéressant de le déclarer en static et de faire un isset pour éviter de le redéclarer à chaque appel de fonction</p>
<p>bonne soirée</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Acidifié</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-527</link>
		<dc:creator>Acidifié</dc:creator>
		<pubDate>Sat, 19 Jan 2008 17:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-527</guid>
		<description>Woooow!

Le bonheur des domaineurs!
Merci!
webtarlouze, pourquoi le blacklistage ?</description>
		<content:encoded><![CDATA[<p>Woooow!</p>
<p>Le bonheur des domaineurs!<br />
Merci!<br />
webtarlouze, pourquoi le blacklistage ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Dragonb</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-454</link>
		<dc:creator>Dragonb</dc:creator>
		<pubDate>Wed, 02 Jan 2008 06:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-454</guid>
		<description>Bonjour,
Je cherche quelqu&#039;un qui peu faire du seo pour mon site.
L&#039;admin etes vous interessé?</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Je cherche quelqu&#8217;un qui peu faire du seo pour mon site.<br />
L&#8217;admin etes vous interessé?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : webt@rlouze</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-436</link>
		<dc:creator>webt@rlouze</dc:creator>
		<pubDate>Fri, 28 Dec 2007 20:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-436</guid>
		<description>attention à ne pas abuser, quelques mots uniquement, sinon ---&gt; blacklistage</description>
		<content:encoded><![CDATA[<p>attention à ne pas abuser, quelques mots uniquement, sinon &#8212;&gt; blacklistage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : aiglestates</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-423</link>
		<dc:creator>aiglestates</dc:creator>
		<pubDate>Fri, 28 Dec 2007 01:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-423</guid>
		<description>Merci pour ce code</description>
		<content:encoded><![CDATA[<p>Merci pour ce code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Mathias, en DUT SRC à Mulhouse</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-406</link>
		<dc:creator>Mathias, en DUT SRC à Mulhouse</dc:creator>
		<pubDate>Sun, 23 Dec 2007 14:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-406</guid>
		<description>Il n&#039;y a de l&#039;intéret que dans le cadre d&#039;un projet en anglais  ou franco-anglophone. 

En fait, ça dépend de la population qui est suceptible d&#039;accéder au site ou de faire des recherches à son propos, et donc du type de clavier que celle-ci utilise.</description>
		<content:encoded><![CDATA[<p>Il n&#8217;y a de l&#8217;intéret que dans le cadre d&#8217;un projet en anglais  ou franco-anglophone. </p>
<p>En fait, ça dépend de la population qui est suceptible d&#8217;accéder au site ou de faire des recherches à son propos, et donc du type de clavier que celle-ci utilise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-405</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 23 Dec 2007 12:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-405</guid>
		<description>Salut Mathias,

C&#039;est pas bien compliqué à faire ce que tu demandes, par contre je ne vois pas bien l&#039;intérêt de faire à la fois du qwerty et de l&#039;azerty ?</description>
		<content:encoded><![CDATA[<p>Salut Mathias,</p>
<p>C&#8217;est pas bien compliqué à faire ce que tu demandes, par contre je ne vois pas bien l&#8217;intérêt de faire à la fois du qwerty et de l&#8217;azerty ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Mathias, en DUT SRC à Mulhouse</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-404</link>
		<dc:creator>Mathias, en DUT SRC à Mulhouse</dc:creator>
		<pubDate>Sun, 23 Dec 2007 11:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-404</guid>
		<description>Merci pour ce morceau de code.

J&#039;utilisais déja les deux outils en ligne suivants : 
http://www.seochat.com/seo-tools/keyword-typo-generator/ 
http://bvwg.actulab.net/fautes-de-frappe.php 

mais je crois qu&#039;il n&#039;existe à ce jour aucun outils permettant de générer des faues de frappepar rapport à un clavier azerty ET quwerty à la fois, tou en supprimant les doublons.</description>
		<content:encoded><![CDATA[<p>Merci pour ce morceau de code.</p>
<p>J&#8217;utilisais déja les deux outils en ligne suivants :<br />
<a href="http://www.seochat.com/seo-tools/keyword-typo-generator/">http://www.seochat.com/seo-tools/keyword-typo-generator/</a><br />
<a href="http://bvwg.actulab.net/fautes-de-frappe.php">http://bvwg.actulab.net/fautes-de-frappe.php</a> </p>
<p>mais je crois qu&#8217;il n&#8217;existe à ce jour aucun outils permettant de générer des faues de frappepar rapport à un clavier azerty ET quwerty à la fois, tou en supprimant les doublons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
