links for 2008-01-31
-
Movable Type acaba de poner a disposición de sus usuarios un nuevo plugin, llamado “Action Streams“, que permite agrupar en un sólo sitio todas las acciones que realices en redes sociales para mostrarlo en tu blog.
Siguendo con el tema NOSQL, entre otras cosas…
NoSQL Guide for Beginners: Alexandre Porcelli has a great post for NoSQL beginners: one of the most frequent question that people use to ask me about nosql is: what is the best nosql tool that enables me start with using my programming language (java, .net, php, python, etc..)? its almost impossible to have a quick answer ‘cos it involves many thin …
El otro día me preguntaba un amigo cómo quitar los parámetros que mete Google Reader en las URLs, ya que debido a ello algunos servicios que monitorizan referencias, consideraba las urls diferentes.
El truco es fácil, sólo hay que meter en el .htaccess lo siguiente:
RewriteCond %{QUERY_STRING} utm_source.*
RewriteRule (.*) $1? [R=301,L]