<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 19:25:05 +0000</lastBuildDate>
    <item>
      <title>(CSS) Construyendo un css mantenible - demixo</title>
      <link>https://snipplr.com/view/13385/construyendo-un-css-mantenible</link>
      <description>&lt;p&gt;&lt;h2&gt;POSH =&gt; HTML semÃ¡ntico&lt;/h2&gt;&#13;
http://aprendiendoweb.com/2008/08/posh-html-semantico&#13;
&lt;ol&gt;&#13;
&lt;li&gt;Debe ser HTML vÃ¡lido&lt;/li&gt;&#13;
&lt;li&gt;No se deben usar elementos de presentaciÃ³n como &amp;lt;b&amp;gt; o &amp;lt;i&amp;gt;&lt;/li&gt;&#13;
&lt;li&gt;Todos los estilos deben darse usando CSS&lt;/li&gt;&#13;
&lt;li&gt;Todos los links deben apuntar a algÃºn lado (nada de dejar el href="" vacÃ­o)&lt;/li&gt;&#13;
&lt;li&gt;Los atributos class e id deben describir el tipo de informaciÃ³n que lleva el elemento y no cÃ³mo deberÃ­a verse&lt;/li&gt;&#13;
&lt;/ol&gt;&#13;
&#13;
&lt;h2&gt;Ordenar estilos por especificidad&lt;/h2&gt;&#13;
&lt;ul&gt;&#13;
&lt;li&gt;Elementos, agrupados por el tipo de etiquetas&lt;/li&gt;&#13;
&lt;li&gt;Clases, agrupados por el efecto que crean&lt;/li&gt;&#13;
&lt;li&gt;IDs, agrupados por el componente que afectan&lt;/li&gt;&#13;
&lt;/ul&gt;&#13;
&#13;
&lt;h2&gt;Agrupando&lt;/h2&gt;&#13;
&lt;strong&gt;Estilos generales&lt;/strong&gt;&#13;
&lt;ul&gt;&#13;
&lt;li&gt;Estilos del body&lt;/li&gt;&#13;
&lt;li&gt;Reset&lt;/li&gt;&#13;
&lt;li&gt;Enlaces&lt;/li&gt;&#13;
&lt;li&gt;Encabezados&lt;/li&gt;&#13;
&lt;li&gt;Listas&lt;/li&gt;&#13;
&lt;li&gt;Otros estilos&lt;/li&gt;&#13;
&lt;/ul&gt;&#13;
&#13;
&lt;strong&gt;Helper styles&lt;/strong&gt;&#13;
&lt;ul&gt;&#13;
&lt;li&gt;Formularios&lt;/li&gt;&#13;
&lt;li&gt;Notificaciones y errores&lt;/li&gt;&#13;
&lt;/ul&gt;&#13;
&#13;
&lt;strong&gt;Estructura de pÃ¡gina&lt;/strong&gt;&#13;
&#13;
&lt;strong&gt;PÃ¡ginas componentes&lt;/strong&gt;&#13;
&#13;
&lt;strong&gt;Overrides&lt;/strong&gt;&#13;
&#13;
&lt;h2&gt;Trucos IE6&lt;/h2&gt;&#13;
&lt;strong&gt;Texto fantasma:&lt;/strong&gt;&#13;
http://www.toastedweb.si/docs/ie_ghost_text_bug_fix.html&lt;/p&gt;</description>
      <pubDate>Mon, 23 Mar 2009 15:19:28 UTC</pubDate>
      <guid>https://snipplr.com/view/13385/construyendo-un-css-mantenible</guid>
    </item>
    <item>
      <title>(CSS) min-height para IE - demixo</title>
      <link>https://snipplr.com/view/8275/minheight-para-ie</link>
      <description>&lt;p&gt;En IE6 el min-height se reemplaza en realidad con height, porque por un error de Explorer tiene exactamente el mismo efecto.&#13;
&#13;
Este cÃ³digo hace que la caja tenga 700px de mÃ­nimo tanto para FF como para IE6.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Sep 2008 14:30:23 UTC</pubDate>
      <guid>https://snipplr.com/view/8275/minheight-para-ie</guid>
    </item>
    <item>
      <title>(CSS) Estilar un contador - demixo</title>
      <link>https://snipplr.com/view/8258/estilar-un-contador</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 08 Sep 2008 22:23:12 UTC</pubDate>
      <guid>https://snipplr.com/view/8258/estilar-un-contador</guid>
    </item>
  </channel>
</rss>
