<?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 03:32:47 +0000</lastBuildDate>
    <item>
      <title>(CSS) Wordpress Align - j_junyent</title>
      <link>https://snipplr.com/view/7778/wordpress-align</link>
      <description>&lt;p&gt;How to align floating images in wordpress posts and add captions.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:35:21 UTC</pubDate>
      <guid>https://snipplr.com/view/7778/wordpress-align</guid>
    </item>
    <item>
      <title>(CSS) Displaying Code Snippets: Wrap Long Lines with PRE Tag - j_junyent</title>
      <link>https://snipplr.com/view/4546/displaying-code-snippets-wrap-long-lines-with-pre-tag</link>
      <description>&lt;p&gt;The  tag that defines preformatted text is the only tag in HTML that respects and preserves whitespaces like line-breaks, blanks, tabs and multiple spaces between words. Whatever is enclosed inside the pre element will be displayed as-it-is on the web browser.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jan 2008 20:01:18 UTC</pubDate>
      <guid>https://snipplr.com/view/4546/displaying-code-snippets-wrap-long-lines-with-pre-tag</guid>
    </item>
    <item>
      <title>(CSS) botones que parezcan enlaces - j_junyent</title>
      <link>https://snipplr.com/view/4545/botones-que-parezcan-enlaces</link>
      <description>&lt;p&gt;Â¿Por quÃ© empeÃ±arnos en hacer enlaces que actÃºen como botones? Â¿Por quÃ© no hacemos botones que parezcan enlaces?&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jan 2008 19:57:42 UTC</pubDate>
      <guid>https://snipplr.com/view/4545/botones-que-parezcan-enlaces</guid>
    </item>
    <item>
      <title>(CSS) CSS Asides in WordPress' Sandbox theme - j_junyent</title>
      <link>https://snipplr.com/view/4237/css-asides-in-wordpress-sandbox-theme</link>
      <description>&lt;p&gt;Implement "Asides" in a WordOress blog just with the Sandbox theme and CSS&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 04:45:33 UTC</pubDate>
      <guid>https://snipplr.com/view/4237/css-asides-in-wordpress-sandbox-theme</guid>
    </item>
    <item>
      <title>(CSS) Diagnostic stylesheet - j_junyent</title>
      <link>https://snipplr.com/view/4234/diagnostic-stylesheet</link>
      <description>&lt;p&gt;The primary goal here is to have a set of rules that can be applied during the development phase of a new layout. These rulesâ€™ aim is to visually highlight problems in the markup.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 15:16:01 UTC</pubDate>
      <guid>https://snipplr.com/view/4234/diagnostic-stylesheet</guid>
    </item>
    <item>
      <title>(CSS) Master Stylesheet - j_junyent</title>
      <link>https://snipplr.com/view/4233/master-stylesheet</link>
      <description>&lt;p&gt;One of the most common mistakes I see beginners and intermediates fall victim to when it comes to CSS is not removing the default browser styling. This leads to inconsistencies in the appearance of your design across browsers, and ultimately leaves a lot of designers blaming the browser. It is a misplaced blame, of course. Before you do anything else when coding a website, you should reset the styling.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 15:15:09 UTC</pubDate>
      <guid>https://snipplr.com/view/4233/master-stylesheet</guid>
    </item>
    <item>
      <title>(CSS) TÃ©cnicas CSS 3.0 - j_junyent</title>
      <link>https://snipplr.com/view/4232/tcnicas-css-30</link>
      <description>&lt;p&gt;Si miramos al horizonte empieza a deslumbrar el futuro del CSS, con la salida de CSS3 la vida de los diseÃ±adores web va a mejorar considerablemente y no es para menos, por que con las mejoras que se estÃ¡n acercando Â¿quien no se aprovecharÃ¡ de ellas?&#13;
&#13;
Echemosle un vistazo a las que parecen serÃ¡n las mÃ¡s interesantes.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 15:05:12 UTC</pubDate>
      <guid>https://snipplr.com/view/4232/tcnicas-css-30</guid>
    </item>
    <item>
      <title>(CSS) CSS3 Multicolumn text - j_junyent</title>
      <link>https://snipplr.com/view/4193/css3-multicolumn-text</link>
      <description>&lt;p&gt;The W3C multi-column module is a CSS level-three working draft, proposed by the W3C to extend the current CSS box model. The moduleâ€™s intent is to allow content to flow into multiple columns inside an element. It offers new CSS properties that let the designers specify in how many columns an element should be rendered. The browser takes care of formatting the text so that the columns are balanced.&#13;
&#13;
The proposed new CSS properties are:&#13;
&#13;
    * â€˜column-countâ€™, to determine the number of columns into which the content of the element will flow.&#13;
    * â€˜column-widthâ€™, to describe the optimal width of each column.&#13;
    * â€˜column-gapâ€™, to set the padding between columns.&#13;
    * â€˜column-ruleâ€™, to define a border between columns.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 17:36:52 UTC</pubDate>
      <guid>https://snipplr.com/view/4193/css3-multicolumn-text</guid>
    </item>
    <item>
      <title>(CSS) Transparent in all  browsers - j_junyent</title>
      <link>https://snipplr.com/view/4192/transparent-in-all--browsers</link>
      <description>&lt;p&gt;Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they donâ€™t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and are currently set to 50% transparency:&#13;
    * opacity: 0.5; This is the â€œmost importantâ€ one because it is the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. This would be all you need if all browsers supported current standards. Which, of course, they donâ€™t.&#13;
    * filter:alpha(opacity=50); This one you need for IE.&#13;
    * -moz-opacity:0.5; You need this one to support way old school versions of the Mozilla browsers like Netscape Navigator.&#13;
    * -khtml-opacity: 0.5; This is for way old versions of Safari (1.x) when the rendering engine it was using was still referred to as KTHML, as opposed to the current WebKit.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 17:24:48 UTC</pubDate>
      <guid>https://snipplr.com/view/4192/transparent-in-all--browsers</guid>
    </item>
    <item>
      <title>(CSS) Disablig deprecated HTML code - j_junyent</title>
      <link>https://snipplr.com/view/4190/disablig-deprecated-html-code</link>
      <description>&lt;p&gt;When handing over a project to the client, you sometimes loose control over the content HTML source. Sometimes the client uses a CMS that allows them to have full control over certain parts of the HTML, and sometimes the client simply uses your templates to insert their own HTML content in the document.&#13;
The idea is to preserve the natural cascade and inheritance in all browsers, while gracefully disabling the HTML we donâ€™t want the client to use. That way the client will stop using it, simply because it doesnâ€™t â€œworkâ€ anymore. A graceful and gentle way of guiding the client in the right direction.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 17:14:26 UTC</pubDate>
      <guid>https://snipplr.com/view/4190/disablig-deprecated-html-code</guid>
    </item>
    <item>
      <title>(CSS) gmail-like column overflow. - j_junyent</title>
      <link>https://snipplr.com/view/4188/gmaillike-column-overflow</link>
      <description>&lt;p&gt;gmail-like table's column overflow.&#13;
Efecte de truncar el text en una taula si sobrepasa&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 16:55:16 UTC</pubDate>
      <guid>https://snipplr.com/view/4188/gmaillike-column-overflow</guid>
    </item>
  </channel>
</rss>
