<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Alex Barredo &#187; Posts in English</title>
	<atom:link href="http://barredo.wordpress.com/category/posts-in-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://barredo.wordpress.com</link>
	<description>Cosas que, al fin y al cabo, sólo me importan a mí. A modo de máquina del tiempo, imagino.</description>
	<lastBuildDate>Sun, 25 Oct 2009 16:23:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='barredo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/61101ece470d8efe0f84a81317e8c7e9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Alex Barredo &#187; Posts in English</title>
		<link>http://barredo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://barredo.wordpress.com/osd.xml" title="Alex Barredo" />
		<item>
		<title>Remove Outline in Firefox (in anchor, inputs, buttons, etc) with CSS</title>
		<link>http://barredo.wordpress.com/2009/09/30/remove-outline-in-firefox-in-anchor-inputs-buttons-etc-with-css/</link>
		<comments>http://barredo.wordpress.com/2009/09/30/remove-outline-in-firefox-in-anchor-inputs-buttons-etc-with-css/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:31:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>
		<category><![CDATA[QuickSnippets]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=908</guid>
		<description><![CDATA[Firefox most-pain-in-the-ass-for-developers &#8216;feature&#8217; it&#8217;s to put an outline dotted in grey in every link, button or input we focus (or click).
This could be easily solved using a simple CSS line using Mozilla&#8217;s own pseudo-selectors:

a::-moz-focus-inner { border: 0;outline:0 }

That&#8217;s it. And be careful: there are two colons not just one. That works for links, but you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=908&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Firefox most-pain-in-the-ass-for-developers &#8216;feature&#8217; it&#8217;s to put an outline dotted in grey in every link, button or input we focus (or click).</p>
<p>This could be easily solved using a simple CSS line using Mozilla&#8217;s own pseudo-selectors:</p>
<blockquote>
<pre>a::-moz-focus-inner { border: 0;outline:0 }</pre>
</blockquote>
<p>That&#8217;s it. <strong>And be careful: there are two colons not just one.</strong> That works for links, but you can make it to every tag Firefox implements like buttons or input button or submit.</p>
<p>It may work just with &#8216;</p>
<pre style="display:inline;">outline: 0;</pre>
<p>&#8216; but it&#8217;s been reported of this working bad with old versions of Firefox.</p>
<blockquote>
<pre>input::-moz-focus-inner { border: 0;outline:0 } // for all inputs
input[type=button]::-moz-focus-inner { border: 0;outline:0 } // for input tag type button
input[type=submit]::-moz-focus-inner { border: 0;outline:0 } // for input tag type submit
button::-moz-focus-inner { border: 0;outline:0 } // for button tag</pre>
</blockquote>
<p>Or you can just apply when it&#8217;s on focus:</p>
<blockquote>
<pre>input:focus::-moz-focus-inner { border: 0;outline:0 } // for all inputs on focus</pre>
</blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/908/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/908/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/908/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=908&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2009/09/30/remove-outline-in-firefox-in-anchor-inputs-buttons-etc-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
		<item>
		<title>Desactivar Flash y/o cuenta atrás en Photo Booth</title>
		<link>http://barredo.wordpress.com/2009/05/22/desactivar-flash-yo-cuenta-atras-en-photo-booth/</link>
		<comments>http://barredo.wordpress.com/2009/05/22/desactivar-flash-yo-cuenta-atras-en-photo-booth/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:14:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=903</guid>
		<description><![CDATA[Pulsando SHIFT antes de apretar ENTER o hacer clic en el botón de sacar una foto evitamos que aparezca el Flash.
Y si usamos ALT/OPTION al hacer lo mismo desactivamos la cuenta atrás de tres segundos. 
Por supuesto, ambas opciones son compatibles y pueden hacerse a la vez  
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=903&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pulsando SHIFT antes de apretar ENTER o hacer clic en el botón de sacar una foto evitamos que aparezca el Flash.</p>
<p>Y si usamos ALT/OPTION al hacer lo mismo desactivamos la cuenta atrás de tres segundos. </p>
<p>Por supuesto, ambas opciones son compatibles y pueden hacerse a la vez <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/903/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=903&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2009/05/22/desactivar-flash-yo-cuenta-atras-en-photo-booth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari 4 &#8220;ERROR_SEC&#8221;</title>
		<link>http://barredo.wordpress.com/2009/02/25/safari-4-error_sec/</link>
		<comments>http://barredo.wordpress.com/2009/02/25/safari-4-error_sec/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:41:26 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=871</guid>
		<description><![CDATA[If you got this message trying to install Safari 4:
It&#8217;s not possible to installa Safari on this volume: ERROR_SEC
It means you have not an updated MacOSX. Simply that. Update to the latest release and it will be ok  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=871&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you got this message trying to install Safari 4:</p>
<blockquote><p>It&#8217;s not possible to installa Safari on this volume: ERROR_SEC</p></blockquote>
<p>It means you have not an updated MacOSX. Simply that. Update to the latest release and it will be ok <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/871/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=871&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2009/02/25/safari-4-error_sec/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
		<item>
		<title>F de Fanboy</title>
		<link>http://barredo.wordpress.com/2009/02/15/f-de-fanboy/</link>
		<comments>http://barredo.wordpress.com/2009/02/15/f-de-fanboy/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 23:09:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Paranoia, paranoia, superparanoia]]></category>
		<category><![CDATA[Posts in English]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=867</guid>
		<description><![CDATA[Fanboys of the world. Unite. I&#8217;ve created this. The new Fanboy emblem.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=867&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Fanboys of the world. Unite. I&#8217;ve created this. The new Fanboy emblem.</p>
<p><img src="http://barredo.files.wordpress.com/2009/02/fanboy.gif?w=500&#038;h=500" alt="fanboy" title="fanboy" width="500" height="500" class="aligncenter size-large wp-image-869" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/867/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=867&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2009/02/15/f-de-fanboy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>

		<media:content url="http://barredo.files.wordpress.com/2009/02/fanboy.gif?w=500" medium="image">
			<media:title type="html">fanboy</media:title>
		</media:content>
	</item>
		<item>
		<title>.htaccess &#8211; rewriteengine on doesn&#8217;t work</title>
		<link>http://barredo.wordpress.com/2008/11/17/htaccess-rewriteengine-on-doesnt-work/</link>
		<comments>http://barredo.wordpress.com/2008/11/17/htaccess-rewriteengine-on-doesnt-work/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 00:29:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>
		<category><![CDATA[QuickSnippets]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=622</guid>
		<description><![CDATA[If when you start using the RewriteEngine On directive in .htaccess file you get an invalid error code, and Apache doesn&#8217;t seem to understand the Rewrite directives, you should find this in the error logs:
Invalid command &#8216;RewriteEngine&#8217;, perhaps misspelled or defined by a module not included in the server configuration, referer:
To solve this, you need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=622&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If when you start using the RewriteEngine On directive in .htaccess file you get an invalid error code, and Apache doesn&#8217;t seem to understand the Rewrite directives, you should find this in the error logs:</p>
<blockquote><p>Invalid command &#8216;RewriteEngine&#8217;, perhaps misspelled or defined by a module not included in the server configuration, referer:</p></blockquote>
<p>To solve this, you need to edit the httpd.conf and find the mod_rewrite module, and activate it:</p>
<blockquote><p>LoadModule rewrite_module modules/mod_rewrite.so</p></blockquote>
<p>If the line is disabled/commented (with a &#8216;#&#8217;), it just need to be removed. Restart Apache and everything should work now.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/622/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=622&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2008/11/17/htaccess-rewriteengine-on-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
		<item>
		<title>Get the number of Disqus comments with PHP (or any other language)</title>
		<link>http://barredo.wordpress.com/2008/08/21/get-the-number-of-disqus-comments-with-php-or-any-other-language/</link>
		<comments>http://barredo.wordpress.com/2008/08/21/get-the-number-of-disqus-comments-with-php-or-any-other-language/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 05:31:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>
		<category><![CDATA[QuickSnippets]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=328</guid>
		<description><![CDATA[Disqus a great service. I suppose it will take a few months until the whole &#8216;blogothingy&#8217; realizes how important this is for all. Then, in less than a year from now any Internet giant will acquire them, i&#8217;m sure of it.
I&#8217;ve been playing with it from a time now and, as everyone should now, i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=328&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Disqus a great service. I suppose it will take a few months until the whole &#8216;blogothingy&#8217; realizes how important this is for all. Then, in less than a year from now any Internet giant will acquire them, i&#8217;m sure of it.</p>
<p>I&#8217;ve been playing with it from a time now and, as everyone should now, i really love APIs, but for the moment <a href="http://disqus.com/docs/api/">Disqus&#8217; one is not ready yet</a>.</p>
<p>So, I needed to get the number of comments of a thread dinamically to display the number outside the thread page and get some stats, but there&#8217;s no &#8216;direct way&#8217; of getting them. Lucky me, I found a way.</p>
<p>Using Disqus&#8217; Feedflare for Feedburner (Disqus &gt; Your Panel &gt; Tools &gt; Feedburner) you&#8217;ll find a XML similar to this:</p>
<blockquote><p><strong>http://WEBSITE_NAME.disqus.com/~feedflare/comments_link.xml</strong></p></blockquote>
<p>This is an XML wich displays the number of comments in a Feedburner-Feedflare way. Pretty simple:</p>
<blockquote><p><code>&lt;FeedFlareUnit&gt;<br />
    &lt;Catalog&gt;<br />
        &lt;Title&gt;Disqus Comments Link&lt;/Title&gt;<br />
        &lt;Description&gt;Display the number of comments for each post.&lt;/Description&gt;<br />
    &lt;/Catalog&gt;<br />
    &lt;DynamicFlare href="http://disqus.com/forums/WEBSITE_NAME/%7Efeedflare/comments_link_dynamic.xml?url=${link}"/&gt;<br />
    &lt;SampleFlare&gt;<br />
        &lt;Text&gt;17 Comments&lt;/Text&gt;<br />
&lt;/SampleFlare&gt;<br />
&lt;/FeedFlareUnit&gt;</code></p></blockquote>
<p>So, now we get a URL to display the number of comments of a given thread url with via HTTP GET:</p>
<blockquote><p><strong>http://disqus.com/forums/WEBSITE_NAME/%7Efeedflare/comments_link_dynamic.xml?url=${link}</strong></p></blockquote>
<p>That&#8217;s it all, replace ${link} with the URL of the thread and it will display the number of comments like this.</p>
<blockquote><p>X Comment/s</p></blockquote>
<p>So, now, if you now some basic programming, it&#8217;s easy to get the info.</p>
<blockquote><p><code>function commentsNumber($website,$url) {<br />
$c = file_get_contents('http://disqus.com/forums/'.$website.'/~feedflare/comments_link_dynamic.xml?url='.$url);<br />
preg_match("#([0-9]+) (Comment|Comments)#",$c,$n);<br />
return $n[1];<br />
}</code></p></blockquote>
<p>This will return ONLY the number of comments, but you can return $n[0] for example if you would like to get full string.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barredo.wordpress.com/328/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barredo.wordpress.com/328/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=328&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2008/08/21/get-the-number-of-disqus-comments-with-php-or-any-other-language/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
		<item>
		<title>About Gigafollowers on Twitter</title>
		<link>http://barredo.wordpress.com/2008/07/10/about-gigafollowers-on-twitter/</link>
		<comments>http://barredo.wordpress.com/2008/07/10/about-gigafollowers-on-twitter/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:22:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Posts in English]]></category>

		<guid isPermaLink="false">http://barredo.wordpress.com/?p=264</guid>
		<description><![CDATA[This is an open letter to Twitter staff.
Please, dear Twitter programmers, make something to avoid people following thousands and thousands of people just to make a few of them to follow him/her back and make spam&#8230;
I call this people Gigafollowers and I think I have a method to stop them: implementing &#8220;following ratios&#8221;.
Let&#8217;s say you have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=264&subd=barredo&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is an open letter to Twitter staff.</p>
<p>Please, dear Twitter programmers, make something to avoid people following thousands and thousands of people just to make a few of them to follow him/her back and make spam&#8230;</p>
<p>I call this people <strong>Gigafollowers</strong> and I think I have a method to stop them: implementing &#8220;following ratios&#8221;.</p>
<p>Let&#8217;s say you have 40 followers and you are following 50 people, this is an average Twitter user, but, if you have 30 followers and you&#8217;re following 20k people&#8230; <strong>obviously, you&#8217;re a spammer.</strong></p>
<p>So, I would handle this with a simple formula:</p>
<blockquote><p>number of people allowed to follow = people following me * N</p></blockquote>
<p>Where N is a fair number to multiply or power the number of people following myself. This way a Gigafollower has to have more people following him/her to continue spamming, and at least, they will be a bit more screwed.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/barredo.wordpress.com/264/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/barredo.wordpress.com/264/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barredo.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barredo.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barredo.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barredo.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barredo.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barredo.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barredo.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barredo.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barredo.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barredo.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barredo.wordpress.com&blog=3988231&post=264&subd=barredo&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://barredo.wordpress.com/2008/07/10/about-gigafollowers-on-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">malekov</media:title>
		</media:content>
	</item>
	</channel>
</rss>