<?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>Wed, 10 Jun 2026 17:31:00 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Make all elements/columns/containers/boxes the same height - BrunoDeBarros</title>
      <link>https://snipplr.com/view/48390/make-all-elementscolumnscontainersboxes-the-same-height</link>
      <description>&lt;p&gt;This allows you to set any number of elements to the same height. Took it from filamentgroup.com, so credit goes to them. Just putting it here so I can access it at any time.&#13;
&#13;
Usage: `$('.columns').equalHeights(minHeight, maxHeight)`&lt;/p&gt;</description>
      <pubDate>Fri, 04 Feb 2011 12:08:42 UTC</pubDate>
      <guid>https://snipplr.com/view/48390/make-all-elementscolumnscontainersboxes-the-same-height</guid>
    </item>
    <item>
      <title>(JavaScript) Force an input to be numeric with jQuery - BrunoDeBarros</title>
      <link>https://snipplr.com/view/46696/force-an-input-to-be-numeric-with-jquery</link>
      <description>&lt;p&gt;This tiny jQuery plug in forces a user to enter only numeric values on an input field by silently removing non-numeric values as they're entered. (Caution: Never rely on client-side validation; use server-side validation as well)&lt;/p&gt;</description>
      <pubDate>Fri, 07 Jan 2011 02:55:53 UTC</pubDate>
      <guid>https://snipplr.com/view/46696/force-an-input-to-be-numeric-with-jquery</guid>
    </item>
    <item>
      <title>(PHP) Output/Print an array as PHP code. - BrunoDeBarros</title>
      <link>https://snipplr.com/view/45523/outputprint-an-array-as-php-code</link>
      <description>&lt;p&gt;Prints an array (recursive) as PHP code (can be pasted into a php file and it will work).&#13;
&#13;
Note: This function can process arrays with integers/strings/sub-arrays. It is impossible to process resources (they have a state), and while it is possible to process objects, I didn't see a need for it. However, if you need it to support objects as well, I'll be more than happy to alter the function. Just drop a comment to let me know.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Dec 2010 00:08:36 UTC</pubDate>
      <guid>https://snipplr.com/view/45523/outputprint-an-array-as-php-code</guid>
    </item>
    <item>
      <title>(PHP) Display PHP Errors when they don't show up. - BrunoDeBarros</title>
      <link>https://snipplr.com/view/44890/display-php-errors-when-they-dont-show-up</link>
      <description>&lt;p&gt;This will make all errors be shown and logged. Useful for when you want to figure out what's wrong but the production server doesn't display any errors.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Nov 2010 06:07:07 UTC</pubDate>
      <guid>https://snipplr.com/view/44890/display-php-errors-when-they-dont-show-up</guid>
    </item>
    <item>
      <title>(PHP) Download a file from an FTP server and save it in a local file. - BrunoDeBarros</title>
      <link>https://snipplr.com/view/38938/download-a-file-from-an-ftp-server-and-save-it-in-a-local-file</link>
      <description>&lt;p&gt;I wrote this code for when I need to get files from other servers and put them on my own server. I wanted to simplify it as much as possible.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 23:13:01 UTC</pubDate>
      <guid>https://snipplr.com/view/38938/download-a-file-from-an-ftp-server-and-save-it-in-a-local-file</guid>
    </item>
  </channel>
</rss>
