<?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; tech</title>
	<atom:link href="http://www.taggle.org/category/tech/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>Top 10 Mobile Web Development JavaScript Frameworks</title>
		<link>http://www.taggle.org/2011/09/5378-top-10-mobile%c2%a0web-development-javascript-frameworks/</link>
		<comments>http://www.taggle.org/2011/09/5378-top-10-mobile%c2%a0web-development-javascript-frameworks/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 23:31:33 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[developpement]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5378</guid>
		<description><![CDATA[<p><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/">Top 10 Mobile Web Development JavaScript Frameworks</a>.</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/"></a></p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/"></a></p>
<p>&#160;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/">Top 10 Mobile Web Development JavaScript Frameworks</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/"><img src='http://www.taggle.org/wp-content/uploads/2011/09/0180-02_jquery_mobile.jpg' alt='jquery mobile' /></a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/javascript/mobile%C2%A0web-development-frameworks/"><img src='http://www.taggle.org/wp-content/uploads/2011/09/0180-05_jo.png' alt='jo html5' /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/09/5378-top-10-mobile%c2%a0web-development-javascript-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créer une API REST &#8211; Bonnes pratiques</title>
		<link>http://www.taggle.org/2011/09/5376-creer-une-api-rest-bonnes-pratiques/</link>
		<comments>http://www.taggle.org/2011/09/5376-creer-une-api-rest-bonnes-pratiques/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 15:27:42 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5376</guid>
		<description><![CDATA[<p><a href="http://pullrequest.org/2011/09/21/creer-une-api-rest.html">.::PullRequest.org::. Créer une API REST</a>.</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://pullrequest.org/2011/09/21/creer-une-api-rest.html"></a></p>
<p>&#160;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://pullrequest.org/2011/09/21/creer-une-api-rest.html">.::PullRequest.org::. Créer une API REST</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://pullrequest.org/2011/09/21/creer-une-api-rest.html"><img src='http://www.taggle.org/wp-content/uploads/2011/09/api-rest.png' alt='api rest ' /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/09/5376-creer-une-api-rest-bonnes-pratiques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Web Design Toolbox: 50 Handy Tools and Services</title>
		<link>http://www.taggle.org/2011/09/5370-responsive-web-design-toolbox-50-handy-tools-and-services/</link>
		<comments>http://www.taggle.org/2011/09/5370-responsive-web-design-toolbox-50-handy-tools-and-services/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 16:13:00 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5370</guid>
		<description><![CDATA[<p><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/">Responsive Web Design Toolbox: 50 Handy Tools and Services &#124; Splashnology</a>.</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/"></a></p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/"></a></p>
<p>&#160;</p>
<p>&#160;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/">Responsive Web Design Toolbox: 50 Handy Tools and Services | Splashnology</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/"><img src='http://www.taggle.org/wp-content/uploads/2011/09/Lettering.js.jpg' alt='js css jquery plugin' /></a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.splashnology.com/article/responsive-web-design-toolbox-50-handy-tools-and-services/2632/"><img src='http://www.taggle.org/wp-content/uploads/2011/09/1140_CSS_Grid.jpg' alt='css grid' /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/09/5370-responsive-web-design-toolbox-50-handy-tools-and-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 HTML5 Frameworks for Developers</title>
		<link>http://www.taggle.org/2011/05/5325-12-html5-frameworks-for-developers/</link>
		<comments>http://www.taggle.org/2011/05/5325-12-html5-frameworks-for-developers/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:13:16 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[silence on veille]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5325</guid>
		<description><![CDATA[<p><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html">12 HTML5 Frameworks for Developers</a>.</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"></a></p>
<p>&#160;&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html">12 HTML5 Frameworks for Developers</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/Modernizr.jpg' alt='modernizr' /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/Lime.jpg' alt='LimeJS' /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/Lessframework.jpg' alt='less framework' /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://visionwidget.com/toolz/4-design/637-html5-frameworks-for-developers.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/boilerplate.jpg' alt='html5 boilerplate' /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/05/5325-12-html5-frameworks-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tools for Making Your Life Online Easier</title>
		<link>http://www.taggle.org/2011/05/5281-useful-tools-for-making-your-life-online-easier/</link>
		<comments>http://www.taggle.org/2011/05/5281-useful-tools-for-making-your-life-online-easier/#comments</comments>
		<pubDate>Fri, 06 May 2011 06:49:45 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[Design web]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5281</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html"></a></p>
<p style="text-align: center;"><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html"></a></p>
<p><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html">Useful Tools for Making Your Life Online Easier &#8211; Noupe Design Blog</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/app19.jpg' alt='css3 playground' /></a></p>
<p style="text-align: center;"><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html"><img src='http://www.taggle.org/wp-content/uploads/2011/05/interesting-website-9.jpg' alt='dns benchmark' /></a></p>
<p><a href="http://www.noupe.com/tools/useful-tools-for-making-your-life-online-easier.html">Useful Tools for Making Your Life Online Easier &#8211; Noupe Design Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/05/5281-useful-tools-for-making-your-life-online-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug 1.7 New Features ✩ Mozilla Hacks</title>
		<link>http://www.taggle.org/2011/03/5253-firebug-1-7-new-features-%e2%9c%a9-mozilla-hacks/</link>
		<comments>http://www.taggle.org/2011/03/5253-firebug-1-7-new-features-%e2%9c%a9-mozilla-hacks/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 05:58:58 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5253</guid>
		<description><![CDATA[<p><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/">Firebug 1.7 New Features ✩ Mozilla Hacks – the Web developer blog</a>.</p>
<p><strong>DOM Storage </strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"></a></p>
<p><strong>Sort Computed Styles</strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"></a></p>
<p><strong>Better Representation of Attributes</strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"></a></p>
<p><strong>And others&#8230;</strong>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/">Firebug 1.7 New Features ✩ Mozilla Hacks – the Web developer blog</a>.</p>
<p><strong>DOM Storage </strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"><img src='http://www.taggle.org/wp-content/uploads/2011/03/sessionStorage.png' alt='dom storage' /></a></p>
<p><strong>Sort Computed Styles</strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"><img src='http://www.taggle.org/wp-content/uploads/2011/03/sortComputedStyles.png' alt='sort computed styles' /></a></p>
<p><strong>Better Representation of Attributes</strong></p>
<p style="text-align: center;"><a href="http://hacks.mozilla.org/2011/03/firebug-1-7-new-features/"><img src='http://www.taggle.org/wp-content/uploads/2011/03/attributes.png' alt='better representation of attributes' /></a></p>
<p><strong>And others&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/03/5253-firebug-1-7-new-features-%e2%9c%a9-mozilla-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Survive a Slashdotting on a Small Apache Server</title>
		<link>http://www.taggle.org/2011/01/5186-how-to-survive-a-slashdotting-on-a-small-apache-server/</link>
		<comments>http://www.taggle.org/2011/01/5186-how-to-survive-a-slashdotting-on-a-small-apache-server/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 21:26:39 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[charge]]></category>
		<category><![CDATA[load average]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5186</guid>
		<description><![CDATA[<p><a href="http://mocko.org.uk/b/2011/01/02/how-to-survive-a-slashdotting-on-a-small-apache-server/">How to Survive a Slashdotting on a Small Apache Server &#124; mockyblog</a>.</p>
<p style="text-align: center;"><a href="http://mocko.org.uk/b/2011/01/02/how-to-survive-a-slashdotting-on-a-small-apache-server/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://mocko.org.uk/b/2011/01/02/how-to-survive-a-slashdotting-on-a-small-apache-server/">How to Survive a Slashdotting on a Small Apache Server | mockyblog</a>.</p>
<p style="text-align: center;"><a href="http://mocko.org.uk/b/2011/01/02/how-to-survive-a-slashdotting-on-a-small-apache-server/"><img src='http://www.taggle.org/wp-content/uploads/2011/01/660px-Hard_disk_head-300x272.jpg' alt='apache server saturation bandwidth' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2011/01/5186-how-to-survive-a-slashdotting-on-a-small-apache-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BashPitfalls : common errors Bash programmers</title>
		<link>http://www.taggle.org/2010/12/5169-bashpitfalls-common-errors-bash-programmers/</link>
		<comments>http://www.taggle.org/2010/12/5169-bashpitfalls-common-errors-bash-programmers/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 00:08:37 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[mistake]]></category>
		<category><![CDATA[programmer]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5169</guid>
		<description><![CDATA[<p><a href="http://mywiki.wooledge.org/BashPitfalls">BashPitfalls &#8211; Greg&#8217;s Wiki</a>. (via <a href="http://twitter.com/foO_">@fo0_</a>)&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://mywiki.wooledge.org/BashPitfalls">BashPitfalls &#8211; Greg&#8217;s Wiki</a>. (via <a href="http://twitter.com/foO_">@fo0_</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/12/5169-bashpitfalls-common-errors-bash-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Back Up Your Social Media Presence Before the Ball Drops</title>
		<link>http://www.taggle.org/2010/12/5165-how-to-back-up-your-social-media-presence-before-the-ball-drops/</link>
		<comments>http://www.taggle.org/2010/12/5165-how-to-back-up-your-social-media-presence-before-the-ball-drops/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 00:02:58 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5165</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://mashable.com/2010/12/28/back-up-social-media/"></a></p>
<p><a href="http://mashable.com/2010/12/28/back-up-social-media/">HOW TO: Back Up Your Social Media Presence Before the Ball Drops</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://mashable.com/2010/12/28/back-up-social-media/"><img src='http://www.taggle.org/wp-content/uploads/2010/12/wp-backup-640.jpg' alt='wp-backup' /></a></p>
<p><a href="http://mashable.com/2010/12/28/back-up-social-media/">HOW TO: Back Up Your Social Media Presence Before the Ball Drops</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/12/5165-how-to-back-up-your-social-media-presence-before-the-ball-drops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Guide to Microformats: Reference and Examples</title>
		<link>http://www.taggle.org/2010/12/5145-ultimate-guide-to-microformats-reference-and-examples/</link>
		<comments>http://www.taggle.org/2010/12/5145-ultimate-guide-to-microformats-reference-and-examples/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 17:21:09 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[adr]]></category>
		<category><![CDATA[foaf]]></category>
		<category><![CDATA[hcard]]></category>
		<category><![CDATA[hreview]]></category>
		<category><![CDATA[microformat]]></category>
		<category><![CDATA[rel]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5145</guid>
		<description><![CDATA[<p><a href="http://sixrevisions.com/web-development/ultimate-guide-to-microformats-reference-and-examples/">Ultimate Guide to Microformats: Reference and Examples</a>.</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/web-development/ultimate-guide-to-microformats-reference-and-examples/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixrevisions.com/web-development/ultimate-guide-to-microformats-reference-and-examples/">Ultimate Guide to Microformats: Reference and Examples</a>.</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/web-development/ultimate-guide-to-microformats-reference-and-examples/"><img src='http://www.taggle.org/wp-content/uploads/2010/12/12-05_microformats_guide_ld_img.png' alt='microformats' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/12/5145-ultimate-guide-to-microformats-reference-and-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Base64 Encoding for Images</title>
		<link>http://www.taggle.org/2010/11/5058-base64-encoding-for-images/</link>
		<comments>http://www.taggle.org/2010/11/5058-base64-encoding-for-images/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 09:01:25 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[base64]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5058</guid>
		<description><![CDATA[<p><a href="http://www.9lessons.info/2010/11/base64-encoding-for-images.html?utm_source=feedburner&#38;utm_medium=twitter&#38;utm_campaign=Feed%3A+9lesson+%289lessons%29">Base64 Encoding for Images.</a>.</p>
<p style="text-align: center;"><a href="http://www.9lessons.info/2010/11/base64-encoding-for-images.html?utm_source=feedburner&#38;utm_medium=twitter&#38;utm_campaign=Feed%3A+9lesson+%289lessons%29"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.9lessons.info/2010/11/base64-encoding-for-images.html?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+9lesson+%289lessons%29">Base64 Encoding for Images.</a>.</p>
<p style="text-align: center;"><a href="http://www.9lessons.info/2010/11/base64-encoding-for-images.html?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+9lesson+%289lessons%29"><img src='http://www.taggle.org/wp-content/uploads/2010/11/base64.png' alt='base64_encode' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/11/5058-base64-encoding-for-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 Beta encore plus rapide et performant</title>
		<link>http://www.taggle.org/2010/11/5047-firefox-4-beta-encore-plus-rapide-et-performant/</link>
		<comments>http://www.taggle.org/2010/11/5047-firefox-4-beta-encore-plus-rapide-et-performant/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 06:49:20 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[jagermonkey]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5047</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.ubergizmo.com/fr/archives/2010/11/firefox_4_beta_encore_plus_rapide_et_performant.php?utm_source=feedburner&#38;utm_medium=twitter&#38;utm_campaign=Feed%3A+feedburner%2FsrrF+%28Ubergizmo+FR%29"></a></p>
<p><a href="http://www.ubergizmo.com/fr/archives/2010/11/firefox_4_beta_encore_plus_rapide_et_performant.php?utm_source=feedburner&#38;utm_medium=twitter&#38;utm_campaign=Feed%3A+feedburner%2FsrrF+%28Ubergizmo+FR%29">Firefox 4 Beta encore plus rapide et performant</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.ubergizmo.com/fr/archives/2010/11/firefox_4_beta_encore_plus_rapide_et_performant.php?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+feedburner%2FsrrF+%28Ubergizmo+FR%29"><img src='http://www.taggle.org/wp-content/uploads/2010/11/firefox-4-beta-more-faster.jpg' alt='firefox 4 beta' /></a></p>
<p><a href="http://www.ubergizmo.com/fr/archives/2010/11/firefox_4_beta_encore_plus_rapide_et_performant.php?utm_source=feedburner&amp;utm_medium=twitter&amp;utm_campaign=Feed%3A+feedburner%2FsrrF+%28Ubergizmo+FR%29">Firefox 4 Beta encore plus rapide et performant</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/11/5047-firefox-4-beta-encore-plus-rapide-et-performant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Shockingly Cool HTML5 Canvas Applications</title>
		<link>http://www.taggle.org/2010/11/5045-20-shockingly-cool-html5-canvas-applications/</link>
		<comments>http://www.taggle.org/2010/11/5045-20-shockingly-cool-html5-canvas-applications/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 06:47:16 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[taggle]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5045</guid>
		<description><![CDATA[<p><a href="http://creativefan.com/20-shockingly-cool-html5-canvas-applications/">20 Shockingly Cool HTML5 Canvas Applications &#124; CreativeFan</a>.</p>
<p style="text-align: center;"><a href="http://creativefan.com/20-shockingly-cool-html5-canvas-applications/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://creativefan.com/20-shockingly-cool-html5-canvas-applications/">20 Shockingly Cool HTML5 Canvas Applications | CreativeFan</a>.</p>
<p style="text-align: center;"><a href="http://creativefan.com/20-shockingly-cool-html5-canvas-applications/"><img src='http://www.taggle.org/wp-content/uploads/2010/11/html-8.jpg' alt='html5 canvas' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/11/5045-20-shockingly-cool-html5-canvas-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run faster : mod_pagespeed for Apache. By Google !</title>
		<link>http://www.taggle.org/2010/11/5036-run-faster-mod_pagespeed-for-apache-by-google/</link>
		<comments>http://www.taggle.org/2010/11/5036-run-faster-mod_pagespeed-for-apache-by-google/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 16:21:33 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[pagespeed]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5036</guid>
		<description><![CDATA[<p><a href="http://googlewebmastercentral.blogspot.com/2010/11/make-your-websites-run-faster.html">Official Google Webmaster Central Blog: Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache</a>. (Via <a href="http://twitter.com/lebosstom">lebosstom</a>)</p>
<p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://googlewebmastercentral.blogspot.com/2010/11/make-your-websites-run-faster.html">Official Google Webmaster Central Blog: Make your websites run faster, automatically &#8212; try mod_pagespeed for Apache</a>. (Via <a href="http://twitter.com/lebosstom">lebosstom</a>)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="278" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8moGR2qf994?fs=1&amp;hl=fr_FR" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="450" height="278" src="http://www.youtube.com/v/8moGR2qf994?fs=1&amp;hl=fr_FR" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/11/5036-run-faster-mod_pagespeed-for-apache-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les différentes techniques de géolocalisation</title>
		<link>http://www.taggle.org/2010/11/5031-les-differentes-techniques-de-geolocalisation/</link>
		<comments>http://www.taggle.org/2010/11/5031-les-differentes-techniques-de-geolocalisation/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 04:19:18 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[eotd]]></category>
		<category><![CDATA[geolocalisation]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[triangulation]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=5031</guid>
		<description><![CDATA[<p><a href="http://www.serialwireless.net/Les-differentes-techniques-de.html">Les différentes techniques de géolocalisation &#8211; Serial Wireless &#8211; technologies et marketing mobile</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.serialwireless.net/Les-differentes-techniques-de.html">Les différentes techniques de géolocalisation &#8211; Serial Wireless &#8211; technologies et marketing mobile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/11/5031-les-differentes-techniques-de-geolocalisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Safari Extension from Scratch</title>
		<link>http://www.taggle.org/2010/10/4990-how-to-create-a-safari-extension-from-scratch/</link>
		<comments>http://www.taggle.org/2010/10/4990-how-to-create-a-safari-extension-from-scratch/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 09:04:47 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[developpement]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4990</guid>
		<description><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/other/how-to-create-a-safari-extension-from-scratch/">How to Create a Safari Extension from Scratch &#124; Nettuts+</a>.</p>
<p style="text-align: center;"><a href="http://net.tutsplus.com/tutorials/other/how-to-create-a-safari-extension-from-scratch/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/other/how-to-create-a-safari-extension-from-scratch/">How to Create a Safari Extension from Scratch | Nettuts+</a>.</p>
<p style="text-align: center;"><a href="http://net.tutsplus.com/tutorials/other/how-to-create-a-safari-extension-from-scratch/"><img src='http://www.taggle.org/wp-content/uploads/2010/10/icons.jpg' alt='safari extension plugins' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/10/4990-how-to-create-a-safari-extension-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 20 Nginx WebServer Best Security Practices</title>
		<link>http://www.taggle.org/2010/09/4964-top-20-nginx-webserver-best-security-practices/</link>
		<comments>http://www.taggle.org/2010/09/4964-top-20-nginx-webserver-best-security-practices/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 06:58:05 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[sec]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4964</guid>
		<description><![CDATA[<p><a href="http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html">Top 20 Nginx WebServer Best Security Practices</a>.</p>
<p style="text-align: center;"><a href="http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html">Top 20 Nginx WebServer Best Security Practices</a>.</p>
<p style="text-align: center;"><a href="http://www.cyberciti.biz/tips/linux-unix-bsd-nginx-webserver-security.html"><img src='http://www.taggle.org/wp-content/uploads/2010/09/nginx.gif' alt='nginx' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4964-top-20-nginx-webserver-best-security-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>45+ Very Functional Javascript Sliders and Scrollers</title>
		<link>http://www.taggle.org/2010/09/4958-45-very-functional-javascript-sliders-and-scrollers/</link>
		<comments>http://www.taggle.org/2010/09/4958-45-very-functional-javascript-sliders-and-scrollers/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:01:39 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sliders]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4958</guid>
		<description><![CDATA[<p><a href="http://www.1stwebdesigner.com/resources/javascript-sliders-scrollers/">45+ Very Functional Javascript Sliders and Scrollers</a>.</p>
<p style="text-align: center;"><a href="http://www.1stwebdesigner.com/resources/javascript-sliders-scrollers/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/resources/javascript-sliders-scrollers/">45+ Very Functional Javascript Sliders and Scrollers</a>.</p>
<p style="text-align: center;"><a href="http://www.1stwebdesigner.com/resources/javascript-sliders-scrollers/"><img src='http://www.taggle.org/wp-content/uploads/2010/09/Slide-Thumbs.png' alt='sliders jquery javascript' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4958-45-very-functional-javascript-sliders-and-scrollers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx and Varnish on Mac OS X</title>
		<link>http://www.taggle.org/2010/09/4957-nginx-and-varnish-on-mac-os-x/</link>
		<comments>http://www.taggle.org/2010/09/4957-nginx-and-varnish-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 12:59:09 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[menu jquery]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4957</guid>
		<description><![CDATA[<p><a href="http://tomster.org/blog/nginx-and-varnish-on-mac-os-x">nginx and varnish on Mac OS X — tomster.org</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomster.org/blog/nginx-and-varnish-on-mac-os-x">nginx and varnish on Mac OS X — tomster.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4957-nginx-and-varnish-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Excellent Tools for Testing Your Site on Mobile Devices</title>
		<link>http://www.taggle.org/2010/09/4952-10-excellent-tools-for-testing-your-site-on-mobile-devices/</link>
		<comments>http://www.taggle.org/2010/09/4952-10-excellent-tools-for-testing-your-site-on-mobile-devices/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:11:09 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[emulateur]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4952</guid>
		<description><![CDATA[<p><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/">10 Excellent Tools for Testing Your Site on Mobile Devices</a>.</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/"></a></p>
<p style="text-align: center;"><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/">10 Excellent Tools for Testing Your Site on Mobile Devices</a>.</p>
<p style="text-align: center;"><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/"><img src='http://www.taggle.org/wp-content/uploads/2010/09/26-09_iphoney.jpg' alt='iphoney' /></a></p>
<p style="text-align: center;"><a href="http://sixrevisions.com/tools/10-excellent-tools-for-testing-your-site-on-mobile-devices/"><img src='http://www.taggle.org/wp-content/uploads/2010/09/26-02_adobe_device_central_cs5.jpg' alt='adobe device central cs5' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4952-10-excellent-tools-for-testing-your-site-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer PHP 5.3, Nginx et PHP-fpm sur Ubuntu/Debian</title>
		<link>http://www.taggle.org/2010/09/4948-installer-php-5-3-nginx-et-php-fpm-sur-ubuntudebian/</link>
		<comments>http://www.taggle.org/2010/09/4948-installer-php-5-3-nginx-et-php-fpm-sur-ubuntudebian/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:00:49 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fpm]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4948</guid>
		<description><![CDATA[<p><a href="http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian">Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian</a><br />
&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian">Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian</a><br />
<img class="aligncenter size-full wp-image-4949" title="nginx-logo" src="http://www.taggle.org/wp-content/uploads/2010/09/nginx-logo.png" alt="" width="350" height="90" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4948-installer-php-5-3-nginx-et-php-fpm-sur-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inclusion de Javascript et performances web -must read-</title>
		<link>http://www.taggle.org/2010/09/4940-inclusion-de-javascript-et-performances-web-must-read/</link>
		<comments>http://www.taggle.org/2010/09/4940-inclusion-de-javascript-et-performances-web-must-read/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 06:45:05 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[inclusion]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance web]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4940</guid>
		<description><![CDATA[<p><a href="http://280slides.com/Viewer/?user=44205&#38;name=perfs%20%3A%20inclusion%20de%20javascript&#38;fullscreen">perfs : inclusion de javascript &#8211; 280 Slides</a>.<br />
</p>
<p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://280slides.com/Viewer/?user=44205&amp;name=perfs%20%3A%20inclusion%20de%20javascript&amp;fullscreen">perfs : inclusion de javascript &#8211; 280 Slides</a>.<br />
<img class="aligncenter size-medium wp-image-4941" title="Capture d’écran 2010-09-21 à 08.37.46" src="http://www.taggle.org/wp-content/uploads/2010/09/Capture-d’écran-2010-09-21-à-08.37.46-300x62.png" alt="" width="300" height="62" /></p>
<p><iframe width="400" height="328" src="http://280slides.com/Viewer/?user=44205&#038;name=perfs%20%3A%20inclusion%20de%20javascript&#038;fullscreen" style="border: 1px solid black; margin: 0; padding: 0;"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4940-inclusion-de-javascript-et-performances-web-must-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Google Chrome Extension is as Easy as 1-2-3</title>
		<link>http://www.taggle.org/2010/09/4920-creating-a-google-chrome-extension-is-as-easy-as-1-2-3/</link>
		<comments>http://www.taggle.org/2010/09/4920-creating-a-google-chrome-extension-is-as-easy-as-1-2-3/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 09:02:05 +0000</pubDate>
		<dc:creator>sid</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.taggle.org/?p=4920</guid>
		<description><![CDATA[<p><a href="http://www.devcurry.com/2010/09/creating-google-chrome-extension-is-as.html">Creating a Google Chrome Extension is as Easy as 1-2-3</a>.</p>
<p style="text-align: center;"><a href="http://www.devcurry.com/2010/09/creating-google-chrome-extension-is-as.html"></a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devcurry.com/2010/09/creating-google-chrome-extension-is-as.html">Creating a Google Chrome Extension is as Easy as 1-2-3</a>.</p>
<p style="text-align: center;"><a href="http://www.devcurry.com/2010/09/creating-google-chrome-extension-is-as.html"><img src='http://www.taggle.org/wp-content/uploads/2010/09/image_thumb1.png' alt='creer google chrome extension' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taggle.org/2010/09/4920-creating-a-google-chrome-extension-is-as-easy-as-1-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

