<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Eloi</title>
<link>http://snipplr.com/users/Eloi</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 09:32:40 GMT</pubDate>
<item>
<title>(SQL) SQL Searh And Replace in ALL DataBase</title>
<link>http://snipplr.com/view/37010/sql-searh-and-replace-in-all-database/</link>
<description><![CDATA[ <p>Stored Procedure for search and replace a string in all fields of all tables of one DataBase</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 21:54:31 GMT</pubDate>
<guid>http://snipplr.com/view/37010/sql-searh-and-replace-in-all-database/</guid>
</item>
<item>
<title>(SQL) SQL Searh in ALL DataBase</title>
<link>http://snipplr.com/view/37009/sql-searh-in-all-database/</link>
<description><![CDATA[ <p>Stored Procedure for search a string in all fields of all tables of one DataBase</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 21:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/37009/sql-searh-in-all-database/</guid>
</item>
<item>
<title>(MySQL) The Worst Performing Indexes</title>
<link>http://snipplr.com/view/16218/the-worst-performing-indexes/</link>
<description><![CDATA[ <p>This script shows the top 10 worst indexes (in terms of selectivity %) on the whole MySQL server instance. Selectivity is the percentage of distinct values in an indexed field compared to the number of records in the table.
Note that this query can take some time to complete on servers with lots of databases or lots of tables.

Jay Pipes (http://jpipes.com/)</p> ]]></description>
<pubDate>Tue, 23 Jun 2009 08:02:28 GMT</pubDate>
<guid>http://snipplr.com/view/16218/the-worst-performing-indexes/</guid>
</item>
<item>
<title>(PHP) Random Password</title>
<link>http://snipplr.com/view/15637/random-password/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 07 Jun 2009 15:14:43 GMT</pubDate>
<guid>http://snipplr.com/view/15637/random-password/</guid>
</item>
<item>
<title>(Apache) Mod Rewrite</title>
<link>http://snipplr.com/view/14914/mod-rewrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 May 2009 17:27:36 GMT</pubDate>
<guid>http://snipplr.com/view/14914/mod-rewrite/</guid>
</item>
<item>
<title>(MySQL) Create Table Users</title>
<link>http://snipplr.com/view/14738/create-table-users/</link>
<description><![CDATA[ <p>Splitting table users in frequently and infrequently accessed attributes</p> ]]></description>
<pubDate>Tue, 05 May 2009 11:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/14738/create-table-users/</guid>
</item>
<item>
<title>(MySQL) Create Table Sessions</title>
<link>http://snipplr.com/view/14731/create-table-sessions/</link>
<description><![CDATA[ <p>Saving the IP as Int we save a lot of space and permit do beautibul selects</p> ]]></description>
<pubDate>Tue, 05 May 2009 10:26:39 GMT</pubDate>
<guid>http://snipplr.com/view/14731/create-table-sessions/</guid>
</item>
<item>
<title>(PHP) Function getIP</title>
<link>http://snipplr.com/view/14347/function-getip/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Apr 2009 18:04:03 GMT</pubDate>
<guid>http://snipplr.com/view/14347/function-getip/</guid>
</item>
<item>
<title>(DOS Batch) IIS 6 Compression Gzip &amp;amp; Deflate</title>
<link>http://snipplr.com/view/11837/iis-6-compression-gzip--deflate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Feb 2009 09:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/11837/iis-6-compression-gzip--deflate/</guid>
</item>
<item>
<title>(CSS) Another Reset CSS</title>
<link>http://snipplr.com/view/7704/another-reset-css/</link>
<description><![CDATA[ <p>My personal Reset CSS: a mixt of YUI, Eric Meyer and others</p> ]]></description>
<pubDate>Mon, 04 Aug 2008 18:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/7704/another-reset-css/</guid>
</item>
<item>
<title>(CSS) Tamaños de Fuentes Relativos (Cross-Browser)</title>
<link>http://snipplr.com/view/113/tamaos-de-fuentes-relativos-crossbrowser/</link>
<description><![CDATA[ <p>Una manera sencilla y muy limpia para utilizar tamaños de fuentes relativos y que todos los navegadores muestren el mismo tamaño de letra.

Solo hay que asignar al "body" un tamaño de letra en "%" y luego al resto de elementos asignarle otro tamaño en "em:s".

Si el % en el body es de "62.5%" y a una clase se le asigna "1em" el resultado es una fuente de 10px.

Visto en "http://friendlybit.com/css/reminder-cross-browser-font-sizes/" y probado para IE6, IE7 Beta 3, Firefox 1.5 y Opera 9.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 02:33:27 GMT</pubDate>
<guid>http://snipplr.com/view/113/tamaos-de-fuentes-relativos-crossbrowser/</guid>
</item>
</channel>
</rss>