<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Commentaires sur : Créer un raccourci d’URL en un clic avec spedr.com</title>
	<atom:link href="http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creer-un-raccourci-url-en-un-clic-avec-spedrcom</link>
	<description>Blogue technologique, médias sociaux, Web2.0 et mobilité</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:11:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Par : Blog</title>
		<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/#comment-249837</link>
		<dc:creator>Blog</dc:creator>
		<pubDate>Wed, 23 Dec 2009 15:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://descary.com/?p=1425#comment-249837</guid>
		<description>Moi j&#039;utilise http://gooing.fr/url/index_fr.php5 , j&#039;obtiens des adresses comme ça: http://gooing.fr/wccen .
C&#039;est efficace les URL sont vraiment très courte.</description>
		<content:encoded><![CDATA[<p>Moi j&#8217;utilise <a href="http://gooing.fr/url/index_fr.php5" rel="nofollow">http://gooing.fr/url/index_fr.php5</a> , j&#8217;obtiens des adresses comme ça: <a href="http://gooing.fr/wccen" rel="nofollow">http://gooing.fr/wccen</a> .<br />
C&#8217;est efficace les URL sont vraiment très courte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jule</title>
		<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/#comment-248310</link>
		<dc:creator>Jule</dc:creator>
		<pubDate>Wed, 09 Dec 2009 09:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://descary.com/?p=1425#comment-248310</guid>
		<description>http://www.mini-raccourcir-url.info est aussi très simple a utiliser pour raccourcir vos urls.</description>
		<content:encoded><![CDATA[<p><a href="http://www.mini-raccourcir-url.info" rel="nofollow">http://www.mini-raccourcir-url.info</a> est aussi très simple a utiliser pour raccourcir vos urls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : tonton</title>
		<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/#comment-240267</link>
		<dc:creator>tonton</dc:creator>
		<pubDate>Thu, 02 Apr 2009 23:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://descary.com/?p=1425#comment-240267</guid>
		<description>ouais bien pratique. Moi j&#039;utilise www.petiteadresse.com et ça marche bien.</description>
		<content:encoded><![CDATA[<p>ouais bien pratique. Moi j&#8217;utilise <a href="http://www.petiteadresse.com" rel="nofollow">http://www.petiteadresse.com</a> et ça marche bien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Fred</title>
		<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/#comment-236064</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://descary.com/?p=1425#comment-236064</guid>
		<description>Très très sympa, je ne connaissais pas. Et puis surtout, en deux clics c&#039;est bouclé, ce qui représente un gain de temps non négligeable...</description>
		<content:encoded><![CDATA[<p>Très très sympa, je ne connaissais pas. Et puis surtout, en deux clics c&#8217;est bouclé, ce qui représente un gain de temps non négligeable&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : dadavidov</title>
		<link>http://descary.com/creer-un-raccourci-url-en-un-clic-avec-spedrcom/#comment-236037</link>
		<dc:creator>dadavidov</dc:creator>
		<pubDate>Sat, 04 Oct 2008 20:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://descary.com/?p=1425#comment-236037</guid>
		<description>Dans le même style, il existe toute une collection de bookmarklets utilisable avec firefox :
http://lorelle.wordpress.com/2005/10/13/more-must-have-bookmarklets-than-you-can-swing-a-browser-at/

Par exemple, pour chercher sur le site que vous êtes en train de visiter, vous pouvez créer le raccourcis suivant :

javascript:q = &quot;&quot;   (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt(&quot;Search terms [leave selection and box blank to list all pages] ... &quot;, &quot;&quot;); if (q!=null) location=(&quot;http://www.google.com/search?q=site:&quot;   escape(location.hostname)   &quot; \&quot;&quot;   escape(q.replace(/\&quot;/g,&quot;&quot;))   &quot;\&quot;&quot;).replace(/ /g, &quot; &quot;); void 0

étonnant, non !</description>
		<content:encoded><![CDATA[<p>Dans le même style, il existe toute une collection de bookmarklets utilisable avec firefox :<br />
<a href="http://lorelle.wordpress.com/2005/10/13/more-must-have-bookmarklets-than-you-can-swing-a-browser-at/" rel="nofollow">http://lorelle.wordpress.com/2.....rowser-at/</a></p>
<p>Par exemple, pour chercher sur le site que vous êtes en train de visiter, vous pouvez créer le raccourcis suivant :</p>
<p>javascript:q = &laquo;&nbsp;&nbsp;&raquo;   (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt(&laquo;&nbsp;Search terms [leave selection and box blank to list all pages] &#8230; &laquo;&nbsp;, &laquo;&nbsp;&nbsp;&raquo;); if (q!=null) location=(&laquo;&nbsp;http://www.google.com/search?q=site:&nbsp;&raquo;   escape(location.hostname)   &nbsp;&raquo; \&nbsp;&raquo;"   escape(q.replace(/\&nbsp;&raquo;/g,&nbsp;&raquo;"))   &laquo;&nbsp;\&nbsp;&raquo;").replace(/ /g, &nbsp;&raquo; &laquo;&nbsp;); void 0</p>
<p>étonnant, non !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

