<?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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silence, on veille ! &#187; How-to&#8217;s</title>
	<atom:link href="http://www.taggle.org/category/how-tos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taggle.org</link>
	<description>e-Ninjas since last century</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Rechercher et remplacer une chaîne avec MySQL</title>
		<link>http://www.taggle.org/2011/10/5392-rechercher-et-remplacer-une-chaine-avec-mysql/</link>
		<comments>http://www.taggle.org/2011/10/5392-rechercher-et-remplacer-une-chaine-avec-mysql/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 23:54:32 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5392</guid>
		<description><![CDATA[<p>Pour rechercher et remplacer une chaîne de caractères directement dans le champ d&#8217;une base de données MySQL, il suffit d&#8217;utiliser la fonction REPLACE de la manière suivante :</p>
<blockquote><p>UPDATE [nom_de_la_table] SET [nom_du_champ] =REPLACE([nom_du_champ],&#8217;[chaine_a_remplacer]&#8216;,&#8217;[chaine_de_remplacement]&#8216;);</p></blockquote>
<p>Exemple :</p>
<blockquote><p>UPDATE articles SET content = REPLACE(content,&#8217;http://www.mondns.com&#8217;,'/&#8217;);</p>&#8230;</blockquote>]]></description>
			<content:encoded><![CDATA[<p>Pour rechercher et remplacer une chaîne de caractères directement dans le champ d&#8217;une base de données MySQL, il suffit d&#8217;utiliser la fonction REPLACE de la manière suivante :</p>
<blockquote><p>UPDATE [nom_de_la_table] SET [nom_du_champ] =REPLACE([nom_du_champ],&#8217;[chaine_a_remplacer]&#8216;,&#8217;[chaine_de_remplacement]&#8216;);</p></blockquote>
<p>Exemple :</p>
<blockquote><p>UPDATE articles SET content = REPLACE(content,&#8217;http://www.mondns.com&#8217;,'/&#8217;);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/10/5392-rechercher-et-remplacer-une-chaine-avec-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Personal Branding for Your WordPress Backend</title>
		<link>http://www.taggle.org/2011/08/5355-creating-personal-branding-for-your-wordpress-backend/</link>
		<comments>http://www.taggle.org/2011/08/5355-creating-personal-branding-for-your-wordpress-backend/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 19:49:57 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[fichiers temporaires google chrome]]></category>
		<category><![CDATA[google task]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[montage photoshop]]></category>
		<category><![CDATA[psd to css]]></category>
		<category><![CDATA[taggle]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5355</guid>
		<description><![CDATA[<p><a href="http://www.onextrapixel.com/2011/08/03/creating-personal-branding-for-your-wordpress-backend/">Creating Personal Branding for Your WordPress Backend &#124; Onextrapixel &#8211; Showcasing Web Treats Without A Hitch</a>.</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://www.onextrapixel.com/2011/08/03/creating-personal-branding-for-your-wordpress-backend/"></a></p>
<p>&#160;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onextrapixel.com/2011/08/03/creating-personal-branding-for-your-wordpress-backend/">Creating Personal Branding for Your WordPress Backend | Onextrapixel &#8211; Showcasing Web Treats Without A Hitch</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.onextrapixel.com/2011/08/03/creating-personal-branding-for-your-wordpress-backend/"><img src='http://www.taggle.org/wp-content/uploads/2011/08/lehibooo.jpg' alt='personal brand wordpress admin' /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/08/5355-creating-personal-branding-for-your-wordpress-backend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 tutoriels jQuery pour web designers</title>
		<link>http://www.taggle.org/2010/03/4420-13-tutoriels-jquery-pour-web-designers/</link>
		<comments>http://www.taggle.org/2010/03/4420-13-tutoriels-jquery-pour-web-designers/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 07:13:10 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutoriel]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4420</guid>
		<description><![CDATA[<p><a href="http://www.js4design.com/13-tutoriels-jquery-pour-webdesigners-629">13 tutoriels jQuerypour web designers</a> (via <a href="http://twitter.com/br1o">br1o</a>)&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.js4design.com/13-tutoriels-jquery-pour-webdesigners-629">13 tutoriels jQuerypour web designers</a> (via <a href="http://twitter.com/br1o">br1o</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/03/4420-13-tutoriels-jquery-pour-web-designers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installation Nginx et PHP</title>
		<link>http://www.taggle.org/2009/11/3954-installation-nginx-et-php/</link>
		<comments>http://www.taggle.org/2009/11/3954-installation-nginx-et-php/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:48:50 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutoriel]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=3954</guid>
		<description><![CDATA[<p><a href="http://www.maximegaillard.com/1961-tuto-installation-nginx-php.html">Tutoriel de Maxime Gaillard pour installer le serveur web Nginx et PHP</a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maximegaillard.com/1961-tuto-installation-nginx-php.html">Tutoriel de Maxime Gaillard pour installer le serveur web Nginx et PHP<a/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2009/11/3954-installation-nginx-et-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

