The Future of Web Apps: A Look at the File API
Learn about File API,a powerful API that allows developers to handle files from a users file system and manipulate those files to be used within a web application.
Post original
Learn about File API,a powerful API that allows developers to handle files from a users file system and manipulate those files to be used within a web application.
Post original
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]