<?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 17:39:15 +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>(PHP) Wordpress remote posting - j_junyent</title>
      <link>https://snipplr.com/view/6068/wordpress-remote-posting</link>
      <description>&lt;p&gt;I was looking for a way to post new articles remotely, and cross domain. I only needed to post new articles, not read, edit or anything like that, so I did not need a whole GUI or any other Interface like those WP-Desktop-clients. I wrote this script which calls up my WP server and posts the article. WP handles it accordingly. Now, it works well, but there is a long wait with the fsockopen, it seems to continue until a timeout. if anyone know how to fix that, let me know. please. Beyond that, this isnt perfect, and is obviously left open for changes that will accustom to your own needs. some of this code i used and altered and modified some functions from xmlrpc.php. completely modded tho...&#13;
&#13;
There are actually going to be 2 scripts. 1 is on the WP server, and one will be on the web server that is connecting to Wordpress.&#13;
&#13;
The method. I have to send all the Article peices (title, post, categorys, blah balh) to this script via POST. this could be done with a form or something.&#13;
&#13;
Source: http://en.forums.wordpress.com/topic.php?id=5897&amp;replies=5&lt;/p&gt;</description>
      <pubDate>Wed, 30 Apr 2008 15:24:03 UTC</pubDate>
      <guid>https://snipplr.com/view/6068/wordpress-remote-posting</guid>
    </item>
    <item>
      <title>(PHP) Euro banknote validation - j_junyent</title>
      <link>https://snipplr.com/view/4548/euro-banknote-validation</link>
      <description>&lt;p&gt;Basically what this algorithm does is to replace the first letter of the serial number by a number (each letter represents where the banknote is originally from), then it calculates the sum of all digits. If the remaining of the division of that sum by 9 is 0 then your note is valid.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jan 2008 20:10:42 UTC</pubDate>
      <guid>https://snipplr.com/view/4548/euro-banknote-validation</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>(LaTeX) Latex: una imatge com a fons de pÃ gina - j_junyent</title>
      <link>https://snipplr.com/view/4245/latex-una-imatge-com-a-fons-de-pgina</link>
      <description>&lt;p&gt;Moltes vegades ens interessa tenir una imatge com a fons de pÃ gina bÃ© per millorar la presentaciÃ³ dâ€™un document, bÃ© per marcar alguna caracterÃ­stica dâ€™aquella pÃ gina.&#13;
&#13;
El paquet eso-pic facilita enormement la gestiÃ³ dâ€™imatges a les pÃ gines grÃ cies al parell de comandaments que ens ofereix:&#13;
&#13;
-  \AddToShipoutPicture .&#13;
-  \AddToShipoutPicture* la versiÃ³ amb asterisc del comandament fa que nomÃ©s aparegui la imatge en la pÃ gina on es trobi lâ€™ordre.&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 13:08:26 UTC</pubDate>
      <guid>https://snipplr.com/view/4245/latex-una-imatge-com-a-fons-de-pgina</guid>
    </item>
    <item>
      <title>(Other) OOo macro: nÃºmeros en letras - j_junyent</title>
      <link>https://snipplr.com/view/4244/ooo-macro-nmeros-en-letras</link>
      <description>&lt;p&gt;OpenOffice.org Calc macro para escribir nÃºmeros en letras&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 13:00:33 UTC</pubDate>
      <guid>https://snipplr.com/view/4244/ooo-macro-nmeros-en-letras</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel macro: nÃºmeros a letras - j_junyent</title>
      <link>https://snipplr.com/view/4243/excel-macro-nmeros-a-letras</link>
      <description>&lt;p&gt;MS Excel Macro para escribir nÃºmeros en letras&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 12:55:18 UTC</pubDate>
      <guid>https://snipplr.com/view/4243/excel-macro-nmeros-a-letras</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>(PHP) Alert messages with CSS - j_junyent</title>
      <link>https://snipplr.com/view/4236/alert-messages-with-css</link>
      <description>&lt;p&gt;This is based on styles from the Sawchuk scheme for K2 to create, alert, download, code, construction, new, information, note and callout boxes.&#13;
&#13;
Complemented with xtypo joomla extension.&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 04:34:43 UTC</pubDate>
      <guid>https://snipplr.com/view/4236/alert-messages-with-css</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>(PHP) Lorelle's Sandbox Styles CSS - j_junyent</title>
      <link>https://snipplr.com/view/4231/lorelles-sandbox-styles-css</link>
      <description>&lt;p&gt;blacnk stylesheet for the Sandbox WordPress theme&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 15:00:39 UTC</pubDate>
      <guid>https://snipplr.com/view/4231/lorelles-sandbox-styles-css</guid>
    </item>
    <item>
      <title>(PHP) TraducciÃ³ CatalÃ  - CastellÃ  - j_junyent</title>
      <link>https://snipplr.com/view/4230/traducci-catal--castell</link>
      <description>&lt;p&gt;TraducciÃ³ del catlÃ  al castellÃ  mitjanÃ§ant el traductor d'internostrum.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 14:58:36 UTC</pubDate>
      <guid>https://snipplr.com/view/4230/traducci-catal--castell</guid>
    </item>
    <item>
      <title>(PHP) Show users' pictures in WordPress - j_junyent</title>
      <link>https://snipplr.com/view/4229/show-users-pictures-in-wordpress</link>
      <description>&lt;p&gt;Show a user picture in wordpress&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 14:55:04 UTC</pubDate>
      <guid>https://snipplr.com/view/4229/show-users-pictures-in-wordpress</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>
